aboutsummaryrefslogtreecommitdiff
path: root/lib/MC
AgeCommit message (Expand)Author
2010-08-12MC/AsmParser: Push the burdon of emitting diagnostics about unmatchedDaniel Dunbar
2010-08-11llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...Daniel Dunbar
2010-08-11MCAsmParser: Add dump() hook to MCParsedAsmOperand.Daniel Dunbar
2010-08-10MC/AsmParser: Fix a bug in macro argument parsing, which was droppingDaniel Dunbar
2010-08-10Revert "MC/MachO: Fix possible null pointer dereference."Michael J. Spencer
2010-08-09Next bit of support for the dwarf .file directive. This patch takes theKevin Enderby
2010-08-09MC/MachO: Fix possible null pointer dereference.Michael J. Spencer
2010-08-03MC: Fix symbol fragment offsets in COFF.Michael J. Spencer
2010-08-03Revert "MC: Fix symbol fragment offsets in COFF."Michael J. Spencer
2010-08-03MC: Add time travel support to COFF.Michael J. Spencer
2010-08-03MC: Fix symbol fragment offsets in COFF.Michael J. Spencer
2010-07-31Silence some -Asserts uninitialized variable warnings.Daniel Dunbar
2010-07-31Add relax all support to the COFF object streamer.Michael J. Spencer
2010-07-30MC: Initialize MCFragment::Offset, noticed by Cameron Esfahani.Daniel Dunbar
2010-07-29Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer
2010-07-29Stop leaking std::strings in GetDwarfFile.Benjamin Kramer
2010-07-29COFFObjectWriter: Don't leak COFFSymbols and COFFSections.Benjamin Kramer
2010-07-29MC: Destroy Macro instances.Daniel Dunbar
2010-07-28Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby
2010-07-28MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh).Daniel Dunbar
2010-07-26Fix format-specifier warningDouglas Gregor
2010-07-26MC: Fix whitespace error from last commit.Michael J. Spencer
2010-07-26MC: Add WinCOFFObjectWriter implementation.Michael J. Spencer
2010-07-22Initial modifications to MCAssembler and TargetMachine for the MCJIT.Reid Kleckner
2010-07-20Add some more handlers for ELF section directives.Matt Fleming
2010-07-20Let's get those buildbots green: #include is needed in the header, not just t...Owen Anderson
2010-07-20apparently also missing an include.Chris Lattner
2010-07-20this is in SystemChris Lattner
2010-07-20turn this into a normal header.Chris Lattner
2010-07-20hopefully heal the linux buildersChris Lattner
2010-07-20there is no reason to dynamically generate a static header.Chris Lattner
2010-07-20drop edinfo.inc into the objdir for src!=objdir builds.Chris Lattner
2010-07-20Update header.Eric Christopher
2010-07-20hopefully teach cmake to build the .inc file.Chris Lattner
2010-07-20cmake tooChris Lattner
2010-07-20forgot to add a fileChris Lattner
2010-07-20start straightening out libedis's dependencies and make it fitChris Lattner
2010-07-19MC/Mach-O: Silently ignore .file directives instead of error'ing out onDaniel Dunbar
2010-07-19_[A-Z] identifiers are reserved for the implementation.Michael J. Spencer
2010-07-19MC: Add WinCOFFStreamer implementation and merge common code from MachOMichael J. Spencer
2010-07-19TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attribut...Daniel Dunbar
2010-07-19Make .align parse correctly on platforms where .align is measured in bytes.Eli Friedman
2010-07-18MC/AsmParser: Stop playing unsafe member function pointer calls, this isn'tDaniel Dunbar
2010-07-18MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary tokenDaniel Dunbar
2010-07-18MC/AsmParser: Add macro argument substitution support.Daniel Dunbar
2010-07-18MC/AsmParser: Add basic support for macro instantiation.Daniel Dunbar
2010-07-18MC/AsmParser: Add basic parsing support for .macro definitions.Daniel Dunbar
2010-07-18MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don'tDaniel Dunbar
2010-07-18MC/AsmParser: Use Error() instead of calling PrintMessage() directly.Daniel Dunbar
2010-07-18MC/AsmParser: Fix TokError() to accept a Twine.Daniel Dunbar