aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* MC: Fix symbol fragment offsets in COFF.Michael J. Spencer2010-08-031-1/+2
* Revert "MC: Fix symbol fragment offsets in COFF."Michael J. Spencer2010-08-031-2/+1
* MC: Add time travel support to COFF.Michael J. Spencer2010-08-031-0/+4
* MC: Fix symbol fragment offsets in COFF.Michael J. Spencer2010-08-031-1/+2
* Silence some -Asserts uninitialized variable warnings.Daniel Dunbar2010-07-311-0/+1
* Add relax all support to the COFF object streamer.Michael J. Spencer2010-07-311-2/+5
* MC: Initialize MCFragment::Offset, noticed by Cameron Esfahani.Daniel Dunbar2010-07-301-1/+2
* Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer2010-07-292-1/+5
* Stop leaking std::strings in GetDwarfFile.Benjamin Kramer2010-07-291-8/+8
* COFFObjectWriter: Don't leak COFFSymbols and COFFSections.Benjamin Kramer2010-07-291-0/+8
* MC: Destroy Macro instances.Daniel Dunbar2010-07-291-0/+7
* Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby2010-07-284-1/+99
* MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh).Daniel Dunbar2010-07-281-0/+3
* Fix format-specifier warningDouglas Gregor2010-07-261-1/+1
* MC: Fix whitespace error from last commit.Michael J. Spencer2010-07-261-1/+1
* MC: Add WinCOFFObjectWriter implementation.Michael J. Spencer2010-07-261-14/+674
* 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