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