[CMake] Forgot to quote the first part of STREQUAL.
[oota-llvm.git] / tools /
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...
2015-07-08 NAKAMURA TakumiRevert r241621, "[CMake] Cleanup tools/CMakeLists.txt...
2015-07-08 Adrian Prantlllvm-objdump: Replace the -macho -raw option with a...
2015-07-07 David Majnemer[llvm-objdump] Print the call target next to the instru...
2015-07-07 Chris Bieneman[CMake] Cleanup tools/CMakeLists.txt to take advantage...
2015-07-07 Rafael EspindolaFix the -DBUILD_SHARED_LIBS=ON build.
2015-07-07 Rafael EspindolaDelete UnknownAddress. It is a perfectly valid symbol...
2015-07-07 Rafael EspindolaCommon symbols don't have a value.
2015-07-06 Rafael Espindolallvm-nm: treat weak undefined as undefined.
2015-07-06 Rafael EspindolaSwap operands instead of using !.
2015-07-06 Rafael EspindolaWhen sorting by address, undefined symbols go first.
2015-07-06 Rafael EspindolaReduce code duplication. NFC.
2015-07-06 Rafael EspindolaFix printing of common symbols.
2015-07-06 Alex Lorenzllc: Add a 'run-pass' option.
2015-07-06 Rafael EspindolaSimplify. NFC.
2015-07-06 Rafael EspindolaSimplify. NFC.
2015-07-06 Rafael EspindolaCheck that COFF .obj files have sections with zero...
2015-07-04 Lang Hames[RuntimeDyld] Skip relocations for external symbols...
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-07-03 Rafael EspindolaFix build with -DLLVM_USE_INTEL_JITEVENTS=ON -DLLVM_USE...
2015-07-03 Rafael EspindolaReturn ErrorOr from getSymbolAddress.
2015-07-03 Rafael EspindolaReplace a few more MachO only uses of getSymbolAddress.
2015-07-03 Rafael EspindolaUse getValue instead of getAddress in a few MachO only...
2015-07-03 Rafael EspindolaThis reverts commit r241350 and r241352.
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-07-02 Leny Kholodov[Support] Lazy load of dbghlp.dll on Windows
2015-07-02 Rafael EspindolaExpose getRel and getRela to reduce code duplication.
2015-07-01 Rafael EspindolaReturn ErrorOr from getSection.
2015-06-30 Rafael EspindolaRemove Elf_Shdr_Iter. Diagnose files with invalid secti...
2015-06-30 Rafael EspindolaUse range loops. NFC.
2015-06-30 Rafael EspindolaUse range loop.
2015-06-30 Rafael EspindolaUse range loop.
2015-06-30 Rafael EspindolaFix the name of the iterator functions to match the...
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rafael EspindolaMove function to the only file that uses it.
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Adrian Prantlllvm-bcanalyzer: Add a field that was missed in r241016.
2015-06-29 Rafael EspindolaDon't return error_code from function that never fails.
2015-06-29 Peter Collingbournelto: Clean up C libLTO interfaces pertaining to linker...
2015-06-29 Duncan P. N. Exon... bcanalyzer: Rewrite all the METADATA_ codes
2015-06-29 Duncan P. N. Exon... bcanalyzer: Use a macro to decode bitcodes, NFC
2015-06-29 Peter CollingbourneTeach LTOModule to emit linker flags for dllexported...
2015-06-29 Rafael EspindolaConvert obj->getSymbolName to sym->getName.
2015-06-29 Rafael EspindolaFactor out the checking of string tables.
2015-06-29 Rafael EspindolaRemove Elf_Sym_Iter.
2015-06-26 Lang Hames[StackMaps] Add a lightweight parser for stackmap versi...
2015-06-26 Tom StellardAMDGPU/SI: Set ELF OS/ABI to ELFOSABI_AMDGPU_HSA
2015-06-26 Aaron BallmanSilencing spurious MSVC C4189 warnings regarding local...
2015-06-26 Rafael EspindolaRename getObjectFile to getObject for consistency.
2015-06-26 Rafael EspindolaSimplify isSymbolList64Bit. NFC.
2015-06-26 Rafael EspindolaSimplify isObject. NFC.
2015-06-26 Rafael EspindolaImplement elf_section_iterator and getELFType().
2015-06-26 Rafael EspindolaSimplify getSymbolType.
2015-06-25 Duncan P. N. Exon... AsmPrinter: Use an intrusively linked list for DIE...
2015-06-25 Duncan P. N. Exon... AsmPrinter: Convert DIE::Values to a linked list
2015-06-25 Alexey SamsonovMake llvm-dwarfdump exit with non-zero exit code if...
2015-06-25 Rafael EspindolaAdd an ELFSymbolRef type.
2015-06-25 Michael J. Spencer[Object][ELF] Add support for dumping dynamic relocatio...
2015-06-25 Duncan P. N. Exon... dsymutil: Split out patchStmtList(), NFC
2015-06-25 Rafael EspindolaWe don't need the targets to read objects.
2015-06-25 Rafael Espindolallvm-nm: print 'n' instead of '?'
2015-06-25 Rafael EspindolaUse computeSymbolSizes in llvm-symbolize.
2015-06-25 Rafael EspindolaUse range loop. NFC.
2015-06-25 Rafael EspindolaModernize getELFDynamicSymbolIterators.
2015-06-24 Matthias BraunRevert "(HEAD -> master, origin/master, origin/HEAD...
2015-06-24 Matthias Braunopt: Add option to strip or add llvm value names
2015-06-24 Rafael EspindolaMake computeSymbolSizes never fail.
2015-06-24 Rafael EspindolaDon't get confused with sections whose section number...
2015-06-24 Pawel Bylica[llvm-stress] Simple refactoring and better style....
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-23 Petar JovanovicAdd "-mcpu=" option to llvm-rtdyld
2015-06-23 Sanjoy DasRevert "[FaultMaps] Move FaultMapParser to Object/"
2015-06-23 Steven WuAdding the missing LTO API to lto.exports
2015-06-23 Rafael EspindolaDon't pass a 32 bit value to "%08" PRIx64.
next