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
2010-04-07
Added an AsmLexer for the ARM target, which uses
Sean Callanan
2010-04-02
Added support for reporting operand token ranges
Sean Callanan
2010-01-22
create a new MCParser library and move some stuff into it.
Chris Lattner
2010-01-19
Promoted the getTok() method to MCAsmParser so that
Sean Callanan
2010-01-19
Propagated the parser-side Lex function's declaration to
Sean Callanan
2010-01-19
Generalize mcasmstreamer data emission APIs to take an address space
Chris Lattner
2010-01-14
Split the TargetAsmParser "ParseInstruction" interface in half:
Chris Lattner
2010-01-14
prune #includes in TargetAsmParser.h
Chris Lattner
2010-01-14
introduce MCParsedAsmOperand
Chris Lattner
2009-12-28
Add an "ATTRIBUTE_UNUSED" macro (and use it). It's for variables which are
Bill Wendling
2009-12-16
Every anonymous namespace is different. Caught by clang++.
John McCall
2009-11-02
Fix ARMAsmParser::ParseMemoryOffsetReg() where the parameter OffsetRegNum should
Kevin Enderby
2009-10-30
Updates to the ARM target assembler for llvm-mc per review comments from
Kevin Enderby
2009-10-20
Wire up the ARM MCInst printer, for llvm-mc.
Daniel Dunbar
2009-10-15
Fix ARM memory operand parsing of post indexing with just a base register, that
Kevin Enderby
2009-10-15
More bits of the ARM target assembler for llvm-mc, code added to parse labels
Kevin Enderby
2009-10-13
Correct comment about ARM immediates using '#' not '$' and TODO for modifiers.
Kevin Enderby
2009-10-13
More bits of the ARM target assembler for llvm-mc to parse immediates.
Kevin Enderby
2009-10-12
Fix two warnings about unused variables that are only used in assert() calls.
Kevin Enderby
2009-10-12
Fix a problem in the code where ARMAsmParser::ParseShift() second argument
Kevin Enderby
2009-10-09
Added another bit of the ARM target assembler to llvm-mc to parse register
Kevin Enderby
2009-10-07
Add another bit of the ARM target assembler to llvm-mc to parse registers
Kevin Enderby
2009-10-06
Added bits of the ARM target assembler to llvm-mc to parse some load instruction
Kevin Enderby
2009-09-15
Added the first bits of the ARM target assembler to llvm-mc. For now it only
Kevin Enderby