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
/
ARMFrameLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Replace "no-frame-pointer-*" function attributes with "frame-pointer"
Francis Visoiu Mistrih
2019-01-14
1
-3
/
+2
*
ARM: use correct offset from base pointer (r6) in call frame regions.
Tim Northover
2018-12-07
1
-0
/
+1
*
Notify the linker when a TU compiled with split-stack has a function without ...
Sterling Augustine
2018-11-26
1
-2
/
+8
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-3
/
+2
*
ARM: fix Thumb2 CodeGen for ldrex with folded frame-index.
Tim Northover
2018-09-07
1
-0
/
+1
*
[AArch64] Add Tiny Code Model for AArch64
David Green
2018-08-22
1
-0
/
+2
*
[ARM] Avoid spilling lr with Thumb1 tail calls.
Eli Friedman
2018-08-08
1
-2
/
+7
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[X86,ARM] Retain split-stack prolog check for sibling calls
Than McIntosh
2018-06-26
1
-2
/
+4
*
[ARM] Back up R4 and LR if calling the stack probe function
Martin Storsjo
2018-05-14
1
-0
/
+11
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-32
/
+36
*
Reapply ARM: Do not spill CSR to stack on entry to noreturn functions
Tim Northover
2018-04-07
1
-0
/
+12
*
Revert "ARM: Do not spill CSR to stack on entry to noreturn functions"
Vitaly Buka
2018-04-07
1
-11
/
+0
*
[ARM] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-05
1
-3
/
+3
*
ARM: Do not spill CSR to stack on entry to noreturn functions
Tim Northover
2018-04-05
1
-0
/
+11
*
Fix location of comment in EmitPopInst
Thomas Preud'homme
2018-03-05
1
-1
/
+1
*
[ARM] Fix access to stack arguments when re-aligning SP in Armv6m
Momchil Velikov
2018-03-02
1
-3
/
+5
*
Support for the mno-stack-arg-probe flag
Hans Wennborg
2018-02-23
1
-1
/
+2
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-10
/
+10
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-4
/
+4
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-7
/
+7
*
ARM: Fix PR32578
Matthias Braun
2017-11-28
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
[ARM] Dynamic stack alignment for 16-bit Thumb
Momchil Velikov
2017-10-22
1
-7
/
+7
*
ARM: Fix cases where CSI Restored bit is not cleared
Matthias Braun
2017-09-28
1
-8
/
+5
*
[ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...
Eugene Zelenko
2017-09-20
1
-3
/
+6
*
Fix ARMv4 support
Joerg Sonnenberger
2017-08-28
1
-3
/
+2
*
Add "Restored" flag to CalleeSavedInfo
Krzysztof Parzyszek
2017-08-10
1
-5
/
+14
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-2
/
+0
*
ARMFrameLowering: Only set ExtraCSSpill for actually unused registers.
Matthias Braun
2017-07-28
1
-9
/
+18
*
[ARM] Mark labels in skipAlignedDPRCS2Spills as fallthrough (NFC).
Florian Hahn
2017-07-27
1
-0
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
ARM: Do not add reserved registers to block livein lists; NFC
Matthias Braun
2017-05-31
1
-2
/
+3
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-4
/
+4
*
ARMFrameLowering: Reserve emergency spill slot for large arguments
Matthias Braun
2017-04-19
1
-8
/
+35
*
Revert "ARMFrameLowering: Reserve emergency spill slot for large arguments"
Renato Golin
2017-04-19
1
-41
/
+8
*
ARM: Use methods to access data stored with frame instructions
Serge Pavlov
2017-04-19
1
-5
/
+2
*
ARMFrameLowering: Reserve emergency spill slot for large arguments
Matthias Braun
2017-04-19
1
-8
/
+41
*
ARMFrameLowering: Slight cleanups; NFC
Matthias Braun
2017-04-05
1
-4
/
+5
*
[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-01-26
1
-8
/
+41
*
[ARM] Use helpers for adding pred / CC operands. NFC
Diana Picus
2017-01-20
1
-17
/
+19
*
[ARM] CodeGen: Remove AddDefaultCC. NFC.
Diana Picus
2017-01-13
1
-29
/
+38
*
[ARM] CodeGen: Remove AddDefaultPred. NFC.
Diana Picus
2017-01-13
1
-157
/
+217
*
Move FrameInstructions from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-20
/
+20
*
ARM: try to fix GCC 4.8 compilation again after r286881.
Tim Northover
2016-11-14
1
-1
/
+2
*
Recommit: ARM: sort register lists by encoding in push/pop instructions.
Tim Northover
2016-11-14
1
-1
/
+14
*
Revert "ARM: sort register lists by encoding in push/pop instructions."
Tim Northover
2016-11-14
1
-14
/
+1
*
ARM: sort register lists by encoding in push/pop instructions.
Tim Northover
2016-11-14
1
-1
/
+14
[next]