Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e60814dac0839430764acca2b6739e8fe2ee173f
/
llvm
/
lib
/
Target
/
Mips
/
MipsCodeEmitter.cpp
bf1af1a
[mips] Expand pseudo instructions before they are emitted in
by Akira Hatanaka
· 13 years ago
3d38609
[mips] Fix indentation.
by Akira Hatanaka
· 13 years ago
2e1df0e
Improve r172471: avoid all those extra casts on the lines nearby
by Dmitri Gribenko
· 13 years ago
cf7ae6c
Fix Casting
by David Greene
· 13 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
5d6faed
[mips] Set HWEncoding field of registers. Use delete function
by Akira Hatanaka
· 13 years ago
4c12850
Classic JIT is still being supported by MIPS, along with MCJIT.
by Akira Hatanaka
· 13 years ago
60c2837
Functions in MipsCodeEmitter.cpp that expand unaligned loads/stores are dead
by Akira Hatanaka
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
cdfe20b
Move TargetData to DataLayout.
by Micah Villmow
· 13 years ago
3e7ba76
Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td and
by Akira Hatanaka
· 13 years ago
a538d83
Add a getName function to MachineFunction. Use it in places that previously did getFunction()->getName(). Remove includes of Function.h that are no longer needed.
by Craig Topper
· 13 years ago
45da9e2
Fix function MipsCodeEmitter::emitExternalSymbolAddress to pass test
by Akira Hatanaka
· 13 years ago
9846239
Use MachineBasicBlock::instr_iterator instead of MachineBasicBlock::iterator in
by Akira Hatanaka
· 13 years ago
9f61011
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
by Jia Liu
· 14 years ago
dd6c1cd
add Emacs tag and fix some comment error in file headers
by Jia Liu
· 14 years ago
d845d9d
Widen the instruction encoder that TblGen emits to a 64 bits, which should accomodate every target I can think of offhand.
by Owen Anderson
· 14 years ago
cd1d447
Cleanup Mips code and rename some variables. Patch by Jack Carter
by Bruno Cardoso Lopes
· 14 years ago
d5b2834
Improve Mips JIT.
by Bruno Cardoso Lopes
· 14 years ago
9e1d369
Tidy up. Simplify logic. No functional change intended.
by Akira Hatanaka
· 14 years ago
7f8e563
Add bundle aware API for querying instruction properties and switch the code
by Evan Cheng
· 14 years ago
2a81dd4
First chunk of MachineInstr bundle support.
by Evan Cheng
· 14 years ago
c85e3ff
Mips MC object code emission improvements:
by Bruno Cardoso Lopes
· 14 years ago
71133fe
This patch handles unaligned loads and stores in Mips JIT. Mips backend
by Bruno Cardoso Lopes
· 14 years ago
2312a3a
Final patch that completes old JIT support for Mips:
by Bruno Cardoso Lopes
· 14 years ago
483c269
One more patch towards JIT support for Mips.
by Bruno Cardoso Lopes
· 14 years ago
d1d9c78
Added the infrastructute necessary for MIPS JIT support. Patch by Vladimir
by Bruno Cardoso Lopes
· 14 years ago