index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCParser
/
AsmParser.cpp
Age
Commit message (
Expand
)
Author
2012-03-20
Assembler should accept redefinitions of unused variable symbols.
Jim Grosbach
2012-03-17
MC asm parser macro argument count was wrong when empty.
Jim Grosbach
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-31
Add assembler dialect attribute in asm parser which lets target specific asm ...
Devang Patel
2012-01-28
Silence GCC's -Wreturn-type warning.
Benjamin Kramer
2012-01-28
Small improvement to the recursion detection logic from the previous commit.
Rafael Espindola
2012-01-28
Handle recursive variable definitions directly. This gives us better error
Rafael Espindola
2012-01-27
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-23
Add support for .cfi_signal_frame. Fixes pr11762.
Rafael Espindola
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-11
The error check for using -g with a .s file already containing dwarf .file
Kevin Enderby
2012-01-10
Let asm parser query asm syntax dialect.
Devang Patel
2012-01-10
This is the matching change for the data structure name changes for the
Kevin Enderby
2011-12-29
Implement cfi_restore. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
Implement .cfi_escape. Patch by Brian Anderson!
Rafael Espindola
2011-12-15
Another improvement to the implementation of .incbin directive by avoiding a
Kevin Enderby
2011-12-14
Improve the implementation of .incbin directive by replacing a loop by using
Kevin Enderby
2011-12-14
Add the .incbin directive which takes the binary data from a file and emits
Kevin Enderby
2011-12-09
The second part of support for generating dwarf for assembly source files. This
Kevin Enderby
2011-11-02
Replace tabs I added in this new line of code with spaces.
Kevin Enderby
2011-11-01
First part of support for generating dwarf for assembly source files with the
Kevin Enderby
2011-10-19
Fix parsing of a line with only a # in it.
Rafael Espindola
2011-10-17
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-16
PR11143: Save the old diagnostic handler and call it when munging diagnostics...
Benjamin Kramer
2011-10-16
remove the dead 'ShowLine' argument from SMDiagnostic.
Chris Lattner
2011-10-16
Make SMDiagnostic a little more sane. Instead of passing around note/warning...
Chris Lattner
2011-10-16
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-12
Finish supporting cpp #file/line comments in assembler for error messages. So
Kevin Enderby
2011-09-15
Assmebler symbol attribute directives don't work on temporary symbols.
Jim Grosbach
2011-09-13
First step in supporting #line directives in assembler. This step parses the
Kevin Enderby
2011-08-20
Fix AsmParser binary precedence for shift operators.
Jim Grosbach
2011-08-16
Remove unused Target argument from AsmParser construction methods.
Jim Grosbach
2011-07-27
Support .code32 and .code64 in X86 assembler.
Evan Cheng
2011-07-26
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-25
Move some ELF directives into ELF asm parser.
Jim Grosbach
2011-07-23
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-20
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-18
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-13
Update MCParsedAsmOperand debug methods.
Jim Grosbach
2011-06-29
Asm parser range checking on .<size> <value> directives.
Jim Grosbach
2011-06-18
MC: Allow .common as alias for .comm assembler directive. PR10116.
Hans Wennborg
2011-06-15
Diagnostic for undefined assembler local symbols.
Jim Grosbach
2011-06-14
Revert 133010. Self-hosted buildbot unhappy.
Jim Grosbach
2011-06-14
Diagnostic for undefined assembler local symbols.
Jim Grosbach
2011-06-05
Basic support for macros with explicit arguments.
Rafael Espindola
2011-06-02
.cfi directive register parsing flexibility.
Jim Grosbach
2011-06-01
Add new -d option to tblgen. It writes a make(1)-style dependency file.
Joerg Sonnenberger
2011-05-23
Propagate error correctly in the MC Asm parser for leading '$' expressions.
Jim Grosbach
2011-05-19
Reapply 131644 including the missing header changes:
Joerg Sonnenberger
[next]