aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2010-01-04Change errs() to dbgs().David Greene
2010-01-04Change errs() to dbgs().David Greene
2010-01-04Change errs() to dbgs().David Greene
2010-01-04Change errs() to dbgs().David Greene
2010-01-03fix PR5930, allowing the asmprinter to emit difference betweenChris Lattner
2010-01-02Teach codegen to handle:Chris Lattner
2010-01-01whitespace cleanupChris Lattner
2010-01-01Fix a warning on gcc 4.4.Mikhail Glushenkov
2010-01-01Trailing whitespace, 80-col violations.Mikhail Glushenkov
2010-01-01Teach codegen to lower llvm.powi to an efficient (but not optimal) Chris Lattner
2009-12-29remove a bunch of unneeded functions.Chris Lattner
2009-12-29Final step in the metadata API restructuring: move the Chris Lattner
2009-12-28This is a major cleanup of the instruction metadata interfaces thatChris Lattner
2009-12-28rename getMDKind -> getMDKindID, make it autoinsert if an MD KindChris Lattner
2009-12-28snip one more #include from Metadata.hChris Lattner
2009-12-28move these out of their own timer groups into the 'uncategorized' groups.Chris Lattner
2009-12-28Allow targets to specify the return type of libcalls that are generated for f...Sanjiv Gupta
2009-12-28Remove dead store.Bill Wendling
2009-12-28Remove dead variable.Bill Wendling
2009-12-28Remove dead variable.Bill Wendling
2009-12-28Remove dead store.Bill Wendling
2009-12-28Remove dead variable.Bill Wendling
2009-12-28Remove dead variable.Bill Wendling
2009-12-28Remove dead variable.Bill Wendling
2009-12-25Remove dead store.Bill Wendling
2009-12-25Remove dead store from copy-pasto.Bill Wendling
2009-12-25Remove dead store.Bill Wendling
2009-12-25Remove dead store.Bill Wendling
2009-12-24handle equality memcmp of 8 bytes on x86-64 with two unaligned loads and a Chris Lattner
2009-12-24Change errs() to dbgs().David Greene
2009-12-24move an optimization for memcmp out of simplifylibcalls and into Chris Lattner
2009-12-24Change errs() to dbgs().David Greene
2009-12-24Change errs() to dbgs().David Greene
2009-12-24Change errs() to dbgs().David Greene
2009-12-24Change errs() to dbgs().David Greene
2009-12-23move a few more symbols to .rodataNuno Lopes
2009-12-23Use more sensible type for flags in asms. PR 5570.Dale Johannesen
2009-12-23Update objectsize intrinsic and associated dependencies. FixEric Christopher
2009-12-23Remove superfluous SDNode ordering.Bill Wendling
2009-12-23Remove node ordering from inline asm nodes. It's not needed.Bill Wendling
2009-12-23Remove node ordering from VA nodes. It's not needed.Bill Wendling
2009-12-23Revert r91949 r91942 and r91936.Bill Wendling
2009-12-23Finish up node ordering in ExpandNode.Bill Wendling
2009-12-22Add coalescer asserts.Jakob Stoklund Olesen
2009-12-22Assign ordering to nodes created in ExpandNode. Only roughly 1/2 of the functionBill Wendling
2009-12-22Assign ordering to SDNodes in PromoteNode. Also fixing a subtle bug where BSWAPBill Wendling
2009-12-22Remove minimal CFG sanity checks from verifier.Jakob Stoklund Olesen
2009-12-22Allow explicit %reg0 operands beyond what the .td file describes.Jakob Stoklund Olesen
2009-12-22Allow 0 as an order number. Don't assign an order to formal arguments.Bill Wendling
2009-12-22Report an error for bad inline assembly, where the value passed for anBob Wilson