aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - More pre-split fixes: spill slot live interval computation bug; restore poi...Evan Cheng2008-10-295-40/+148
* 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-295-86/+199
* CMake: Removed some cruft.Oscar Fuentes2008-10-294-21/+13
* Factor shouldInline method out of Inliner.Daniel Dunbar2008-10-292-19/+31
* Don't force things to be Value * when they're not.David Greene2008-10-291-1/+1
* Assorted comment/naming fixes, 80-col violations, and reindentation.Daniel Dunbar2008-10-283-15/+14
* (A & sext(C)) | (B & ~sext(C) -> C ? A : BDan Gohman2008-10-282-0/+39
* Take Chris' suggestion and define EnableFastISelVerbose andDan Gohman2008-10-281-8/+3
* llvm-ld doesn't have a -march option. This fixes PR2961Chris Lattner2008-10-281-4/+0
* 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
* Add some more information to the top-level comment for this file.Dan Gohman2008-10-281-1/+5
* Support for constant islands in the ARM JIT.Jim Grosbach2008-10-284-2/+67
* fix prototype of print, it is (llvm/Pass.h):Torok Edwin2008-10-281-1/+1
* Avoid calls to setSubgraphColor in release mode. They generate lots of error ...Evan Cheng2008-10-281-1/+4
* Do not allow a user to set the operand for a constant.Tanya Lattner2008-10-281-0/+3
* fix duplicate anchor names, and broken anchor links from the TOCTorok Edwin2008-10-281-3/+3
* Fix darwin ppc llvm-gcc build breakage: interceptDuncan Sands2008-10-283-5/+75
* Turn off LegalizeTypes for this test for theDuncan Sands2008-10-281-1/+1
* Fix a testcase provided by Bill in which the nodeDuncan Sands2008-10-283-30/+48
* Don't produce invalid comparisons after legalize.Chris Lattner2008-10-281-2/+4
* fix some whitespace stuffChris Lattner2008-10-281-3/+3
* fit in 80 colsChris Lattner2008-10-281-1/+2
* Fix a nasty miscompilation of 176.gcc on linux/x86 where we synthesizedChris Lattner2008-10-282-4/+31
* more comment cleanups.Chris Lattner2008-10-281-3/+3
* comment cleanups.Chris Lattner2008-10-281-3/+3
* 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
* Fix the name of the include guard to match the filename.Dan Gohman2008-10-281-2/+2
* Avoid putting a split past the end of the live range; always shrink wrap live...Evan Cheng2008-10-283-11/+93
* - Fix SUBVERSION string to handle x.x.x version number formats.Bill Wendling2008-10-271-3/+6
* 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-274-2/+77
* 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-2711-16/+61
* Return bool (inserted) from StringSet::insert as for StringMap::insert.Daniel Dunbar2008-10-271-3/+3
* Remove tabs from my previous commit.Cedric Venet2008-10-271-2/+2
* rename vec_spat -> vec_splat, pointed out by duncanChris Lattner2008-10-271-0/+0
* Add setSubgraphColor to color an entire portion of a SelectionDAG. ThisDavid Greene2008-10-272-0/+68
* Add STL-style typedefs and default constructors to make it possible toDavid Greene2008-10-271-0/+5
* Fix PR2634. Create new virtual registers from spills early so that weDavid Greene2008-10-271-8/+19
* Remove redundant word in tblgen error message.Matthijs Kooijman2008-10-271-1/+1
* 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
* formatting tweak for intrinsicGabor Greif2008-10-271-1/+1