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
/
ARM
/
ARMBaseRegisterInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM] Return true in enableMultipleCopyHints().
Jonas Paulsson
2018-02-16
1
-0
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[RegAlloc, SystemZ] Increase number of LOCRs by passing "hard" regalloc hints.
Jonas Paulsson
2017-11-10
1
-1
/
+1
*
[SystemZ] implement shouldCoalesce()
Jonas Paulsson
2017-09-29
1
-1
/
+4
*
[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-01-31
1
-3
/
+14
*
[ARM] Fix registers clobbered by SjLj EH on soft-float targets
Oliver Stannard
2016-10-11
1
-0
/
+1
*
Target: Remove unused entities.
Peter Collingbourne
2016-10-09
1
-1
/
+1
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-6
/
+6
*
CXX_FAST_TLS calling convention: performance improvement for ARM.
Manman Ren
2016-01-12
1
-0
/
+2
*
CXX_FAST_TLS calling convention: Add support for ARM on Darwin.
Manman Ren
2016-01-11
1
-0
/
+6
*
ARM: support TLS accesses on Darwin platforms
Tim Northover
2016-01-07
1
-0
/
+1
*
[WinEH] Mark funclet entries and exits as clobbering all registers
Reid Kleckner
2015-11-06
1
-1
/
+1
*
Targets: commonize some stack realignment code
JF Bastien
2015-07-20
1
-2
/
+1
*
TargetRegisterInfo: Provide a way to check assigned registers in getRegAlloca...
Matthias Braun
2015-07-15
1
-1
/
+2
*
[ARM] Fix handling of thumb1 out-of-range frame offsets
John Brawn
2015-03-20
1
-1
/
+1
*
Remove some unnecessary forward declarations and put a couple more
Eric Christopher
2015-03-12
1
-4
/
+0
*
Remove the need to cache the subtarget in the ARM TargetRegisterInfo
Eric Christopher
2015-03-12
1
-6
/
+1
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-2
/
+4
*
Have getCalleeSavedRegs take a non-null MachineFunction all the
Eric Christopher
2015-03-11
1
-2
/
+1
*
Have TargetRegisterInfo::getLargestLegalSuperClass take a
Eric Christopher
2015-03-10
1
-1
/
+2
*
Remove dead code.
Eric Christopher
2015-03-10
1
-2
/
+0
*
Rename UpdateRegAllocHint to match style guidelines.
Eric Christopher
2015-02-24
1
-1
/
+1
*
Revert 202433 - Provide a target override for the latest regalloc heuristic
Renato Golin
2014-10-03
1
-2
/
+0
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[RegisterCoalescer] Moving the RegisterCoalescer subtarget hook onto the Targ...
Chris Bieneman
2014-07-16
1
-0
/
+8
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-2
/
+2
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
1
-1
/
+1
*
Simplify resolveFrameIndex() signature.
Jim Grosbach
2014-04-02
1
-2
/
+2
*
Prune includes in ARM target.
Craig Topper
2014-03-22
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-10
1
-33
/
+35
*
Provide a target override for the latest regalloc heuristic.
Andrew Trick
2014-02-27
1
-0
/
+2
*
ARM: r12 is callee-saved for interrupt handlers
Oliver Stannard
2014-02-10
1
-2
/
+2
*
ARM: fix bug in -Oz stack adjustment folding
Tim Northover
2013-12-01
1
-0
/
+8
*
Remove getEHExceptionRegister and getEHHandlerRegister.
Rafael Espindola
2013-10-07
1
-4
/
+0
*
Clarify and doxygen-ify comments
Stephen Lin
2013-06-26
1
-8
/
+8
*
ARM: Proactively ensure that the LowerCallResult hack for 'this'-returns is n...
Stephen Lin
2013-06-26
1
-1
/
+10
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-3
/
+1
*
Add CodeGen support for functions that always return arguments via a new para...
Stephen Lin
2013-04-20
1
-0
/
+1
*
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
*
Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks.
Jakob Stoklund Olesen
2012-12-04
1
-12
/
+0
*
Implement ARMBaseRegisterInfo::getRegAllocationHints().
Jakob Stoklund Olesen
2012-12-03
1
-0
/
+6
*
Mark the Int_eh_sjlj_dispatchsetup pseudo instruction as clobbering all
Chad Rosier
2012-11-06
1
-0
/
+1
*
Remove ARMBaseRegisterInfo::isReservedReg().
Jakob Stoklund Olesen
2012-10-26
1
-2
/
+0
*
Remove the canCombineSubRegIndices() target hook.
Jakob Stoklund Olesen
2012-10-26
1
-10
/
+0
*
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-07
1
-1
/
+2
*
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-04-23
1
-0
/
+2
*
Use uint16_t instead of unsigned to store registers in reg classes. Reduces s...
Craig Topper
2012-03-04
1
-1
/
+1
*
Use uint16_t to store registers in callee saved register tables to reduce siz...
Craig Topper
2012-03-04
1
-1
/
+1
*
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-18
1
-1
/
+1
[next]