summaryrefslogtreecommitdiff
path: root/lib/MC/MCParser/AsmParser.cpp
Commit message (Expand)AuthorAge
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-09
* 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
* 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
* First step in supporting #line directives in assembler. This step parses theKevin Enderby2011-09-13
* Fix AsmParser binary precedence for shift operators.Jim Grosbach2011-08-20
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-16
* Support .code32 and .code64 in X86 assembler.Evan Cheng2011-07-27
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* Move some ELF directives into ELF asm parser.Jim Grosbach2011-07-25
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-20
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Update MCParsedAsmOperand debug methods.Jim Grosbach2011-07-13
* Asm parser range checking on .<size> <value> directives.Jim Grosbach2011-06-29
* MC: Allow .common as alias for .comm assembler directive. PR10116.Hans Wennborg2011-06-18
* Diagnostic for undefined assembler local symbols.Jim Grosbach2011-06-15
* Revert 133010. Self-hosted buildbot unhappy.Jim Grosbach2011-06-14
* Diagnostic for undefined assembler local symbols.Jim Grosbach2011-06-14
* Basic support for macros with explicit arguments.Rafael Espindola2011-06-05
* .cfi directive register parsing flexibility.Jim Grosbach2011-06-02
* Add new -d option to tblgen. It writes a make(1)-style dependency file.Joerg Sonnenberger2011-06-01
* Propagate error correctly in the MC Asm parser for leading '$' expressions.Jim Grosbach2011-05-23
* Reapply 131644 including the missing header changes:Joerg Sonnenberger2011-05-19
* Revert r131644; it's breaking the build.Eli Friedman2011-05-19
* Introduce -fatal-assembler-warnings for the obvious purposeJoerg Sonnenberger2011-05-19
* Parsing and plumbing for .cfi_sections.Rafael Espindola2011-05-10
* MC/AsmParser: Generalize a check.Daniel Dunbar2011-04-29
* Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel2011-04-18
* Be consistent about being virtual and returning void in the cfi methods.Rafael Espindola2011-04-12
* Remove LastOffset from the asm parser.Rafael Espindola2011-04-12
* Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.Rafael Espindola2011-04-12
* Implement .cfi_same_value.Rafael Espindola2011-04-12
* To avoid printing out multiple error messages for cases like:Eric Christopher2011-04-12
* Implement cfi_rel_offsetRafael Espindola2011-04-11
* implement .cfi_adjust_cfa_offset.Rafael Espindola2011-04-11
* Add support for .skip.Rafael Espindola2011-04-07
* Added support symbolic floating point constants in the MC assembler for InfinityKevin Enderby2011-03-29
* MC: Improve some diagnostics on uses of '.' pseudo-symbol.Daniel Dunbar2011-03-25
* Tidyness.Daniel Dunbar2011-03-25
* Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger2011-02-24
* Revert r125595, which is an X86-only undocumented assembly syntax extensionJim Grosbach2011-02-23