aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add InlineCost class for represent the estimated cost of inlining aDaniel Dunbar2008-10-305-15/+43
* Shift amounts should have the type given byDuncan Sands2008-10-301-5/+5
* Add missing vsetcc expansion for wideningMon P Wang2008-10-301-1/+12
* ARM JIT should observe -relocation-model command line option.Evan Cheng2008-10-302-2/+6
* Add initial support for vector widening. Logic is set to widen for X86.Mon P Wang2008-10-305-31/+926
* Resolve bug 2947: vararg-marked functions must spill registers R3-R79 to stackScott Michel2008-10-302-114/+69
* Correct way to handle CONSTPOOL_ENTRY instructions.Evan Cheng2008-10-294-37/+82
* Add debugging support.Evan Cheng2008-10-292-1/+26
* Let target resolve some relocation results.Evan Cheng2008-10-291-30/+23
* Fix PEXTRQ encodingNate Begeman2008-10-291-1/+1
* Add a RM pseudoreg for the rounding mode, whichDale Johannesen2008-10-294-165/+200
* Uniformize capitalization of NodeId.Duncan Sands2008-10-292-12/+12
* Fix PR2967 by not deleting volatile load/stores that occur before unreachable.Chris Lattner2008-10-291-0/+11
* Fix PR2977: LegalizeTypes support for expandingDuncan Sands2008-10-294-0/+20
* Add sanity checking for BUILD_PAIR (I noticed theDuncan Sands2008-10-292-7/+24
* - More pre-split fixes: spill slot live interval computation bug; restore poi...Evan Cheng2008-10-292-39/+94
* Fix a FIXME: in ReplaceNodeWith, if the new nodeDuncan Sands2008-10-292-87/+108
* Fix 80 column violations.Duncan Sands2008-10-291-2/+2
* Fix 80 column violations.Duncan Sands2008-10-291-5/+10
* - Rewrite code that update register live interval that's split.Evan Cheng2008-10-293-85/+177
* Factor shouldInline method out of Inliner.Daniel Dunbar2008-10-291-18/+26
* Assorted comment/naming fixes, 80-col violations, and reindentation.Daniel Dunbar2008-10-282-12/+11
* (A & sext(C)) | (B & ~sext(C) -> C ? A : BDan Gohman2008-10-281-0/+19
* Take Chris' suggestion and define EnableFastISelVerbose andDan Gohman2008-10-281-8/+3
* Reuse PrintEscapedString for printing names in .llDaniel Dunbar2008-10-281-28/+21
* Protect the code for fast-isel debugging with #ifndef NDEBUG.Dan Gohman2008-10-281-0/+10
* Support for constant islands in the ARM JIT.Jim Grosbach2008-10-283-2/+58
* Fix darwin ppc llvm-gcc build breakage: interceptDuncan Sands2008-10-282-5/+42
* Fix a testcase provided by Bill in which the nodeDuncan Sands2008-10-282-30/+37
* Don't produce invalid comparisons after legalize.Chris Lattner2008-10-281-2/+4
* fix some whitespace stuffChris Lattner2008-10-281-3/+3
* Fix a nasty miscompilation of 176.gcc on linux/x86 where we synthesizedChris Lattner2008-10-281-4/+9
* If def is in the same mbb as the barrier, spilt the value after the last use ...Evan Cheng2008-10-281-8/+18
* Add command line option to limit the number splits to help debugging.Evan Cheng2008-10-281-3/+7
* Avoid putting a split past the end of the live range; always shrink wrap live...Evan Cheng2008-10-281-11/+20
* Silence a bogus compile time warning.Evan Cheng2008-10-271-1/+1
* Re-apply 55137 with fixes.David Greene2008-10-271-4/+7
* Remove val# defined by a remat'ed def that is now dead.Evan Cheng2008-10-273-2/+33
* Fix bogus comparison of "const char *" with c-string literal. Use strcmp ins...Ted Kremenek2008-10-271-2/+2
* Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene2008-10-279-9/+9
* Add setSubgraphColor to color an entire portion of a SelectionDAG. ThisDavid Greene2008-10-271-0/+57
* Fix PR2634. Create new virtual registers from spills early so that weDavid Greene2008-10-271-8/+19
* Fix UpdateNodeOperands so that it does CSE of callsDuncan Sands2008-10-271-86/+52
* Fix a bug in which a node could be added to theDuncan Sands2008-10-271-3/+8
* Avoid crashing if instruction is not part of a loop.Torok Edwin2008-10-271-2/+3
* export an ID for the instructionNamer, allowing analysis/transformation passesTorok Edwin2008-10-271-0/+1
* Turn on LegalizeTypes, the new type legalizationDuncan Sands2008-10-271-2/+2
* Fix an obvious copy/pasto.Nick Lewycky2008-10-271-4/+4
* For now, don't split live intervals around x87 stack register barriers. FpGET...Evan Cheng2008-10-274-0/+19
* Rewrite all the 'PromoteLocallyUsedAlloca[s]' logic. With the power ofChris Lattner2008-10-271-175/+97