summaryrefslogtreecommitdiff
path: root/lib/MC/MCParser
Commit message (Expand)AuthorAge
* 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
* Fix AsmParser binary precedence for shift operators.Jim Grosbach2011-08-20
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-16
* allow \r's in .s files.Chris Lattner2011-08-04
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* 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
* Tidy up. 80 columns.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
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-15
* Update MCParsedAsmOperand debug methods.Jim Grosbach2011-07-13
* TargetAsmParser doesn't need reference to Target.Evan Cheng2011-07-08
* 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
* Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues withCharles Davis2011-05-25
* Add tests for .seh_savereg and .seh_savexmm parsing. Once again, fix theCharles Davis2011-05-25
* Add a test for .seh_pushframe parsing. Fix the bug exposed by it (and anotherCharles Davis2011-05-25
* Add a test for the .seh_handler directive. Fix problems with the parsingCharles Davis2011-05-25
* Implement the rest of the SEH directive-parsing methods in the COFFAsmParser.Charles Davis2011-05-24
* Propagate error correctly in the MC Asm parser for leading '$' expressions.Jim Grosbach2011-05-23
* Implement .seh_stackalloc and .seh_pushframe parsing.Charles Davis2011-05-23
* Add methods to parse the SEH directives to the COFFAsmParser. Implement someCharles Davis2011-05-22