index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86RegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-27
1
-23
/
+23
*
Hopefully a good crack at making debugging work on intel -disable-fp-elim.
Jim Laskey
2006-11-17
1
-1
/
+3
*
Correct instructions for moving data between GR64 and SSE registers; also cor...
Evan Cheng
2006-11-16
1
-1
/
+2
*
Properly transfer kill / dead info.
Evan Cheng
2006-11-15
1
-7
/
+14
*
Matches MachineInstr changes.
Evan Cheng
2006-11-13
1
-20
/
+21
*
Fix a potential bug.
Evan Cheng
2006-11-10
1
-1
/
+1
*
Add implicit def / use operands to MachineInstr.
Evan Cheng
2006-11-10
1
-1
/
+1
*
Use TargetInstrInfo::getNumOperands() instead of MachineInstr::getNumOperands...
Evan Cheng
2006-11-10
1
-8
/
+12
*
Remove M_2_ADDR_FLAG.
Evan Cheng
2006-11-09
1
-3
/
+4
*
Dead code.
Evan Cheng
2006-11-03
1
-4
/
+0
*
Delete dead code; fix 80 col violations.
Evan Cheng
2006-09-22
1
-3
/
+0
*
Added some eye-candy for Subtarget type checking
Anton Korobeynikov
2006-09-17
1
-2
/
+2
*
Fixed a FuseTwoAddrInst() bug: consider GlobalAddress and JumpTableIndex
Evan Cheng
2006-09-08
1
-6
/
+11
*
Committing X86-64 support.
Evan Cheng
2006-09-08
1
-73
/
+315
*
Some notes on better load folding we could do
Chris Lattner
2006-09-07
1
-0
/
+2
*
Fix a few dejagnu failures. e.g. fast-cc-merge-stack-adj.ll
Evan Cheng
2006-09-05
1
-2
/
+2
*
Completely eliminate def&use operands. Now a register operand is EITHER a
Chris Lattner
2006-09-05
1
-2
/
+2
*
Fix a long-standing wart in the code generator: two-address instruction lowering
Chris Lattner
2006-09-05
1
-482
/
+468
*
Constify some methods. Patch provided by Anton Vayvod, thanks!
Chris Lattner
2006-08-17
1
-1
/
+1
*
Missing a space.
Evan Cheng
2006-07-20
1
-1
/
+1
*
Tidy up a few things.
Jim Laskey
2006-07-19
1
-20
/
+36
*
Reduce size of routine. Shrinks .o by 37%.
Jim Laskey
2006-07-19
1
-421
/
+489
*
Add shift and rotate by 1 instructions / patterns.
Evan Cheng
2006-06-29
1
-0
/
+15
*
Cygwin support: use _alloca to allocate stack if > 4k. Patch by Anton Korobey...
Evan Cheng
2006-06-13
1
-4
/
+21
*
Added X86FunctionInfo subclass of MachineFunction to record whether the
Evan Cheng
2006-06-06
1
-7
/
+3
*
Cygwin support. Patch by Anton Korobeynikov!
Evan Cheng
2006-06-02
1
-2
/
+21
*
Rename instructions for consistency sake.
Evan Cheng
2006-05-31
1
-10
/
+20
*
getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.
Evan Cheng
2006-05-18
1
-0
/
+16
*
X86 integer register classes naming changes. Make them consistent with FP, ve...
Evan Cheng
2006-05-16
1
-15
/
+15
*
More coverity fixes
Chris Lattner
2006-05-12
1
-1
/
+0
*
Fixing truncate. Previously we were emitting truncate from r16 to r8 as
Evan Cheng
2006-05-08
1
-6
/
+18
*
Better implementation of truncate. ISel matches it to a pseudo instruction
Evan Cheng
2006-05-05
1
-0
/
+76
*
Remove and simplify some more machineinstr/machineoperand stuff.
Chris Lattner
2006-05-04
1
-9
/
+9
*
Move some methods out of MachineInstr into MachineOperand
Chris Lattner
2006-05-04
1
-2
/
+2
*
There shalt be only one "immediate" operand type!
Chris Lattner
2006-05-04
1
-1
/
+1
*
Remove a bunch more SparcV9 specific stuff
Chris Lattner
2006-05-04
1
-1
/
+1
*
Use movaps instead of movapd for spill / restore.
Evan Cheng
2006-04-28
1
-2
/
+2
*
MakeMIInst() should handle jump table index operands.
Evan Cheng
2006-04-24
1
-0
/
+3
*
- PEXTRW cannot take a memory location as its first source operand.
Evan Cheng
2006-04-18
1
-2
/
+1
*
SHUFP{S|D}, PSHUF* encoding bugs. Left out the mask immediate operand.
Evan Cheng
2006-04-18
1
-5
/
+5
*
Encoding bug: CMPPSrmi, CMPPDrmi dropped operand 2 (condtion immediate).
Evan Cheng
2006-04-18
1
-2
/
+2
*
Incorrect foldMemoryOperand entries
Evan Cheng
2006-04-17
1
-12
/
+6
*
Can't fold loads into alias vector SSE ops used for scalar operation. The load
Evan Cheng
2006-04-16
1
-8
/
+0
*
Added SSE (and other) entries to foldMemoryOperand().
Evan Cheng
2006-04-14
1
-19
/
+155
*
We were not adjusting the frame size to ensure proper alignment when alloca /
Evan Cheng
2006-04-14
1
-30
/
+23
*
Use movaps to do VR128 reg-to-reg copies for now. It's shorter and available ...
Evan Cheng
2006-04-10
1
-1
/
+1
*
Foundation for call frame information.
Jim Laskey
2006-04-07
1
-1
/
+5
*
Minor fixes + naming changes.
Evan Cheng
2006-04-04
1
-2
/
+2
*
Expose base register for DwarfWriter. Refactor code accordingly.
Jim Laskey
2006-03-28
1
-9
/
+2
*
Translate llvm target registers to dwarf register numbers properly.
Jim Laskey
2006-03-27
1
-1
/
+1
[next]