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
/
Alpha
/
AlphaRegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o...
Evan Cheng
2007-10-18
1
-2
/
+2
*
Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p...
Evan Cheng
2007-10-18
1
-4
/
+4
*
- Added a few target hooks to generate load / store instructions from / to any
Evan Cheng
2007-10-05
1
-0
/
+50
*
Allow copyRegToReg to emit cross register classes copies.
Evan Cheng
2007-09-26
1
-4
/
+10
*
Long live the exception handling!
Anton Korobeynikov
2007-07-14
1
-2
/
+3
*
eliminateFrameIndex() change.
Evan Cheng
2007-05-01
1
-1
/
+3
*
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-16
1
-10
/
+10
*
Added MRegisterInfo hook to re-materialize an instruction.
Evan Cheng
2007-03-20
1
-0
/
+9
*
PEI now passes a RegScavenger ptr to eliminateFrameIndex.
Evan Cheng
2007-02-28
1
-2
/
+2
*
By default, spills kills the register being stored.
Evan Cheng
2007-02-23
1
-3
/
+6
*
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
/
+9
*
For PR1207:
Reid Spencer
2007-02-19
1
-9
/
+0
*
Added getReservedRegs().
Evan Cheng
2007-02-17
1
-0
/
+9
*
PEI is now responsible for adding MaxCallFrameSize to frame size and align th...
Evan Cheng
2007-01-23
1
-10
/
+0
*
hasFP() is now a virtual method of MRegisterInfo.
Evan Cheng
2007-01-23
1
-1
/
+1
*
Fix naming inconsistency.
Evan Cheng
2007-01-02
1
-6
/
+6
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
1
-17
/
+16
*
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-27
1
-27
/
+28
*
Properly transfer kill / dead info.
Evan Cheng
2006-11-15
1
-2
/
+5
*
Matches MachineInstr changes.
Evan Cheng
2006-11-13
1
-7
/
+8
*
silence warnings.
Chris Lattner
2006-11-03
1
-6
/
+0
*
more shotenning
Andrew Lenharth
2006-10-31
1
-6
/
+6
*
Completely eliminate def&use operands. Now a register operand is EITHER a
Chris Lattner
2006-09-05
1
-16
/
+28
*
Constify some methods. Patch provided by Anton Vayvod, thanks!
Chris Lattner
2006-08-17
1
-1
/
+1
*
Let the alpha breakage begin. First Formals and RET. next Calls
Andrew Lenharth
2006-06-12
1
-1
/
+1
*
getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.
Evan Cheng
2006-05-18
1
-0
/
+27
*
Fix call_adj.ll
Andrew Lenharth
2006-05-17
1
-1
/
+1
*
Move some methods out of MachineInstr into MachineOperand
Chris Lattner
2006-05-04
1
-5
/
+4
*
There shalt be only one "immediate" operand type!
Chris Lattner
2006-05-04
1
-2
/
+2
*
Remove a bunch more SparcV9 specific stuff
Chris Lattner
2006-05-04
1
-1
/
+2
*
Foundation for call frame information.
Jim Laskey
2006-04-07
1
-1
/
+6
*
Expose base register for DwarfWriter. Refactor code accordingly.
Jim Laskey
2006-03-28
1
-10
/
+2
*
Translate llvm target registers to dwarf register numbers properly.
Jim Laskey
2006-03-27
1
-1
/
+1
*
Add support to locate local variables in frames (early version.)
Jim Laskey
2006-03-23
1
-0
/
+13
*
remove some now-dead code
Chris Lattner
2006-03-09
1
-16
/
+0
*
Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ...
Chris Lattner
2006-02-02
1
-19
/
+0
*
Add immediate forms of cmov and remove some cruft
Andrew Lenharth
2006-02-01
1
-1
/
+1
*
allow R28 to be used for frame calculations without entirely removing it from...
Andrew Lenharth
2006-01-26
1
-1
/
+1
*
maintaining stackpointer alignment. Perhaps it doesn't matter
Andrew Lenharth
2006-01-25
1
-0
/
+4
*
clean this function up some
Andrew Lenharth
2006-01-01
1
-37
/
+26
*
whatever. Intermediate patch to see what breaks. Seems ok.
Andrew Lenharth
2005-11-09
1
-13
/
+56
*
ret 0; works, not much else
Andrew Lenharth
2005-10-20
1
-1
/
+1
*
This seems useful from the original patch that added the function. If there ...
Andrew Lenharth
2005-10-09
1
-0
/
+19
*
Pass extra regclasses into spilling code
Chris Lattner
2005-09-30
1
-2
/
+4
*
This code has always been dead for alpha
Chris Lattner
2005-08-19
1
-20
/
+0
*
Alpha JIT (beta)
Andrew Lenharth
2005-07-22
1
-1
/
+9
*
clean up prolouge and epilouge
Andrew Lenharth
2005-07-07
1
-26
/
+25
*
simplify call code, remove pseudo ops for div and rem, track more loads and s...
Andrew Lenharth
2005-07-01
1
-0
/
+16
*
remove a pseudo instruction, make ret always right, and fix vararg chains
Andrew Lenharth
2005-06-23
1
-1
/
+1
[next]