platform/upstream/llvm.git
2017-03-17 Evgeniy Stepanov[asan] Disable globals-gc test with ld.bfd.
2017-03-17 Rui UeyamaCompute Config member function return values only once.
2017-03-17 Rui UeyamaDefine Config::isLE and Config::wordsize.
2017-03-17 Sanjay Patel[x86] regenerate checks; NFC
2017-03-17 Duncan P. N... Modules: Cache PCMs in memory and avoid a use-after...
2017-03-17 Sanjay Patel[x86] regenerate checks; NFC
2017-03-17 Evgeniy StepanovFix docs-llvm-html build.
2017-03-17 Jessica Paquette[Outliner] Add outliner for AArch64
2017-03-17 Eli Friedman[SCEV] Use const Loop *L instead of Loop *L. NFC
2017-03-17 Davide Italiano[Sema] Unbreak GCC -Werror build (enum compare).
2017-03-17 Evgeniy Stepanov[asan] Fix dead stripping of globals on Linux (compiler-rt)
2017-03-17 Evgeniy Stepanov[asan] Fix dead stripping of globals on Linux.
2017-03-17 Evgeniy StepanovAdd !associated metadata.
2017-03-17 Eli Friedman[SelectionDAG] Remove redundant stores more aggressively.
2017-03-17 Peter CollingbourneELF: Change check(Expected<T>, const Twine &) to call...
2017-03-17 Evgeniy Stepanov[ELF] Restore GC handling of LINK_ORDER, C-named sections.
2017-03-17 Peter CollingbourneLTO: Work around libstdc++ version mismatch bug, see...
2017-03-17 Matthias GehreImplement DR 373 "Lookup on namespace qualified name...
2017-03-17 Matt ArsenaultAMDGPU: Fix broken condition in hazard recognizer
2017-03-17 Bob Haarmanrecommend using llvm-ar when finding undefined referenc...
2017-03-17 Tim Hammerquistallow for specification of compiler/lldb executables...
2017-03-17 Vassil Vassilev[coverity] Fix uninit variable.
2017-03-17 Matt ArsenaultAMDGPU: Fix handling of constant phi input loop conditions
2017-03-17 Rong Xu[PGO] Change the internal options description. nfc.
2017-03-17 Matt ArsenaultAMDGPU: Cleanup control flow intrinsics
2017-03-17 Sanjay Patel[x86] clean up setcc with negated operand transform...
2017-03-17 Vedant Kumar[ubsan] Add e2e test for -fsanitize=nullability
2017-03-17 Reid Kleckner[X86] Emit fewer instructions to allocate >16GB stack...
2017-03-17 Rong Xu[PGO] Add omitted test cases.
2017-03-17 Jun Bum Lim[CodeGenPrep]Restructure promoting Ext to form ExtLoad
2017-03-17 Rong XuResubmit r295469 [PGO] Suspend SIGKILL for PR_SET_PDEAT...
2017-03-17 Tim Hammerquistexecutables should be validated before spawning subproc...
2017-03-17 Rong Xu[PGO] Value profile for size of memory intrinsic calls
2017-03-17 Vedant Kumar[Bitcode] Add compatibility test for the 4.0 release
2017-03-17 Simon Pilgrim[SelectionDAG] Add SelectionDAG.computeKnownBits test...
2017-03-17 Sanjay Patel[x86] avoid adc/sbb assert when both sides of add are...
2017-03-17 Reid KlecknerFix wasm build after arg_begin iterator type change
2017-03-17 Reid KlecknerStore Arguments in a flat array instead of an iplist
2017-03-17 Stanislav MekhanoshinOnly unswitch loops with uniform conditions
2017-03-17 Simon Pilgrim[X86] Add SelectionDAG.computeKnownBits test showing...
2017-03-17 George Rimar[ELF] - Move template instantiations to the end of...
2017-03-17 Alexander Kornienko[Clang-tidy] Fix for misc-noexcept-move-constructor...
2017-03-17 Zachary TurnerCMake requires normalized paths when appending.
2017-03-17 Zachary TurnerFix some signed/unsigned comparison warnings.
2017-03-17 Zachary Turner[clang-cl] Fix cross-compilation with MSVC 2017.
2017-03-17 David GreenTest commit.
2017-03-17 Rafael EspindolaHandle & and | of non abs values.
2017-03-17 Siddharth Bhat[ScheduleOptimiser] fix typos in top comment [NFC]
2017-03-17 Rafael EspindolaRefuse to add two non absolute symbols.
2017-03-17 Simon Atanasyan[ELF][MIPS] Always collect .reginfo, .MIPS.options...
2017-03-17 Chad Rosier[AArch64] Use alias analysis in the load/store optimiza...
2017-03-17 George Rimar[ELF] - Detemplate SymbolBody::getGotOffset(). NFC.
2017-03-17 Eric Liu[change-namespace] do not rename specialized template...
2017-03-17 Michael KruseRevert "Remove references to AssumptionCache. NFC."
2017-03-17 Rafael EspindolaSupport non abs values in the rhs of +.
2017-03-17 George Rimar[ELF] - Detemplate findSection() global static method...
2017-03-17 George Rimar[ELF] - Recommit r298078 "[ELF] - Simplify logic of...
2017-03-17 Siddharth Bhat[DependenceInfo] Remove idempotent union: must-writes...
2017-03-17 George Rimar[ELF] - Revert r298078 and 298082
2017-03-17 Rafael EspindolaAdd a test that now passes.
2017-03-17 George Rimar[ELF] - Fix warning.
2017-03-17 Michael Kruse[ScopInfo/PruneUnprofitable] Move default profitability...
2017-03-17 Michael Kruse[PruneUnprofitable] Add -polly-prune-unprofitable pass.
2017-03-17 Rafael EspindolaChange our linker script expr representation.
2017-03-17 George Rimar[ELF] - Simplify logic of creating "COMMON" section.
2017-03-17 Tobias Grosser[ScopInfo] Add option to not add parameter bounds to...
2017-03-17 Rafael EspindolaRemove unnecessary (). NFC.
2017-03-17 Siddharth Bhat[DependenceInfo] Replace use of deprecated isl_dim_n_ou...
2017-03-17 Siddharth Bhat[DependenceInfo] Track may-writes and build flow inform...
2017-03-17 Tobias Grosser[ScopInfo] Do not take inbounds assumptions [NFC]
2017-03-17 George Rimar[ELF] - Detemplate DynamicReloc class. NFC.
2017-03-17 George Rimar[ELF] - Detemplate SymbolBody::getVA and SymbolBody...
2017-03-17 George Rimar[ELF] - Fix linux build bot.
2017-03-17 Pavel LabathFix FreeBSD build broken by r298066
2017-03-17 Oliver Stannard[Asm] Don't list '@<type>' in diag when '@' is a comment
2017-03-17 Pavel LabathMove GetAuxvData from Host to relevant process plugins
2017-03-17 George Rimar[ELF] - Detemplate PltSection. NFC.
2017-03-17 George Rimar[ELF] - Fixed cache.ll testcase.
2017-03-17 Pavel LabathOne more attempt to fix FreeBSD
2017-03-17 George Rimar[ELF] - Recommit "[ELF] - Make Bss and BssRelRo section...
2017-03-17 Pavel LabathSpeculative build fix for FreeBSD
2017-03-17 Alexander Kornienko[clang-tidy] Added a test with a different format.
2017-03-17 Alexander Kornienko[clang-tidy] readability-misleading-indentation: fix...
2017-03-17 Pavel LabathRemove HostThreadLinux/Free/NetBSD
2017-03-17 Alexander Kornienko[clang-tidy] Verify some conditions in a matcher instea...
2017-03-17 Andre Vieira[ARM] Fix triple format in test branch disassemble...
2017-03-17 Andre Vieira[ARM] Change tests after fixing branch label for Thumb...
2017-03-17 Tobias Grosser[ScopInfo] Do not try to eliminate parameter dimensions...
2017-03-17 Tobias Grosser[ScopInfo] Do not expand getDomains() to full parameter...
2017-03-17 Alexander Kornienko[clang-tidy] Ignore deleted members in google-explicit...
2017-03-17 Craig Topper[AVX-512] Make VEX encoded FMA instructions available...
2017-03-17 Craig Topper[X86] Remove unused predicate. NFC
2017-03-17 Jonas Paulsson[SystemZ] New CodeGen tests for vector compare / select.
2017-03-17 Jonas PaulssonAdd SystemZ to utils/update_llc_test_checks.py.
2017-03-17 Jonas Paulsson[SystemZ] Add use of super-reg in splitMove()
2017-03-17 Craig Topper[AVX-512] Give priority to EVEX encoded scalar FMA...
2017-03-17 Craig Topper[X86] Use update_llc_test_checks.py to regenerate a...
2017-03-17 Craig Topper[X86] Use update_llc_test_checks.py to regenerate a...
2017-03-17 Craig Topper[X86] Cleanup the AddedComplexity values on move immedi...
2017-03-17 Craig Topper[AVX-512] Change the input type for some load intrinsic...
next