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
Age
Commit message (
Expand
)
Author
2010-07-18
MC/AsmParser: Hide the AsmParser implementation.
Daniel Dunbar
2010-07-17
Start of .sleb128/.uleb128 parsing support.
Eli Friedman
2010-07-17
Work-in-progress parsing for ELF .section directive.
Eli Friedman
2010-07-17
Add support for parsing .size directives for ELF.
Eli Friedman
2010-07-17
MC/AsmParser: Lift Run() and TargetParser to base class.
Daniel Dunbar
2010-07-15
fix indentation and 80 cols
Chris Lattner
2010-07-14
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-12
MC/AsmParser: Move ELF specific parser to ELFAsmParser.cpp.
Daniel Dunbar
2010-07-12
MC/AsmParser: Move Darwin specific parse to DarwinAsmParser.cpp.
Daniel Dunbar
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: Add a basic ELFAsmParser extension.
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
MC/AsmParser: Add a DarwinAsmParser extension.
Daniel Dunbar
2010-07-12
MC/AsmParser: Switch a bunch of directive parsing to use accessors.
Daniel Dunbar
2010-07-12
MCAsmParser: Pull some directive handling out into a helper class, and change
Daniel Dunbar
2010-07-12
MC/AsmParser: Switch some directive parsing to use accessor methods.
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-12
MC: Move getLoc() to MCAsmLexer().
Daniel Dunbar
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
2010-07-11
introduce WinCOFFObjectWriter, patch by Michael Spencer!
Chris Lattner
2010-07-11
introduce WinCOFFStreamer.cpp, patch by Michael Spencer!
Chris Lattner
2010-07-08
Revert some unneeded parts of the change in r107886 for the
Kevin Enderby
2010-07-08
Added the darwin .weak_def_can_be_hidden directive.
Kevin Enderby
2010-07-07
finish up support for callw: PR7195
Chris Lattner
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-07-01
MC: Fix an error message.
Daniel Dunbar
2010-07-01
MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by Michael
Daniel Dunbar
2010-06-29
Revert r107205 and r107207.
Bill Wendling
2010-06-29
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-06-29
The variable ValueSize is set to 1 on both code paths, and then
Duncan Sands
2010-06-29
The variable "Value" is carefully set to Layout.getSymbolAddress,
Duncan Sands
2010-06-29
Remove unused calls to Lexer.getLoc and the pointless variable HasFillExpr.
Duncan Sands
2010-06-28
Added the darwin .secure_log_unique and .secure_log_reset directives.
Kevin Enderby
2010-06-22
Get the addend correct for i386 pic.
Eric Christopher
2010-06-21
"This is just a cosmetic change in MCAsmStreamer.cpp/EmitSymbolAttribute: all...
Chris Lattner
2010-06-17
Update comment.
Eric Christopher
2010-06-16
In progress on 32-bit addends.
Eric Christopher
2010-06-16
MC/Mach-O: Rewrite atom association to be a final pass we do in Finish(), ins...
Daniel Dunbar
2010-06-16
MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol.
Daniel Dunbar
2010-06-16
MC: Lift SwitchSection() and Finish() into MCObjectStreamer.
Daniel Dunbar
2010-06-16
MC: Factor out an MCObjectStreamer class, which will be shared by the concrete
Daniel Dunbar
2010-06-16
Fix indentation.
Eric Christopher
2010-06-15
Some more work on mach-o TLV relocations.
Eric Christopher
[prev]
[next]