summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-isel-gep.ll
Commit message (Expand)AuthorAge
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* Disable expensive two-address optimizations at -O0. rdar://10453055Evan Cheng2011-11-16
* Update more tests to the new EH scheme.Bill Wendling2011-08-31
* add missing colon, thanks peter.Chris Lattner2011-08-11
* fix PR10605 / rdar://9930964 by adding a pretty scary missed check.Chris Lattner2011-08-11
* Be less aggressive about hinting in RAFast.Jakob Stoklund Olesen2011-06-13
* As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling2011-04-14
* Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling2011-04-14
* Fix fast-isel address mode folding to avoid folding instructionsDan Gohman2011-03-22
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-22
* reapply my fix for PR8961 with a tweak to properly handleChris Lattner2011-01-16
* revert my fastisel patch again which apparently still gives theChris Lattner2011-01-14
* reapply r123414 now that the botz are calmed down and the fix is already in.Chris Lattner2011-01-14
* r123414 broke llvm-gcc bootstrap apparently, revertChris Lattner2011-01-14
* fix PR8961 - a fast isel miscompilation where we'd insert a new instructionChris Lattner2011-01-14
* Use the source-order scheduler instead of the "fast" scheduler at -O0,Dan Gohman2010-07-16
* Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman2010-07-08
* Add X86FastISel support for return statements. This entails refactoringDan Gohman2010-07-07
* Teach X86FastISel to fold constant offsets and scaled indices inDan Gohman2010-07-01
* fix PR4984 by ensuring that fastisel adds properly sign extended GEP displace...Chris Lattner2009-09-15
* rename testChris Lattner2009-09-15