platform/upstream/llvm.git
2017-04-12 Bob HaarmanThinLTOBitcodeWriter: keep comdats together, rename...
2017-04-12 Martin Pelikan[XRay] [compiler-rt] Simplify FDR logging handler....
2017-04-12 Douglas Yung[XRay][compiler-rt] Add another work-around to XRay...
2017-04-12 Derek SchuffRevert "[WebAssembly] Update use of Attributes after...
2017-04-12 Derek Schuff[WebAssembly] Update use of Attributes after r299875
2017-04-12 Reid Kleckner[IR] Add AttributeSet to hide AttributeSetNode* again...
2017-04-12 Jim InghamTeach SBFrame how to guess its language.
2017-04-12 Evgeniy Stepanov[lld] Keep full library path in DT_NEEDED.
2017-04-12 Kostya Serebryany[msan] fix iconv interceptor. before the fix the interc...
2017-04-12 Marshall ClowAdd some FAIL constexpr tests for optional's copy/move...
2017-04-12 Evgeniy StepanovRevert "[lld] Keep full library path in DT_NEEDED."
2017-04-11 Evgeniy Stepanov[lld] Keep full library path in DT_NEEDED.
2017-04-11 Benjamin KramerSilence unused variable warning in release builds.
2017-04-11 Rui UeyamaRemove big-endianness from =<fillexp> code.
2017-04-11 Rui UeyamaCall getFiller only when filler is not zero.
2017-04-11 Yi KongRemove xgene1 from host detection
2017-04-11 Evgeniy Stepanov[lld] --export-dynamic overrides --dynamic-list.
2017-04-11 Richard TrieuRevert r298824 & r298816, recommit r298742 & r298754
2017-04-11 Matt ArsenaultAMDGPU: Insert wait at start of callee functions
2017-04-11 Matt ArsenaultAMDGPU: Refactor SIMachineFunctionInfo slightly
2017-04-11 Matt ArsenaultAMDGPU: Refactor argument lowering
2017-04-11 Matt ArsenaultAMDGPU: Fix folding reg_sequence into copy to phys reg
2017-04-11 Matt ArsenaultAMDGPU: Prune unecessary include
2017-04-11 Evgeniy Stepanov[asan] Give global metadata private linkage.
2017-04-11 Balaram Makam[AArch64] Fix scheduling info for INS(vector, general...
2017-04-11 Vedant KumarAvoid some string copies, NFC
2017-04-11 Akira Hatanaka[Sema][ObjC] Check whether a variable has a definition...
2017-04-11 Andrew KaylorMinor updates to floating point intrinsic documentation
2017-04-11 Zvi RackoverInstSimplify: A shuffle of a splat is always the splat...
2017-04-11 Richard Trieu[ODRHash] Improve handling of hash values
2017-04-11 Zvi Rackover[DAGCombine] Add more test cases for shuffle of splat...
2017-04-11 David BlaikieModular Codegen: Support homing debug info for types...
2017-04-11 Easwaran Raman[x86] Relax the check in areLoadsFromSameBasePtr
2017-04-11 Anna Thomas[LV] Avoid vectorizing first order recurrence when...
2017-04-11 Sanjay Patel[InstSimplify] add tests for chains of shuffles; NFC
2017-04-11 Sean Callanan[ExternalASTMerger] Removed a move constructor to addre...
2017-04-11 David BlaikieModular Codegen: Add/use a bit in serialized function...
2017-04-11 Aaron BallmanAdd const children() accessors to match the existing...
2017-04-11 Daniel BerlinMemorySSA: Move to Analysis, from Transforms/Utils...
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
next