aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Initial modifications to MCAssembler and TargetMachine for the MCJIT.Reid Kleckner2010-07-221-4/+10
* Add some more handlers for ELF section directives.Matt Fleming2010-07-201-0/+54
* Let's get those buildbots green: #include is needed in the header, not just t...Owen Anderson2010-07-202-1/+1
* apparently also missing an include.Chris Lattner2010-07-201-0/+1
* this is in SystemChris Lattner2010-07-201-1/+1
* turn this into a normal header.Chris Lattner2010-07-201-8/+11
* hopefully heal the linux buildersChris Lattner2010-07-201-0/+1
* there is no reason to dynamically generate a static header.Chris Lattner2010-07-204-16/+71
* drop edinfo.inc into the objdir for src!=objdir builds.Chris Lattner2010-07-201-2/+2
* Update header.Eric Christopher2010-07-201-1/+1
* hopefully teach cmake to build the .inc file.Chris Lattner2010-07-201-0/+9
* cmake tooChris Lattner2010-07-201-0/+6
* forgot to add a fileChris Lattner2010-07-201-0/+21
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-209-1/+1779
* MC/Mach-O: Silently ignore .file directives instead of error'ing out onDaniel Dunbar2010-07-191-2/+8
* _[A-Z] identifiers are reserved for the implementation.Michael J. Spencer2010-07-191-1/+1
* MC: Add WinCOFFStreamer implementation and merge common code from MachOMichael J. Spencer2010-07-193-81/+239
* TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attribut...Daniel Dunbar2010-07-191-1/+1
* Make .align parse correctly on platforms where .align is measured in bytes.Eli Friedman2010-07-191-5/+8
* MC/AsmParser: Stop playing unsafe member function pointer calls, this isn'tDaniel Dunbar2010-07-183-187/+93
* MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary tokenDaniel Dunbar2010-07-182-25/+26
* MC/AsmParser: Add macro argument substitution support.Daniel Dunbar2010-07-181-8/+85
* MC/AsmParser: Add basic support for macro instantiation.Daniel Dunbar2010-07-181-20/+112
* MC/AsmParser: Add basic parsing support for .macro definitions.Daniel Dunbar2010-07-181-0/+96
* MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don'tDaniel Dunbar2010-07-181-5/+37
* MC/AsmParser: Use Error() instead of calling PrintMessage() directly.Daniel Dunbar2010-07-181-4/+2
* MC/AsmParser: Fix TokError() to accept a Twine.Daniel Dunbar2010-07-182-1/+2
* MC/AsmParser: Hide the AsmParser implementation.Daniel Dunbar2010-07-181-3/+117
* Start of .sleb128/.uleb128 parsing support.Eli Friedman2010-07-171-0/+26
* Work-in-progress parsing for ELF .section directive.Eli Friedman2010-07-171-5/+113
* Add support for parsing .size directives for ELF.Eli Friedman2010-07-171-0/+24
* MC/AsmParser: Lift Run() and TargetParser to base class.Daniel Dunbar2010-07-172-8/+16
* fix indentation and 80 colsChris Lattner2010-07-151-2/+3
* Don't pass StringRef by reference.Benjamin Kramer2010-07-141-1/+1
* MC/AsmParser: Move ELF specific parser to ELFAsmParser.cpp.Daniel Dunbar2010-07-123-43/+71
* MC/AsmParser: Move Darwin specific parse to DarwinAsmParser.cpp.Daniel Dunbar2010-07-123-728/+766
* MC/AsmParser: Move .section parsing to Darwin specific parser.Daniel Dunbar2010-07-121-13/+10
* MC/AsmParser: Move special section directive parsing to Darwin specific parser.Daniel Dunbar2010-07-121-158/+316
* MC/AsmParser: Add a basic ELFAsmParser extension.Daniel Dunbar2010-07-121-0/+45
* MC/AsmParser: Inline AsmParser::CreateSymbol into callers.Daniel Dunbar2010-07-121-11/+6
* MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.Daniel Dunbar2010-07-121-26/+30
* MC/AsmParser: Move .desc parsing to Darwin specific parser.Daniel Dunbar2010-07-121-7/+8
* MC/AsmParser: Move .lsym parsing to Darwin specific parser.Daniel Dunbar2010-07-121-8/+9
* MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser.Daniel Dunbar2010-07-121-23/+34
* MC/AsmParser: Add a DarwinAsmParser extension.Daniel Dunbar2010-07-121-1/+24
* MC/AsmParser: Switch a bunch of directive parsing to use accessors.Daniel Dunbar2010-07-121-112/+114
* MCAsmParser: Pull some directive handling out into a helper class, and changeDaniel Dunbar2010-07-121-15/+43
* MC/AsmParser: Switch some directive parsing to use accessor methods.Daniel Dunbar2010-07-121-17/+17
* MC: Add MCAsmParserExtension, a base class for all the target/object specificDaniel Dunbar2010-07-123-0/+28
* MC: Move AsmParser::TokError to MCAsmParser().Daniel Dunbar2010-07-122-5/+6