index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
X86RegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
By default, spills kills the register being stored.
Evan Cheng
2007-02-23
1
-1
/
+2
*
Support to provide exception and selector registers.
Jim Laskey
2007-02-21
1
-0
/
+10
*
Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.
Evan Cheng
2007-02-19
1
-0
/
+16
*
For PR1207:
Reid Spencer
2007-02-19
1
-16
/
+0
*
Added getReservedRegs().
Evan Cheng
2007-02-17
1
-0
/
+16
*
Only gather frame info if debug or eh.
Jim Laskey
2007-01-29
1
-2
/
+2
*
Landing pad-less eh for PPC.
Jim Laskey
2007-01-29
1
-4
/
+3
*
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
Jim Laskey
2007-01-26
1
-7
/
+7
*
Make LABEL a builtin opcode.
Jim Laskey
2007-01-26
1
-2
/
+2
*
Call frames for intel.
Jim Laskey
2007-01-24
1
-0
/
+51
*
80 columns
Jim Laskey
2007-01-24
1
-4
/
+8
*
PEI is now responsible for adding MaxCallFrameSize to frame size and align th...
Evan Cheng
2007-01-23
1
-17
/
+0
*
hasFP() is now a virtual method of MRegisterInfo.
Evan Cheng
2007-01-23
1
-2
/
+2
*
One more try...
Evan Cheng
2007-01-20
1
-2
/
+3
*
Last check-in was bogus. There is no need to align the stack if the function ...
Evan Cheng
2007-01-20
1
-3
/
+6
*
Backend is reponsible for aligning the stack.
Evan Cheng
2007-01-20
1
-7
/
+5
*
* PIC codegen for X86/Linux has been implemented
Anton Korobeynikov
2007-01-12
1
-0
/
+4
*
Really big cleanup.
Anton Korobeynikov
2007-01-03
1
-2
/
+2
*
Fix naming inconsistency.
Evan Cheng
2007-01-02
1
-8
/
+8
*
f64 <-> i64 bit_convert using movq in 64-bit mode.
Evan Cheng
2006-12-14
1
-0
/
+2
*
Added MOVSS2DIrr and MOVDI2SSrr to foldMemeoryOperand().
Evan Cheng
2006-12-14
1
-0
/
+2
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
1
-6
/
+4
*
MI keeps a ptr of TargetInstrDescriptor, use it.
Evan Cheng
2006-12-07
1
-1
/
+2
*
Match TargetInstrInfo changes.
Evan Cheng
2006-12-01
1
-1
/
+1
*
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
[prev]
[next]