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