[OCaml] [autoconf] Migrate to ocamlfind.
[oota-llvm.git] / tools /
2014-10-30 Rafael EspindolaEnable the slp vectorizer in the gold plugin.
2014-10-30 Rafael EspindolaEnable the loop vectorizer in the gold plugin.
2014-10-29 Rafael EspindolaReplace also-emit-llvm with save-temps.
2014-10-29 Kevin EnderbyRun clang-format on tools/llvm-objdump/MachODump.cpp...
2014-10-29 Michael KupersteinFix build with CMake if LLVM_USE_INTEL_JITEVENTS option...
2014-10-28 Kevin EnderbyUpdate llvm-objdump’s Mach-O symbolizer code to demangl...
2014-10-28 Rafael EspindolaRemove the PreserveSource linker mode.
2014-10-27 Rafael EspindolaMake it easier to pass a custom diagnostic handler...
2014-10-26 Arnold SchwaighoferAdd an option to the LTO code generator to disable...
2014-10-25 Rafael EspindolaRemove unused variable.
2014-10-25 Rafael EspindolaUpdate the error handling of lib/Linker.
2014-10-24 Rafael EspindolaModernize the error handling of the Materialize function.
2014-10-24 Rafael EspindolaDon't ever call materializeAllPermanently during LTO.
2014-10-23 Timur IskhodzhanovPR21189: Teach llvm-readobj to dump bits of COFF symbol...
2014-10-23 Hans WennborgMachODump.cpp: fix MSVC build
2014-10-23 Kevin EnderbyChange the name of the field BindTable to bindtable...
2014-10-23 Rafael EspindolaMake llvm-link behave a bit more like LTO.
2014-10-23 Kevin EnderbyUpdate llvm-objdump’s Mach-O symbolizer code for Object...
2014-10-23 Chris BienemanAdding llvm-shlib to CMake build system with a few...
2014-10-23 NAKAMURA Takumi[CMake] Prune CRLF in CMakeLists.txt(s).
2014-10-23 Peter CollingbourneAdd llvm-go tool.
2014-10-22 Rafael EspindolaMake two helper functions static.
2014-10-22 Aaron BallmanFixing a -Wsign-compare warning; NFC.
2014-10-22 Rafael EspindolaHandle spaces and quotes in file names in MRI scripts.
2014-10-22 Rafael EspindolaFix a gcc warning.
2014-10-21 Rafael EspindolaMRI scripts: Add addlib support.
2014-10-21 Rafael EspindolaUse a range loop. NFC.
2014-10-21 Rafael EspindolaOverwrite instead of adding to archives when creating...
2014-10-21 Rafael EspindolaConvert a few std::string with StringRef. NFC.
2014-10-21 Rafael EspindolaUse a StringRef. No functionality change.
2014-10-21 Rafael EspindolaMove code a bit to avoid a few declarations. NFC.
2014-10-21 Rafael EspindolaComment cleanup. NFC.
2014-10-21 Rafael EspindolaAdd support for addmod to mri scripts.
2014-10-17 Rafael EspindolaAdd a test that would have found the bug in r219829.
2014-10-17 Rafael EspindolaRevert commit r219835 and r219829.
2014-10-17 Alexander Potapenko[llvm-symbolizer] Introduce the -dsym-hint option.
2014-10-16 Rafael EspindolaDelete -std-compile-opts.
2014-10-16 Nick Kledzik[llvm-objdump] Fix -private-headers for mach-o to print...
2014-10-15 Rafael EspindolaCorrectly handle references to section symbols.
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-14 Nick Kledzik[llvm-objdump] Update error message and add test case...
2014-10-14 Alexander Potapenko[llvm-symbolizer] Minor typedef cleanup. NFC.
2014-10-14 Eric ChristopherAdd lld to the parallel set of directories since it...
2014-10-10 Rafael Espindolallvm-ar: Start adding support for mri scripts.
2014-10-10 Rafael EspindolaFix gcc warning in gold-plugin.cpp.
2014-10-10 David Majnemerobj2yaml, COFF: Handle long section names
2014-10-09 Rui UeyamaObject: Add range iterators for COFF import/export...
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-10-07 Lang Hames[Bugpoint] Close error log in ProcessFailure. Bugpoint...
2014-10-07 Saleem Abdulrasoolllvm-readobj: add support to dump (COFF) directives
2014-10-07 Rafael Espindolagold plugin: Handle gold selecting a linkonce GV when...
2014-10-07 Rafael Espindolagold plugin: create internal replacement with original...
2014-10-07 Rafael Espindolagold plugin: Remap function arguments when creating...
2014-10-06 Timur IskhodzhanovFix dumping codeview line tables when there are multipl...
2014-10-03 Rui Ueyamallvm-readobj: print out the fields of the COFF delay...
2014-10-03 Rui Ueyamallvm-readobj: print COFF delay-load import table
2014-10-02 Rui UeyamaRename data -> Data
2014-10-02 Rui Ueyamallvm-readobj: print COFF imported symbols
2014-10-02 Rui UeyamaThis patch adds a new flag "-coff-imports" to llvm...
2014-10-01 Duncan P. N. Exon... LTO: Ignore disabled diagnostic remarks
2014-10-01 NAKAMURA Takumillvm-cov/CoverageReport.cpp: Quick fix for msvcrt,...
2014-09-30 Hans WennborgMSBuild integration: fix the loop in install.bat
2014-09-30 Bradley SmithExtend C disassembler API to allow specifying target...
2014-09-30 Alex Lorenzllvm-cov: Use the number of executed functions for...
2014-09-30 Nick Kledzik[llvm-objdump] switch some uses of format() to format_h...
2014-09-29 Hans WennborgWinCOFFObjectWriter: optimize the string table for...
2014-09-26 David Majnemerllvm-vtabledump: Further simplification
2014-09-26 David MajnemerObject: BSS/virtual sections don't have contents
2014-09-26 Kevin EnderbyUpdate llvm-objdump’s Mach-O symbolizer code to print...
2014-09-26 Richard SmithRemove definition of LLVM_VERSION_INFO; this macro...
2014-09-26 David Majnemerllvm-vtabledump: Small cleanup
2014-09-26 David Majnemerllvm-vtabledump: strip trailing NUL bytes
2014-09-26 David Majnemerllvm-vtabledump: Dump RTTI structures for the MS ABI
2014-09-25 David MajnemerObject: Add range iterators for Archive children
2014-09-25 Aaron BallmanSince the DisasmMemoryObject only operates on const...
2014-09-24 Kevin EnderbyFlush out enough of llvm-objdump’s SymbolizerSymbolLook...
2014-09-23 Lang Hames[MCJIT] Remove a few more references to JITMemoryManage...
2014-09-23 Lang Hames[MCJIT] Delete the JTIMemoryManager and associated...
2014-09-20 Justin Bognerllvm-cov: Allow creating CoverageMappings from filenames
2014-09-20 Justin Bognerllvm-cov: Disentangle the coverage data logic from...
2014-09-20 Justin Bognerllvm-cov: Move some reader debug output out of the...
2014-09-20 David Majnemerllvm-readobj: pretty-print special COFF section names
2014-09-19 Justin Bognerllvm-cov: Return unique_ptrs instead of filling objects...
2014-09-19 Justin Bognerllvm-cov: Fix dropped lines when filters were applied
2014-09-19 Justin Bognerllvm-cov: Generalize -filename-equivalence
2014-09-18 Peter CollingbourneLTO: introduce object file-based on-disk module format.
2014-09-18 Justin Bognerllvm-cov: Simplify FunctionInstantiationSetCollector...
2014-09-18 Patrik HagglundAlternative (to r216344) fix of gcc -Wpedantic.
2014-09-17 Justin Bognerllvm-cov: Push some more debug output into the View...
2014-09-17 Rafael EspindolaInternalize common symbols when we can.
2014-09-17 Justin Bognerllvm-cov: Rework the API for getting the coverage of...
2014-09-17 Justin BognerLineIterator: Provide a variant that keeps blank lines
2014-09-17 Justin Bognerllvm-cov: Fix a typo
2014-09-17 Justin BognerAdd move constructors/assignment to make MSVC happy...
2014-09-17 Justin Bognerllvm-cov: Distinguish expansion/instantiation from...
2014-09-17 Nick Kledzik[llvm-objdump] properly use c_str() with format("%s...
2014-09-16 Nick Kledzik[llvm-objdump] improve error reporting of bad mach...
2014-09-16 Kevin EnderbyHookup the MCSymbolizer to llvm-objdump’s disassembly...
2014-09-16 Justin Bognerllvm-cov: Rename a variable and clean up its usage
2014-09-16 David Majnemeryaml2obj: Support bigobj
next