summaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* fix the asmparser so that the target is responsible for skipping toChris Lattner2010-09-111-4/+11
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-0/+6
* change the MC "ParseInstruction" interface to make it the Chris Lattner2010-09-081-0/+5
* in the case where an instruction only has one implementationChris Lattner2010-09-061-1/+2
* change MatchInstructionImpl to return an enum instead of bool.Chris Lattner2010-09-061-1/+1
* have AsmMatcherEmitter.cpp produce the hunk of code that gets includedChris Lattner2010-09-061-5/+4
* zap dead code.Chris Lattner2010-09-011-2/+2
* MC/AsmParser: Push the burdon of emitting diagnostics about unmatchedDaniel Dunbar2010-08-121-2/+9
* tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl',Daniel Dunbar2010-08-121-2/+8
* MC/ARM: Add basic support for handling predication by parsing it out of the m...Daniel Dunbar2010-08-111-1/+44
* MC/ARM: Split mnemonic on '.' characters.Daniel Dunbar2010-08-111-3/+16
* MC/ARM: Fill in ARMOperand::dump a bit.Daniel Dunbar2010-08-111-1/+21
* MCAsmParser: Add dump() hook to MCParsedAsmOperand.Daniel Dunbar2010-08-111-0/+2
* MC/ARM: Add an ARMOperand class for condition codes.Daniel Dunbar2010-08-111-4/+24
* MC/ARM: Switch to using the generated match functions instead of stub impleme...Daniel Dunbar2010-08-111-81/+30
* Target: Give the TargetAsmParser access to the TargetMachine.Daniel Dunbar2010-07-191-2/+3
* Don't pass StringRef by reference.Benjamin Kramer2010-07-141-7/+7
* 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