aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
...
* Sort relocation entries before they are written out to a file. MIPS ABIAkira Hatanaka2012-03-281-0/+103
* Prune some includesCraig Topper2012-03-271-1/+1
* Retrieve and add the offset of a symbol in applyFixup rather than retrieve andAkira Hatanaka2012-03-272-67/+67
* Define function MipsGetSymAndOffset which returns a fixup's symbol and theAkira Hatanaka2012-03-271-0/+30
* 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-212-13/+30
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-051-1/+2
* Pass endian information to constructors. Define separate functions to createAkira Hatanaka2012-03-015-57/+55
* remove blanks, and some code formatJia Liu2012-02-282-2/+2
* comment fixJia Liu2012-02-241-1/+1
* some comment fixJia Liu2012-02-241-3/+3
* replace a balnk with -Jia Liu2012-02-241-1/+1
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-176-6/+6
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-176-6/+6
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-0/+1
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-031-0/+1
* Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...James Molloy2012-01-281-1/+1
* Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson2012-01-241-1/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-202-3/+0
* 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-113-16/+20
* Move the Mips only bits of the ELF writer to lib/Target/Mips.Rafael Espindola2011-12-224-21/+145
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-223-0/+22
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-211-11/+12
* 64-bit data directive.Akira Hatanaka2011-12-201-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-202-0/+3
* Tidy up. Simplify logic. No functional change intended.Akira Hatanaka2011-12-191-1/+2
* Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka2011-12-141-0/+7
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* Variable cleanup. Based on past patch submittals variable names haveBruno Cardoso Lopes2011-12-072-55/+60
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-074-46/+43
* Add register HWR29 numbering. Patch by Jack CarterBruno Cardoso Lopes2011-12-061-0/+1
* 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
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-7/+0
* This patch makes the following changes necessary for MIPS' direct code emission.Akira Hatanaka2011-11-231-10/+27
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-231-1/+7
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-2/+3
* Mips MC object code emission improvements:Bruno Cardoso Lopes2011-11-115-26/+426
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+24
* Coding style cleanups. No functionality change.Bill Wendling2011-10-181-6/+5
* Definition of function getMipsRegisterNumbering.Akira Hatanaka2011-10-141-0/+113
* Fixup enumerations.Akira Hatanaka2011-10-141-0/+90
* Register the MC object streamer.Akira Hatanaka2011-09-301-0/+18
* Register Asm backend. Add functions to MipsAsmBackend.Akira Hatanaka2011-09-303-0/+55
* Add MCELFObjectTargetWriter and MCAsmBackend classes.Akira Hatanaka2011-09-302-0/+72
* Update CMake build.Benjamin Kramer2011-09-301-1/+2
* Initial implementation of MipsMCCodeEmitter.Akira Hatanaka2011-09-303-1/+68