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
/
AArch64
/
AArch64FrameLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR33031: correct the estimate of maximum offset for instructions spilling...
Kristof Beyls
2017-05-30
1
-5
/
+30
*
AArch64/PEI: Do not add reserved regs to liveins
Matthias Braun
2017-05-27
1
-2
/
+5
*
LivePhysRegs: Rework constructor + documentation; NFC
Matthias Braun
2017-05-26
1
-2
/
+2
*
BitVector: add iterators for set bits
Francis Visoiu Mistrih
2017-05-17
1
-2
/
+1
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-2
/
+5
*
AArch64FrameLowering: Check if the ExtraCSSpill register is actually unused
Matthias Braun
2017-04-21
1
-6
/
+6
*
Reduce the number of times we query the subtarget for the same information.
Eric Christopher
2017-03-31
1
-5
/
+4
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-1
/
+1
*
[AArch64] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-01-25
1
-4
/
+28
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-1
/
+1
*
Move FrameInstructions from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-7
/
+7
*
Move helpers into anonymous namespaces. NFC.
Benjamin Kramer
2016-08-06
1
-1
/
+2
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-30
/
+30
*
AArch64: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-08
1
-7
/
+7
*
AArch64: Replace a RegScavenger instance with LivePhysRegs
Matthias Braun
2016-07-06
1
-14
/
+14
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-2
/
+2
*
[PEI, AArch64] Use empty spaces in stack area for local stack slot allocation.
Geoff Berry
2016-06-02
1
-1
/
+8
*
[AArch64] Fix bug in large stack spill slot handling (PR27717)
Geoff Berry
2016-05-16
1
-1
/
+3
*
[AArch64] Combine callee-save and local stack SP adjustment instructions.
Geoff Berry
2016-05-06
1
-80
/
+191
*
[AArch64] Add MMOs to callee-save load/store instructions.
Geoff Berry
2016-04-15
1
-2
/
+15
*
AArch64: Use a callee save registers for swiftself parameters
Matthias Braun
2016-04-13
1
-7
/
+7
*
Swift Calling Convention: swifterror target support.
Manman Ren
2016-04-11
1
-5
/
+13
*
AArch64: Fix compile error
Matthias Braun
2016-04-06
1
-1
/
+1
*
Change eliminateCallFramePseudoInstr() to return an iterator
Hans Wennborg
2016-03-31
1
-2
/
+2
*
[AArch64] Refactor AArch64FrameLowering::emitPrologue. NFC.
Chad Rosier
2016-03-14
1
-52
/
+50
*
[AArch64] Break the dependency between FP and SP when possible.
Chad Rosier
2016-03-14
1
-1
/
+5
*
Add support for a preserve_most calling convention to the AArch64 backend.
Roman Levenstein
2016-03-10
1
-0
/
+4
*
[AArch64] Enable non-leaf frame pointer elimination.
Geoff Berry
2016-03-02
1
-6
/
+6
*
Simplify some boolean conditional return statements in AArch64.
Eric Christopher
2016-02-29
1
-3
/
+1
*
[AArch64] Clean up callee-save CFI emission. NFC.
Geoff Berry
2016-02-25
1
-44
/
+8
*
[AArch64] Fix fastcc -tailcallopt epilog code generation.
Geoff Berry
2016-02-23
1
-6
/
+23
*
[AArch64][ShrinkWrap] Fix bug in prolog clobbering live reg when shrink wrapp...
Geoff Berry
2016-02-19
1
-9
/
+61
*
[AArch64] Reduce number of callee-save save/restores.
Geoff Berry
2016-02-12
1
-126
/
+160
*
[AArch64] Simplify prolog/epilog callee save/restore. NFC.
Geoff Berry
2016-02-01
1
-61
/
+87
*
[AArch64] Simplify callee-save register save/restore. NFC.
Geoff Berry
2016-02-01
1
-68
/
+17
*
Typo.
Chad Rosier
2016-01-19
1
-1
/
+1
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-1
/
+1
*
AArch64: Simplify emitEpilogue() and related code; NFC
Matthias Braun
2015-12-17
1
-24
/
+25
*
[AArch64] Simplify some TRI/TII getters. NFC.
Ahmed Bougacha
2015-12-16
1
-7
/
+6
*
Remove windows line endings introduced by r252177. NFC.
Tim Northover
2015-11-05
1
-16
/
+16
*
[DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268.
Oleg Ranevskyy
2015-11-05
1
-16
/
+16
*
Remove redundant TargetFrameLowering::getFrameIndexOffset virtual
James Y Knight
2015-08-15
1
-8
/
+0
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-2
/
+2
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-4
/
+4
*
WebAssembly: fix build breakage.
JF Bastien
2015-07-14
1
-1
/
+1
*
MachineRegisterInfo: Remove UsedPhysReg infrastructure
Matthias Braun
2015-07-14
1
-1
/
+0
*
PrologEpilogInserter: Rewrite API to determine callee save regsiters.
Matthias Braun
2015-07-14
1
-11
/
+17
*
Fix AArch64 prologue for empty frame with dynamic allocas.
Evgeniy Stepanov
2015-07-10
1
-8
/
+4
*
MachineInstr: Change return value of getOpcode() to unsigned.
Matthias Braun
2015-05-18
1
-1
/
+1
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-1
/
+1
[next]