Evan Cheng
|
e32e923a6a
|
divb / mulb outputs to ah. Under x86-64 it's not legal to read ah if the instruction requires a rex prefix (i.e. outputs to r8b, etc.). So issue shift right by 8 on AX and then truncate it to 8 bits instead.
llvm-svn: 40972
|
2007-08-09 21:59:35 +00:00 |
Chris Lattner
|
a6527d6a61
|
Dan pointed out that this is done, remove it!
llvm-svn: 35430
|
2007-03-28 17:26:52 +00:00 |
Evan Cheng
|
dd60ca029c
|
- Switch X86-64 JIT to large code size model.
- Re-enable some codegen niceties for X86-64 static relocation model codegen.
- Clean ups, etc.
llvm-svn: 32238
|
2006-12-05 19:50:18 +00:00 |
Evan Cheng
|
830f224bf5
|
Update
llvm-svn: 32214
|
2006-12-05 03:58:23 +00:00 |
Evan Cheng
|
11b0a5dbd4
|
Committing X86-64 support.
llvm-svn: 30177
|
2006-09-08 06:48:29 +00:00 |