summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-isel-mem.ll
AgeCommit message (Expand)AuthorFilesLines
2012-07-19Fix remaining lit tests which were failing when run on an AtomPreston Gurd1-1/+13
2010-09-05implement rdar://6653118 - fastisel should fold loads where possible.Chris Lattner1-4/+14
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-2/+2
2008-09-19Refactor X86SelectConstAddr, folding it into X86SelectAddress. ThisDan Gohman1-1/+1
2008-09-09Fix a constant lowering bug. Now we can do load and store instructions with f...Evan Cheng1-3/+14
2008-09-04Fix the ordering of operands to the store (inverted relative to LLVM IR), and...Owen Anderson1-1/+1
2008-09-04Add a first attempt at implementing stores for X86 fast isel using target hooks.Owen Anderson1-1/+2
2008-09-04Load from GV stub should be locally CSE'd.Evan Cheng1-0/+12