index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Hexagon
/
HexagonRegisterInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[TargetRegisterInfo] Remove temporary hook enableMultipleCopyHints()
Jonas Paulsson
2018-10-05
1
-2
/
+0
*
[Hexagon] Avoid introducing calls into coalesced range of HVX vector pairs
Krzysztof Parzyszek
2018-07-13
1
-0
/
+4
*
[Hexagon] Add TargetRegisterInfo::getPointerRegClass() override
Tobias Edler von Koch
2018-02-21
1
-0
/
+4
*
[Hexagon] Return true in enableMultipleCopyHints().
Jonas Paulsson
2018-02-21
1
-0
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[Hexagon] Make getHexagonSubRegIndex take reference instead of pointer
Krzysztof Parzyszek
2017-09-25
1
-1
/
+1
*
[Hexagon] Switch to parameterized register classes for HVX
Krzysztof Parzyszek
2017-09-15
1
-1
/
+1
*
Remove unused includes of MachineLocation.h (NFC)
Adrian Prantl
2017-08-02
1
-1
/
+0
*
Revert "[Hexagon] Handle decreasing of stack alignment in frame lowering"
Krzysztof Parzyszek
2017-06-23
1
-2
/
+0
*
[Hexagon] Handle decreasing of stack alignment in frame lowering
Krzysztof Parzyszek
2017-06-23
1
-0
/
+2
*
[Hexagon] Cleanup of unused function isCalleeSaveReg (NFC)
Sumanth Gundapaneni
2017-05-26
1
-1
/
+0
*
[Hexagon] Start using regmasks on calls
Krzysztof Parzyszek
2017-02-17
1
-1
/
+2
*
Revert "[Hexagon] Start using regmasks on calls"
Rafael Espindola
2017-02-17
1
-2
/
+1
*
[Hexagon] Start using regmasks on calls
Krzysztof Parzyszek
2017-02-16
1
-1
/
+2
*
[Hexagon] Separate Hexagon subreg indices for different register classes
Krzysztof Parzyszek
2016-11-09
1
-0
/
+9
*
[Hexagon] Make getCallerSavedRegs specific to a register class
Krzysztof Parzyszek
2016-05-16
1
-1
/
+2
*
[Hexagon] Fix reserving emergency spill slots for register scavenger
Krzysztof Parzyszek
2016-03-21
1
-15
/
+0
*
Targets: commonize some stack realignment code
JF Bastien
2015-07-20
1
-2
/
+0
*
[Hexagon] Shrink-wrap stack frame (Hexagon-specific)
Krzysztof Parzyszek
2015-04-23
1
-3
/
+6
*
[Hexagon] Overhaul of stack object allocation
Krzysztof Parzyszek
2015-04-22
1
-11
/
+21
*
Remove some unnecessary forward declarations and put a couple more
Eric Christopher
2015-03-12
1
-5
/
+0
*
Have getCalleeSavedRegs take a non-null MachineFunction all the
Eric Christopher
2015-03-11
1
-2
/
+1
*
Remove subtarget dependence from HexagonRegisterInfo.
Eric Christopher
2015-03-10
1
-3
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-6
/
+6
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-4
/
+5
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
1
-1
/
+1
*
Remove getEHExceptionRegister and getEHHandlerRegister.
Rafael Espindola
2013-10-07
1
-4
/
+0
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-2
/
+1
*
Remove unused function.
Rafael Espindola
2013-05-10
1
-1
/
+0
*
Remove code copied from GenRegisterInfo.inc.
Andrew Trick
2013-02-22
1
-5
/
+0
*
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
1
-4
/
+0
*
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-31
1
-1
/
+2
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Porting Hexagon MI Scheduler to the new API.
Sergei Larin
2012-09-04
1
-0
/
+5
*
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-04-23
1
-0
/
+4
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-1
/
+2
*
Use uint16_t to store registers in callee saved register tables to reduce siz...
Craig Topper
2012-03-04
1
-1
/
+1
*
Hexagon backend support
Tony Linthicum
2011-12-12
1
-0
/
+89