aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* One baby step towards i386 ELF, from Roman Divacky.Benjamin Kramer2010-08-171-2/+3
* Try to silence a overeager GCC warning.Benjamin Kramer2010-08-171-0/+2
* A round of minor cleanups for ELFObjectWriter.Benjamin Kramer2010-08-171-29/+12
* Silence warnings and simplify code. Eliminate a 32/64 bit portability issue.Benjamin Kramer2010-08-161-4/+3
* Fixes for generation of ELF relocations. Patch by Roman Divacky.Eli Friedman2010-08-161-6/+18
* Fix a few warnings in and detabify MCELFStreamer and ELFObjectWriter.Eli Friedman2010-08-162-17/+18
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-162-0/+1433
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-162-2/+4
* Layout helper function.Matt Fleming2010-08-161-0/+34
* Record a symbol's size which is needed for ELF symbol tables.Matt Fleming2010-08-161-1/+2
* silence a vc2010 warning: " result of 32-bit shift implicitly converted toChris Lattner2010-08-161-1/+1
* MC/AsmParser: Push the burdon of emitting diagnostics about unmatchedDaniel Dunbar2010-08-121-8/+2
* llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...Daniel Dunbar2010-08-112-1/+16
* MCAsmParser: Add dump() hook to MCParsedAsmOperand.Daniel Dunbar2010-08-111-4/+0
* MC/AsmParser: Fix a bug in macro argument parsing, which was droppingDaniel Dunbar2010-08-101-5/+7
* Revert "MC/MachO: Fix possible null pointer dereference."Michael J. Spencer2010-08-101-1/+1
* Next bit of support for the dwarf .file directive. This patch takes theKevin Enderby2010-08-092-1/+161
* MC/MachO: Fix possible null pointer dereference.Michael J. Spencer2010-08-091-1/+1
* 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