index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
MCTargetDesc
/
MipsMCTargetDesc.cpp
Age
Commit message (
Expand
)
Author
2013-01-30
This patch implements runtime Mips specific
Jack Carter
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-04-17
Add disassembler to MIPS.
Akira Hatanaka
2012-04-03
Revert r153924. There were buildbot failures.
Akira Hatanaka
2012-04-03
MIPS disassembler support.
Akira Hatanaka
2012-04-02
Initial 64 bit direct object support.
Akira Hatanaka
2012-04-02
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-03-31
Select static relocation model if it is jitting.
Akira Hatanaka
2012-03-05
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-01
Pass endian information to constructors. Define separate functions to create
Akira Hatanaka
2012-02-17
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
Jia Liu
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-11
Add big endian mips support. Based on a patch by Jack Carter.
Rafael Espindola
2011-12-19
Tidy up. Simplify logic. No functional change intended.
Akira Hatanaka
2011-11-16
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-11
Mips MC object code emission improvements:
Bruno Cardoso Lopes
2011-09-30
Register the MC object streamer.
Akira Hatanaka
2011-09-30
Register Asm backend. Add functions to MipsAsmBackend.
Akira Hatanaka
2011-09-30
Initial implementation of MipsMCCodeEmitter.
Akira Hatanaka
2011-09-21
Add a base class for Mips TargetMachines and add Mips64 TargetMachines.
Akira Hatanaka
2011-09-13
Support for PSP is gone too.
Akira Hatanaka
2011-09-13
It is not necessary to search for mipsallegrex in target triple string.
Akira Hatanaka
2011-09-07
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...
James Molloy
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-23
Some refactoring so TargetRegistry.h no longer has to include any files
Evan Cheng
2011-07-25
Separate MCInstPrinter registration from AsmPrinter registration.
Evan Cheng
2011-07-23
createXXXMCCodeGenInfo should be static.
Evan Cheng
2011-07-22
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
Evan Cheng
2011-07-20
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-19
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-18
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-14
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng