platform/upstream/llvm.git
2017-04-17 George Rimar[ELF] - Add compress-debug-output-i386.s testcase.
2017-04-17 George Rimar[ELF] - Implemented --compress-debug-sections option.
2017-04-17 Yaron KerenAddress bugs.llvm.org/pr30994 so that a non-friend...
2017-04-17 Serguei Katkov[BPI] NFC: reorder ifs to bail out earlier
2017-04-17 Max Kazantsev[LoopPeeling] Fix condition for phi-eliminating peeling
2017-04-17 Serguei Katkov[BPI] Use metadata info before any other heuristics
2017-04-17 Craig Topper[InstCombine] Simplify 1/X for vectors.
2017-04-17 Craig Topper[InstCombine] Add test cases for missing support for...
2017-04-17 Craig Topper[InstCombine] Add support for vector srem->urem.
2017-04-17 Craig Topper[InstCombine] Add missing testcases for srem->urem...
2017-04-17 Craig Topper[InstCombine] Add support for turning vector sdiv into...
2017-04-17 Craig Topper[InstCombine] Add test cases for missing support for...
2017-04-17 Davide Italiano[LCSSA] Simplify a loop. NFCI.
2017-04-16 Craig Topper[InstCombine][ValueTracking] When computing known bits...
2017-04-16 Davide Italiano[LCSSA] Fix non-determinism due to iterating over a...
2017-04-16 Craig Topper[InstCombine] In SimplifyDemandedUseBits, don't bother...
2017-04-16 Benjamin Kramer[X86] Remove special handling for 16 bit for A asm...
2017-04-16 Bryant WongMemorySSA: Stop tracking def-or-use blocks.
2017-04-16 Alexander Shaposhnikov[clang] Register isConstexpr matcher
2017-04-16 Sanjay Patel[InstSimplify] improve getTrue/getFalse; NFCI
2017-04-16 Dimitry AndricGarbage collect HAVE_EXECINFO_H from config.h.cmake...
2017-04-16 Sanjay Patel[Constants] simplify get true/false code; NFCI
2017-04-16 Yaron KerenUse setUsedForHeaderGuard() accessor function instead...
2017-04-16 Michael Zuckerman[X86][X86 intrinsics]Folding cmp(sub(a,b),0) into cmp...
2017-04-16 Eric FiselierRevert r300420 - [coroutines] Fix building of new/delet...
2017-04-16 Eric Fiselier[coroutines] Fix building of new/delete expressions...
2017-04-16 Petr Hosek[CMake][libunwind] Fix the -target and -gcc-toolchain...
2017-04-16 Petr Hosek[CMake][libcxxabi] Fix the -target and -gcc-toolchain...
2017-04-16 Eric FiselierCleanup one more <forward_list> test
2017-04-16 Kuba MracekThreadSanitizer plugin: Support Swift access races...
2017-04-16 Eric FiselierReplace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX...
2017-04-16 Eric FiselierReplace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX...
2017-04-16 Eric FiselierReplace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX...
2017-04-16 Eric FiselierReplace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX...
2017-04-16 Eric FiselierWorkaround Clang bug regarding template template parameters
2017-04-16 Eric FiselierReplace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX...
2017-04-16 Petr Hosek[CMake][libcxx] Fix the --target and --gcc-toolchain...
2017-04-16 Eric FiselierCleanup and better scope unique_ptr internals
2017-04-16 Eric FiselierCleanup default_delete specializations
2017-04-16 Eric FiselierOverhaul unique_ptr - Implement LWG 2801, 2905, 2520.
2017-04-16 Craig Topper[APInt] Fix a bug in lshr by a value more than 64 bits...
2017-04-15 Dimitry AndricUse correct registers for "A" inline asm constraint
2017-04-15 Eric FiselierImplement LWG 2857 for variant. Tests from Casey Carter...
2017-04-15 Sanjay Patel[InstCombine] allow (X != C1 && X != C2) and similar...
2017-04-15 Sanjay Patel[InstCombine] add tests to show missing transforms...
2017-04-15 Aaron BallmanAdd isStaticStorageClass to the dynamic matcher registr...
2017-04-15 Eric FiselierSimplify test helper
2017-04-15 Tobias GrosserUpdate isl bindings to latest version (+ Polly extensions)
2017-04-15 Eric FiselierFix PR32642 - string::insert and string::append don...
2017-04-15 Akira Hatanaka[ObjC] Use empty Objective-C collection literal constan...
2017-04-15 Eric ChristopherWhen we turn on vsx it should also turn on altivec...
2017-04-15 Eric ChristopherTidy checking for the soft float attribute.
2017-04-15 Eric ChristopherCache the DataLayout rather than looking it up frequently.
2017-04-15 Serge PavlovDo not run tests for crash recovery if libstdc++ safe...
2017-04-15 Akira HatanakaRevert "[ObjC] Use empty Objective-C collection literal...
2017-04-15 Eric Fiselier[libcxx] Fix check-cxx-abilist on OS X
2017-04-15 Akira Hatanaka[ObjC] Use empty Objective-C collection literal constan...
2017-04-15 Eric FiselierRewrite and cleanup unique_ptr tests.
2017-04-15 Eric FiselierMake clang-format use C++03 syntax
2017-04-15 Zachary TurnerFix crash when completing in the current directory.
2017-04-15 Davide Italiano[MachO/X86_64] Simplify isDataInCodeTransition().
2017-04-15 Davide Italiano[MachO/AArch64] Merge multiple switch cases into one...
2017-04-15 Vedant Kumar[profile] Sync up InstrProfData.inc (NFC)
2017-04-15 Vedant Kumar[Coverage] Use the new getInstrProfSectionName API...
2017-04-15 Vedant Kumar[ProfileData] Unify getInstrProf*SectionName helpers
2017-04-15 Duncan P. N... Modules: Do not serialize #pragma pack state
2017-04-14 Sanjoy DasGeneralize SCEV's unit testing helper a bit
2017-04-14 Davide Italiano[Interpreter] Make a static func a lambda and remove...
2017-04-14 Craig Topper[InstCombine] MakeAnd/Or/Xor handling to reuse previous...
2017-04-14 Davide Italiano[ARM/Emulation] Remove an unneeded comparison and simpl...
2017-04-14 Chris BienemanFix bot breakage from r300372
2017-04-14 Davide Italiano[Process/Utility] Remove dead code. NFCI.
2017-04-14 Chris Bieneman[CMake] Support generating Config.h
2017-04-14 Vedant Kumar[ubsan] Don't check alignment if the alignment is 1
2017-04-14 Vedant Kumar[ubsan] Reduce alignment checking of C++ object pointers
2017-04-14 Krzysztof Parzyszek[RDF] No longer ignore implicit defs or uses on any...
2017-04-14 Krzysztof Parzyszek[RDF] Correctly enumerate reg units for reg masks
2017-04-14 Reid Kleckner[IR] Make paramHasAttr to use arg indices instead of...
2017-04-14 Kostya Serebryany[libFuzzer] more trophies
2017-04-14 Sam Clegg[WebAssembly] Improve readobj and nm support for wasm
2017-04-14 Sanjay Patel[InstCombine] (X != C1 && X != C2) --> (X | (C1 ^ C2...
2017-04-14 Craig Topper[InstCombine] Support folding a subtract with a constan...
2017-04-14 Stanislav Mekhanoshin[AMDGPU] set read_only access qualifier for pointers
2017-04-14 Sam Clegg[Test commit] Cleanup some whitespace in a test file
2017-04-14 Craig Topper[InstCombine] Regenerate test checks using script. NFC
2017-04-14 Rui Ueyama[ELF] Remove unused member [NFC]
2017-04-14 Vedant Kumar[ubsan] Use the correct tool name in diagnostics
2017-04-14 Sanjay Patel[InstCombine] add/move tests for and/or-of-icmps equali...
2017-04-14 Alexander Shaposhnikov[clang-move] Create ClangMoveActionFactory on stack
2017-04-14 Craig Topper[ValueTracking] Avoid undefined behavior in unittest...
2017-04-14 Craig Topper[InstCombine] Refactor SimplifyUsingDistributiveLaws...
2017-04-14 Xinliang David Li[Profile] Make host tool aware of object format when...
2017-04-14 Alexey BataevUpdate tests for the patch.
2017-04-14 Sanjoy DasUse range-for in a few places
2017-04-14 Sanjoy DasRewrite SCEV Normalization using SCEVRewriteVisitor...
2017-04-14 Sanjoy DasMake SCEVRewriteVisitor smarter about when it trys...
2017-04-14 Aaron BallmanRemoving a redundant, but harmless, %s; NFC.
2017-04-14 Sanjoy DasAdd missing #include
2017-04-14 Krzysztof Parzyszek[RDF] Switch RegisterAggr to a bit vector of register...
2017-04-14 Davide Italiano[FunctionImport] assert(false) -> llvm_unreachable...
next