aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCParser
Commit message (Expand)AuthorAgeFilesLines
* 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
* Basic support for macros with explicit arguments.Rafael Espindola2011-06-052-39/+105
* .cfi directive register parsing flexibility.Jim Grosbach2011-06-021-1/+1
* Add new -d option to tblgen. It writes a make(1)-style dependency file.Joerg Sonnenberger2011-06-011-1/+2
* Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues withCharles Davis2011-05-251-2/+6
* Add tests for .seh_savereg and .seh_savexmm parsing. Once again, fix theCharles Davis2011-05-251-6/+17
* Add a test for .seh_pushframe parsing. Fix the bug exposed by it (and anotherCharles Davis2011-05-251-6/+9
* Add a test for the .seh_handler directive. Fix problems with the parsingCharles Davis2011-05-251-23/+22
* Implement the rest of the SEH directive-parsing methods in the COFFAsmParser.Charles Davis2011-05-241-11/+112
* Propagate error correctly in the MC Asm parser for leading '$' expressions.Jim Grosbach2011-05-231-1/+1
* Implement .seh_stackalloc and .seh_pushframe parsing.Charles Davis2011-05-231-4/+27
* Add methods to parse the SEH directives to the COFFAsmParser. Implement someCharles Davis2011-05-221-0/+157
* Reapply 131644 including the missing header changes:Joerg Sonnenberger2011-05-192-8/+14
* Revert r131644; it's breaking the build.Eli Friedman2011-05-192-14/+8
* Introduce -fatal-assembler-warnings for the obvious purposeJoerg Sonnenberger2011-05-192-8/+14
* Parsing and plumbing for .cfi_sections.Rafael Espindola2011-05-101-0/+36
* MC/AsmParser: Generalize a check.Daniel Dunbar2011-04-291-1/+1
* Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel2011-04-181-1/+1
* Be consistent about being virtual and returning void in the cfi methods.Rafael Espindola2011-04-121-10/+19
* Remove LastOffset from the asm parser.Rafael Espindola2011-04-121-19/+3
* Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.Rafael Espindola2011-04-121-6/+2
* Implement .cfi_same_value.Rafael Espindola2011-04-121-0/+17
* Match case for invalid constant error messages and add a newEric Christopher2011-04-121-5/+5
* To avoid printing out multiple error messages for cases like:Eric Christopher2011-04-121-0/+3