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
Age
Commit message (
Expand
)
Author
2011-07-28
ARM assembly parsing and encoding for BLX (immediate).
Jim Grosbach
2011-07-28
ARM assembly parsing and encoding for BFC and BFI.
Jim Grosbach
2011-07-28
Revert r136295. It broke nightly testers because some parts of codegen weren...
Owen Anderson
2011-07-27
Refactor and improve the encodings/decodings for addrmode3 loads, and make th...
Owen Anderson
2011-07-27
Emit an error is asm parser parsed X86_64 only registers, e.g. %rax, %sil.
Evan Cheng
2011-07-27
ARM assembly parsing and encoding for UMULL.
Jim Grosbach
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-26
Clean up a pile of hacks in our CMake build relating to TableGen.
Chandler Carruth
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
Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...
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-19
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
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
[prev]
[next]