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
/
COFFAsmParser.cpp
Age
Commit message (
Expand
)
Author
2013-02-20
MCParser: Update method names per coding guidelines.
Jim Grosbach
2013-01-16
Use the ExtensionDirectiveHandler type in other places where it makes sense.
Eli Bendersky
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2011-12-17
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
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-18
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-15
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
Evan Cheng
2011-05-25
Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues with
Charles Davis
2011-05-25
Add tests for .seh_savereg and .seh_savexmm parsing. Once again, fix the
Charles Davis
2011-05-25
Add a test for .seh_pushframe parsing. Fix the bug exposed by it (and another
Charles Davis
2011-05-25
Add a test for the .seh_handler directive. Fix problems with the parsing
Charles Davis
2011-05-24
Implement the rest of the SEH directive-parsing methods in the COFFAsmParser.
Charles Davis
2011-05-23
Implement .seh_stackalloc and .seh_pushframe parsing.
Charles Davis
2011-05-22
Add methods to parse the SEH directives to the COFFAsmParser. Implement some
Charles Davis
2010-10-09
MC-COFF: Add COFFAsmParser. Completes PR8343.
Michael J. Spencer