index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMBaseRegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add support for the ARM GHC calling convention, this patch was in 3.0,
Eric Christopher
2012-08-03
1
-0
/
+12
*
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-07
1
-2
/
+4
*
Implement a bastardized ABI.
Evan Cheng
2012-04-27
1
-2
/
+4
*
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-04-23
1
-0
/
+5
*
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-20
1
-3
/
+3
*
Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.
Craig Topper
2012-03-25
1
-1
/
+0
*
remove unused variable
Matt Beaumont-Gay
2012-03-20
1
-1
/
+0
*
Require a base pointer for stack realignment when SP may vary dynamically.
Bob Wilson
2012-03-20
1
-2
/
+3
*
Remove some redundant checks.
Bob Wilson
2012-03-20
1
-2
/
+1
*
Reorder includes to match coding standards. Fix an issue or two exposed by that.
Craig Topper
2012-03-17
1
-1
/
+1
*
Split fpscr into two registers: FPSCR and FPSCR_NZCV.
Lang Hames
2012-03-06
1
-0
/
+1
*
Use uint16_t instead of unsigned to store registers in reg classes. Reduces s...
Craig Topper
2012-03-04
1
-13
/
+13
*
Use uint16_t to store registers in callee saved register tables to reduce siz...
Craig Topper
2012-03-04
1
-1
/
+1
*
Enable ARM base pointer when calling functions with large arguments.
Jakob Stoklund Olesen
2012-02-28
1
-1
/
+21
*
Remove extra semi-colons.
Chad Rosier
2012-02-22
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]