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