aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MCTargetDesc
AgeCommit message (Expand)Author
2013-07-15Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'Eli Bendersky
2013-05-10LLVM: Add ELF Note section to NaCl object files identifying them as such to goldDerek Schuff
2013-04-19[mips] First patch which adds support for micromips.Akira Hatanaka
2013-04-18Fix CMake buildDerek Schuff
2013-04-17Mips assembler: Enable handling of nested expressionsJack Carter
2013-04-11[MIPS] Fix LLVM issues with recent LLVM trunk mergePetar Jovanovic
2013-03-22Fix the invalid opcode for Mips branch instructions in the assemblerJack Carter
2013-03-20Apply after-merge fixes to return to working state.Eli Bendersky
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
2013-02-20Fix the (clang -Werror) build by removing an unused member variable.David Blaikie
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-15Remove a final dependency on the form field in tablegen; which is a remnantReed Kotler
2013-02-05Remove getBundleSize methods from NaCl Asm backendsDerek Schuff
2013-02-05This patch that sets the Mips ELF header flag for Jack Carter
2013-02-05This patch changes a static_cast to dyn_castJack Carter
2013-01-31Cherry-pick r174067Derek Schuff
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-30Removing initializer for the field removed in r173887David Blaikie
2013-01-30Remove unused variable (introduced in r173884) to clear clang -Werror buildDavid Blaikie
2013-01-30Forgot to add new file to CMakeListsJack Carter
2013-01-30This patch implements runtime Mips specificJack Carter
2013-01-30This patch reworks how llvm targets set Jack Carter
2013-01-23Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky
2013-01-18This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-15This patch fixes a Mips specific bug where Jack Carter
2013-01-11Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'Derek Schuff
2013-01-08This patch produces the correct addend value forJack Carter
2013-01-08This patch produces the correct pointer size Jack Carter
2013-01-08Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky
2012-12-16This patch is needed to make c++ exceptions work for mips16.Reed Kotler
2012-12-10[mips] Set HWEncoding field of registers. Use delete functionAkira Hatanaka
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-30Use isOSNaCl and minimize some LOCALMODsDavid Sehr
2012-11-29Add isOSNaCl, and add Asm subclasses for NaClDavid Sehr
2012-11-27Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'Derek Schuff
2012-11-21Mips direct object xgot supportJack Carter
2012-11-21[mips] Add target operand flag enums for big GOT relocations.Akira Hatanaka
2012-10-23[MIPS] Update sandboxing changes for LLVM on MIPS.Petar Jovanovic
2012-10-11Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'Derek Schuff
2012-10-03This patch moves from using a hard coded number (4) Jack Carter
2012-10-02The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...Jack Carter
2012-10-01Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'Derek Schuff
2012-09-26Add case clauses for returning dsp accumulator encoding values in functionAkira Hatanaka
2012-09-25Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'Derek Schuff
2012-09-18Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'Derek Schuff
2012-09-18When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky
2012-09-15Remove unused private fields to silence -Wunused-private-field.Craig Topper
2012-09-14Fix Doxygen issues:Dmitri Gribenko