[Orc] Directly emit machine code for the x86 resolver block and trampolines.
[oota-llvm.git] / tools /
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...
2015-10-05 Alexandros LamprineasAdded missing test for [ARM] AttributeParser. Check...
2015-10-04 Teresa JohnsonSupport for function summary index bitcode sections...
2015-10-03 Davide Italiano[llvm-size] Fix time to check if time of use bug.
2015-10-02 Kostya Serebryany[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer...
2015-10-02 Chris Bieneman[CMake] We need to explicitly add llvm-config before...
2015-10-02 Adrian Prantldsymutil: Also ignore the ByteSize when building the...
2015-10-01 Davide Italiano[PATCH] D13360: [llvm-objdump] Teach -d about AArch64...
2015-10-01 Rafael EspindolaFix printing of 64 bit values and make test more strict.
2015-10-01 Davide Italiano[llvm-objdump] Fix time of check to time of use bug.
2015-09-29 Justin BognerInstrProf: Support for value profiling in the indexed...
2015-09-29 Zachary Turner[llvm-pdbdump] Add include-only filters.
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in exampl...
2015-09-26 Daniel Sanders[llvm-mc-fuzzer] Fix -jobs option.
2015-09-24 Adrian Prantldsymutil: Fix the condition to distinguish module impor...
next