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
/
ARM
/
InstPrinter
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-04-12
ARM: Correct printing of pre-indexed operands.
Quentin Colombet
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-02-22
Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...
Kristof Beyls
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2012-12-05
Added a option to the disassembler to print immediates as hex.
Kevin Enderby
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
2012-11-16
Remove hard coded registers in ARM ldrexd and strexd instructions
Weiming Zhao
2012-11-06
Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'
Derek Schuff
2012-10-31
llvm: build with fewer warnings
Jan Voung
2012-10-30
ARM: Better disassembly for pc-relative LDR.
Jim Grosbach
2012-10-25
Merge commit 'a8a0a155de16830b8fcab539ba2ec21de3145532'
Derek Schuff
2012-10-23
Make branch heavy code for generating marked up disassembly simpler
Kevin Enderby
2012-10-23
Merge commit '92b0d8cf2c51debc7f4fb30a417ae839077a8ed0'
Derek Schuff
2012-10-22
Add support for annotated disassembly output for X86 and arm.
Kevin Enderby
2012-09-25
Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'
Derek Schuff
2012-09-22
ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable]
NAKAMURA Takumi
2012-09-22
Whitespace.
NAKAMURA Takumi
2012-09-22
Fix edge cases of ARM shift operands in arith instructions.
Tim Northover
2012-09-22
Fix the handling of edge cases in ARM shifted operands.
Tim Northover
2012-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-08-02
Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...
Jiangning Liu
2012-08-02
Fix #13241, a bug around shift immediate operand for ARM instruction ADR.
Jiangning Liu
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-06-18
ARM: Define generic HINT instruction.
Jim Grosbach
2012-06-15
Fix the encoding of the armv7m (MClass) for MSR registers other than aspr,
Kevin Enderby
2012-05-17
Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missing
Kevin Enderby
2012-05-11
Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate o...
Silviu Baranga
2012-04-27
Refactor IT handling not to store the bottom bit of the condition code in the...
Richard Barton
2012-04-13
For ARM disassembly only print 32 unsigned bits for the address of branch
Kevin Enderby
2012-04-02
Move getOpcodeName from the various target InstPrinters into the superclass M...
Benjamin Kramer
2012-04-02
Remove getInstructionName from MCInstPrinter implementations in favor of usin...
Craig Topper
2012-04-02
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-03-06
ARM more NEON VLD/VST composite physical register refactoring.
Jim Grosbach
2012-03-06
ARM refactor more NEON VLD/VST instructions to use composite physregs
Jim Grosbach
2012-03-06
Tidy up. Kill some dead code.
Jim Grosbach
2012-03-05
ARM Refactor VLD/VST spaced pair instructions.
Jim Grosbach
2012-03-05
ARM refactor away a bunch of VLD/VST pseudo instructions.
Jim Grosbach
2012-03-05
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-01
Change ARMInstPrinter::printPredicateOperand() so it will not abort if it
Kevin Enderby
2012-02-19
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-25
NEON VLD4(all lanes) assembly parsing and encoding.
Jim Grosbach
2012-01-24
NEON VLD3(all lanes) assembly parsing and encoding.
Jim Grosbach
2012-01-24
NEON VLD4(multiple 4 element structures) assembly parsing.
Jim Grosbach
2012-01-23
NEON VLD3(multiple 3-element structures) assembly parsing.
Jim Grosbach
2011-12-22
ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point).
Jim Grosbach
[next]