| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused variable Loc and pointless variables unified_syntax | Duncan Sands | 2010-06-29 | 1 | -15/+4 |
* | Update CMake build. | Ted Kremenek | 2010-04-07 | 1 | -0/+1 |
* | Added an AsmLexer for the ARM target, which uses | Sean Callanan | 2010-04-07 | 2 | -0/+143 |
* | Added support for reporting operand token ranges | Sean Callanan | 2010-04-02 | 1 | -71/+151 |
* | Fix LLVM build when the user specifies CPPFLAGS on the make command line. | Jeffrey Yasskin | 2010-03-12 | 1 | -1/+1 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 1 | -1/+0 |
* | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 1 | -0/+1 |
* | create a new MCParser library and move some stuff into it. | Chris Lattner | 2010-01-22 | 1 | -7/+7 |
* | Promoted the getTok() method to MCAsmParser so that | Sean Callanan | 2010-01-19 | 1 | -29/+29 |
* | Propagated the parser-side Lex function's declaration to | Sean Callanan | 2010-01-19 | 1 | -32/+32 |
* | Generalize mcasmstreamer data emission APIs to take an address space | Chris Lattner | 2010-01-19 | 1 | -1/+1 |
* | Split the TargetAsmParser "ParseInstruction" interface in half: | Chris Lattner | 2010-01-14 | 1 | -20/+14 |
* | prune #includes in TargetAsmParser.h | Chris Lattner | 2010-01-14 | 1 | -2/+4 |
* | introduce MCParsedAsmOperand | Chris Lattner | 2010-01-14 | 1 | -1/+2 |
* | Add an "ATTRIBUTE_UNUSED" macro (and use it). It's for variables which are | Bill Wendling | 2009-12-28 | 1 | -1/+2 |
* | Every anonymous namespace is different. Caught by clang++. | John McCall | 2009-12-16 | 1 | -4/+0 |
* | Fix ARMAsmParser::ParseMemoryOffsetReg() where the parameter OffsetRegNum should | Kevin Enderby | 2009-11-02 | 1 | -2/+2 |
* | Updates to the ARM target assembler for llvm-mc per review comments from | Kevin Enderby | 2009-10-30 | 1 | -135/+134 |
* | Wire up the ARM MCInst printer, for llvm-mc. | Daniel Dunbar | 2009-10-20 | 1 | -1/+10 |
* | Fix ARM memory operand parsing of post indexing with just a base register, that | Kevin Enderby | 2009-10-15 | 1 | -36/+41 |
* | More bits of the ARM target assembler for llvm-mc, code added to parse labels | Kevin Enderby | 2009-10-15 | 1 | -16/+130 |
* | Correct comment about ARM immediates using '#' not '$' and TODO for modifiers. | Kevin Enderby | 2009-10-13 | 1 | -1/+2 |
* | More bits of the ARM target assembler for llvm-mc to parse immediates. | Kevin Enderby | 2009-10-13 | 1 | -4/+28 |
* | Fix two warnings about unused variables that are only used in assert() calls. | Kevin Enderby | 2009-10-12 | 1 | -4/+4 |
* | Fix a problem in the code where ARMAsmParser::ParseShift() second argument | Kevin Enderby | 2009-10-12 | 1 | -2/+2 |
* | Added another bit of the ARM target assembler to llvm-mc to parse register | Kevin Enderby | 2009-10-09 | 1 | -21/+104 |
* | Add another bit of the ARM target assembler to llvm-mc to parse registers | Kevin Enderby | 2009-10-07 | 1 | -3/+17 |
* | Added bits of the ARM target assembler to llvm-mc to parse some load instruction | Kevin Enderby | 2009-10-06 | 1 | -1/+404 |
* | Remove invalid add_dependencies line to unbreak the CMake build. | Ted Kremenek | 2009-09-15 | 1 | -1/+1 |
* | Added the first bits of the ARM target assembler to llvm-mc. For now it only | Kevin Enderby | 2009-09-15 | 3 | -0/+114 |