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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ARM] Use the efficient version of BitVector::set and a static_assert.
Benjamin Kramer
2016-01-14
1
-3
/
+2
*
CXX_FAST_TLS calling convention: performance improvement for ARM.
Manman Ren
2016-01-12
1
-1
/
+12
*
CXX_FAST_TLS calling convention: Add support for ARM on Darwin.
Manman Ren
2016-01-11
1
-0
/
+4
*
ARM: support TLS accesses on Darwin platforms
Tim Northover
2016-01-07
1
-0
/
+8
*
Targets: commonize some stack realignment code
JF Bastien
2015-07-20
1
-13
/
+1
*
TargetRegisterInfo: Provide a way to check assigned registers in getRegAlloca...
Matthias Braun
2015-07-15
1
-1
/
+2
*
Target RegisterInfo: devirtualize TargetFrameLowering
JF Bastien
2015-07-10
1
-10
/
+10
*
ARM: Handle physreg targets in RegPair hints gracefully
Matthias Braun
2015-04-03
1
-6
/
+15
*
[ARM] Fix handling of thumb1 out-of-range frame offsets
John Brawn
2015-03-20
1
-5
/
+4
*
[ARM] Fix offset calculation in ARMBaseRegisterInfo::needsFrameBaseReg
Richard Barton
2015-03-17
1
-1
/
+0
*
Remove the need to cache the subtarget in the ARM TargetRegisterInfo
Eric Christopher
2015-03-12
1
-12
/
+20
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-4
/
+6
*
Have getCalleeSavedRegs take a non-null MachineFunction all the
Eric Christopher
2015-03-11
1
-2
/
+0
*
Have TargetRegisterInfo::getLargestLegalSuperClass take a
Eric Christopher
2015-03-10
1
-3
/
+3
*
Remove dead code.
Eric Christopher
2015-03-10
1
-23
/
+0
*
Improve handling of stack accesses in Thumb-1
Renato Golin
2015-02-25
1
-3
/
+4
*
Rename UpdateRegAllocHint to match style guidelines.
Eric Christopher
2015-02-24
1
-1
/
+1
*
ARM: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-4
/
+2
*
Migrate ARM except for TTI, AsmPrinter, and frame lowering
Eric Christopher
2015-01-29
1
-8
/
+3
*
ARM: convert isTargetIOS checks to isTargetDarwin.
Tim Northover
2014-12-11
1
-7
/
+5
*
ARM: rework Thumb1 frame index rewriting
Tim Northover
2014-10-20
1
-4
/
+4
*
Revert 202433 - Provide a target override for the latest regalloc heuristic
Renato Golin
2014-10-03
1
-5
/
+0
*
ARM: allow copying of CPSR when all else fails.
Tim Northover
2014-10-01
1
-1
/
+1
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-19
/
+10
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-13
/
+28
*
[RegisterCoalescer] Moving the RegisterCoalescer subtarget hook onto the Targ...
Chris Bieneman
2014-07-16
1
-0
/
+59
*
ARM: use AAPCS-style prologues for embedded MachO.
Tim Northover
2014-05-30
1
-3
/
+6
*
ARM: improve WoA ABI conformance for frame register
Saleem Abdulrasool
2014-05-18
1
-3
/
+7
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
1
-2
/
+2
*
Simplify resolveFrameIndex() signature.
Jim Grosbach
2014-04-02
1
-4
/
+2
*
Provide a target override for the latest regalloc heuristic.
Andrew Trick
2014-02-27
1
-0
/
+5
*
Revert r200095 and r200152. It turns out when compiling with -arch armv7 -mcp...
Evan Cheng
2014-02-06
1
-3
/
+4
*
Follow up of r200095. Code clean up.
Evan Cheng
2014-01-26
1
-1
/
+1
*
Clean up hack which is no longer needed after r198617. No functionality change.
Evan Cheng
2014-01-25
1
-3
/
+2
*
ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.
Tim Northover
2014-01-06
1
-1
/
+1
*
Remove getEHExceptionRegister and getEHHandlerRegister.
Rafael Espindola
2013-10-07
1
-8
/
+0
*
ARM: support interrupt attribute
Tim Northover
2013-10-01
1
-11
/
+25
*
Use function attributes to indicate that we don't want to realign the stack.
Bill Wendling
2013-08-01
1
-1
/
+1
*
Have ARMBaseRegisterInfo::getCallPreservedMask return the 'correct' mask for ...
Stephen Lin
2013-07-03
1
-4
/
+13
*
Clarify and doxygen-ify comments
Stephen Lin
2013-06-26
1
-8
/
+12
*
ARM: Proactively ensure that the LowerCallResult hack for 'this'-returns is n...
Stephen Lin
2013-06-26
1
-0
/
+3
*
Minor formatting fix to ARMBaseRegisterInfo::getCalleeSavedRegs
Stephen Lin
2013-06-26
1
-7
/
+5
*
Debug Info: Simplify Frame Index handling in DBG_VALUE Machine Instructions
David Blaikie
2013-06-16
1
-6
/
+1
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-5
/
+10
*
The purpose of the patch is to fix the syntax of ARM mrc and mrc2 instruction...
Mihai Popa
2013-05-13
1
-0
/
+1
*
Add CodeGen support for functions that always return arguments via a new para...
Stephen Lin
2013-04-20
1
-0
/
+6
*
Allow the register scavenger to spill multiple registers
Hal Finkel
2013-03-22
1
-1
/
+1
*
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
1
-58
/
+0
*
ARM: Allocation hints must make sure to be in the alloc order.
Jim Grosbach
2013-02-19
1
-1
/
+2
[prev]
[next]