aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/README-X86-64.txt
AgeCommit message (Expand)Author
2011-06-09Chris fixed this README a while back by changing how clang generates code for...Eli Friedman
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-01-02Try to reuse the value when lowering memset.Benjamin Kramer
2010-06-14Add back some possible optimizations for va_arg, with wording that makes itEli Friedman
2010-06-09A few new x86-64 specific README entries.Eli Friedman
2010-06-02Remove outdated README entries.Eli Friedman
2009-08-08add a note about dead zero extends.Chris Lattner
2009-02-14The x86-64 red zone is now being used.Dan Gohman
2008-09-08i128 and f80 are implemented for x86-64 now.Dan Gohman
2008-04-21Implement an x86-64 ABI detail of passing structs by hidden firstDan Gohman
2008-02-27Make X86TargetLowering::LowerSINT_TO_FP return without creating a dead Chris Lattner
2008-02-27this code is correct but strange looking ;-)Chris Lattner
2008-02-27Compile x86-64-and-mask.ll into:Chris Lattner
2008-02-27add a noteChris Lattner
2007-08-09divb / mulb outputs to ah. Under x86-64 it's not legal to read ah if the inst...Evan Cheng
2007-03-28Dan pointed out that this is done, remove it!Chris Lattner
2006-12-05- Switch X86-64 JIT to large code size model.Evan Cheng
2006-12-05UpdateEvan Cheng
2006-09-08Committing X86-64 support.Evan Cheng