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
*
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-09-07
1
-8
/
+5
*
Added support to fold X86 load / store instructions. This allow rematerialize...
Evan Cheng
2007-08-30
1
-49
/
+86
*
Move getX86RegNum into X86RegisterInfo and use it
Duncan Sands
2007-08-29
1
-0
/
+53
*
Make sure epilogue esp adjustment is placed before any terminator and pop ins...
Evan Cheng
2007-07-26
1
-2
/
+3
*
Heal EH handling stuff by emitting correct offsets to callee-saved registers.
Anton Korobeynikov
2007-07-24
1
-1
/
+13
*
Change instruction description to split OperandList into OutOperandList and
Evan Cheng
2007-07-19
1
-2
/
+2
*
Only adjust esp around calls in presence of alloca.
Evan Cheng
2007-07-19
1
-5
/
+10
*
Use MOV instead of LEA to restore ESP if callee-saved frame size is 0; if pre...
Evan Cheng
2007-07-18
1
-13
/
+19
*
Fold prologue esp update when possible.
Evan Cheng
2007-07-17
1
-1
/
+22
*
Make sure not to break eh_return.
Evan Cheng
2007-07-17
1
-9
/
+10
*
Missed the case where alloca is used but the stack size (not including callee...
Evan Cheng
2007-07-17
1
-17
/
+17
*
Use push / pop for prologues and epilogues.
Evan Cheng
2007-07-17
1
-89
/
+135
*
Long live the exception handling!
Anton Korobeynikov
2007-07-14
1
-6
/
+52
*
Define non-intrinsic instructions for vector min, max, sqrt, rsqrt, and rcp,
Dan Gohman
2007-07-10
1
-0
/
+20
*
Refactor X87 instructions. As a side effect, all
Dale Johannesen
2007-07-04
1
-6
/
+6
*
Fix for PR 1505 (and 1489). Rewrite X87 register
Dale Johannesen
2007-07-03
1
-4
/
+10
*
More DWARF-related things cleanup:
Anton Korobeynikov
2007-05-12
1
-7
/
+10
*
Emit correct register move information in eh frames for X86. This allows Shoo...
Anton Korobeynikov
2007-05-02
1
-8
/
+43
*
Emit correct DWARF reg # for RA (return address) register
Anton Korobeynikov
2007-05-02
1
-1
/
+4
*
eliminateFrameIndex() change.
Evan Cheng
2007-05-01
1
-1
/
+3
*
Fix for PR1348. If stack inc / dec amount is > 32-bits, issue a series of add...
Evan Cheng
2007-04-26
1
-18
/
+27
*
do the multiplication as signed, so that 2*-2 == -4 instead of 4294967292
Chris Lattner
2007-04-25
1
-1
/
+2
*
support for >4G stack frames
Chris Lattner
2007-04-25
1
-3
/
+4
*
support >4G stack frames
Chris Lattner
2007-04-25
1
-9
/
+9
*
Add the PADDQ to the list.
Bill Wendling
2007-04-24
1
-0
/
+1
*
rename X86FunctionInfo to X86MachineFunctionInfo to match the header file
Chris Lattner
2007-04-17
1
-1
/
+1
*
Implemented correct stack probing on mingw/cygwin for dynamic alloca's.
Anton Korobeynikov
2007-04-17
1
-4
/
+29
*
Changed to new MMX_ recipes.
Bill Wendling
2007-04-03
1
-3
/
+3
*
Added MRegisterInfo hook to re-materialize an instruction.
Evan Cheng
2007-03-20
1
-0
/
+10
*
Added "padd*" support for MMX. Added MMX move stuff to X86InstrInfo so that
Bill Wendling
2007-03-08
1
-0
/
+6
*
PEI now passes a RegScavenger ptr to eliminateFrameIndex.
Evan Cheng
2007-02-28
1
-1
/
+2
*
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
[next]