| Commit message (Expand) | Author | Age | Files | Lines |
* | Factoring and potential bug fix. The elf "flags" cannot be used as masks. | Rafael Espindola | 2010-09-13 | 1 | -14/+37 |
* | Add support for leb128 of absolute expressions. | Rafael Espindola | 2010-09-11 | 2 | -23/+49 |
* | fix the asmparser so that the target is responsible for skipping to | Chris Lattner | 2010-09-11 | 1 | -1/+3 |
* | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 2010-09-10 | 1 | -1/+2 |
* | llvm-mc: Don't crash when using -n and we see a directive before the initial ... | Daniel Dunbar | 2010-09-09 | 1 | -0/+30 |
* | llvm-mc: Make sure we exit != 0 if any errors are encountered. | Daniel Dunbar | 2010-09-09 | 1 | -8/+10 |
* | MCELF: Write relocation fragments in the right endian. | Benjamin Kramer | 2010-09-09 | 1 | -5/+26 |
* | Make ELF OS ABI dependent on the OS from target triple. | Roman Divacky | 2010-09-09 | 1 | -4/+13 |
* | MC: Give a (lame) hard error if a .org directive would create an unreasonably | Daniel Dunbar | 2010-09-09 | 1 | -1/+1 |
* | ELF_STB_Local is 0 so setting and checking it must be done specially | Roman Divacky | 2010-09-08 | 2 | -3/+5 |
* | Unresolved weak symbols have value equal zero. | Roman Divacky | 2010-09-08 | 1 | -1/+1 |
* | change the MC "ParseInstruction" interface to make it the | Chris Lattner | 2010-09-08 | 1 | -7/+0 |
* | MCELF: Align symtab, relocation sections and section headers properly. Patch ... | Benjamin Kramer | 2010-09-06 | 1 | -12/+24 |
* | Get rid of "passing signed into unsigned parameter" warning on PPC. | Bill Wendling | 2010-09-03 | 1 | -1/+1 |
* | Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky. | Benjamin Kramer | 2010-09-02 | 5 | -1/+15 |
* | Allow MCSA_WeakRef in ELF. Patch by Roman Divacky. | Benjamin Kramer | 2010-09-02 | 1 | -1/+1 |
* | Fix .debug_range for linux. Patch by Krister Wombell. | Devang Patel | 2010-09-02 | 2 | -0/+2 |
* | Use absolute label for DW_AT_stmt_list if a target does not prefer offset here. | Devang Patel | 2010-08-31 | 2 | -0/+3 |
* | This is the second of three patches to implement support for the .loc directive | Kevin Enderby | 2010-08-31 | 2 | -1/+57 |
* | Allow creation of SHT_NULL sections, from Roman Divacky. | Benjamin Kramer | 2010-08-31 | 1 | -0/+1 |
* | MCELF: The value of all common symbols is the offset from the start of the se... | Benjamin Kramer | 2010-08-30 | 1 | -3/+5 |
* | The value is offset from the start of the section for non-common symbols, sub... | Benjamin Kramer | 2010-08-30 | 1 | -0/+2 |
* | Index external symbols by symbol table instead of parent section, by Roman Di... | Benjamin Kramer | 2010-08-30 | 1 | -1/+1 |
* | Mark all common symbols external. This is not exactly correct but it lets apps | Benjamin Kramer | 2010-08-30 | 1 | -2/+3 |
* | squish dead code. | Chris Lattner | 2010-08-28 | 1 | -9/+8 |
* | MCELF: Port EmitInstruction changes from MachO streamer. Patch by Roman Divacky. | Benjamin Kramer | 2010-08-27 | 1 | -41/+46 |
* | MCELF: Always overwrite FixedValue. | Benjamin Kramer | 2010-08-27 | 1 | -2/+3 |
* | MCELF: Fix a thinko of mine. | Benjamin Kramer | 2010-08-26 | 1 | -1/+3 |
* | MCELF: Compensate for the addend on i386. Patch by Roman Divacky, with some c... | Benjamin Kramer | 2010-08-26 | 1 | -14/+7 |
* | MCELF: Use precomputed symbol indices, patch by Roman Divacky. | Benjamin Kramer | 2010-08-25 | 1 | -11/+7 |
* | MC: Fix inconsistant naming in COFF object writer. Patch by Cameron Esfahani. | Michael J. Spencer | 2010-08-25 | 1 | -3/+4 |
* | Change the parsing of .loc back to allow the LineNumber field to be optional as | Kevin Enderby | 2010-08-24 | 1 | -7/+8 |
* | Fix COFF x86-64 relocations. PR7960. | Michael J. Spencer | 2010-08-24 | 1 | -42/+45 |
* | First bit of support for the dwarf .loc directive. This patch updates the | Kevin Enderby | 2010-08-24 | 2 | -19/+97 |
* | MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to support | Daniel Dunbar | 2010-08-24 | 1 | -5/+9 |
* | MC/Parser: Accept leading dollar signs in identifiers. | Daniel Dunbar | 2010-08-24 | 1 | -0/+24 |
* | Relocate against parent if the symbol is not in section or it's a common symb... | Benjamin Kramer | 2010-08-24 | 1 | -1/+2 |
* | fix rdar://7997827 - Accept and ignore LL and ULL suffixes on integer literals. | Chris Lattner | 2010-08-24 | 1 | -2/+26 |
* | Fix thinko. Having no tests is great ... | Benjamin Kramer | 2010-08-23 | 1 | -4/+4 |
* | Reduce code duplication. | Benjamin Kramer | 2010-08-23 | 1 | -26/+10 |
* | ELFObjectWriter: Run ComputeSymbolTable before recording relocations. This wa... | Benjamin Kramer | 2010-08-23 | 1 | -85/+21 |
* | Add the symbol offset to the relocation value when we relocate against sectio... | Benjamin Kramer | 2010-08-23 | 1 | -2/+3 |
* | Use the proper relocation section + cleanup, from Roman Divacky. | Benjamin Kramer | 2010-08-23 | 1 | -3/+5 |
* | Revert part of my last commit. the mingw32 build bot doesn't seem to like it. | Michael J. Spencer | 2010-08-23 | 1 | -1/+0 |
* | Workaround broken jump tables on x86-64 COFF. | Michael J. Spencer | 2010-08-23 | 1 | -0/+1 |
* | MC: Add partial x86-64 support to COFF. | Michael J. Spencer | 2010-08-21 | 1 | -17/+43 |
* | MCELF: Count the section orders properly. Patch by Roman Divacky. | Benjamin Kramer | 2010-08-19 | 1 | -7/+7 |
* | 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 |