summaryrefslogtreecommitdiff
path: root/lib/MC/MCParser
Commit message (Expand)AuthorAge
* Fix spacing after if.Benjamin Kramer2012-05-12
* Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola2012-05-12
* ELF: Add support for the asm .version directive.Benjamin Kramer2012-05-12
* AsmParser: Add support for the .purgem directive.Benjamin Kramer2012-05-12
* AsmParser: Give a nice error message for .code16gcc, which is currently unsup...Benjamin Kramer2012-05-12
* AsmParser: ignore the .extern directive.Benjamin Kramer2012-05-12
* AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer2012-05-12
* AsmParser: Add support for .ifb and .ifnb directives.Benjamin Kramer2012-05-12
* MC: Unknown assembler directives are now hard errors.Jim Grosbach2012-05-01
* MC: Remove errant EatToEndOfStatement() in asm parser.Jim Grosbach2012-05-01
* MC assembly parser handling for trailing comma in macro instantiation.Jim Grosbach2012-04-16
* Prune some includesCraig Topper2012-03-27
* Assembler should accept redefinitions of unused variable symbols.Jim Grosbach2012-03-20
* MC asm parser macro argument count was wrong when empty.Jim Grosbach2012-03-17
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Add assembler dialect attribute in asm parser which lets target specific asm ...Devang Patel2012-01-31
* Silence GCC's -Wreturn-type warning.Benjamin Kramer2012-01-28
* Small improvement to the recursion detection logic from the previous commit.Rafael Espindola2012-01-28
* Handle recursive variable definitions directly. This gives us better errorRafael Espindola2012-01-28
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-27
* Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola2012-01-23
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* The error check for using -g with a .s file already containing dwarf .fileKevin Enderby2012-01-11
* Let asm parser query asm syntax dialect.Devang Patel2012-01-10
* This is the matching change for the data structure name changes for theKevin Enderby2012-01-10
* Implement cfi_restore. Patch by Brian Anderson!Rafael Espindola2011-12-29
* Implement .cfi_escape. Patch by Brian Anderson!Rafael Espindola2011-12-29
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-17
* Another improvement to the implementation of .incbin directive by avoiding aKevin Enderby2011-12-15
* Improve the implementation of .incbin directive by replacing a loop by usingKevin Enderby2011-12-14
* Add the .incbin directive which takes the binary data from a file and emitsKevin Enderby2011-12-14
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* Add support for gnu_indirect_function.Roman Divacky2011-12-12
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-09
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* Replace tabs I added in this new line of code with spaces.Kevin Enderby2011-11-02
* First part of support for generating dwarf for assembly source files with theKevin Enderby2011-11-01
* Fix parsing of a line with only a # in it.Rafael Espindola2011-10-19
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.Benjamin Kramer2011-10-16
* PR11143: Save the old diagnostic handler and call it when munging diagnostics...Benjamin Kramer2011-10-16
* remove the dead 'ShowLine' argument from SMDiagnostic.Chris Lattner2011-10-16
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-16
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-16
* Finish supporting cpp #file/line comments in assembler for error messages. SoKevin Enderby2011-10-12
* Assmebler symbol attribute directives don't work on temporary symbols.Jim Grosbach2011-09-15
* Handle missing newline at EOF more gracefully in MC AsmLexer.Jim Grosbach2011-09-15
* Move state var to private class member.Jim Grosbach2011-09-14
* First step in supporting #line directives in assembler. This step parses theKevin Enderby2011-09-13