Fix UMR in llvm-nm on IR object files in printDarwinSymbol
[oota-llvm.git] / tools /
2015-11-19 Reid KlecknerFix UMR in llvm-nm on IR object files in printDarwinSymbol
2015-11-18 Nathan Slingerland[llvm-profdata] Use SmallSet rather that std::set for...
2015-11-18 David MajnemerFix LLD testsuite fallout from r253429
2015-11-18 David Majnemer[llvm-objdump] Use the COFF export table for additional...
2015-11-18 Nathan Slingerland[llvm-profdata] Fix unhandled enumeration values warning
2015-11-18 David BlaikieGeneralize ownership/passing semantics to allow dsymuti...
2015-11-17 Nathan Slingerland[llvm-profdata] Show hint for other mismatch errors...
2015-11-17 Nathan Slingerland[llvm-profdata] Improve error messaging when merging...
2015-11-17 Mike Aizatskyadding sancov to Makefile directory list.
2015-11-17 Yunzhong GaoSwitch lto codegen to using diagnostic handlers.
2015-11-17 Davide Italiano[llvm-rtdyld] Don't waste cycles invalidating instructi...
2015-11-15 Teresa JohnsonUse a different block id for block of metadata kind...
2015-11-14 Davide Italiano[llvm-ar] Use failIfError/fail helpers.
2015-11-14 Davide Italiano[llvm-ar] Use fail() helper to reduce duplication.
2015-11-14 Davide Italiano[llvm-ar] Simplify the code.
2015-11-13 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-12 Mike Aizatskysancov test suite
2015-11-12 Nathan Slingerlandreverting r252916 to investigate test failure
2015-11-12 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-12 Kuba Brecka[Object, MachO] Mark symbols from DATA and BSS sections...
2015-11-12 Amjad Abouddwarfdump: Added macro support to llvm-dwarfdump tool.
2015-11-12 David Blaikiedwarfdump: Use the right enum for the tu_index section
2015-11-12 David Blaikiedwarfdump: add command line support for dumping the...
2015-11-11 Mike AizatskyAdding qualifier for make_unique.
2015-11-11 Mike Aizatskysancov tool in c++
2015-11-11 Hemant Kulkarni[Symbolizer]: Add -pretty-print option
2015-11-11 Yunzhong GaoAdd a libLTO diagnostic handler that supports lto_get_e...
2015-11-11 David BlaikieFormat my previous commit
2015-11-11 David Blaikiedwarfdump: First piece of support for DWP dumping
2015-11-11 Colin LeMahieuReverting r252760
2015-11-11 NAKAMURA Takumillvm-config.cpp: Prune an obsolete \param. [-Wdocumenta...
2015-11-11 Hemant Kulkarni[Symbolizer]: Add -pretty-print option
2015-11-10 Chris Bieneman[CMake] Autoconf builds libLTO with -fPIC, CMake should...
2015-11-10 Adrian Prantldsymutil: Prune module forward decl DIEs if a uniquable...
2015-11-10 Yunzhong Gaollvm-lto: trivial spelling changes to distinguish custo...
2015-11-10 Richard DiamondFix mingw targets. Bandaid for r252532's buildbot brakage.
2015-11-10 Kevin EnderbyFix llvm-nm(1) printing of llvm-bitcode files for ...
2015-11-09 David BlaikieSimplify some APIs I was cleaning up while fixing ...
2015-11-09 Reid KlecknerFix -Wpessimizing-move warning in llvm-config.cpp
2015-11-09 Richard DiamondFix `llvm-config` to adapt to the install environment.
2015-11-08 David MajnemerMake bugpoint ehpad/token friendly
2015-11-07 Duncan P. N. Exon... ADT: Remove last implicit ilist iterator conversions...
2015-11-06 Keno FischerFix bugpoint breakage on libcxx introduced by r252247
2015-11-06 Keno Fischer[bugpoint] Add a named metadata (+their operands) reducer
2015-11-05 Kevin EnderbyReapply r250906 with many suggested updates from Rafael...
2015-11-04 Chris Bieneman[CMake] Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR...
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-11-04 Tom Stellardllvm-config: Add --has-rtti option
2015-11-04 Michael Kuperstein[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
2015-11-04 Alexey Samsonov[LLVMSymbolize] Properly propagate object parsing error...
2015-11-03 Alexey Samsonov[LLVMSymbolize] Factor out the logic for printing struc...
2015-11-03 Rui Ueyamallmv-pdbdump: Make BuiltinDumper shorter. NFC.
2015-11-03 Rafael EspindolaRevert "Revert "[Orc] Directly emit machine code for...
2015-11-03 Rafael EspindolaRevert "[Orc] Directly emit machine code for the x86...
2015-11-03 Lang Hames[Orc] Directly emit machine code for the x86 resolver...
2015-11-03 Teresa JohnsonPass enum instead of bool to new linkInModule call...
2015-11-03 Rafael EspindolaDon't implicitly construct a Archive::child_iterator.
2015-11-03 Rui Ueyamallvm-pdbdump: Simplify. NFC.
2015-11-03 Teresa JohnsonRestore "Support for ThinLTO function importing and...
2015-11-02 Kevin EnderbyAllow llvm-nm’s single letter command line flags to...
2015-11-02 Teresa JohnsonRevert "Support for ThinLTO function importing and...
2015-11-02 Teresa JohnsonSupport for ThinLTO function importing and symbol linking.
2015-11-02 Tim NorthoverMachO: support tvOS and watchOS version min commands...
2015-11-02 Teresa JohnsonClang format a few prior patches (NFC)
2015-11-02 Rafael EspindolaThis doesn't need a object::Archive::child_iterator.
2015-11-02 Xinliang David Li[PGO] Value profiling (index format) code cleanup and...
2015-11-01 Rafael EspindolaMake a few definitions static. NFC.
2015-11-01 Rafael EspindolaUse Child instead of child_iterator in the archive...
2015-10-31 Rafael EspindolaThis can take a const reference. NFC.
2015-10-31 Rafael EspindolaSimplify handling of archive Symbol tables.
2015-10-30 Kevin EnderbyImplemented the code to make llvm-nm’s -g option work.
2015-10-30 Alexey SamsonovLet the users of LLVMSymbolizer decide whether they...
2015-10-28 Tim NorthoverARM: support .watchos_version_min and .tvos_version_min.
2015-10-27 Ed SchoutenPrefer ranlib mode over ar mode.
2015-10-27 Chris Bieneman[CMake] Get rid of LLVM_DYLIB_EXPORT_ALL, and make...
2015-10-26 Mehdi AminiAdd an (optional) identification block in the bitcode
2015-10-26 Alexey SamsonovMove parts of llvm-symbolizer tool into LLVMSymbolize...
2015-10-24 Rafael EspindolaSimplify boolean conditional return statements in tools...
2015-10-24 Rafael EspindolaSimplify boolean expressions in tools/llvm-objdump.
2015-10-23 Rafael EspindolaAdd a RAW mode to StringTableBuilder.
2015-10-23 Oleg RanevskyyTest commit: fix typo in comment.
2015-10-23 Davide Italiano[llvm-readobj] Don't cast qualifiers away. Now gcc...
2015-10-21 Davide Italiano[JIT] Towards a working small memory model.
2015-10-21 Kevin EnderbyBacking out commit r250906 as it broke lld.
2015-10-21 Kevin EnderbyThis removes the eating of the error in Archive::Child...
2015-10-21 Vedant Kumar[llvm-cov] Adjust column widths for function and file...
2015-10-21 Mehdi AminiRevert "Add missing #include, found by modules build."
2015-10-20 Duncan P. N. Exon... bugpoint: Remove implicit ilist iterator conversions...
2015-10-20 Duncan P. N. Exon... llvm-diff: Remove implicit ilist iterator conversions...
2015-10-20 Manuel KlimekMake class final to pacify -Wnon-virtual-dtor.
2015-10-19 Teresa JohnsonPass FunctionInfoIndex by reference to WriteFunctionSum...
2015-10-19 Lang Hames[Orc] Add support for emitting indirect stubs directly...
2015-10-19 Teresa JohnsonConvert gold-plugin unnecessary unique_ptr into local...
2015-10-19 Teresa JohnsonFix required library for r250699 to BitWriter instead...
2015-10-19 Teresa Johnsonllvm-lto support for generating combined function indexes
2015-10-18 Craig TopperMake a bunch of static arrays const.
2015-10-17 Matthias BraunStreamWriter: List basic types instead of derived ones...
2015-10-16 Reid KlecknerSpeculative fix for GCC build
2015-10-16 Reid Kleckner[llvm-symbolizer] Use the export table if no symbols...
2015-10-16 Davide Italiano[llvm-readobj] Teach ELFDumper about symbol versioning.
next