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
/
MipsLongBranch.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mips] Merge MipsLongBranch and MipsHazardSchedule passes
Aleksandar Beserminji
2018-05-22
1
-632
/
+0
*
[mips] Revert Merge MipsLongBranch and MipsHazardSchedule passes
Aleksandar Beserminji
2018-05-21
1
-0
/
+632
*
[mips] Merge MipsLongBranch and MipsHazardSchedule passes
Aleksandar Beserminji
2018-05-21
1
-632
/
+0
*
[mips] Add support for isBranchOffsetInRange and use it for MipsLongBranch
Simon Dardis
2018-05-16
1
-4
/
+4
*
[mips] Initialize the long branch pass for testing purposes
Simon Dardis
2018-05-12
1
-2
/
+6
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+1
*
Reland r331175: "[mips] Fix the predicates of jump and branch and link instru...
Simon Dardis
2018-05-01
1
-1
/
+1
*
Revert "[mips] Fix the predicates of jump and branch and link instructions"
Simon Dardis
2018-04-30
1
-1
/
+1
*
[mips] Fix the predicates of jump and branch and link instructions
Simon Dardis
2018-04-30
1
-1
/
+1
*
[mips] Spectre variant two mitigation for MIPSR2
Simon Dardis
2018-02-21
1
-5
/
+14
*
[mips] Add partial support for R6 in the long branch pass
Simon Dardis
2017-12-14
1
-46
/
+116
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...
Eugene Zelenko
2017-08-03
1
-6
/
+7
*
Revert r305382, it caused PR33513.
Nico Weber
2017-06-19
1
-6
/
+6
*
[mips] Fix machine verifier errors in the long branch pass
Simon Dardis
2017-06-14
1
-6
/
+6
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-7
/
+9
*
[Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other...
Eugene Zelenko
2017-02-01
1
-15
/
+29
*
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
-2
/
+2
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC
Sjoerd Meijer
2016-07-28
1
-1
/
+1
*
Reapply "Mips: Avoid implicit iterator conversions, NFC"
Duncan P. N. Exon Smith
2016-07-15
1
-3
/
+3
*
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
*
Convert more cases to isPositionIndependent(). NFC.
Rafael Espindola
2016-06-28
1
-8
/
+4
*
[mips] Emit a JALR with $rd equal to $zero, instead of a JR in MIPS32R6.
Vasileios Kalintiris
2016-06-18
1
-15
/
+23
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-3
/
+4
*
[mips] More range-based for loops. NFC.
Vasileios Kalintiris
2016-04-15
1
-2
/
+2
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-0
/
+5
*
Normalize MBB's successors' probabilities in several locations.
Cong Hou
2015-12-13
1
-1
/
+1
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
1
-2
/
+1
*
Revert r254348: "Replace all weight-based interfaces in MBB with probability-...
Hans Wennborg
2015-12-01
1
-1
/
+2
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
1
-2
/
+1
*
Mips: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-2
/
+2
*
Remove most of the TargetMachine::getSubtarget/getSubtargetImpl
Eric Christopher
2015-01-29
1
-21
/
+16
*
Move the Mips target to storing the ABI in the TargetMachine rather
Eric Christopher
2015-01-26
1
-5
/
+10
*
[mips][microMIPS] Implement BEQZ16 and BNEZ16 instructions
Jozef Kolek
2015-01-12
1
-0
/
+4
*
Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...
Craig Topper
2015-01-05
1
-2
/
+1
*
[mips][microMIPS] This patch implements functionality in MIPS delay slot
Jozef Kolek
2014-11-21
1
-5
/
+7
*
[mips] Replace MipsABIEnum with a MipsABIInfo class.
Daniel Sanders
2014-10-24
1
-4
/
+4
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-0
/
+1
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-1
/
+0
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-0
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-4
/
+4
*
Make non-module passes unconditionally added in the pass
Eric Christopher
2014-07-18
1
-1
/
+2
*
[mips][mips64r6] b(ge|lt)zal are not available on MIPS32r6/MIPS64r6 and bal i...
Daniel Sanders
2014-06-13
1
-8
/
+18
*
[mips] Modify long branch for NaCl:
Sasa Stankovic
2014-06-05
1
-6
/
+30
*
[mips] Optimize long branch for MIPS64 by removing %higher and %highest.
Sasa Stankovic
2014-05-27
1
-18
/
+18
*
[mips] Fix MipsLongBranch pass to work when the offset from the branch to the
Sasa Stankovic
2014-04-30
1
-32
/
+44
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-2
/
+2
[next]