aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* remove a bunch of unneeded functions.Chris Lattner2009-12-292-2/+2
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-291-4/+2
* This is a major cleanup of the instruction metadata interfaces thatChris Lattner2009-12-283-21/+10
* rename getMDKind -> getMDKindID, make it autoinsert if an MD KindChris Lattner2009-12-283-34/+30
* snip one more #include from Metadata.hChris Lattner2009-12-281-0/+1
* move these out of their own timer groups into the 'uncategorized' groups.Chris Lattner2009-12-282-14/+2
* Allow targets to specify the return type of libcalls that are generated for f...Sanjiv Gupta2009-12-282-1/+6
* Remove dead store.Bill Wendling2009-12-281-2/+2
* Remove dead variable.Bill Wendling2009-12-281-2/+0
* Remove dead variable.Bill Wendling2009-12-281-1/+0
* Remove dead store.Bill Wendling2009-12-281-1/+1
* Remove dead variable.Bill Wendling2009-12-281-3/+0
* Remove dead variable.Bill Wendling2009-12-281-2/+0
* Remove dead variable.Bill Wendling2009-12-281-1/+0
* Remove dead store.Bill Wendling2009-12-251-1/+1
* Remove dead store from copy-pasto.Bill Wendling2009-12-251-1/+1
* Remove dead store.Bill Wendling2009-12-251-1/+0
* Remove dead store.Bill Wendling2009-12-251-1/+0
* handle equality memcmp of 8 bytes on x86-64 with two unaligned loads and a Chris Lattner2009-12-241-19/+55
* Change errs() to dbgs().David Greene2009-12-241-1/+1
* move an optimization for memcmp out of simplifylibcalls and into Chris Lattner2009-12-242-0/+107
* Change errs() to dbgs().David Greene2009-12-241-13/+13
* Change errs() to dbgs().David Greene2009-12-241-1/+1
* Change errs() to dbgs().David Greene2009-12-241-3/+4
* Change errs() to dbgs().David Greene2009-12-241-59/+59
* move a few more symbols to .rodataNuno Lopes2009-12-231-1/+1
* Use more sensible type for flags in asms. PR 5570.Dale Johannesen2009-12-232-5/+2
* Update objectsize intrinsic and associated dependencies. FixEric Christopher2009-12-231-1/+1
* Remove superfluous SDNode ordering.Bill Wendling2009-12-231-48/+16
* Remove node ordering from inline asm nodes. It's not needed.Bill Wendling2009-12-231-16/+0
* Remove node ordering from VA nodes. It's not needed.Bill Wendling2009-12-231-25/+14
* Revert r91949 r91942 and r91936.Bill Wendling2009-12-231-407/+119
* Finish up node ordering in ExpandNode.Bill Wendling2009-12-231-45/+113
* Add coalescer asserts.Jakob Stoklund Olesen2009-12-221-4/+6
* Assign ordering to nodes created in ExpandNode. Only roughly 1/2 of the functionBill Wendling2009-12-221-84/+237
* Assign ordering to SDNodes in PromoteNode. Also fixing a subtle bug where BSWAPBill Wendling2009-12-222-15/+83
* Remove minimal CFG sanity checks from verifier.Jakob Stoklund Olesen2009-12-221-18/+0
* Allow explicit %reg0 operands beyond what the .td file describes.Jakob Stoklund Olesen2009-12-221-1/+2
* Allow 0 as an order number. Don't assign an order to formal arguments.Bill Wendling2009-12-222-21/+11
* Report an error for bad inline assembly, where the value passed for anBob Wilson2009-12-221-2/+6
* Add more plumbing. This time in the LowerArguments and "get" functions whichBill Wendling2009-12-225-49/+147
* Add SDNode ordering to inlined asm and VA functions.Bill Wendling2009-12-221-28/+78
* Adding more assignment of ordering to SDNodes. This time in the "call" andBill Wendling2009-12-221-32/+66
* Add ordering of SDNodes to LowerCallTo.Bill Wendling2009-12-221-19/+44
* Now add ordering to SDNodes created by the massive intrinsic lowering function.Bill Wendling2009-12-221-100/+183
* To make things interesting, I added MORE code to set the ordering ofBill Wendling2009-12-221-32/+387
* Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.Lang Hames2009-12-226-33/+28
* Add more plumbing to assign ordering to SDNodes. Have the "getValue" methodBill Wendling2009-12-211-59/+133
* More ordering plumbing. This time for GEP. I need to remember to assignBill Wendling2009-12-211-4/+32
* Another incremental check-in for assigning ordering to SDNodes. This time forBill Wendling2009-12-211-25/+75