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
/
include
/
llvm
/
Target
/
TargetRegisterInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce TargetRegisterInfo::getOverlaps(Reg), returning a list of all
Jakob Stoklund Olesen
2010-12-14
1
-9
/
+18
*
Add TargetRegisterInfo::printReg() to pretty-print registers.
Jakob Stoklund Olesen
2010-12-14
1
-0
/
+4
*
Move more PEI-related hooks to TFI
Anton Korobeynikov
2010-11-27
1
-15
/
+0
*
Move some more hooks to TargetFrameInfo
Anton Korobeynikov
2010-11-20
1
-16
/
+0
*
Move getInitialFrameState() to TargetFrameInfo
Anton Korobeynikov
2010-11-18
1
-5
/
+0
*
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
1
-25
/
+0
*
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-15
1
-13
/
+0
*
Simplify uses of MVT and EVT. An MVT can be compared directly
Duncan Sands
2010-11-03
1
-2
/
+2
*
add a comment explicitly calling out that allocation orders may include
Jim Grosbach
2010-09-10
1
-3
/
+6
*
Reapply this increase to the number of virtual registers. All of the
Eric Christopher
2010-09-03
1
-1
/
+1
*
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-08-26
1
-8
/
+2
*
tidy up a bit. no functional change.
Jim Grosbach
2010-08-26
1
-1
/
+2
*
Add ARM heuristic for when to allocate a virtual base register for stack
Jim Grosbach
2010-08-24
1
-1
/
+1
*
Move enabling the local stack allocation pass into the target where it belongs.
Jim Grosbach
2010-08-24
1
-0
/
+7
*
Better handling of offsets on frame index references. rdar://8277890
Jim Grosbach
2010-08-19
1
-7
/
+13
*
Re-re-revert this patch. It seems to be causing performance
Eric Christopher
2010-08-19
1
-1
/
+1
*
Reapply the virtual register patch from 109102. The places where we were
Eric Christopher
2010-08-19
1
-1
/
+1
*
Add hook for re-using virtual base registers for local stack slot access.
Jim Grosbach
2010-08-18
1
-0
/
+7
*
Add materialization of virtual base registers for frame indices allocated into
Jim Grosbach
2010-08-17
1
-0
/
+16
*
Add hook to examine an instruction referencing a frame index to determine
Jim Grosbach
2010-08-17
1
-0
/
+8
*
spelling
Jim Grosbach
2010-08-06
1
-1
/
+1
*
Revert r109102 for now as it's causing JIT miscompilations.
Eric Christopher
2010-07-23
1
-1
/
+1
*
Increase the max physreg size. Patch by Pekka Jääskeläinen.
Duncan Sands
2010-07-22
1
-1
/
+1
*
Grammar.
Eric Christopher
2010-07-20
1
-1
/
+1
*
Constify some arguments.
Eric Christopher
2010-07-20
1
-3
/
+3
*
Convert the last use of getPhysicalRegisterRegClass and remove it.
Rafael Espindola
2010-07-12
1
-6
/
+0
*
Make getPhysicalRegisterRegClass non-virtual. Should be able to remove it soon.
Rafael Espindola
2010-07-11
1
-1
/
+1
*
Implement X86InstrInfo::copyPhysReg
Jakob Stoklund Olesen
2010-07-08
1
-0
/
+5
*
Make getMinimalPhysRegClass' comment mention what makes it different
Dan Gohman
2010-07-06
1
-1
/
+2
*
Add a VT argument to getMinimalPhysRegClass and replace the copy related uses
Rafael Espindola
2010-06-29
1
-1
/
+2
*
Start TargetRegisterClass indices at 0 instead of 1, so that
Dan Gohman
2010-06-18
1
-2
/
+2
*
Fix a comment typo.
Bob Wilson
2010-06-14
1
-1
/
+1
*
Rename canCombinedSubRegIndex method to something more grammatically correct
Bob Wilson
2010-06-02
1
-8
/
+9
*
Remove uses of getCalleeSavedRegClasses from outside the
Rafael Espindola
2010-06-02
1
-5
/
+4
*
Add a TargetRegisterInfo::composeSubRegIndices hook with a default
Jakob Stoklund Olesen
2010-05-28
1
-0
/
+17
*
Drop the SuperregHashTable. It is essentially the same as SubregHashTable.
Jakob Stoklund Olesen
2010-05-25
1
-17
/
+1
*
Print symbolic SubRegIndex names on machine operands.
Jakob Stoklund Olesen
2010-05-25
1
-0
/
+9
*
Replace the tablegen RegisterClass field SubRegClassList with an alist-like data
Jakob Stoklund Olesen
2010-05-24
1
-3
/
+0
*
Teach two-address pass to do some coalescing while eliminating REG_SEQUENCE
Evan Cheng
2010-05-14
1
-0
/
+12
*
Document that TargetRegisterInfo::contains does not cover virtual registers.
Dan Gohman
2010-04-20
1
-1
/
+1
*
Change the Value argument to eliminateFrameIndex to a type-tagged value. This
Jim Grosbach
2010-03-09
1
-1
/
+2
*
Updated version of r96634 (which was reverted due to failing 176.gcc and
Jim Grosbach
2010-02-22
1
-0
/
+11
*
Revert 96634. It causes assertion failures for 126.gcc and 176.gcc in
Bob Wilson
2010-02-19
1
-11
/
+0
*
Radar 7636153. In the presence of large call frames, it's not sufficient
Jim Grosbach
2010-02-19
1
-0
/
+11
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
constify a method argument.
Chris Lattner
2010-01-26
1
-2
/
+2
*
Fix a comment.
Dale Johannesen
2010-01-13
1
-1
/
+1
*
Revert 90789 for now. It caused massive compile time regression. Post-ra sche...
Evan Cheng
2009-12-08
1
-1
/
+1
*
Apply Pekka Jääskeläinen's patch to raise the first virtual register
Dan Gohman
2009-12-07
1
-2
/
+2
*
Add getFrameIndexReference() to TargetRegisterInfo, which allows targets to
Jim Grosbach
2009-11-22
1
-0
/
+12
[next]