aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCParser
Commit message (Expand)AuthorAgeFilesLines
* Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola2012-01-231-0/+16
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* The error check for using -g with a .s file already containing dwarf .fileKevin Enderby2012-01-111-4/+4
* Let asm parser query asm syntax dialect.Devang Patel2012-01-101-0/+1
* This is the matching change for the data structure name changes for theKevin Enderby2012-01-101-3/+3
* Implement cfi_restore. Patch by Brian Anderson!Rafael Espindola2011-12-291-0/+16
* Implement .cfi_escape. Patch by Brian Anderson!Rafael Espindola2011-12-291-0/+27
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-171-0/+17
* Another improvement to the implementation of .incbin directive by avoiding aKevin Enderby2011-12-151-5/+2
* Improve the implementation of .incbin directive by replacing a loop by usingKevin Enderby2011-12-141-4/+4
* Add the .incbin directive which takes the binary data from a file and emitsKevin Enderby2011-12-141-0/+49
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* Add support for gnu_indirect_function.Roman Divacky2011-12-121-0/+1
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-091-0/+9
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-5/+0
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+23
* Replace tabs I added in this new line of code with spaces.Kevin Enderby2011-11-021-1/+1
* First part of support for generating dwarf for assembly source files with theKevin Enderby2011-11-011-0/+24
* Fix parsing of a line with only a # in it.Rafael Espindola2011-10-191-1/+2
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-171-4/+19
* Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.Benjamin Kramer2011-10-161-0/+4
* PR11143: Save the old diagnostic handler and call it when munging diagnostics...Benjamin Kramer2011-10-161-3/+15
* remove the dead 'ShowLine' argument from SMDiagnostic.Chris Lattner2011-10-161-5/+3
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-161-11/+12
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-162-21/+21
* Finish supporting cpp #file/line comments in assembler for error messages. SoKevin Enderby2011-10-121-5/+64
* Assmebler symbol attribute directives don't work on temporary symbols.Jim Grosbach2011-09-151-1/+6
* Handle missing newline at EOF more gracefully in MC AsmLexer.Jim Grosbach2011-09-151-1/+8
* Move state var to private class member.Jim Grosbach2011-09-141-1/+1
* First step in supporting #line directives in assembler. This step parses theKevin Enderby2011-09-132-5/+69
* Fix AsmParser binary precedence for shift operators.Jim Grosbach2011-08-201-16/+21
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-161-4/+4
* allow \r's in .s files.Chris Lattner2011-08-041-1/+1
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+5
* Support .code32 and .code64 in X86 assembler.Evan Cheng2011-07-271-1/+1
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-265-10/+10
* Move some ELF directives into ELF asm parser.Jim Grosbach2011-07-253-11/+78
* Tidy up. 80 columns.Jim Grosbach2011-07-251-5/+10
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-234-5/+5
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-201-1/+0
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-201-0/+1
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-182-4/+9
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-151-3/+3
* Update MCParsedAsmOperand debug methods.Jim Grosbach2011-07-132-2/+6
* TargetAsmParser doesn't need reference to Target.Evan Cheng2011-07-081-2/+2
* Asm parser range checking on .<size> <value> directives.Jim Grosbach2011-06-291-3/+9
* MC: Allow .common as alias for .comm assembler directive. PR10116.Hans Wennborg2011-06-181-1/+1
* Diagnostic for undefined assembler local symbols.Jim Grosbach2011-06-151-4/+29
* Revert 133010. Self-hosted buildbot unhappy.Jim Grosbach2011-06-141-25/+4
* Diagnostic for undefined assembler local symbols.Jim Grosbach2011-06-141-4/+25