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
/
Mips
/
MipsSEFrameLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merging r340927:
Tom Stellard
2018-11-13
1
-5
/
+12
*
[mips] Support shrink-wrapping
Petar Jovanovic
2018-06-29
1
-6
/
+4
*
[mips] Fix spill slot for mips3, n64 abi
Aleksandar Beserminji
2018-06-11
1
-3
/
+4
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-5
/
+5
*
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
*
[mips] Use register scavenging with MSA.
Simon Dardis
2017-11-02
1
-3
/
+5
*
Remove unused variables
Vitaly Buka
2017-10-15
1
-1
/
+0
*
[MIPS] Implement support for -mstack-alignment.
John Baldwin
2017-08-14
1
-1
/
+1
*
[Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...
Eugene Zelenko
2017-08-03
1
-2
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-9
/
+13
*
[Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other...
Eugene Zelenko
2017-02-01
1
-13
/
+30
*
Move FrameInstructions from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-8
/
+8
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-22
/
+22
*
[mips] Fix typos in spelling of lowerRETURNADDR.
Daniel Sanders
2016-07-26
1
-1
/
+1
*
Replace silly uses of 'signed' with 'int'
David Majnemer
2016-06-21
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[mips] More range-based for loops. NFC.
Vasileios Kalintiris
2016-04-15
1
-4
/
+4
*
[mips] Remove redundant inclusions of MipsAnalyzeImmediate.h
Daniel Sanders
2016-02-03
1
-1
/
+0
*
Re-apply "[mips] Use correct frame register for DWARF info when dynamically r...
Vasileios Kalintiris
2015-11-12
1
-0
/
+15
*
Revert "[mips] Use correct frame register for DWARF info when dynamically rea...
Vasileios Kalintiris
2015-11-12
1
-15
/
+0
*
[mips] Use correct frame register for DWARF info when dynamically realigning ...
Vasileios Kalintiris
2015-11-12
1
-0
/
+15
*
[mips] Check for the correct error message in tests for interrupt attributes.
Vasileios Kalintiris
2015-10-26
1
-3
/
+3
*
[mips] Interrupt attribute support for mips32r2+.
Vasileios Kalintiris
2015-10-26
1
-2
/
+193
*
Mips: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-1
/
+1
*
[mips] Handle undef when extracting subregs from FP64 registers.
Daniel Sanders
2015-10-12
1
-4
/
+12
*
[mips] Remove incorrect DebugLoc entries from prologue
Petar Jovanovic
2015-08-28
1
-1
/
+1
*
[mips] Remap move as or.
Vasileios Kalintiris
2015-08-11
1
-5
/
+5
*
[Mips] Make helper function static, NFC.
Benjamin Kramer
2015-07-16
1
-1
/
+2
*
PrologEpilogInserter: Rewrite API to determine callee save regsiters.
Matthias Braun
2015-07-14
1
-6
/
+13
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[mips] Add support for dynamic stack realignment.
Vasileios Kalintiris
2015-06-02
1
-4
/
+30
*
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
Quentin Colombet
2015-05-05
1
-2
/
+3
*
[mips] Move ABI-dependent register selections to MipsABIInfo. NFC.
Daniel Sanders
2015-04-17
1
-33
/
+25
*
[mips] Implement eliminateCallFramePseudoInstr() in MipsFrameLowering. NFC.
Vasileios Kalintiris
2015-04-02
1
-17
/
+0
*
[mips] Expose adjustStackPtr() from MipsInstrInfo. NFC.
Vasileios Kalintiris
2015-04-02
1
-4
/
+1
*
Remove most of the TargetMachine::getSubtarget/getSubtargetImpl
Eric Christopher
2015-01-29
1
-57
/
+23
*
[mips] Account for endianess when expanding BuildPairF64/ExtractElementF64 no...
Vasileios Kalintiris
2014-10-16
1
-1
/
+4
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-39
/
+23
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-24
/
+40
*
[mips] For the FP64A ABI, odd-numbered double-precision moves must not use mt...
Daniel Sanders
2014-07-14
1
-9
/
+89
*
[mips] Expand BuildPairF64 to a spill and reload when the O32 FPXX ABI is
Sasa Stankovic
2014-07-14
1
-0
/
+54
*
[mips] Emit two CFI offset directives per double precision SDC1/LDC1
Zoran Jovanovic
2014-07-10
1
-0
/
+16
*
So that we can include frame lowering in the subtarget, remove include
Eric Christopher
2014-07-02
1
-0
/
+4
*
Use FrameSetup on frame instructions for the Mips port.
Eric Christopher
2014-04-14
1
-1
/
+2
*
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
2014-03-07
1
-24
/
+25
*
[mips] Fix definition of mfhi and mflo instructions to read from the whole
Akira Hatanaka
2013-10-07
1
-27
/
+42
*
[mips] Define register class FGRH32 for the high half of the 64-bit floating
Akira Hatanaka
2013-08-20
1
-2
/
+2
[next]