WinEHPrepare.cpp: Suppress a warning for -Asserts. [-Wunused-variable]
[oota-llvm.git] / tools /
2015-12-29 Davide Italiano[llvm-objdump] Mark noreturn function as such.
2015-12-25 Davide Italiano[llvm-objdump] Use stderr and not stdout for fatal...
2015-12-23 Adrian Prantlllvm-dwarfdump: Add support for dumping .dSYM bundles.
2015-12-23 Davide Italiano[llvm-readobj] Use stderr and not stdout for error...
2015-12-22 Rafael EspindolaDisable use list order on the gold plugin.
2015-12-21 David Majnemer[MC, COFF] Support link /incremental conditionally
2015-12-21 Davide Italiano[llvm-objdump] Use appropriate helper. NFC.
2015-12-20 Davide Italiano[llvm-objdump] Move COFF function to where it belongs.
2015-12-20 Xinliang David Li[PGO] Improve Indexed Profile Reader efficiency
2015-12-19 Davide Italiano[llvm-objdump] Fail early if we can't parse the object...
2015-12-19 Rafael EspindolaAssert that we have all use/users in the getters.
2015-12-18 Rafael EspindolaDeprecate a few C APIs.
2015-12-18 Rafael EspindolaDelete dead code: only functions are materializable.
2015-12-18 Rafael EspindolaUse a lambda to reduce code duplication.
2015-12-18 Alexey Samsonov[sancov] IWYU fix: add proper header inclusion.
2015-12-18 Rafael EspindolaDrop materializeAllPermanently.
2015-12-18 Pete CooperRevert "Improve DWARFDebugFrame::parse to also handle...
2015-12-18 Pete CooperImprove DWARFDebugFrame::parse to also handle __eh_frame.
2015-12-18 Rafael EspindolaAdd a test for LLVMGetBitcodeModule.
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-12-17 Teresa Johnson[ThinLTO] Metadata linking for imported functions
2015-12-17 Davide Italiano[llvm-objdump] Use report_fatal_error() for a more...
2015-12-16 Rafael EspindolaChange linkInModule to take a std::unique_ptr.
2015-12-16 Nathan Slingerland[PGO] Handle and report overflow during profile merge...
2015-12-16 Teresa JohnsonUse LLVM style variable name (NFC)
2015-12-16 Chris Bieneman[CMake] Adding llvm-profdata to the list of tools clang...
2015-12-16 Reid KlecknerReland "[llvm-readobj] Simplify usage of -codeview...
2015-12-16 Reid KlecknerRevert "[llvm-readobj] Simplify usage of -codeview...
2015-12-16 Reid Kleckner[llvm-readobj] Simplify usage of -codeview flag
2015-12-16 Teresa JohnsonAdd RAII wrapper for gold plugin file management
2015-12-16 Mike Aizatsky[sancov] blacklist support.
2015-12-15 Davide Italiano[llvm-objdump/MachODump] Shrink code a little bit....
2015-12-15 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-12-15 Craig TopperUse CmpInst::Predicate instead of 'unsigned short'...
2015-12-15 Reid Kleckner[llvm-readobj] s/FunctionName/LinkageName/ for codeview...
2015-12-14 Mike Aizatskysancov: coverage can be reported by multiple functions.
2015-12-14 Rafael EspindolaUse diagnostic handler in the LLVMContext
2015-12-14 Pete CooperFactor out some duplication. NFC.
2015-12-14 Pete CooperStart implementing FDE dumping when printing the eh_frame.
2015-12-14 Pete CooperPrint the eh_frame section in MachoDump.
2015-12-14 Diego NovilloFix formatting. NFC.
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-14 David Blaikie[llvm-dwp] Deduplicate type units
2015-12-12 Davide Italiano[llvm-objdump/MachoDump] Simplify.
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-11 Davide Italiano[llvm-objdump/MachODump] Reduce code duplication.
2015-12-11 Frederic Riss[dsymutil] Ignore absolute symbols in the debug map
2015-12-10 Teresa Johnson[ThinLTO] Release files in gold plugin during combined...
2015-12-10 Rafael EspindolaSlit lib/Linker in two.
2015-12-09 Teresa Johnson[ThinLTO] Release files read when creating combined...
2015-12-09 David Blaikie[llvm-dwp] Sink debug_types.dwo emission into the code...
2015-12-09 Teresa JohnsonDelay context construction to when/if it is needed...
2015-12-09 Teresa Johnsonclang-format order of gold-plugin includes (NFC)
2015-12-09 Steven WuFix the order of destructors in LibLTOCodeGenerator
2015-12-09 Rafael EspindolaSimplify testMergedProgram.
2015-12-09 Rafael EspindolaSimplify memory management. NFC.
2015-12-09 Rafael EspindolaReturn std::unique_ptr from SplitFunctionsOutOfModule...
2015-12-09 Rafael EspindolaSimplify memory management. NFC.
2015-12-09 Rafael EspindolaSimplify memory management a bit. NFC.
2015-12-08 Rafael EspindolaReturn a std::unique_ptr from CloneModule. NFC.
2015-12-08 Davide Italiano[llvm-objdump/MachO] Don't cut'n'paste the same code...
2015-12-07 NAKAMURA TakumiLet llvm-lto installed. A few tests in clang/test are...
2015-12-07 Sanjay Patelfix 'the the '; NFC
2015-12-07 Lang Hames[Orc] Removing traces of takeOwnershipOfBuffers left...
2015-12-07 Davide Italiano[llvm-objdump/MachoDump] Make code much more concise.
2015-12-06 Lang Hames[Orc] Rename IndirectStubsManagerBase to IndirectStubsM...
2015-12-05 Davide Italiano[llvm-readobj] report_error() does not return, so we...
2015-12-05 David Blaikie[llvm-dwp] Add coverage for both the presence and absen...
2015-12-05 David Blaikie[llvm-dwp] clang-format this to catch anything I've...
2015-12-05 David Blaikie[llvm-dwp] Support debug_tu_index
2015-12-05 Keno Fischer[opt] Fix run-twice option for non-idempotent passes
2015-12-05 Keno Fischer[opt] Fix sanitizer complaints about r254774
2015-12-04 Derek SchuffAdd TransformUtils to list of required libraries for llc
2015-12-04 Rafael EspindolaAlways pass a diagnostic handler to the linker.
2015-12-04 Keno Fischer[llc/opt] Add an option to run all passes twice
2015-12-04 David Blaikie[llvm-dwp] Implement the required on-disk probed hash...
2015-12-04 Reid KlecknerFix llvm-readobj build on Windows, match noreturn attri...
2015-12-04 David Blaikie[llvm-dwp] Include the debug_line.dwo section
2015-12-04 Davide Italiano[llvm-readobj] reportError() never returns. Mark with...
2015-12-04 Davide Italiano[llvm-readobj/ELF] Simplify Verdef handling.
2015-12-04 Mike Aizatskyfixing Makefile
2015-12-04 Mike Aizatskyadding MC dependencies in hopes to pacify the hexagon...
2015-12-04 Mike Aizatskysancov -not-covered-functions.
2015-12-04 David Blaikie[llvm-dwp] Retrieve the DWOID from the CU for the cu_in...
2015-12-04 Rafael EspindolaModernize the C++ APIs for creating LTO modules.
2015-12-04 Rafael EspindolaMove a call to getGlobalContext out of lib/LTO.
2015-12-04 Lang Hames[Orc] Rename JITCompileCallbackManagerBase to JITCompil...
2015-12-04 Nathan SlingerlandRevert "[llvm-profdata] Add support for weighted merge...
2015-12-04 Rafael EspindolaSimplify the error handling in llvm-lto a bit.
2015-12-04 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-12-03 Davide Italiano[llvm-objdump] Use report_fatal_error() if we can't...
2015-12-03 Mehdi AminiRename Set variable to be plural
2015-12-03 Mehdi AminiRemove "ExportingModule" from ThinLTO Index (NFC)
2015-12-02 David Blaikie[llvm-dwp] Include only the non-empty columns in the...
2015-12-02 David Blaikie[llvm-dwp] Emit a rather fictional debug_cu_index
2015-12-02 Mehdi AminiChange ModuleLinker to take a set of GlobalValues to...
2015-12-01 Rafael EspindolaUse references now that it is natural to do so.
2015-12-01 David Blaikie[llvm-dwp] Deduplicate strings in the debug_str.dwo...
2015-12-01 David Blaikie[llvm-dwp] Correctly update debug_str_offsets.dwo when...
2015-12-01 Sanjoy DasIntroduce a range version of std::any_of, and use it...
next