Fix PR4639, a ELF-TLS regression from some of my refactoring.
[oota-llvm.git] / test / CodeGen / X86 / fast-isel-mem.ll
2008-09-19 Dan GohmanRefactor X86SelectConstAddr, folding it into X86SelectA...
2008-09-09 Evan ChengFix a constant lowering bug. Now we can do load and...
2008-09-04 Owen AndersonFix the ordering of operands to the store (inverted...
2008-09-04 Owen AndersonAdd a first attempt at implementing stores for X86...
2008-09-04 Evan ChengLoad from GV stub should be locally CSE'd.