aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MCTargetDesc
AgeCommit message (Expand)Author
2012-04-03Revert r153924. There were buildbot failures.Akira Hatanaka
2012-04-03MIPS disassembler support.Akira Hatanaka
2012-04-02Initial 64 bit direct object support.Akira Hatanaka
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper
2012-03-31Select static relocation model if it is jitting.Akira Hatanaka
2012-03-28Sort relocation entries before they are written out to a file. MIPS ABIAkira Hatanaka
2012-03-27Prune some includesCraig Topper
2012-03-27Retrieve and add the offset of a symbol in applyFixup rather than retrieve andAkira Hatanaka
2012-03-27Define function MipsGetSymAndOffset which returns a fixup's symbol and theAkira Hatanaka
2012-03-27Rewrite computation of Value in adjustFixupValue so that the upper 48-bits areAkira Hatanaka
2012-03-26Prune some includes and forward declarations.Craig Topper
2012-03-21Add typecast to silence -Wswitch warning introduced by r153153.Craig Topper
2012-03-21Incremental big endian patch by Jack Carter.Akira Hatanaka
2012-03-05Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach
2012-03-01Pass endian information to constructors. Define separate functions to createAkira Hatanaka
2012-02-28remove blanks, and some code formatJia Liu
2012-02-24comment fixJia Liu
2012-02-24some comment fixJia Liu
2012-02-24replace a balnk with -Jia Liu
2012-02-17remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu
2012-02-17add Emacs tag and fix some comment error in file headersJia Liu
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2012-02-03Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka
2012-01-28Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...James Molloy
2012-01-24Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-18Tidy up. MCAsmBackend naming conventions.Jim Grosbach
2012-01-11Add big endian mips support. Based on a patch by Jack Carter.Rafael Espindola
2011-12-22Move the Mips only bits of the ELF writer to lib/Target/Mips.Rafael Espindola
2011-12-22Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka
2011-12-21Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola
2011-12-2064-bit data directive.Akira Hatanaka
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-19Tidy up. Simplify logic. No functional change intended.Akira Hatanaka
2011-12-14Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-12-07Variable cleanup. Based on past patch submittals variable names haveBruno Cardoso Lopes
2011-12-07Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes
2011-12-06Add register HWR29 numbering. Patch by Jack CarterBruno Cardoso Lopes
2011-12-06MipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts build to appease msvc.NAKAMURA Takumi
2011-12-06Move target-specific logic out of generic MCAssembler.Jim Grosbach
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-23This patch makes the following changes necessary for MIPS' direct code emission.Akira Hatanaka
2011-11-23This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka
2011-11-16Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng
2011-11-11Mips MC object code emission improvements:Bruno Cardoso Lopes
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar
2011-10-18Coding style cleanups. No functionality change.Bill Wendling
2011-10-14Definition of function getMipsRegisterNumbering.Akira Hatanaka
2011-10-14Fixup enumerations.Akira Hatanaka