Evan Cheng
|
2f4cdc78fa
|
Some AT&T syntax assembler (e.g. Mac OS X) does not recognize the movq alias for i64 <-> XMM moves.
llvm-svn: 32609
|
2006-12-15 19:58:58 +00:00 |
Evan Cheng
|
735fcf74d8
|
f64 <-> i64 bit_convert using movq in 64-bit mode.
llvm-svn: 32587
|
2006-12-14 21:55:39 +00:00 |
Evan Cheng
|
e50b17e97e
|
Fix a couple of typo's.
llvm-svn: 32585
|
2006-12-14 19:46:06 +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
|
62cdc3f011
|
- Fix X86-64 JIT by temporarily disabling code that treats GV address as 32-bit
immediate in small code model. The JIT cannot ensure GV's are placed in the
lower 4G.
- Some preliminary support for large code model.
llvm-svn: 32215
|
2006-12-05 04:01:03 +00:00 |
Evan Cheng
|
ae1cd75af7
|
- Use a different wrapper node for RIP-relative GV, etc.
- Proper support for both small static and PIC modes under X86-64
- Some (non-optimal) support for medium modes.
llvm-svn: 32046
|
2006-11-30 21:55:46 +00:00 |
Evan Cheng
|
8ddbdc70b7
|
Fix JIT encoding bugs for shift / rotate by one ops.
llvm-svn: 31952
|
2006-11-28 01:28:00 +00:00 |
Evan Cheng
|
572dc9cb4e
|
Correct instructions for moving data between GR64 and SSE registers; also correct load i64 / store i64 from v2i64.
llvm-svn: 31795
|
2006-11-16 23:33:25 +00:00 |
Chris Lattner
|
9ac6442db6
|
remove dead/redundant vars
llvm-svn: 31435
|
2006-11-03 23:48:56 +00:00 |
Evan Cheng
|
577ef7694e
|
Add properties to ComplexPattern.
llvm-svn: 30891
|
2006-10-11 21:03:53 +00:00 |
Evan Cheng
|
e71fe34d75
|
Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
llvm-svn: 30844
|
2006-10-09 20:57:25 +00:00 |
Evan Cheng
|
4259a0f654
|
X86ISD::CMP now produces a chain as well as a flag. Make that the chain
operand of a conditional branch to allow load folding into CMP / TEST
instructions.
llvm-svn: 30241
|
2006-09-11 02:19:56 +00:00 |
Evan Cheng
|
7348403d42
|
Remove TEST64mr. It's same as TEST64rm since and is commutative.
llvm-svn: 30178
|
2006-09-08 06:56:55 +00:00 |
Evan Cheng
|
11b0a5dbd4
|
Committing X86-64 support.
llvm-svn: 30177
|
2006-09-08 06:48:29 +00:00 |