aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pic.ll
AgeCommit message (Expand)Author
2012-02-01Instruction scheduling itinerary for Intel Atom.Andrew Trick
2011-04-26Be careful about scheduling nodes above previous calls. It increase usages ofEvan Cheng
2010-09-22Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner
2010-07-06Be more forgiving when calculating alias interference for physreg coalescing.Jakob Stoklund Olesen
2010-06-21Teach two-address lowering how to unfold a load to open up commutingDan Gohman
2010-04-17Start function numbering at 0.Dan Gohman
2010-03-26Allow trivial sibcall of vararg callee when no arguments are being passed.Evan Cheng
2010-03-12simplify code to use OutContext.GetOrCreateTemporarySymbol withChris Lattner
2010-01-27Perform trivial tail call optimization for callees with "C" ABI. These are doneEvan Cheng
2009-10-18Turn on post-alloc scheduling for x86.Evan Cheng
2009-10-06Instead of printing unnecessary basic block labels as labels inDan Gohman
2009-09-13merge the linux cpool/jtbl pic tests into pic.ll and convert to filecheck.Chris Lattner
2009-09-11turn on -experimental-asm-printer for x86 / AT&T by default.Chris Lattner
2009-09-09disable the new asmprinter by default. Both the Mangler and MCSymbolChris Lattner
2009-09-09turn the mcinst asmprinter on by default for x86, tweaking two tests toChris Lattner
2009-09-03merge all the basic linux/32 pic tests together into one test.Chris Lattner
2009-09-03rename testChris Lattner