[AArch64] Handle extract_subvector(..., 0) in ISel.
[oota-llvm.git] / tools /
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.
2015-10-15 Davide Italiano[llvm-readobj/ELF] Dump DT_VERDEF/DT_VERDEFNUM correctly.
2015-10-15 Chris Bieneman[CMake] [Darwin] Add support for generating Xcode-compa...
2015-10-15 Benjamin KramerMake windows.h less evil.
2015-10-15 Benjamin Kramer[llvm-pdbdump] Remove oddly placed parens that MSVC...
2015-10-15 David MajnemerSpeculatively unbreak Windows build
2015-10-15 David Majnemer[llvm-pdbdump] Provide a mechanism to dump the raw...
2015-10-15 Davide Italiano[bugpoint] llvm-gcc doesn't exist anymore ...
2015-10-15 Davide Italiano[JIT] TrivialMemoryManager: Fail if we can't allocate...
2015-10-14 Davide Italiano[Bugpoint] Use 'CC' instead of 'GCC' for variable naming.
2015-10-14 Davide Italiano[Bugpoint] Use clang by default.
2015-10-14 Igor Kudrin[llvm-readobj/ELF] Print GNU Hash section
2015-10-14 Chris Bieneman[CMake] Add LLVM_VERSION_PATCH to the -current_version...
2015-10-14 Richard SmithRename one of our two llvm::GCOVOptions classes to...
2015-10-13 Chris Bieneman[CMake] Add compatibility and current versioning to...
2015-10-13 Chris Bieneman[CMake] libLLVM's compatibility version should be 1.
2015-10-13 Richard SmithAdd missing #include, found by modules build.
2015-10-13 Vedant Kumar[uselistorder] Insert blank line, NFC
2015-10-12 Hemant Kulkarni[llvm-symbolizer] Add -print-address option
2015-10-12 Colin LeMahieu[llvm-symbolizer] Reverting r250067
2015-10-12 Hemant Kulkarni[llvm-symbolizer] Add -print-address option
2015-10-12 Davide Italiano[llvm-rtdyld] General modernization/cleanup in preparat...
2015-10-11 Davide Italiano[Bugpoint] Get rid of dead code. No functional change.
2015-10-10 Davide Italiano[llvm-rtdyld] Use range-based loop. NFC.
2015-10-10 Kevin EnderbyFix a bugs in the Mach-O disassembler when disassemblin...
2015-10-09 Richard SmithFix use of uninitialized bool, found by ubsan in portion of
2015-10-09 Chris Bieneman[CMake] If LLVM_DYLIB_EXPORT_ALL is On don't generate...
2015-10-09 Kevin EnderbyFixed two bugs in llvm-objdump’s printing of Objective...
2015-10-09 Frederic Riss[dsymutil] Prevent warning
2015-10-09 Reid KlecknerAddress review comments, remove error case and return...
2015-10-09 Reid Kleckner[llvm-symbolizer] Make --relative-address work with...
2015-10-08 Kevin EnderbyFix a bug in llvm-objdump’s printing of Objective-C...
2015-10-08 Frederic Riss[dsymutil] Try to find lipo first besides dsymutil...
2015-10-08 Diego NovilloRe-apply r249644: Handle inline stacks in gcov-encoded...
2015-10-08 Kevin EnderbyFix a bug in llvm-objdump’s printing of Objective-C...
2015-10-08 Teresa JohnsonSupport for llvm-bcanalyzer dumping of record array...
2015-10-07 Pete CooperStop linking all target libraries in llvm-nm and llvm...
2015-10-07 Lang Hames[Orc] Enable user supplied partitioning functors in...
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-10-06 Kevin EnderbyFix two bugs in llvm-objdump’s printing of Objective...
2015-10-05 Adrian Prantldsymutil: Don't prune forward declarations inside of...
next