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
/
MipsDelaySlotFiller.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MipsDelaySlotFiller: Update registers def-uses for BUNDLE instructions
Alex Richardson
2020-01-09
1
-2
/
+10
*
MipsDelaySlotFiller: Don't move BUNDLE instructions into the delay slot
Alex Richardson
2019-12-04
1
-0
/
+6
*
Add debug output to MipsDelaySlotFiller pass
Alex Richardson
2019-12-04
1
-5
/
+28
*
[mips] Split long lines in the code. NFC
Simon Atanasyan
2019-11-03
1
-10
/
+11
*
[mips] Use range-based `for` loops. NFC
Simon Atanasyan
2019-05-15
1
-20
/
+17
*
Add "const" in GetUnderlyingObjects. NFC
Bjorn Pettersson
2019-04-24
1
-3
/
+3
*
[mips][micromips] fix filling delay slots for PseudoIndirectBranch_MM
Petar Jovanovic
2019-02-22
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[mips][microMIPS] Extending size reduction pass with MOVEP
Simon Atanasyan
2018-09-19
1
-2
/
+3
*
[mips][microMIPS] Extending size reduction pass with LWP and SWP
Zoran Jovanovic
2018-06-13
1
-0
/
+4
*
[mips] Rename Filler to MipsDelaySlotFiller and initialize the pass
Simon Dardis
2018-05-11
1
-26
/
+41
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+1
*
[mips] Teach the delay slot filler to transform 'jal' for microMIPS
Simon Dardis
2018-04-25
1
-0
/
+1
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-01-22
1
-1
/
+1
*
[mips] Use the delay slot filler to convert branches for microMIPSR6.
Simon Dardis
2017-11-23
1
-10
/
+8
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...
Eugene Zelenko
2017-08-03
1
-10
/
+11
*
fix trivial typos, NFC
Hiroshi Inoue
2017-06-30
1
-1
/
+1
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-7
/
+5
*
BitVector: add iterators for set bits
Francis Visoiu Mistrih
2017-05-17
1
-1
/
+1
*
[Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other...
Eugene Zelenko
2017-02-01
1
-17
/
+41
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
CodeGen: Give MachineBasicBlock::reverse_iterator a handle to the current MI
Duncan P. N. Exon Smith
2016-09-11
1
-15
/
+8
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
[mips] Correct tail call encoding for MIPSR6
Simon Dardis
2016-08-18
1
-1
/
+1
*
[mips] Enable tail calls by default
Simon Dardis
2016-08-04
1
-2
/
+20
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-3
/
+3
*
TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC
Sjoerd Meijer
2016-07-28
1
-2
/
+2
*
Reapply "Mips: Avoid implicit iterator conversions, NFC"
Duncan P. N. Exon Smith
2016-07-15
1
-3
/
+3
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-1
/
+1
*
Revert r275141 - Mips: Avoid implicit iterator conversions, NFC
Daniel Sanders
2016-07-15
1
-3
/
+3
*
Mips: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-12
1
-3
/
+3
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-4
/
+4
*
[mips] Compact branch policy control for MIPSR6
Simon Dardis
2016-05-17
1
-8
/
+34
*
[mips] MIPSR6 Compact jump support
Simon Dardis
2016-04-05
1
-40
/
+9
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-0
/
+5
*
[mips][microMIPS] Delay slot filler modifications
Hrvoje Varga
2016-03-23
1
-0
/
+6
*
[mips] MIPS32R6 compact branch support
Daniel Sanders
2016-03-14
1
-33
/
+23
*
Let SelectionDAG start to use probability-based interface to add successors.
Cong Hou
2015-11-24
1
-5
/
+6
*
Mips: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-1
/
+1
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
1
-2
/
+2
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-1
/
+1
*
MachineBasicBlock: Add liveins() method returning an iterator_range
Matthias Braun
2015-08-24
1
-3
/
+2
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-1
/
+1
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-5
/
+7
*
[mips] Do not place users of $ra in the delay slot of call instructions.
Vasileios Kalintiris
2015-05-14
1
-0
/
+8
*
[mips] Teach the delay slot filler to remove needless KILL instructions.
Vasileios Kalintiris
2015-04-17
1
-11
/
+30
*
Have getCalleeSavedRegs take a non-null MachineFunction all the
Eric Christopher
2015-03-11
1
-1
/
+2
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-7
/
+8
[next]