index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
MC
/
MCParser
/
AsmParser.h
Age
Commit message (
Expand
)
Author
2010-07-18
MC/AsmParser: Hide the AsmParser implementation.
Daniel Dunbar
2010-07-17
MC/AsmParser: Lift Run() and TargetParser to base class.
Daniel Dunbar
2010-07-14
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-12
MC/AsmParser: Move .section parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
MC/AsmParser: Move special section directive parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
MC/AsmParser: Inline AsmParser::CreateSymbol into callers.
Daniel Dunbar
2010-07-12
MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
MC/AsmParser: Move .desc parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
MC/AsmParser: Move .lsym parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser.
Daniel Dunbar
2010-07-12
MCAsmParser: Add getSourceManager().
Daniel Dunbar
2010-07-12
MC/AsmParser: Add a DarwinAsmParser extension.
Daniel Dunbar
2010-07-12
MCAsmParser: Pull some directive handling out into a helper class, and change
Daniel Dunbar
2010-07-12
MC: Add MCAsmParserExtension, a base class for all the target/object specific
Daniel Dunbar
2010-07-12
MC: Move AsmParser::TokError to MCAsmParser().
Daniel Dunbar
2010-07-01
MC: Fix some stray hunks I didn't intend to commit.
Daniel Dunbar
2010-07-01
MC: Pass the target instance to the AsmParser constructor.
Daniel Dunbar
2010-06-28
Added the darwin .secure_log_unique and .secure_log_reset directives.
Kevin Enderby
2010-05-21
Add support for parsing the ELF .type assembler directive.
Matt Fleming
2010-05-14
Add AsmParser support for darwin tbss directive.
Eric Christopher
2010-04-17
teach the x86 asm parser how to handle segment prefixes
Chris Lattner
2010-04-17
refactor .if handling code a bit.
Chris Lattner
2010-04-08
move macho section uniquing from MCParser and TLOF to MCContext where
Chris Lattner
2010-04-05
Give AsmParser an option to control whether it finalizes
Chris Lattner
2010-03-13
llvm-mc: Support -n, useful for comparing -integrated-as output since the
Daniel Dunbar
2010-03-10
Remove unneeded declarations.
Daniel Dunbar
2010-02-09
stop using reserved identifiers.
Chris Lattner
2010-01-23
move the various directive enums out of the MCStreamer class
Chris Lattner
2010-01-22
move some files out of the llvm-mc tool into the MCParser library so
Chris Lattner