summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-isel-gep.ll
AgeCommit message (Expand)Author
2017-08-02X86: Do not use llc -march in tests.Matthias Braun
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2014-12-19Add the ExceptionHandling::MSVC enumerationReid Kleckner
2013-07-13Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin
2011-11-16Disable expensive two-address optimizations at -O0. rdar://10453055Evan Cheng
2011-08-31Update more tests to the new EH scheme.Bill Wendling
2011-08-11add missing colon, thanks peter.Chris Lattner
2011-08-11fix PR10605 / rdar://9930964 by adding a pretty scary missed check.Chris Lattner
2011-06-13Be less aggressive about hinting in RAFast.Jakob Stoklund Olesen
2011-04-14As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling
2011-04-14Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling
2011-03-22Fix fast-isel address mode folding to avoid folding instructionsDan Gohman
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-01-16reapply my fix for PR8961 with a tweak to properly handleChris Lattner
2011-01-14revert my fastisel patch again which apparently still gives theChris Lattner
2011-01-14reapply r123414 now that the botz are calmed down and the fix is already in.Chris Lattner
2011-01-14r123414 broke llvm-gcc bootstrap apparently, revertChris Lattner
2011-01-14fix PR8961 - a fast isel miscompilation where we'd insert a new instructionChris Lattner
2010-07-16Use the source-order scheduler instead of the "fast" scheduler at -O0,Dan Gohman
2010-07-08Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman
2010-07-07Add X86FastISel support for return statements. This entails refactoringDan Gohman
2010-07-01Teach X86FastISel to fold constant offsets and scaled indices inDan Gohman
2009-09-15fix PR4984 by ensuring that fastisel adds properly sign extended GEP displace...Chris Lattner
2009-09-15rename testChris Lattner