aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-isel-mem.ll
AgeCommit message (Expand)Author
2010-09-05implement rdar://6653118 - fastisel should fold loads where possible.Chris Lattner
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-09-19Refactor X86SelectConstAddr, folding it into X86SelectAddress. ThisDan Gohman
2008-09-09Fix a constant lowering bug. Now we can do load and store instructions with f...Evan Cheng
2008-09-04Fix the ordering of operands to the store (inverted relative to LLVM IR), and...Owen Anderson
2008-09-04Add a first attempt at implementing stores for X86 fast isel using target hooks.Owen Anderson
2008-09-04Load from GV stub should be locally CSE'd.Evan Cheng