summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
Commit message (Expand)AuthorAge
* [Mips] Add a target streamer when creating a null streamer.Rafael Espindola2014-06-23
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-07
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-22
* [mips] NaCl should now use the custom MipsELFStreamer (recently added) in spiteMatheus Almeida2014-03-27
* [mips] Implement custom MCELFStreamer.Matheus Almeida2014-03-27
* [mips] Implement NaCl sandboxing of indirect jumps:Sasa Stankovic2014-02-28
* [mips] Treat -mcpu=generic the same way as an empty CPU string.Daniel Sanders2014-02-26
* [mips] Make mips64 the default CPU for the mips64 architectureDaniel Sanders2014-02-20
* [mips] In the integrated assembler, select the default feature bits by changi...Daniel Sanders2014-02-19
* [mips] Use llvm::Triple in ParseMipsTriple() instead of manually parsing itDaniel Sanders2014-02-19
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* Implement the missing bits corresponding to .mips_hack_elf_flags.Rafael Espindola2014-01-26
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-26
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-26
* [Mips] TargetStreamer Support for .abicalls and .set pic0.Jack Carter2014-01-06
* reverts 195057 per requestJack Carter2013-11-19
* Fix previous commit and fully remove variable.Eric Christopher2013-11-19
* [Mips] MipsTargetStreamer refactoring.Jack Carter2013-11-18
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* 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