Adds fake conditional branches right after relaxed loads if necessary
[oota-llvm.git] / tools /
2016-02-12 Hans WennborgMerging r260703:
2016-01-20 NAKAMURA Takumi[r257857] lli: use llvm::utostr() instead of std::to_st...
2016-01-13 Davide Italiano[llvm-readobj] Remove dead code. Add an assertion instead.
2016-01-13 Davide Italiano[llvm-objdump] Use report_error() and improve error...
2016-01-13 David Majnemer[CodeView] Improve the line table dumper
2016-01-13 Kevin EnderbyFor llvm-objdump, add the option -private-header (witho...
2016-01-12 Rui UeyamaCOFF: Teach llvm-objdump how to dump DLL forwarder...
2016-01-12 Dan Gohman[WebAssembly] Add a EM_WEBASSEMBLY value, and several...
2016-01-12 Andrew WilkinsRevert r257003
2016-01-12 NAKAMURA Takumilli: Fix warnings. [-Wsign-compare]
2016-01-11 NAKAMURA Takumilli-child-target: Introduce a new dependency on Runtime...
2016-01-11 Rafael EspindolaAdd a missing error handling to llvm-lto.
2016-01-11 Lang HamesXFAIL the LLI remote JIT tests on Win32.
2016-01-11 Lang Hameslli/ChildTarget now depends on OrcJIT. Add that compone...
2016-01-11 Lang Hames[LLI] Remove dependence on RemoteTarget.cpp from ChildT...
2016-01-11 Lang Hames[LLI] Replace the LLI remote-JIT support with the new...
2016-01-11 Lang Hames[Orc] Rename OrcTargetSupport to OrcArchitectureSupport...
2016-01-09 Lang Hames[Orc] Enable user-supplied memory managers in the Compi...
2016-01-09 Mike Aizatsky[llvm-symbolizer] -print-source-context-lines option...
2016-01-07 Mike Aizatsky[llvm-symbolizer] Print out non-address lines verbatim.
2016-01-07 Andrew Wilkinstools/llvm-config: improve shared library support
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...
next