aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+23
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+6
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+18
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+89
* Update to LLVM 3.5a.Stephen Hines2014-04-241-175/+184
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-041-0/+5
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-291-0/+4
* Support for microMIPS relocations 1.Zoran Jovanovic2013-10-231-1/+17
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-091-4/+12
* This patch produces the correct addend value forJack Carter2013-01-081-0/+1
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-081-1/+1
* Mips direct object xgot supportJack Carter2012-11-211-1/+9
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-181-4/+8
* Fix Doxygen issues:Dmitri Gribenko2012-09-141-1/+1
* Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko2012-09-121-1/+1
* Mips relocation R_MIPS_64 relocates a 64 bit double word.Jack Carter2012-08-071-0/+1
* Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter2012-08-061-2/+12
* The Mips specific relocation R_MIPS_GOT_DISP Jack Carter2012-07-131-1/+3
* Patch for Mips direct object generation.Jack Carter2012-07-111-0/+8
* Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructorJack Carter2012-07-021-1/+2
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-271-1/+9
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-141-1/+2
* Do not add offset in applyFixup. This has already been accounted for in Value. Akira Hatanaka2012-04-161-4/+2
* Initial 64 bit direct object support.Akira Hatanaka2012-04-021-8/+21
* Retrieve and add the offset of a symbol in applyFixup rather than retrieve andAkira Hatanaka2012-03-271-2/+4
* Rewrite computation of Value in adjustFixupValue so that the upper 48-bits areAkira Hatanaka2012-03-271-1/+1
* Prune some includes and forward declarations.Craig Topper2012-03-261-7/+1
* Add typecast to silence -Wswitch warning introduced by r153153.Craig Topper2012-03-211-1/+1
* Incremental big endian patch by Jack Carter.Akira Hatanaka2012-03-211-10/+27
* Pass endian information to constructors. Define separate functions to createAkira Hatanaka2012-03-011-28/+16
* remove blanks, and some code formatJia Liu2012-02-281-1/+1
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-171-1/+1
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-171-1/+1
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-181-4/+4
* Add big endian mips support. Based on a patch by Jack Carter.Rafael Espindola2012-01-111-11/+10
* Move the Mips only bits of the ELF writer to lib/Target/Mips.Rafael Espindola2011-12-221-21/+2
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-221-0/+3
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-211-11/+12
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-071-42/+32
* MipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts build to appease msvc.NAKAMURA Takumi2011-12-061-0/+1
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-061-0/+10
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-231-1/+7
* Mips MC object code emission improvements:Bruno Cardoso Lopes2011-11-111-16/+131
* Register Asm backend. Add functions to MipsAsmBackend.Akira Hatanaka2011-09-301-0/+46
* Add MCELFObjectTargetWriter and MCAsmBackend classes.Akira Hatanaka2011-09-301-0/+71