index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
MipsCodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support for microMIPS branch instructions.
Zoran Jovanovic
2013-11-04
1
-0
/
+8
*
Support for microMIPS jump instructions
Zoran Jovanovic
2013-10-29
1
-0
/
+7
*
[mips] Define "trap" as a pseudo instruction that turns into "break 0, 0".
Akira Hatanaka
2013-09-06
1
-0
/
+4
*
[mips] Make "b" (unconditional branch) a pseudo. "b" is an assembly idiom, wh...
Akira Hatanaka
2013-09-06
1
-0
/
+4
*
[Mips] Support for unaligned load/store microMips instructions
Jack Carter
2013-08-13
1
-0
/
+7
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-2
/
+1
*
[mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLowering.cpp.
Akira Hatanaka
2013-04-11
1
-2
/
+2
*
[mips] Expand pseudo multiply/divide instructions in MipsCodeEmitter.cpp.
Akira Hatanaka
2013-04-02
1
-0
/
+36
*
[mips] Expand pseudo instructions before they are emitted in
Akira Hatanaka
2013-02-11
1
-11
/
+38
*
[mips] Fix indentation.
Akira Hatanaka
2013-02-11
1
-41
/
+39
*
Improve r172471: avoid all those extra casts on the lines nearby
Dmitri Gribenko
2013-01-14
1
-4
/
+6
*
Fix Casting
David Greene
2013-01-14
1
-1
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
[mips] Set HWEncoding field of registers. Use delete function
Akira Hatanaka
2012-12-10
1
-1
/
+1
*
Classic JIT is still being supported by MIPS, along with MCJIT.
Akira Hatanaka
2012-12-03
1
-5
/
+8
*
Functions in MipsCodeEmitter.cpp that expand unaligned loads/stores are dead
Akira Hatanaka
2012-12-03
1
-103
/
+0
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-3
/
+3
*
Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td and
Akira Hatanaka
2012-09-15
1
-32
/
+5
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-2
/
+1
*
Fix function MipsCodeEmitter::emitExternalSymbolAddress to pass test
Akira Hatanaka
2012-07-24
1
-1
/
+1
*
Use MachineBasicBlock::instr_iterator instead of MachineBasicBlock::iterator in
Akira Hatanaka
2012-06-19
1
-2
/
+2
*
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
Jia Liu
2012-02-17
1
-1
/
+1
*
add Emacs tag and fix some comment error in file headers
Jia Liu
2012-02-17
1
-1
/
+1
*
Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...
Owen Anderson
2012-01-24
1
-1
/
+1
*
Cleanup Mips code and rename some variables. Patch by Jack Carter
Bruno Cardoso Lopes
2011-12-30
1
-1
/
+1
*
Improve Mips JIT.
Bruno Cardoso Lopes
2011-12-30
1
-3
/
+12
*
Tidy up. Simplify logic. No functional change intended.
Akira Hatanaka
2011-12-19
1
-2
/
+3
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-1
/
+1
*
First chunk of MachineInstr bundle support.
Evan Cheng
2011-12-06
1
-1
/
+1
*
Mips MC object code emission improvements:
Bruno Cardoso Lopes
2011-11-11
1
-21
/
+36
*
This patch handles unaligned loads and stores in Mips JIT. Mips backend
Bruno Cardoso Lopes
2011-11-08
1
-4
/
+140
*
Final patch that completes old JIT support for Mips:
Bruno Cardoso Lopes
2011-10-18
1
-5
/
+26
*
One more patch towards JIT support for Mips.
Bruno Cardoso Lopes
2011-09-14
1
-73
/
+125
*
Added the infrastructute necessary for MIPS JIT support. Patch by Vladimir
Bruno Cardoso Lopes
2011-07-21
1
-0
/
+193