aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Convert some tab stops into spaces.Duncan Sands2010-07-121-2/+2
* Remove unused variable Loc and pointless variables unified_syntaxDuncan Sands2010-06-291-15/+4
* Update CMake build.Ted Kremenek2010-04-071-0/+1
* Added an AsmLexer for the ARM target, which usesSean Callanan2010-04-072-0/+143
* Added support for reporting operand token rangesSean Callanan2010-04-021-71/+151
* Fix LLVM build when the user specifies CPPFLAGS on the make command line.Jeffrey Yasskin2010-03-121-1/+1
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+1
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-221-7/+7
* Promoted the getTok() method to MCAsmParser so thatSean Callanan2010-01-191-29/+29
* Propagated the parser-side Lex function's declaration toSean Callanan2010-01-191-32/+32
* Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner2010-01-191-1/+1
* Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner2010-01-141-20/+14
* prune #includes in TargetAsmParser.hChris Lattner2010-01-141-2/+4
* introduce MCParsedAsmOperandChris Lattner2010-01-141-1/+2
* Add an "ATTRIBUTE_UNUSED" macro (and use it). It's for variables which areBill Wendling2009-12-281-1/+2
* Every anonymous namespace is different. Caught by clang++.John McCall2009-12-161-4/+0
* Fix ARMAsmParser::ParseMemoryOffsetReg() where the parameter OffsetRegNum shouldKevin Enderby2009-11-021-2/+2
* Updates to the ARM target assembler for llvm-mc per review comments fromKevin Enderby2009-10-301-135/+134
* Wire up the ARM MCInst printer, for llvm-mc.Daniel Dunbar2009-10-201-1/+10
* Fix ARM memory operand parsing of post indexing with just a base register, thatKevin Enderby2009-10-151-36/+41
* More bits of the ARM target assembler for llvm-mc, code added to parse labelsKevin Enderby2009-10-151-16/+130
* Correct comment about ARM immediates using '#' not '$' and TODO for modifiers.Kevin Enderby2009-10-131-1/+2
* More bits of the ARM target assembler for llvm-mc to parse immediates.Kevin Enderby2009-10-131-4/+28
* Fix two warnings about unused variables that are only used in assert() calls.Kevin Enderby2009-10-121-4/+4
* Fix a problem in the code where ARMAsmParser::ParseShift() second argumentKevin Enderby2009-10-121-2/+2
* Added another bit of the ARM target assembler to llvm-mc to parse registerKevin Enderby2009-10-091-21/+104
* Add another bit of the ARM target assembler to llvm-mc to parse registersKevin Enderby2009-10-071-3/+17
* Added bits of the ARM target assembler to llvm-mc to parse some load instructionKevin Enderby2009-10-061-1/+404
* Remove invalid add_dependencies line to unbreak the CMake build.Ted Kremenek2009-09-151-1/+1
* Added the first bits of the ARM target assembler to llvm-mc. For now it onlyKevin Enderby2009-09-153-0/+114