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
*
[AArch64] Emit CSR loads in the same order as stores
Francis Visoiu Mistrih
2018-03-14
1
-14
/
+70
*
Support for the mno-stack-arg-probe flag
Hans Wennborg
2018-02-23
1
-1
/
+2
*
AArch64: Fix emergency spillslot being out of reach for large callframes
Matthias Braun
2018-01-19
1
-6
/
+26
*
Revert "AArch64: Fix emergency spillslot being out of reach for large callfra...
Matthias Braun
2018-01-10
1
-26
/
+6
*
AArch64: Fix emergency spillslot being out of reach for large callframes
Matthias Braun
2018-01-10
1
-6
/
+26
*
[AArch64] Implement stack probing for windows
Martin Storsjo
2017-12-20
1
-9
/
+77
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-11
/
+11
*
[CodeGen] Always use `printReg` to print registers in both MIR and debug
Francis Visoiu Mistrih
2017-11-30
1
-5
/
+5
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-2
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
[AArch64]: range loopify frame-lowering
Javed Absar
2017-10-30
1
-2
/
+2
*
Add "Restored" flag to CalleeSavedInfo
Krzysztof Parzyszek
2017-08-10
1
-1
/
+1
*
[AArch64] Rewrite stack frame handling for win64 vararg functions
Martin Storsjo
2017-08-01
1
-22
/
+30
*
[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well
Martin Storsjo
2017-07-17
1
-1
/
+2
*
[AArch64] Implement support for windows style vararg functions
Martin Storsjo
2017-07-13
1
-1
/
+10
*
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
[next]