| Commit message (Expand) | Author | Age | Files | Lines |
* | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar | 2011-12-12 | 1 | -1/+0 |
* | Add support for gnu_indirect_function. | Roman Divacky | 2011-12-12 | 1 | -0/+1 |
* | The second part of support for generating dwarf for assembly source files. This | Kevin Enderby | 2011-12-09 | 1 | -0/+9 |
* | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar | 2011-11-29 | 1 | -5/+0 |
* | build: Add initial cut at LLVMBuild.txt files. | Daniel Dunbar | 2011-11-03 | 1 | -0/+23 |
* | Replace tabs I added in this new line of code with spaces. | Kevin Enderby | 2011-11-02 | 1 | -1/+1 |
* | First part of support for generating dwarf for assembly source files with the | Kevin Enderby | 2011-11-01 | 1 | -0/+24 |
* | Fix parsing of a line with only a # in it. | Rafael Espindola | 2011-10-19 | 1 | -1/+2 |
* | Add support for a new extension to the .file directive: | Nick Lewycky | 2011-10-17 | 1 | -4/+19 |
* | Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing. | Benjamin Kramer | 2011-10-16 | 1 | -0/+4 |
* | PR11143: Save the old diagnostic handler and call it when munging diagnostics... | Benjamin Kramer | 2011-10-16 | 1 | -3/+15 |
* | remove the dead 'ShowLine' argument from SMDiagnostic. | Chris Lattner | 2011-10-16 | 1 | -5/+3 |
* | Make SMDiagnostic a little more sane. Instead of passing around note/warning... | Chris Lattner | 2011-10-16 | 1 | -11/+12 |
* | Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does... | Chris Lattner | 2011-10-16 | 2 | -21/+21 |
* | Finish supporting cpp #file/line comments in assembler for error messages. So | Kevin Enderby | 2011-10-12 | 1 | -5/+64 |
* | Assmebler symbol attribute directives don't work on temporary symbols. | Jim Grosbach | 2011-09-15 | 1 | -1/+6 |
* | Handle missing newline at EOF more gracefully in MC AsmLexer. | Jim Grosbach | 2011-09-15 | 1 | -1/+8 |
* | Move state var to private class member. | Jim Grosbach | 2011-09-14 | 1 | -1/+1 |
* | First step in supporting #line directives in assembler. This step parses the | Kevin Enderby | 2011-09-13 | 2 | -5/+69 |
* | Fix AsmParser binary precedence for shift operators. | Jim Grosbach | 2011-08-20 | 1 | -16/+21 |
* | Remove unused Target argument from AsmParser construction methods. | Jim Grosbach | 2011-08-16 | 1 | -4/+4 |
* | allow \r's in .s files. | Chris Lattner | 2011-08-04 | 1 | -1/+1 |
* | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth | 2011-07-29 | 1 | -0/+5 |
* | Support .code32 and .code64 in X86 assembler. | Evan Cheng | 2011-07-27 | 1 | -1/+1 |
* | Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm... | Evan Cheng | 2011-07-26 | 5 | -10/+10 |
* | Move some ELF directives into ELF asm parser. | Jim Grosbach | 2011-07-25 | 3 | -11/+78 |
* | Tidy up. 80 columns. | Jim Grosbach | 2011-07-25 | 1 | -5/+10 |
* | Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th... | Evan Cheng | 2011-07-23 | 4 | -5/+5 |
* | Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. | Evan Cheng | 2011-07-20 | 1 | -1/+0 |
* | Add MCObjectFileInfo and sink the MCSections initialization code from | Evan Cheng | 2011-07-20 | 1 | -0/+1 |
* | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng | 2011-07-18 | 2 | -4/+9 |
* | Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest | Evan Cheng | 2011-07-15 | 1 | -3/+3 |
* | Update MCParsedAsmOperand debug methods. | Jim Grosbach | 2011-07-13 | 2 | -2/+6 |
* | TargetAsmParser doesn't need reference to Target. | Evan Cheng | 2011-07-08 | 1 | -2/+2 |
* | Asm parser range checking on .<size> <value> directives. | Jim Grosbach | 2011-06-29 | 1 | -3/+9 |
* | MC: Allow .common as alias for .comm assembler directive. PR10116. | Hans Wennborg | 2011-06-18 | 1 | -1/+1 |
* | Diagnostic for undefined assembler local symbols. | Jim Grosbach | 2011-06-15 | 1 | -4/+29 |
* | Revert 133010. Self-hosted buildbot unhappy. | Jim Grosbach | 2011-06-14 | 1 | -25/+4 |
* | Diagnostic for undefined assembler local symbols. | Jim Grosbach | 2011-06-14 | 1 | -4/+25 |
* | Basic support for macros with explicit arguments. | Rafael Espindola | 2011-06-05 | 2 | -39/+105 |
* | .cfi directive register parsing flexibility. | Jim Grosbach | 2011-06-02 | 1 | -1/+1 |
* | Add new -d option to tblgen. It writes a make(1)-style dependency file. | Joerg Sonnenberger | 2011-06-01 | 1 | -1/+2 |
* | Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues with | Charles Davis | 2011-05-25 | 1 | -2/+6 |
* | Add tests for .seh_savereg and .seh_savexmm parsing. Once again, fix the | Charles Davis | 2011-05-25 | 1 | -6/+17 |
* | Add a test for .seh_pushframe parsing. Fix the bug exposed by it (and another | Charles Davis | 2011-05-25 | 1 | -6/+9 |
* | Add a test for the .seh_handler directive. Fix problems with the parsing | Charles Davis | 2011-05-25 | 1 | -23/+22 |
* | Implement the rest of the SEH directive-parsing methods in the COFFAsmParser. | Charles Davis | 2011-05-24 | 1 | -11/+112 |
* | Propagate error correctly in the MC Asm parser for leading '$' expressions. | Jim Grosbach | 2011-05-23 | 1 | -1/+1 |
* | Implement .seh_stackalloc and .seh_pushframe parsing. | Charles Davis | 2011-05-23 | 1 | -4/+27 |
* | Add methods to parse the SEH directives to the COFFAsmParser. Implement some | Charles Davis | 2011-05-22 | 1 | -0/+157 |