summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* MC: Destroy Macro instances.Daniel Dunbar2010-07-29
* Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby2010-07-28
* MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh).Daniel Dunbar2010-07-28
* Fix format-specifier warningDouglas Gregor2010-07-26
* MC: Fix whitespace error from last commit.Michael J. Spencer2010-07-26
* MC: Add WinCOFFObjectWriter implementation.Michael J. Spencer2010-07-26
* Initial modifications to MCAssembler and TargetMachine for the MCJIT.Reid Kleckner2010-07-22
* Add some more handlers for ELF section directives.Matt Fleming2010-07-20
* Let's get those buildbots green: #include is needed in the header, not just t...Owen Anderson2010-07-20
* apparently also missing an include.Chris Lattner2010-07-20
* this is in SystemChris Lattner2010-07-20
* turn this into a normal header.Chris Lattner2010-07-20
* hopefully heal the linux buildersChris Lattner2010-07-20
* there is no reason to dynamically generate a static header.Chris Lattner2010-07-20
* drop edinfo.inc into the objdir for src!=objdir builds.Chris Lattner2010-07-20
* Update header.Eric Christopher2010-07-20
* hopefully teach cmake to build the .inc file.Chris Lattner2010-07-20
* cmake tooChris Lattner2010-07-20
* forgot to add a fileChris Lattner2010-07-20
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-20
* MC/Mach-O: Silently ignore .file directives instead of error'ing out onDaniel Dunbar2010-07-19
* _[A-Z] identifiers are reserved for the implementation.Michael J. Spencer2010-07-19
* MC: Add WinCOFFStreamer implementation and merge common code from MachOMichael J. Spencer2010-07-19
* TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attribut...Daniel Dunbar2010-07-19
* Make .align parse correctly on platforms where .align is measured in bytes.Eli Friedman2010-07-19
* MC/AsmParser: Stop playing unsafe member function pointer calls, this isn'tDaniel Dunbar2010-07-18
* MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary tokenDaniel Dunbar2010-07-18
* MC/AsmParser: Add macro argument substitution support.Daniel Dunbar2010-07-18
* MC/AsmParser: Add basic support for macro instantiation.Daniel Dunbar2010-07-18
* MC/AsmParser: Add basic parsing support for .macro definitions.Daniel Dunbar2010-07-18
* MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don'tDaniel Dunbar2010-07-18
* MC/AsmParser: Use Error() instead of calling PrintMessage() directly.Daniel Dunbar2010-07-18
* MC/AsmParser: Fix TokError() to accept a Twine.Daniel Dunbar2010-07-18
* MC/AsmParser: Hide the AsmParser implementation.Daniel Dunbar2010-07-18
* Start of .sleb128/.uleb128 parsing support.Eli Friedman2010-07-17
* Work-in-progress parsing for ELF .section directive.Eli Friedman2010-07-17
* Add support for parsing .size directives for ELF.Eli Friedman2010-07-17
* MC/AsmParser: Lift Run() and TargetParser to base class.Daniel Dunbar2010-07-17
* fix indentation and 80 colsChris Lattner2010-07-15
* Don't pass StringRef by reference.Benjamin Kramer2010-07-14
* MC/AsmParser: Move ELF specific parser to ELFAsmParser.cpp.Daniel Dunbar2010-07-12
* MC/AsmParser: Move Darwin specific parse to DarwinAsmParser.cpp.Daniel Dunbar2010-07-12
* MC/AsmParser: Move .section parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmParser: Move special section directive parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmParser: Add a basic ELFAsmParser extension.Daniel Dunbar2010-07-12
* MC/AsmParser: Inline AsmParser::CreateSymbol into callers.Daniel Dunbar2010-07-12
* MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmParser: Move .desc parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmParser: Move .lsym parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser.Daniel Dunbar2010-07-12