[Orc] Lambda needs to capture 'this'.
[oota-llvm.git] / tools /
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...
2015-09-24 Benjamin Kramer[objdump] Make iterator operator* return a reference.
2015-09-23 Adrian Prantldsymutil: Don't prune forward declarations inside a...
2015-09-23 Adrian Prantldsymutil: Resolve forward decls for types defined in...
2015-09-23 Adrian Prantldsymutil: print a warning when there is a module hash...
2015-09-23 Benjamin Kramer[dsymutil] Plug a memory leak.
2015-09-23 NAKAMURA Takumidsymutil: Fix a comment. [-Wdocumentation]
2015-09-22 Adrian Prantldsymutil: Follow references to clang modules and recurs...
2015-09-22 Adrian Prantldsymutil: Make -oso-prepend-path available to DwarfLinker.
2015-09-22 Adrian Prantldsymutil: Make resolveDIEReference and getUnitForOffset...
2015-09-22 Adrian Prantldsymutil: Make DwarfLinker::reportWarning() public...
2015-09-22 Davide ItalianoRemove macho-dump. Its functionality is now covered...
2015-09-22 Adrian PrantlFix a typo.
2015-09-22 Daniel Sanders[llvm-mc-fuzzer] Support untested instruction discovery...
2015-09-22 Davide Italiano[llvm-readobj/MachO] Ensure we always have valid CmdNam...
2015-09-21 Rafael EspindolaAvoid SEGFAULT if a requested symbol section is absent.
2015-09-21 Craig TopperUse makeArrayRef or None to avoid unnecessarily mention...
2015-09-19 Davide Italiano[obj2yaml] Fix "time of check to time of use" bug....
2015-09-17 Davide Italiano[llvm-readobj] Fix another "time of check to time of...
2015-09-17 Teresa JohnsonRestore "Function bitcode index in Value Symbol Table...
2015-09-17 Teresa JohnsonRevert "Function bitcode index in Value Symbol Table...
2015-09-17 Teresa JohnsonFunction bitcode index in Value Symbol Table and lazy...
2015-09-17 Diego NovilloCheck for errors after reading a sample profile in...
2015-09-16 Teresa JohnsonDisable the second verification run when performing...
2015-09-16 Daniel Sandersllvm-mc-fuzzer: A fuzzing tool for the MC layer.
2015-09-15 Davide Italiano[llvm-cxxdump] Remove duplicate code check.
2015-09-15 Duncan P. N. Exon... Reapply "LTO: Disable extra verify runs in release...
2015-09-15 Duncan P. N. Exon... Revert "LTO: Disable extra verify runs in release builds"
2015-09-15 Duncan P. N. Exon... LTO: Disable extra verify runs in release builds
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-14 Adrian Prantldsymutil: Remove the now obsolete RelocMgr argument...
2015-09-14 Vedant Kumar[llvm-cov] Disable name and path truncation
2015-09-14 Chris Bieneman[CMake] Refactor and cleanup generating and installing...
2015-09-14 Chris Bieneman[CMake] Add llvm-ar subdirectory explicitly.
2015-09-14 Davide Italiano[llvm-mc] Better error handling in ENOENT case + test.
next