summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add another (and hopefully the last) exception case, where once we recalculateBill Wendling2010-02-26
* And should use the correct variable.Bill Wendling2010-02-26
* Got assertion check backwards.Bill Wendling2010-02-26
* Catch a corner case where adding the padding to the "TType base offset" fieldBill Wendling2010-02-25
* rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugsChris Lattner2010-02-25
* Make comment more meaningful.Bill Wendling2010-02-25
* Fix ExpandVectorBuildThroughStack for the case where theDan Gohman2010-02-25
* Added the following 32-bit Thumb instructions for disassembly only: SMC, RFE,Johnny Chen2010-02-25
* Added the 32-bit Thumb instructions (BXJ) for disassembly only.Johnny Chen2010-02-25
* Added the 32-bit Thumb instructions (MRS and MSR) for disassembly only.Johnny Chen2010-02-25
* This is a patch to the assembler frontend to detect when aligning a textKevin Enderby2010-02-25
* Fix TextAlignFillValue in a few placesDaniel Dunbar2010-02-25
* Added the following 16-bit Thumb instructions for disassembly only: YIELD, WFE,Johnny Chen2010-02-25
* Teach the constant folder about union types.Dan Gohman2010-02-25
* Remove code which assumes it knows how vectors are stored in memory.Dan Gohman2010-02-25
* Revert r97064. Duncan pointed out that bitcasts are defined inDan Gohman2010-02-25
* Make the side-numbering of instructions used by metadata (which is needed toNick Lewycky2010-02-25
* Make LoopSimplify change conditional branches in loop exiting blocksDan Gohman2010-02-25
* Dump the presence of attached metadata even if we don't know what it is. ThisNick Lewycky2010-02-25
* Modernize comment.Nick Lewycky2010-02-25
* Correct whitespace.Nick Lewycky2010-02-25
* Each field of auxiliary debug entry is only 1 byte long.Sanjiv Gupta2010-02-25
* Added tNOP for disassembly only.Johnny Chen2010-02-25
* Truncate from i64 to i32 is "free" on x86-32, because it involves Dan Gohman2010-02-25
* Revert this patch for the time being. Needs more testing.Scott Michel2010-02-25
* Added tSVC and tTRAP for disassembly only.Johnny Chen2010-02-25
* Large stack frame patch for the CellSPU: handle stack frames that exceed 8176Scott Michel2010-02-25
* MC'ize padding when padding the ULEB128 value.Bill Wendling2010-02-25
* LLVM puts padding bytes in the __gcc_except_tab section after theBill Wendling2010-02-24
* clean up various VT manipulations, patch by Micah Villmow! PR6337Chris Lattner2010-02-24
* Create a stack frame on ARM whenJakob Stoklund Olesen2010-02-24
* Check for comparisons of +/- zero when optimizing less-than-or-equal andBob Wilson2010-02-24
* Make getTypeSizeInBits work correctly for array types; it should returnDan Gohman2010-02-24
* convert cycle checker to smallptrset, add comments and make itChris Lattner2010-02-24
* revert david's patch which does not even build.Chris Lattner2010-02-24
* Use a SmallPtrSet as suggested by Chris.David Greene2010-02-24
* Adding function "lookupGCCName" to MBlazeIntrinsicInfoWesley Peck2010-02-24
* Added Vector Swap (VSWPd and VSWPq) instructions for disassembly only.Johnny Chen2010-02-24
* ConstantFoldInstOperands can theoretically return null if itDan Gohman2010-02-24
* Simplify this code; these casts aren't necessary.Dan Gohman2010-02-24
* Stay away from str <undef> in ARMLoadStoreOpt. This pass does not understandJakob Stoklund Olesen2010-02-24
* Fixed typo of opcodestr, should be "vst1", not "vld1".Johnny Chen2010-02-24
* Convert a few more backedge-taken count functions to use BackedgeTakenInfo.Dan Gohman2010-02-24
* Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again inDaniel Dunbar2010-02-24
* Reapply r97010, the speculative revert failed.Daniel Dunbar2010-02-24
* Speculatively revert r97010, "Add an argument to PHITranslateValue to specifyDaniel Dunbar2010-02-24
* When forming SSE min and max nodes for UGE and ULE comparisons, it'sDan Gohman2010-02-24
* Fix indentation.Dan Gohman2010-02-24
* Change the scheduler from adding nodes in allnodes orderChris Lattner2010-02-24
* Remove an unused variable. Was this intentional?Chandler Carruth2010-02-24