summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/AsmParser
Commit message (Expand)AuthorAge
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* fix the asmparser so that the target is responsible for skipping toChris Lattner2010-09-11
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* change the MC "ParseInstruction" interface to make it the Chris Lattner2010-09-08
* in the case where an instruction only has one implementationChris Lattner2010-09-06
* change MatchInstructionImpl to return an enum instead of bool.Chris Lattner2010-09-06
* have AsmMatcherEmitter.cpp produce the hunk of code that gets includedChris Lattner2010-09-06
* zap dead code.Chris Lattner2010-09-01
* MC/AsmParser: Push the burdon of emitting diagnostics about unmatchedDaniel Dunbar2010-08-12
* tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl',Daniel Dunbar2010-08-12
* MC/ARM: Add basic support for handling predication by parsing it out of the m...Daniel Dunbar2010-08-11
* MC/ARM: Split mnemonic on '.' characters.Daniel Dunbar2010-08-11
* MC/ARM: Fill in ARMOperand::dump a bit.Daniel Dunbar2010-08-11
* MCAsmParser: Add dump() hook to MCParsedAsmOperand.Daniel Dunbar2010-08-11
* MC/ARM: Add an ARMOperand class for condition codes.Daniel Dunbar2010-08-11
* MC/ARM: Switch to using the generated match functions instead of stub impleme...Daniel Dunbar2010-08-11
* Target: Give the TargetAsmParser access to the TargetMachine.Daniel Dunbar2010-07-19
* Don't pass StringRef by reference.Benjamin Kramer2010-07-14
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* Remove unused variable Loc and pointless variables unified_syntaxDuncan Sands2010-06-29
* Update CMake build.Ted Kremenek2010-04-07
* Added an AsmLexer for the ARM target, which usesSean Callanan2010-04-07
* Added support for reporting operand token rangesSean Callanan2010-04-02
* Fix LLVM build when the user specifies CPPFLAGS on the make command line.Jeffrey Yasskin2010-03-12
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-22
* Promoted the getTok() method to MCAsmParser so thatSean Callanan2010-01-19
* Propagated the parser-side Lex function's declaration toSean Callanan2010-01-19
* Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner2010-01-19
* Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner2010-01-14
* prune #includes in TargetAsmParser.hChris Lattner2010-01-14
* introduce MCParsedAsmOperandChris Lattner2010-01-14
* Add an "ATTRIBUTE_UNUSED" macro (and use it). It's for variables which areBill Wendling2009-12-28
* Every anonymous namespace is different. Caught by clang++.John McCall2009-12-16
* Fix ARMAsmParser::ParseMemoryOffsetReg() where the parameter OffsetRegNum shouldKevin Enderby2009-11-02
* Updates to the ARM target assembler for llvm-mc per review comments fromKevin Enderby2009-10-30
* Wire up the ARM MCInst printer, for llvm-mc.Daniel Dunbar2009-10-20
* Fix ARM memory operand parsing of post indexing with just a base register, thatKevin Enderby2009-10-15
* More bits of the ARM target assembler for llvm-mc, code added to parse labelsKevin Enderby2009-10-15
* Correct comment about ARM immediates using '#' not '$' and TODO for modifiers.Kevin Enderby2009-10-13
* More bits of the ARM target assembler for llvm-mc to parse immediates.Kevin Enderby2009-10-13
* Fix two warnings about unused variables that are only used in assert() calls.Kevin Enderby2009-10-12
* Fix a problem in the code where ARMAsmParser::ParseShift() second argumentKevin Enderby2009-10-12
* Added another bit of the ARM target assembler to llvm-mc to parse registerKevin Enderby2009-10-09
* Add another bit of the ARM target assembler to llvm-mc to parse registersKevin Enderby2009-10-07
* Added bits of the ARM target assembler to llvm-mc to parse some load instructionKevin Enderby2009-10-06
* Remove invalid add_dependencies line to unbreak the CMake build.Ted Kremenek2009-09-15
* Added the first bits of the ARM target assembler to llvm-mc. For now it onlyKevin Enderby2009-09-15