Chris Lattner
|
2d90ac7ca6
|
Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28104 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-05-04 18:05:43 +00:00 |
|
Chris Lattner
|
ea50fabfd4
|
Remove a bunch more SparcV9 specific stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28093 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-05-04 01:15:02 +00:00 |
|
Jeff Cohen
|
51b776d259
|
De-virtualize SwitchSection.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28047 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-05-02 03:58:45 +00:00 |
|
Jeff Cohen
|
c6a057b04d
|
De-virtualize EmitZeroes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28046 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-05-02 03:46:13 +00:00 |
|
Jeff Cohen
|
4f1ea1e9d9
|
Finish support for Microsoft ML/MASM. May still be a few rough edges.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28045 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-05-02 03:11:50 +00:00 |
|
Jeff Cohen
|
c884db47f1
|
Make Intel syntax mode friendlier to Microsoft ML assembler (still needs more work).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28044 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-05-02 01:16:28 +00:00 |
|
Chris Lattner
|
99f2632b4b
|
Remove %'s from register names when in intel mode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28027 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-05-01 05:53:50 +00:00 |
|
Evan Cheng
|
55c25f2a2f
|
I can't spell: Register, not Regsiter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28021 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-04-28 23:19:39 +00:00 |
|
Evan Cheng
|
62f2700bcf
|
Implemented x86 inline asm b, h, w, k modifiers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28020 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-04-28 23:11:40 +00:00 |
|
Evan Cheng
|
3d48a90fbd
|
Bare-bone X86 inline asm printer support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28014 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-04-28 21:19:05 +00:00 |
|
Evan Cheng
|
c4c6257c1a
|
Added getTargetLowering() to TargetMachine. Refactored targets to support this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26742 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-03-13 23:20:37 +00:00 |
|
Evan Cheng
|
3c992d291b
|
Enable Dwarf debugging info.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26581 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-03-07 02:02:57 +00:00 |
|
Evan Cheng
|
470a6adc78
|
Added MMX, SSE1, and SSE2 vector instructions and some simple patterns.
Fixed some existing bugs (wrong predicates, prefixes) at the same time.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26310 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-02-22 02:26:30 +00:00 |
|
Evan Cheng
|
7ccced634a
|
x86 / Darwin PIC support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26273 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-02-18 00:15:05 +00:00 |
|
Chris Lattner
|
a3b8c57b9e
|
Eliminate the printCallOperand method, using a 'call' modifier on
printOperand instead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26025 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-02-06 23:41:19 +00:00 |
|
Evan Cheng
|
223547ab31
|
- Allow XMM load (for scalar use) to be folded into ANDP* and XORP*.
- Use XORP* to implement fneg.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25857 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-01-31 22:28:30 +00:00 |
|
Nate Begeman
|
85a168a734
|
Fix a typo in my latest change
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24542 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-11-30 18:57:39 +00:00 |
|
Nate Begeman
|
391c5d231a
|
No longer track value types for asm printer operands, and remove them as
an argument to every operand printing function. Requires some slight
tweaks to x86, the only user.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24541 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-11-30 18:54:35 +00:00 |
|
Nate Begeman
|
6c7cb29038
|
Add support for printing the sse scalar comparison instruction mnemonics.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22440 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-07-14 22:52:25 +00:00 |
|
Chris Lattner
|
b36cbd0286
|
Refactor X86AsmPrinter.cpp into multiple files. Patch contributed
by Aaron Gray, cleaned up by me.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22324 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-07-01 22:44:09 +00:00 |
|