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
*
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
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
Fixed issue with microMIPS long branch.
Zoran Jovanovic
2013-11-30
1
-1
/
+3
*
Revert revision 195965.
Zoran Jovanovic
2013-11-29
1
-3
/
+1
*
Fixed issue with microMIPS long branch.
Zoran Jovanovic
2013-11-29
1
-1
/
+3
*
[mips] Simplify and optimize code.
Akira Hatanaka
2013-10-08
1
-1
/
+1
*
[mips] Fix a bug in MipsLongBranch::replaceBranch, which was erasing
Akira Hatanaka
2013-10-04
1
-0
/
+5
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-1
/
+1
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-2
/
+10
*
[mips] Rename functions. No functionality changes.
Akira Hatanaka
2013-05-13
1
-1
/
+1
*
This patch enables llvm to switch between compiling for mips32/mips64
Reed Kotler
2013-04-09
1
-0
/
+2
*
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-19
1
-3
/
+3
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new MIBundleBuilder class in the Mips target.
Jakob Stoklund Olesen
2012-12-07
1
-14
/
+22
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Add assertions in MipsLongBranch which check the size of basic blocks.
Akira Hatanaka
2012-11-15
1
-1
/
+7
*
[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directive
Akira Hatanaka
2012-11-02
1
-2
/
+0
*
Follow-up patch to r162731.
Akira Hatanaka
2012-08-28
1
-8
/
+9
*
Fix mips' long branch pass.
Akira Hatanaka
2012-08-28
1
-105
/
+128
*
Add definitions of two subclasses of MipsInstrInfo, MipsInstrInfo (for mips16),
Akira Hatanaka
2012-07-31
1
-1
/
+1
*
Fix Mips long branch pass.
Akira Hatanaka
2012-07-21
1
-131
/
+132
*
Make MipsLongBranch::runOnMachineFunction return true.
Akira Hatanaka
2012-06-19
1
-4
/
+4
*
MipsLongBranch.cpp: Tweak llvm::next() to appease msvc.
NAKAMURA Takumi
2012-06-14
1
-5
/
+7
*
Add file MipsLongBranch.cpp.
Akira Hatanaka
2012-06-14
1
-0
/
+416