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
/
Thumb1FrameLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-4
/
+4
*
[ARM] Fix unwind info for Thumb1 functions that save high registers.
Eli Friedman
2019-07-02
1
-3
/
+5
*
[ARM] Don't reserve R12 on Thumb1 as an emergency spill slot.
Eli Friedman
2019-06-26
1
-18
/
+87
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[ARM] Fix PR35481
Momchil Velikov
2018-01-08
1
-5
/
+14
*
[ARM] Fix an off-by-one error when restoring LR for 16-bit Thumb
Momchil Velikov
2017-11-27
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[ARM] Fix incorrect conversion of a tail call to an ordinary call
Momchil Velikov
2017-11-14
1
-34
/
+72
*
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
-4
/
+30
*
ARM: Fix cases where CSI Restored bit is not cleared
Matthias Braun
2017-09-28
1
-1
/
+3
*
[ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...
Eugene Zelenko
2017-09-20
1
-4
/
+7
*
[ARM] Replace fixed-size SmallSet with a bitset.
Benjamin Kramer
2017-08-30
1
-30
/
+30
*
Add "Restored" flag to CalleeSavedInfo
Krzysztof Parzyszek
2017-08-10
1
-1
/
+1
*
Fix some more -Wimplicit-fallthrough warnings. NFCI.
Simon Pilgrim
2017-07-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+3
*
ARM: Do not add reserved registers to block livein lists; NFC
Matthias Braun
2017-05-31
1
-4
/
+5
*
LivePhysRegs: Rework constructor + documentation; NFC
Matthias Braun
2017-05-26
1
-5
/
+5
*
BitVector: add iterators for set bits
Francis Visoiu Mistrih
2017-05-17
1
-2
/
+1
*
ARM: Use methods to access data stored with frame instructions
Serge Pavlov
2017-04-19
1
-3
/
+2
*
[ARM] Change TCReturn to tBL if tailcall optimization fails.
Sanne Wouda
2017-02-03
1
-0
/
+10
*
[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-01-26
1
-2
/
+24
*
[thumb,framelowering] Reset NoVRegs in Thumb1FrameLowering::emitPrologue.
Florian Hahn
2017-01-18
1
-0
/
+4
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-2
/
+2
*
[ARM] CodeGen: Remove AddDefaultPred. NFC.
Diana Picus
2017-01-13
1
-47
/
+50
*
Move FrameInstructions from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-8
/
+8
*
Re-land "[Thumb] Save/restore high registers in Thumb1 pro/epilogues"
Reid Kleckner
2016-10-11
1
-21
/
+248
*
Revert "[Thumb] Save/restore high registers in Thumb1 pro/epilogues"
Reid Kleckner
2016-10-11
1
-242
/
+21
*
[Thumb] Save/restore high registers in Thumb1 pro/epilogues
Oliver Stannard
2016-10-11
1
-21
/
+242
*
[ARM] Generate consistent frame records for Thumb2
Oliver Stannard
2016-08-23
1
-2
/
+2
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-18
/
+18
*
ARM: Remove implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-08
1
-17
/
+16
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-6
/
+5
*
ARM: use callee-saved list in the order they're actually saved.
Tim Northover
2016-05-13
1
-2
/
+2
*
livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFC
Matthias Braun
2016-05-03
1
-1
/
+1
*
LivePhysRegs: Automatically determine presence of pristine regs.
Matthias Braun
2016-05-03
1
-1
/
+1
*
Change eliminateCallFramePseudoInstr() to return an iterator
Hans Wennborg
2016-03-31
1
-2
/
+2
*
CodeGen: Change MachineInstr to use MachineInstr&, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-1
/
+1
*
[Thumb] Fix assembler error 'cannot honor width suffix pop {lr}'
Artyom Skrobov
2015-12-28
1
-50
/
+34
*
Fix ARMv4T (Thumb1) epilogue generation
Artyom Skrobov
2015-12-08
1
-8
/
+33
*
Fix Thumb1 epilogue generation
Artyom Skrobov
2015-12-01
1
-12
/
+55
*
[ARM] For old thumb ISA like v4t, we cannot use PC directly in pop.
Quentin Colombet
2015-11-30
1
-18
/
+5
*
Remove windows line endings introduced by r252177. NFC.
Tim Northover
2015-11-05
1
-23
/
+23
*
[DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268.
Oleg Ranevskyy
2015-11-05
1
-23
/
+23
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-2
/
+2
*
Reformat blank lines.
NAKAMURA Takumi
2015-09-22
1
-1
/
+0
*
[ARM] Make the frame lowering code ready for shrink-wrapping.
Quentin Colombet
2015-07-22
1
-117
/
+137
*
[ARM] Refactor the prologue/epilogue emission to be more robust.
Quentin Colombet
2015-07-20
1
-37
/
+104
[next]