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
*
PrintVRegOrUnit
Andrew Trick
2013-08-23
1
-0
/
+16
*
Add TargetRegisterInfo::getCoveringLanes().
Jakob Stoklund Olesen
2013-05-16
1
-1
/
+28
*
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
1
-15
/
+0
*
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-31
1
-3
/
+4
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Move isSubRegister() and isSuperRegister to MCRegisterInfo.
Jim Grosbach
2012-12-19
1
-15
/
+0
*
Remove two dead functions resulting from a bad rebase.
Andrew Trick
2012-12-05
1
-22
/
+0
*
RegisterPressure API. Add support for physical register units.
Andrew Trick
2012-12-05
1
-0
/
+29
*
Comment formatting.
Andrew Trick
2012-12-05
1
-1
/
+1
*
Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks.
Jakob Stoklund Olesen
2012-12-04
1
-22
/
+0
*
Add a new hook for providing register allocator hints more flexibly.
Jakob Stoklund Olesen
2012-12-03
1
-0
/
+21
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Add an MCPhysReg typedef to replace naked uint16_t.
Jakob Stoklund Olesen
2012-11-29
1
-6
/
+6
*
Make PrintReg constructor explicit to prevent weird implicit conversions from...
Craig Topper
2012-11-27
1
-1
/
+2
*
Generate a table-driven version of TRI::composeSubRegIndices().
Jakob Stoklund Olesen
2012-11-01
1
-3
/
+13
*
Remove the canCombineSubRegIndices() target hook.
Jakob Stoklund Olesen
2012-10-26
1
-12
/
+0
*
Add TRI::getSubRegIndexLaneMask().
Jakob Stoklund Olesen
2012-09-11
1
-1
/
+30
*
Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.
Jakob Stoklund Olesen
2012-09-11
1
-1
/
+2
*
Add TargetRegisterInfo::hasRegUnit().
Jakob Stoklund Olesen
2012-08-02
1
-0
/
+8
*
Typo.
Eric Christopher
2012-07-30
1
-1
/
+1
*
Add a PrintRegUnit helper similar to PrintReg.
Jakob Stoklund Olesen
2012-05-31
1
-0
/
+23
*
Add MCRegisterInfo::RegListIterator.
Jakob Stoklund Olesen
2012-05-30
1
-4
/
+4
*
Use MCRegUnitIterator to compute regsOverlap().
Jakob Stoklund Olesen
2012-05-29
1
-3
/
+9
*
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-07
1
-1
/
+2
*
Add TRI::getCommonSuperRegClass().
Jakob Stoklund Olesen
2012-05-07
1
-0
/
+28
*
Remove TargetRegisterClass::SuperRegClasses.
Jakob Stoklund Olesen
2012-05-04
1
-13
/
+0
*
Add a SuperRegClassIterator class.
Jakob Stoklund Olesen
2012-05-04
1
-0
/
+56
*
Use a shared implementation of getMatchingSuperRegClass().
Jakob Stoklund Olesen
2012-05-03
1
-3
/
+1
*
Add TargetRegisterClass::getSuperRegIndices().
Jakob Stoklund Olesen
2012-05-03
1
-0
/
+13
*
Fix the type of SubClassMask.
Jakob Stoklund Olesen
2012-05-03
1
-1
/
+1
*
Don't override subreg functions in targets without subregisters.
Jakob Stoklund Olesen
2012-05-03
1
-2
/
+7
*
Added TargetRegisterInfo::getAllocatableClass.
Andrew Trick
2012-05-03
1
-0
/
+5
*
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-04-23
1
-0
/
+6
*
Added TargetRegisterInfo::getRegPressureSetName.
Andrew Trick
2012-04-20
1
-1
/
+4
*
Typo in an unused field.
Andrew Trick
2012-04-17
1
-1
/
+1
*
TableGen's regpressure: emit per-registerclass weight limits.
Andrew Trick
2012-04-11
1
-1
/
+9
*
Added a TargetRegisterInfo interface for accessing register pressure sets.
Andrew Trick
2012-04-10
1
-0
/
+18
*
MCRegisterInfo-ize getMatchingSuperReg.
Jim Grosbach
2012-03-05
1
-4
/
+1
*
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-05
1
-3
/
+3
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-1
/
+1
*
Use uint16_t instead of unsigned to store registers in reg classes. Reduces s...
Craig Topper
2012-03-04
1
-5
/
+5
*
Use uint16_t to store registers in callee saved register tables to reduce siz...
Craig Topper
2012-03-04
1
-1
/
+1
*
Move getSubRegIndex out of generated code into MCRegisterInfo, devirtualize it.
Benjamin Kramer
2012-03-01
1
-5
/
+0
*
Move TargetRegisterInfo::getSubReg() to MCRegisterInfo.
Jim Grosbach
2012-03-01
1
-5
/
+0
*
Make TargetRegisterClasses non-virtual by making the only virtual function a ...
Benjamin Kramer
2012-03-01
1
-14
/
+4
*
Store just the SimpleValueType in the generated VT tables for each register c...
Benjamin Kramer
2012-02-09
1
-3
/
+4
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-7
/
+7
*
Require non-NULL register masks.
Jakob Stoklund Olesen
2012-02-02
1
-1
/
+4
*
Add TRI::getCallPreservedMask() hook.
Jakob Stoklund Olesen
2012-01-14
1
-1
/
+22
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+1
[next]