| Commit message (Expand) | Author | Age | Files | Lines |
| * | MC/ELF: Allow null values in virtual sections, ELF doesn't use special | Daniel Dunbar | 2010-08-18 | 1 | -1/+16 |
| * | Remove dead code. Fixes a GCC warning. | Benjamin Kramer | 2010-08-17 | 1 | -4/+1 |
| * | Sketch i386 relocations handling, from Roman Divacky. | Benjamin Kramer | 2010-08-17 | 1 | -24/+45 |
| * | Use the correct entry size for relocation entries, from Roman Divacky. | Benjamin Kramer | 2010-08-17 | 1 | -2/+6 |
| * | Differentiate between RELA and REL relocations, from Roman Divacky. | Benjamin Kramer | 2010-08-17 | 1 | -6/+8 |
| * | One baby step towards i386 ELF, from Roman Divacky. | Benjamin Kramer | 2010-08-17 | 1 | -2/+3 |
| * | Try to silence a overeager GCC warning. | Benjamin Kramer | 2010-08-17 | 1 | -0/+2 |
| * | A round of minor cleanups for ELFObjectWriter. | Benjamin Kramer | 2010-08-17 | 1 | -29/+12 |
| * | Silence warnings and simplify code. Eliminate a 32/64 bit portability issue. | Benjamin Kramer | 2010-08-16 | 1 | -4/+3 |
| * | Fixes for generation of ELF relocations. Patch by Roman Divacky. | Eli Friedman | 2010-08-16 | 1 | -6/+18 |
| * | Fix a few warnings in and detabify MCELFStreamer and ELFObjectWriter. | Eli Friedman | 2010-08-16 | 2 | -17/+18 |
| * | Add ELF ObjectWriter and Streamer support. | Matt Fleming | 2010-08-16 | 2 | -0/+1433 |
| * | Add ELF ObjectWriter and Streamer support. | Matt Fleming | 2010-08-16 | 2 | -2/+4 |
| * | Layout helper function. | Matt Fleming | 2010-08-16 | 1 | -0/+34 |
| * | Record a symbol's size which is needed for ELF symbol tables. | Matt Fleming | 2010-08-16 | 1 | -1/+2 |
| * | silence a vc2010 warning: " result of 32-bit shift implicitly converted to | Chris Lattner | 2010-08-16 | 1 | -1/+1 |
| * | MC/AsmParser: Push the burdon of emitting diagnostics about unmatched | Daniel Dunbar | 2010-08-12 | 1 | -8/+2 |
| * | llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen... | Daniel Dunbar | 2010-08-11 | 2 | -1/+16 |
| * | MCAsmParser: Add dump() hook to MCParsedAsmOperand. | Daniel Dunbar | 2010-08-11 | 1 | -4/+0 |
| * | MC/AsmParser: Fix a bug in macro argument parsing, which was dropping | Daniel Dunbar | 2010-08-10 | 1 | -5/+7 |
| * | Revert "MC/MachO: Fix possible null pointer dereference." | Michael J. Spencer | 2010-08-10 | 1 | -1/+1 |
| * | Next bit of support for the dwarf .file directive. This patch takes the | Kevin Enderby | 2010-08-09 | 2 | -1/+161 |
| * | MC/MachO: Fix possible null pointer dereference. | Michael J. Spencer | 2010-08-09 | 1 | -1/+1 |
| * | MC: Fix symbol fragment offsets in COFF. | Michael J. Spencer | 2010-08-03 | 1 | -1/+2 |
| * | Revert "MC: Fix symbol fragment offsets in COFF." | Michael J. Spencer | 2010-08-03 | 1 | -2/+1 |
| * | MC: Add time travel support to COFF. | Michael J. Spencer | 2010-08-03 | 1 | -0/+4 |
| * | MC: Fix symbol fragment offsets in COFF. | Michael J. Spencer | 2010-08-03 | 1 | -1/+2 |
| * | Silence some -Asserts uninitialized variable warnings. | Daniel Dunbar | 2010-07-31 | 1 | -0/+1 |
| * | Add relax all support to the COFF object streamer. | Michael J. Spencer | 2010-07-31 | 1 | -2/+5 |
| * | MC: Initialize MCFragment::Offset, noticed by Cameron Esfahani. | Daniel Dunbar | 2010-07-30 | 1 | -1/+2 |
| * | Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi... | Benjamin Kramer | 2010-07-29 | 2 | -1/+5 |
| * | Stop leaking std::strings in GetDwarfFile. | Benjamin Kramer | 2010-07-29 | 1 | -8/+8 |
| * | COFFObjectWriter: Don't leak COFFSymbols and COFFSections. | Benjamin Kramer | 2010-07-29 | 1 | -0/+8 |
| * | MC: Destroy Macro instances. | Daniel Dunbar | 2010-07-29 | 1 | -0/+7 |
| * | Added first bit of support for the dwarf .file directive. This patch collects | Kevin Enderby | 2010-07-28 | 4 | -1/+99 |
| * | MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh). | Daniel Dunbar | 2010-07-28 | 1 | -0/+3 |
| * | Fix format-specifier warning | Douglas Gregor | 2010-07-26 | 1 | -1/+1 |
| * | MC: Fix whitespace error from last commit. | Michael J. Spencer | 2010-07-26 | 1 | -1/+1 |
| * | MC: Add WinCOFFObjectWriter implementation. | Michael J. Spencer | 2010-07-26 | 1 | -14/+674 |
| * | Initial modifications to MCAssembler and TargetMachine for the MCJIT. | Reid Kleckner | 2010-07-22 | 1 | -4/+10 |
| * | Add some more handlers for ELF section directives. | Matt Fleming | 2010-07-20 | 1 | -0/+54 |
| * | Let's get those buildbots green: #include is needed in the header, not just t... | Owen Anderson | 2010-07-20 | 2 | -1/+1 |
| * | apparently also missing an include. | Chris Lattner | 2010-07-20 | 1 | -0/+1 |
| * | this is in System | Chris Lattner | 2010-07-20 | 1 | -1/+1 |
| * | turn this into a normal header. | Chris Lattner | 2010-07-20 | 1 | -8/+11 |
| * | hopefully heal the linux builders | Chris Lattner | 2010-07-20 | 1 | -0/+1 |
| * | there is no reason to dynamically generate a static header. | Chris Lattner | 2010-07-20 | 4 | -16/+71 |
| * | drop edinfo.inc into the objdir for src!=objdir builds. | Chris Lattner | 2010-07-20 | 1 | -2/+2 |
| * | Update header. | Eric Christopher | 2010-07-20 | 1 | -1/+1 |
| * | hopefully teach cmake to build the .inc file. | Chris Lattner | 2010-07-20 | 1 | -0/+9 |