aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsAsmPrinter.cpp
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-05-03Remove some uneeded pseudos in the presence of the naked function attribute.Reed Kotler
2013-04-11[MIPS] Fix LLVM issues with recent LLVM trunk mergePetar Jovanovic
2013-04-09Mips specific inline asm operand modifier 'D' Jack Carter
2013-04-09This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler
2013-03-20Properly conditionalize for NaCl an Mips AsmPrinter LOCALMOD that has toEli Bendersky
2013-03-20Apply after-merge fixes to return to working state.Eli Bendersky
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
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-15Fix minor mips16 issues in directives for function prologue. Probably this doesReed Kotler
2013-02-06[mips] Make NOP a pseudo instruction and expand it to "sll $zero, $zero, 0".Akira Hatanaka
2013-02-05This patch changes a static_cast to dyn_castJack Carter
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-30This patch implements runtime Mips specificJack Carter
2013-01-18This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-11Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'Derek Schuff
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
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-26Make aligning by 2**4 dependent on NaCl for Mips.David Sehr
2012-11-06Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'Derek Schuff
2012-11-02[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directiveAkira Hatanaka
2012-10-11Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'Derek Schuff
2012-10-08Move TargetData to DataLayout.Micah Villmow
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-27MIPS DSP: add code necessary for pseudo instruction lowering.Akira Hatanaka
2012-09-19Merge commit '020aba0c3b6092e353e133446cb6453f95f0d61b'Derek Schuff
2012-09-18Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'Derek Schuff
2012-09-10Remove redundant semicolons which are null statements.Dmitri Gribenko
2012-09-06There are some Mips instructions that are lowered by the Jack Carter
2012-08-31The instruction DINS may be transformed into DINSU or DEXTM dependingJack Carter
2012-08-28The instruction DEXT may be transformed into DEXTU or DEXTM dependingJack Carter
2012-08-28Some instructions are passed to the assembler to beJack Carter
2012-08-21Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffceDerek Schuff
2012-08-17Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'Derek Schuff
2012-07-18Mips specific inline asm operand modifier 'M':Jack Carter
2012-07-16Doubleword Shift Left Logical Plus 32Jack Carter
2012-07-11This change removes an "initialization" warning.Jack Carter
2012-07-10 Mips specific inline asm operand modifier 'L'.Jack Carter
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2012-07-06 Changes per review of commit 159787Jack Carter
2012-07-05 Mips specific inline asm operand modifier D.Jack Carter
2012-06-28Changed the formatting sequence of a curly brace to Jack Carter
2012-06-28The Mips specific inline asm operand modifier 'z' has theJack Carter
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-06-21The inline asm operand modifier 'c' is suppose Jack Carter
2012-06-14Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka