Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / Target / X86 / README-X86-64.txt
2011-06-09 Eli FriedmanChris fixed this README a while back by changing how...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-01-02 Benjamin KramerTry to reuse the value when lowering memset.
2010-06-14 Eli FriedmanAdd back some possible optimizations for va_arg, with...
2010-06-09 Eli FriedmanA few new x86-64 specific README entries.
2010-06-02 Eli FriedmanRemove outdated README entries.
2009-08-08 Chris Lattneradd a note about dead zero extends.
2009-02-14 Dan GohmanThe x86-64 red zone is now being used.
2008-09-08 Dan Gohmani128 and f80 are implemented for x86-64 now.
2008-04-21 Dan GohmanImplement an x86-64 ABI detail of passing structs by...
2008-02-27 Chris LattnerMake X86TargetLowering::LowerSINT_TO_FP return without...
2008-02-27 Chris Lattnerthis code is correct but strange looking ;-)
2008-02-27 Chris LattnerCompile x86-64-and-mask.ll into:
2008-02-27 Chris Lattneradd a note
2007-08-09 Evan Chengdivb / mulb outputs to ah. Under x86-64 it's not legal...
2007-03-28 Chris LattnerDan pointed out that this is done, remove it!
2006-12-05 Evan Cheng- Switch X86-64 JIT to large code size model.
2006-12-05 Evan ChengUpdate
2006-09-08 Evan ChengCommitting X86-64 support.