Divide the primitive size in bits by eight so the initial load's alignment is in
[oota-llvm.git] / tools /
2015-08-05 Nick LewyckyReplace &vector[0] with vector.data() to avoid invalid...
2015-08-05 David Blaikie-Wdeprecated clean by making LogBuilder move constructi...
2015-08-05 Richard DiamondRevert "Fix `llvm-config` to emit the linker flag for...
2015-08-05 Frederic Riss[dsymutil] Implement support for handling mach-o univer...
2015-08-05 Frederic Riss[dsymutil] Introduce exit helper. NFC.
2015-08-05 Frederic Riss[dsymutil] Split some logic into a helper function...
2015-08-05 Davide Italiano[llvm-objdump] Call exit(1) on error, i.e. fail early.
2015-08-03 Davide Italiano[llvm-objdump] Range-loopify. NFC intended.
2015-08-03 Frederic Riss[dwarfdump] Add support for dumping mach-o universal...
2015-08-03 Frederic Riss[dwarfdump] Move dumping to a helper function NFC
2015-08-02 Duncan P. N. Exon... DwarfLinker: Use DIEValueList instead of DIE, NFC
2015-08-01 Simon Atanasyan[Mips] Support DT_MIPS_RLD_MAP_REL dynamic section...
2015-07-31 Frederic Riss[dsymutil] Support multiple input files on the command...
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-30 Mehdi AminiFix lli with OrcLazyJIT: the default DataLayout was...
2015-07-30 David Majnemer[COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristics
2015-07-29 Frederic Riss[dsymutil] Re-add command line option -v this time...
2015-07-29 Frederic Riss[dsymutil] Use option categories.
2015-07-29 Frederic Riss[dsymutil] Rename -v option to -verbose
2015-07-29 Colin LeMahieu[llvm-objdump] Inverting logic to match the word "predi...
2015-07-29 Colin LeMahieu[llvm-objdump] Merging MachO DumpSections in to FilterS...
2015-07-29 Colin LeMahieu[llvm-objdump] Added -j flag to filter sections that...
2015-07-28 Lang Hames[RuntimeDyld] Remove a memory-leak that was introduced...
2015-07-28 Lang Hames[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAd...
2015-07-27 JF BastienFix `llvm-config` to emit the linker flag for the combi...
2015-07-26 Tobias Grosserbugpoint: make the number of trim iterations a compile...
2015-07-26 Davide Italiano[llvm-dwarfump] Don't rely on global state, part 3.
2015-07-24 Chandler CarruthUpdate for r243115 which changed the DataLayout API...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Frederic Riss[dsymutil] Implement support for universal mach-o objec...
2015-07-24 Frederic Riss[dsymutil] Make the triple detection more strict.
2015-07-24 Frederic Riss[dsymutil] Refactor BinaryHolder internals. NFC
2015-07-24 Mehdi AminiRevert "Remove access to the DataLayout in the TargetMa...
2015-07-24 Davide Italiano[llvm-reaobj] Display COFF-specific sections/tables...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-23 Colin LeMahieu[llvm-objdump] Add -D and --disassemble-all flags that...
2015-07-23 Rafael EspindolaUse helper function. NFC.
2015-07-23 Rafael EspindolaAdd a version of getSymbol with an explicit symbol...
2015-07-23 Rafael EspindolaSupport printing relocations in files with no section...
2015-07-23 Rafael EspindolaUse typdef to simplify the code. NFC.
2015-07-22 Frederic Riss[dsymutil] Check archive members timestamps.
2015-07-22 Rafael EspindolaDelete ELFEntityIterator. NFC.
2015-07-22 Benjamin Kramer[dsymutil] Remove extra semicolon. NFC.
2015-07-21 Frederic Riss[dsymutil] Implement ODR uniquing for C++ code.
2015-07-21 Rafael EspindolaDon't iterate over the program headers in the construct...
2015-07-21 Rafael EspindolaMake printValue a member function.
2015-07-21 Rafael EspindolaRemove always null argument.
2015-07-21 Rafael EspindolaRemove getStaticSymbolName.
2015-07-21 Rafael EspindolaRemove always false parameter.
2015-07-21 Rafael EspindolaUse range loop. NFC.
2015-07-21 Rafael EspindolaReplace the last uses of ELF::getSymbolName in llvm...
2015-07-21 Rafael EspindolaUse helper function. NFC.
2015-07-21 Rafael Espindolallvm-readobj: use the associated string table to print...
2015-07-21 Chris Bieneman[CMake] Projects supported via LLVM_EXTERNAL_*_SOURCE_D...
2015-07-21 Rafael EspindolaSimplify printing the soname. NFC.
2015-07-21 Rafael EspindolaAdd missing c++ marker to .h file.
2015-07-20 Rafael EspindolaRemove duplicated code.
2015-07-20 Rafael EspindolaSimplify now that we can iterate backwards. NFC.
2015-07-20 Chris Bieneman[CMake] Cleanup tools/CMakeLists.txt to take advantage...
2015-07-20 Rafael EspindolaRemove Elf_Rela_Iter and Elf_Rel_Iter.
2015-07-20 Rafael EspindolaSimplify iterating over program headers and detect...
2015-07-20 Rafael Espindolallvm-readobj: Handle invalid references to the string...
2015-07-20 Rafael Espindolallvm-readobj: call exit(1) on error.
2015-07-20 Rafael EspindolaRefactor duplicated code. NFC.
2015-07-17 Davide Italiano[llvm-cxxdump] Don't rely on global state
2015-07-16 Rafael EspindolaDelete an unused function.
2015-07-15 Rafael EspindolaFor new archive member we only need to store the full...
2015-07-15 Rafael EspindolaSimplify a few uses of remove_filename by using parent_...
2015-07-15 Rafael EspindolaHandle the error of trying to convert a regular archive...
2015-07-15 Rafael EspindolaInitial support for writing thin archives.
2015-07-14 Rafael EspindolaAdd support for reading members out of thin archives.
2015-07-14 Rafael Espindolallvm-ar: Don't try to extract from thin archives.
2015-07-14 Rafael Espindolallvm-ar: print an error when the requested member is...
2015-07-14 Rafael EspindolaUse a range loop. NFC.
2015-07-14 JF BastienRevert "Fix `llvm-config` to emit the linker flag for...
2015-07-13 Rafael EspindolaUse std::make_tuple to reduce code duplication.
2015-07-13 Rafael EspindolaAdd support deterministic output in llvm-ar and make...
2015-07-13 Chris BienemanRevert "[CMake] Cleanup tools/CMakeLists.txt to take...
2015-07-13 Chris Bieneman[CMake] Cleanup tools/CMakeLists.txt to take advantage...
2015-07-13 Keno Fischer[CMake] Add missing DebugInfo libraries to llvm-shlib
2015-07-13 Pawel Bylica[llvm-stress] Remove unneeded llvm:: prefix. NFC.
2015-07-10 JF BastienFix `llvm-config` to emit the linker flag for the combi...
2015-07-10 Pawel Bylica[llvm-stress] Enhance scalar type selection from comman...
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 Daniel JasperAdd missing 'const'. I don't think this is strictly...
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-07-09 Michael J. Spencer[Object][ELF] Support dumping hash-tables from files...
2015-07-09 Reid KlecknerExpose sjlj preparation through opt for my own debuggin...
2015-07-09 Rafael EspindolaCreate BSD archives by default on OS X.
2015-07-09 Simon Atanasyan[llvm-readobj] Print MIPS PLT table
2015-07-09 Simon Atanasyan[yaml2obj] Initialize sh_addralign field for the .symta...
2015-07-09 David Majnemer[llvm-readobj] Re-add sanity checking which was acciden...
2015-07-09 David Majnemer[llvm-objdump] Require that jump targets shown in ...
2015-07-09 Justin Bognerllvm-readobj: Fix an unused variable after r241764
2015-07-09 Adrian PrantlTemporarily reverting 241765, 241768, and 241772 to...
2015-07-09 Michael J. Spencer[Object][ELF] Support dumping hash-tables from files...
2015-07-09 David Majnemer[CodeView] Add support for emitting column information
2015-07-08 Rafael EspindolaDisallow Archive::child_iterator that don't point to...
2015-07-08 Rafael EspindolaStart adding support for writing archives in BSD format.
2015-07-08 Simon Atanasyan[yaml2obj] Align section content using AddressAlign...
next