summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
Commit message (Expand)AuthorAge
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Remove unused argument.Rafael Espindola2013-05-10
* This patch implements runtime Mips specificJack Carter2013-01-30
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add disassembler to MIPS. Akira Hatanaka2012-04-17
* Revert r153924. There were buildbot failures.Akira Hatanaka2012-04-03
* MIPS disassembler support.Akira Hatanaka2012-04-03
* Initial 64 bit direct object support.Akira Hatanaka2012-04-02
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* Select static relocation model if it is jitting.Akira Hatanaka2012-03-31
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* Pass endian information to constructors. Define separate functions to createAkira Hatanaka2012-03-01
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-17
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Add big endian mips support. Based on a patch by Jack Carter.Rafael Espindola2012-01-11
* Tidy up. Simplify logic. No functional change intended.Akira Hatanaka2011-12-19
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* Mips MC object code emission improvements:Bruno Cardoso Lopes2011-11-11
* Register the MC object streamer.Akira Hatanaka2011-09-30
* Register Asm backend. Add functions to MipsAsmBackend.Akira Hatanaka2011-09-30
* Initial implementation of MipsMCCodeEmitter.Akira Hatanaka2011-09-30
* Add a base class for Mips TargetMachines and add Mips64 TargetMachines. Akira Hatanaka2011-09-21
* Support for PSP is gone too.Akira Hatanaka2011-09-13
* It is not necessary to search for mipsallegrex in target triple string.Akira Hatanaka2011-09-13
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-07
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-23
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-25
* createXXXMCCodeGenInfo should be static.Evan Cheng2011-07-23
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14