index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
MipsAsmPrinter.cpp
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-05-10
LLVM: Add ELF Note section to NaCl object files identifying them as such to gold
Derek Schuff
2013-05-03
Remove some uneeded pseudos in the presence of the naked function attribute.
Reed Kotler
2013-04-11
[MIPS] Fix LLVM issues with recent LLVM trunk merge
Petar Jovanovic
2013-04-09
Mips specific inline asm operand modifier 'D'
Jack Carter
2013-04-09
This patch enables llvm to switch between compiling for mips32/mips64
Reed Kotler
2013-03-20
Properly conditionalize for NaCl an Mips AsmPrinter LOCALMOD that has to
Eli Bendersky
2013-03-20
Apply after-merge fixes to return to working state.
Eli Bendersky
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-02-19
ELF symbol table field st_other support,
Jack Carter
2013-02-15
Remove a final dependency on the form field in tablegen; which is a remnant
Reed Kotler
2013-02-15
Fix minor mips16 issues in directives for function prologue. Probably this does
Reed Kotler
2013-02-06
[mips] Make NOP a pseudo instruction and expand it to "sll $zero, $zero, 0".
Akira Hatanaka
2013-02-05
This patch changes a static_cast to dyn_cast
Jack Carter
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-30
This patch implements runtime Mips specific
Jack Carter
2013-01-18
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-10
[mips] Set HWEncoding field of registers. Use delete function
Akira Hatanaka
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-26
Make aligning by 2**4 dependent on NaCl for Mips.
David Sehr
2012-11-06
Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'
Derek Schuff
2012-11-02
[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directive
Akira Hatanaka
2012-10-11
Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'
Derek Schuff
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-02
The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...
Jack Carter
2012-10-01
Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'
Derek Schuff
2012-09-27
MIPS DSP: add code necessary for pseudo instruction lowering.
Akira Hatanaka
2012-09-19
Merge commit '020aba0c3b6092e353e133446cb6453f95f0d61b'
Derek Schuff
2012-09-18
Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'
Derek Schuff
2012-09-10
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-06
There are some Mips instructions that are lowered by the
Jack Carter
2012-08-31
The instruction DINS may be transformed into DINSU or DEXTM depending
Jack Carter
2012-08-28
The instruction DEXT may be transformed into DEXTU or DEXTM depending
Jack Carter
2012-08-28
Some instructions are passed to the assembler to be
Jack Carter
2012-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-07-18
Mips specific inline asm operand modifier 'M':
Jack Carter
2012-07-16
Doubleword Shift Left Logical Plus 32
Jack Carter
2012-07-11
This change removes an "initialization" warning.
Jack Carter
2012-07-10
Mips specific inline asm operand modifier 'L'.
Jack Carter
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-07-06
Changes per review of commit 159787
Jack Carter
2012-07-05
Mips specific inline asm operand modifier D.
Jack Carter
2012-06-28
Changed the formatting sequence of a curly brace to
Jack Carter
2012-06-28
The Mips specific inline asm operand modifier 'z' has the
Jack Carter
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-21
The inline asm operand modifier 'c' is suppose
Jack Carter
2012-06-14
Fix coding style violations. Remove white spaces and tabs.
Akira Hatanaka
[next]