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: 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
*
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-31
1
-15
/
+9
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-1
/
+2
*
MC: Add MCInstrDesc::mayAffectControlFlow() method.
Jim Grosbach
2012-12-19
1
-1
/
+1
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-1
/
+1
*
Trim unneeded header #include.
Jim Grosbach
2012-12-11
1
-1
/
+0
*
ARM: Remove old testing option.
Jim Grosbach
2012-12-11
1
-5
/
+1
*
ARM: Remove old testing options.
Jim Grosbach
2012-12-11
1
-13
/
+0
*
Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks.
Jakob Stoklund Olesen
2012-12-04
1
-258
/
+0
*
Implement ARMBaseRegisterInfo::getRegAllocationHints().
Jakob Stoklund Olesen
2012-12-03
1
-0
/
+59
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-7
/
+7
*
Mark the Int_eh_sjlj_dispatchsetup pseudo instruction as clobbering all
Chad Rosier
2012-11-06
1
-0
/
+5
*
Remove ARMBaseRegisterInfo::isReservedReg().
Jakob Stoklund Olesen
2012-10-26
1
-37
/
+8
*
Add GPRPair Register class to ARM.
Jakob Stoklund Olesen
2012-10-26
1
-0
/
+12
*
Remove the canCombineSubRegIndices() target hook.
Jakob Stoklund Olesen
2012-10-26
1
-116
/
+0
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-2
/
+3
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-1
/
+1
*
This patch introduces A15 as a target in LLVM.
Silviu Baranga
2012-09-13
1
-1
/
+1
*
Revert r162713: "Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ...
Jakob Stoklund Olesen
2012-08-28
1
-7
/
+3
*
Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ARM.
Jakob Stoklund Olesen
2012-08-27
1
-3
/
+7
[next]