platform/upstream/llvm.git
2017-04-11 Francis RicciImplement standalone lsan interceptors for OS X
2017-04-11 Francis RicciDon't delete lsan thread-local data until it's no longe...
2017-04-11 Sean Callanan[ExternalASTMerger] Fix the MSVC build
2017-04-11 Sean Callanan[clang-import-test] Lookup inside contexts
2017-04-11 Justin BognerMIR: Allow parsing of empty machine functions
2017-04-11 Evandro Menezes[AArch64] Simplify MacroFusion
2017-04-11 Davide Italiano[X86] Create the correct ADC/SBB SDNode when lowering...
2017-04-11 Andrea Di Biagio[AddDiscriminators] Assign discriminators to MemIntrins...
2017-04-11 Craig Topper[InstCombine] Add testcases for (B&A)^A -> ~B & A and...
2017-04-11 Craig TopperFix spelling compliment->complement. Mostly refering...
2017-04-11 Anna Thomas[LV] Move first order recurrence test to common folder...
2017-04-11 Vitaly Buka[libFuzzer] fix type in signal name.
2017-04-11 Peter Collingbournellvm-lto2: Move the LTO::run() action behind a subcommand.
2017-04-11 Craig Topper[InstCombine] Use ConstantExpr::getBinOpIdentity to...
2017-04-11 Yaxun Liu[OpenCL] Map default address space to alloca address...
2017-04-11 Yaxun Liu[AMDGPU] Add A5 to data layout for amdgiz environment
2017-04-11 Marshall ClowImplement LWG#2873: 'Add noexcept to several shared_ptr...
2017-04-11 Alex Lorenz[ASTPrinter] Print nested name specifiers for out-of...
2017-04-11 Sylvestre LedruAdd the definition of P in the clang tidy example
2017-04-11 Xinliang David LiRevert 299954 : test failure needs to be fixed
2017-04-11 Xinliang David LiRevert 299953 : test failure needs to be fixed
2017-04-11 Reid Kleckner[PDB] Emit index/offset pairs for TPI and IPI streams
2017-04-11 Maxim Ostapenko[lsan] Fix typo in test/lsan/lit.common.cfg
2017-04-11 Vassil VassilevRevert temporarily D29877 "Warn about unused static...
2017-04-11 Sanjay Patelrevert r299851 - [InstCombine] fix matching of or-of...
2017-04-11 Xinliang David Li[Profile] PE binary coverage bug fix
2017-04-11 Xinliang David Li[Profile] PE binary coverage bug fix
2017-04-11 Nico Weber[clang-format] Recognize Java logical shift assignment...
2017-04-11 Alex LorenzFix PR13910: Don't warn that __builtin_unreachable...
2017-04-11 Alex Lorenz[Parser][ObjC++] Improve diagnostics and recovery when...
2017-04-11 Serge GueltonModule::getOrInsertFunction is using C-style vararg...
2017-04-11 Maxim OstapenkoReapply "Enable LSan for arm Linux"
2017-04-11 Vassil VassilevRemove unused functions. Remove static qualifier from...
2017-04-11 Jonathan Roelofs[AVR] Migrate to new MCAsmBackend applyFixup
2017-04-11 Sam Parker[ARM] Refactor Thumb2 sat instructions
2017-04-11 Geoff Berry[GVNHoist] Re-enable GVNHoist by default
2017-04-11 Nico WeberRevert r299923, it doesn't build in bootstrap builds.
2017-04-11 Ben Craig[libc++] Fix unknown pragma warning on MSVC
2017-04-11 Marshall ClowMark P0599 as complete. It was implemented in r298573
2017-04-11 Catherine MooreThis patch causes the installation of headers for the...
2017-04-11 Nirav Dave[SDAG] Factor CandidateMatch check into lambda. NFC.
2017-04-11 Nirav Dave[SDAG] Factor ChainMerge into helper function NFCI.
2017-04-11 Nirav Dave[SDAG] Reorder expensive StoreMerge Check after cheaper...
2017-04-11 Keno Fischer[StripDeadDebug/DIFinder] Track inlined SPs
2017-04-11 Krasimir Georgiev[clangd] Implement item kind for completion results
2017-04-11 Pavel LabathAdd missing annotation to TestDataFormatterUnordered
2017-04-11 Pavel LabathRemove Plugins/Process/POSIX from include_directories
2017-04-11 Jan SjodinAdd MachineRegionInfoPassID to Passes.h.
2017-04-11 Diana PicusGlobalISel: Allow legalizing G_FADD to a libcall
2017-04-11 Vassil VassilevWarn about unused static file scope function template...
2017-04-11 Volkan Keles[GlobalISel] LegalizerInfo: Enable legalization of...
2017-04-11 Diana PicusRevert "Turn some C-style vararg into variadic templates"
2017-04-11 Alexander Kornienko[clang-format] Handle NSString literals by merging...
2017-04-11 Sam Parker[SelectionDAG] Check CALLSEQ_BEGIN nodes in DelayForLiv...
2017-04-11 Serge GueltonTurn some C-style vararg into variadic templates
2017-04-11 Sylvestre LedruSimplify the code and remove dead code
2017-04-11 Maxim Ostapenko[lsan] Enable LSan for arm Linux
2017-04-11 Douglas Yung[XRay][compiler-rt] Add support for TSC emulation for...
2017-04-11 Maxim Ostapenko[lsan] Enable LSan on arm Linux, clang part
2017-04-11 Sylvestre LedruAdd more examples to clang tidy checkers
2017-04-11 Sylvestre LedruAdd more examples to clang-format configuration
2017-04-11 Craig Topper[IR] Fix a typo in a comment. NFC
2017-04-11 Craig Topper[InstCombine] Refinement of r299915. Only consider...
2017-04-11 Dean Michael... [XRay][compiler-rt] Remove the xray_fdr_log_printer_tool
2017-04-11 Craig Topper[InstCombine] Support weird size element types in dyn_c...
2017-04-11 Tobias GrosserExploit BasicBlock::getModule to shorten code
2017-04-11 Tobias GrosserSAdjust to recent change in constructor definition...
2017-04-11 Sanjoy Das[LoopUnswitch] Fix a test case
2017-04-11 Hal Finkel[LICM] Hoist fp division from the loops and replace...
2017-04-11 Hal Finkel[PowerPC] multiply-with-overflow might use the CTR...
2017-04-11 Marshall ClowFix a C++03 failure
2017-04-11 Hal Finkel[bugpoint] Also remove comdat's from externalized GVs
2017-04-11 Marshall ClowRemove some trigraphs that GCC was complaining about
2017-04-11 Reid Kleckner[IR] Sink some AttributeListImpl methods out of headers NFC
2017-04-11 Matt ArsenaultUpdate for alloca construction changes
2017-04-11 Daniel BerlinRevert "NewGVN: Don't propagate over phi backedges...
2017-04-11 Daniel BerlinNewGVN: Don't propagate over phi backedges where undef...
2017-04-10 Peter Collingbournedocs: Use the term "whole-program devirtualization...
2017-04-10 Marshall ClowFix PR#32605: common_type<T> is not SFINAE-friendly
2017-04-10 Reid KlecknerRemove AttributeSetNode::get(AttributeList, unsigned...
2017-04-10 Reid KlecknerReland "[IR] Make AttributeSetNode public, avoid tempor...
2017-04-10 Matt ArsenaultUpdate for alloca construction changes
2017-04-10 Sanjay Patel[ARM, x86] add tests to show possible improvement for...
2017-04-10 Alex Shlyapnikov[PPC64, Sanitizers] Proper stack frame for the thread...
2017-04-10 Davide Italiano[NewGVN] Surround with parens to clarify allegedly...
2017-04-10 Marshall ClowFix PR#32606: std::decay mishandles abominable function...
2017-04-10 Davide Italiano[MemorySSA] We don't need to compute dominator levels...
2017-04-10 Kyle ButtCodeGen: BlockPlacement: Don't always tail-duplicate...
2017-04-10 Kyle ButtCodeGen: BlockPlacement: Minor probability changes.
2017-04-10 Kyle ButtCodeGen: BranchFolding: Merge identical blocks, even...
2017-04-10 Matt ArsenaultUpdate for AllocaInst construction changes
2017-04-10 Matt ArsenaultAllow DataLayout to specify addrspace for allocas.
2017-04-10 Eric ChristopherGet the TOC save offset off of PPCFrameLowering rather...
2017-04-10 Peter CollingbourneBitcode: Merge the code for parsing global value module...
2017-04-10 Vitaly Buka[tsan] Fall-back to IPv6 if IPv4 is not available.
2017-04-10 Vitaly Buka[msan] Choose in runtime if IPv4 or IPv6 are supported.
2017-04-10 Dehao ChenEmit less compiler optimization remarks in samplepgo...
2017-04-10 Geoff Berry[GVNHoist] Call isGuaranteedToTransferExecutionToSucces...
2017-04-10 Evgeniy StepanovRevert "[asan] Fix dead stripping of globals on Linux...
2017-04-10 Evgeniy StepanovRevert "[asan] Put ctor/dtor in comdat."
next