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
/
AsmParser
/
ARMAsmParser.cpp
Age
Commit message (
Expand
)
Author
2011-07-27
ARM assembly parsing and encoding for UMLAL.
Jim Grosbach
2011-07-27
ARM parsing and encoding of SBFX and UBFX.
Jim Grosbach
2011-07-27
ARM assembly parsing and encoding for extend instructions.
Jim Grosbach
2011-07-27
Support .code32 and .code64 in X86 assembler.
Evan Cheng
2011-07-26
Fix over-zealous rename from r136095.
Jim Grosbach
2011-07-26
ARM diagnostics for ldrexd/stredx out of order paired register operands.
Jim Grosbach
2011-07-26
Clean up the ARM asm parser a bit.
Jim Grosbach
2011-07-26
ARM parsing and encoding for SVC instruction.
Jim Grosbach
2011-07-26
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-25
ARM assembly parsing and encoding for SSAT16 instruction.
Jim Grosbach
2011-07-25
ARM assembly parsing and encoding for SSAT instruction.
Jim Grosbach
2011-07-25
Fix more MC layering violations.
Evan Cheng
2011-07-25
ARM asm operand renaming. Make things a bit more explicit.
Jim Grosbach
2011-07-25
Make assembly parser method names more consistent.
Jim Grosbach
2011-07-23
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-22
ARM SSAT instruction 5-bit immediate handling.
Jim Grosbach
2011-07-22
ARM assembly parsing and encoding updates.
Jim Grosbach
2011-07-22
ARM assembly parsing and encoding of SMLAL instruction.
Jim Grosbach
2011-07-22
ARM assembly parsing and encoding for SETEND instruction.
Jim Grosbach
2011-07-21
Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn n...
Owen Anderson
2011-07-21
ARM Asm parser range checking for [0,31] immediates.
Jim Grosbach
2011-07-21
Tidy up.
Jim Grosbach
2011-07-21
Split up the ARM so_reg ComplexPattern into so_reg_reg and so_reg_imm, allowi...
Owen Anderson
2011-07-21
ARM assembly parsing and encoding for PKHBT and PKHTB instructions.
Jim Grosbach
2011-07-20
Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...
Evan Cheng
2011-07-20
ARM assembly parsing of MUL instruction.
Jim Grosbach
2011-07-19
Tweak ARM assembly parsing and printing of MSR instruction.
Jim Grosbach
2011-07-19
ARM assembly parsing for MOV (register).
Jim Grosbach
2011-07-19
Tidy up.
Jim Grosbach
2011-07-19
Tighten conditional for 'mov' cc_out.
Jim Grosbach
2011-07-19
ARM assembly parsing for MOV (immediate).
Jim Grosbach
2011-07-19
Remove unused code.
Jim Grosbach
2011-07-19
ARM range checking for so_imm operands in assembly parsing.
Jim Grosbach
2011-07-14
ARM diagnostic when 's' suffix on mnemonic that can't set flags.
Jim Grosbach
2011-07-14
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-14
Don't leak operands when putting them into a shift.
Benjamin Kramer
2011-07-13
ARM Assembler support for DMB instruction.
Jim Grosbach
2011-07-13
Range checking for CDP[2] immediates.
Jim Grosbach
2011-07-13
Range checking for 16-bit immediates in ARM assembly.
Jim Grosbach
2011-07-13
Improve ARM assembly parsing diagnostics a bit.
Jim Grosbach
2011-07-13
Flesh out ARM Parser support for shifted-register operands.
Jim Grosbach
2011-07-13
Update MCParsedAsmOperand debug methods.
Jim Grosbach
2011-07-11
Fix recognition of ARM 'adcs' mnemonic.
Jim Grosbach
2011-07-09
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-08
Fix indentation.
Evan Cheng
2011-07-08
Add support for ARM / Thumb mode switching with .code 16 and .code 32.
Evan Cheng
2011-07-08
Plug a leak by giving the AsmParser ownership of the MCSubtargetInfo.
Benjamin Kramer
2011-07-08
TargetAsmParser doesn't need reference to Target.
Evan Cheng
2011-07-08
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-06-30
Thumb1 register to register MOV instruction is predicable.
Jim Grosbach
[prev]
[next]