platform/upstream/llvm.git
2016-01-27 Mike Aizatsky[sancov] sancov tool documentation
2016-01-27 Mike Aizatsky[sanitizers] generating html report on coverage dump
2016-01-27 Michael KruseScopInfo: Never add read accesses for synthesizable...
2016-01-27 Evgeniy StepanovStrengthen cfi-check-fail test.
2016-01-27 Rui UeyamaDo not use return with a function whose return type...
2016-01-27 Adam Nemet[TTI] Add getPrefetchDistance from PPCLoopDataPrefetch...
2016-01-27 Tim NorthoverARMv7k: simplify logic for deciding sjlj-exceptions.
2016-01-27 Evgeniy StepanovTweak unnamed label syntax in textual IR for easier...
2016-01-27 Evgeniy Stepanov[cfi] Fix a warning in tests.
2016-01-27 Alexey Samsonov[CMake] Set llvm_tools_dir to LLVM_TOOLS_BINARY_DIR...
2016-01-27 Jonathan PeytonRestore th_current_task first as suggested by John...
2016-01-27 Derek Schuff[WebAssembly] Implement byval arguments
2016-01-27 Evgeniy Stepanov[cfi] Disable vtable diagnostics when no cxxabi.
2016-01-27 Simon Pilgrim[utils] Add windows support to update_llc_test_checks.py
2016-01-27 Jonathan PeytonFormatting fixes
2016-01-27 Jonathan PeytonFixing comments.
2016-01-27 Jonathan PeytonRemoving extra empty lines
2016-01-27 Mike Aizatsky[sanitizers] using execv instead of execve with null...
2016-01-27 Davide Italiano[llvm-nm] Remove redundant check for file validity.
2016-01-27 Daniel Jasperclang-format: [Java] Remove unnecessary line break...
2016-01-27 Manman RenClass Property: create accessors (class methods) for...
2016-01-27 Manman RenClass Property: handle class properties.
2016-01-27 Zachary TurnerRevert "Resubmit r258759 with proper unicode handling."
2016-01-27 Evgeniy Stepanov[cfi] Fix gcc build.
2016-01-27 Tim NorthoverARMv7k: select ABI based on v7k Arch rather than watcho...
2016-01-27 Tim NorthoverARMv7k: base ABI decision on v7k Arch rather than watch...
2016-01-27 Benjamin KramerOne more batch of self-containing headers.
2016-01-27 Benjamin KramerDon't put classes in headers into anonymous namespaces.
2016-01-27 Sanjay Patel[SimplifyCFG] limit recursion depth when speculating...
2016-01-27 John McCallAdd support for objc_unsafeClaimAutoreleasedReturnValue...
2016-01-27 Zachary TurnerResubmit r258759 with proper unicode handling.
2016-01-27 Zachary TurnerFix some python 3 incompatibilities that went in overnight.
2016-01-27 Zachary TurnerRefactor some of the xfail / skip decorators to share...
2016-01-27 Zachary TurnerDon't automtically try to import pexpect in lldbpexpect.
2016-01-27 John McCallEmit calls to objc_unsafeClaimAutoreleasedReturnValue...
2016-01-27 Hans Wennborgdocs/conf.py: update copyright year
2016-01-27 Rafael EspindolaRemove another case of almost duplicated code.
2016-01-27 Benjamin KramerUnbreak wasm build after r258951.
2016-01-27 Benjamin KramerMake more headers self-contained.
2016-01-27 Hans Wennborggetting_started.rst: fix 'unknown target name' error
2016-01-27 Oliver StannardRefactor backend diagnostics for unsupported features
2016-01-27 Oliver StannardAdd backend dignostic printer for unsupported features
2016-01-27 Rafael EspindolaHandle local symbols in discarded sections.
2016-01-27 Michael KruseIntroduce MemAccInst helper class; NFC
2016-01-27 Sanjoy Das[IndVars] Hoist DataLayout load out of loop; NFC
2016-01-27 Sanjoy Das[IndVars] Use isSCEVable; NFC
2016-01-27 Sanjoy Das[IndVars] Use range-for; NFC
2016-01-27 Adrian McCarthyXFail TestCPPAuto on Windows until we can find the...
2016-01-27 Benjamin KramerMove SafeStack to CodeGen.
2016-01-27 Simon Pilgrim[X86][SSE] Test insertps instrinsic calls with masks...
2016-01-27 Rafael EspindolaRemove redundant variable.
2016-01-27 Benjamin KramerRename TargetSelectionDAGInfo into SelectionDAGTargetIn...
2016-01-27 Benjamin KramerMove passes that live in lib/CodeGen out of Scalar.h
2016-01-27 Benjamin KramerMake some headers self-contained, remove unused include...
2016-01-27 Tom StellardAMDGPU/SI: Fix commuting of 32-bit VOPC instructions
2016-01-27 Chris BienemanAdding back in a test that I inadvertently removed...
2016-01-27 Tom StellardImplement modf math builtin
2016-01-27 Tom StellardAdd _CLC_V_V_VP_VECTORIZE macro
2016-01-27 Igor Laevsky[DebugInfo] Support zero-length CIE in the _eh_frame...
2016-01-27 Omair JavaidDecorarte TestInferiorAssert xfails on AArch64 Linux
2016-01-27 Matthew SimpsonReapply commit r258404 with fix
2016-01-27 Benjamin KramerRemove superfluous call to std::to_string that's breaki...
2016-01-27 Benjamin KramerRevert "Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E...
2016-01-27 Alexander Kornienko[clang-tidy] Fix documentation.
2016-01-27 Alexander Kornienko[clang-tidy] Use relative URL for redirection.
2016-01-27 Alexander KornienkoAdd clang-tools-extra documentation to the CMake build.
2016-01-27 Sjoerd MeijerAdd missing build attribute regression tests for Cortex-A8
2016-01-27 Marek OlsakAMDGPU/SI: Stoney has only 16 LDS banks
2016-01-27 Pavel LabathFix linking with LLVM_LINK_LLVM_DYLIB=ON
2016-01-27 Daniel Sanders[libcxx] Additional 'REQUIRE' directives for tests...
2016-01-27 Bhushan D.... [LLDB][MIPS] A small fix in GetBreakableLoadAddress...
2016-01-27 Benjamin KramerUpdate for LLVM change.
2016-01-27 Benjamin KramerMove MCTargetAsmParser.h to llvm/MC/MCParser where...
2016-01-27 Daniel Sanders[compiler-rt] list_union() is actually an intersect...
2016-01-27 Igor BregerAVX512: Fix vpmovzxbw predicate for AVX1/2 instructions.
2016-01-27 Igor BregerAVX512: Add store mask patterns.
2016-01-27 Xinliang David LiFix a bug in test case (both ir,fe instr were turned on
2016-01-27 Chen Li[IndVarSimplify] Rewrite loop exit values with their...
2016-01-27 Daniel MarjamakiFix array index out of bounds
2016-01-27 Jonas HahnfeldChange whitespace to test commit access
2016-01-27 Haicheng Wu[SLPVectorizer] Swap the checking order of isCommutativ...
2016-01-27 Matthias BraunSmallPtrSet: Inline the part of insert_imp in the small...
2016-01-27 Matthias BraunFunction: Slightly simplify code by using existing...
2016-01-27 Xinliang David Li[Coverage] Fix more bugs in covmap V1 documentation
2016-01-27 David MajnemerRevert "Revert "[SimplifyCFG] allow speculation of...
2016-01-27 David Majnemer[SimplifyCFG] Don't mistake icmp of and for a tree...
2016-01-27 David MajnemerRevert "[SimplifyCFG] allow speculation of exactly...
2016-01-27 Yunzhong GaoAdding a test for PR25717.
2016-01-27 Matt ArsenaultAMDGPU: Fix default device handling
2016-01-27 Akira Hatanaka[libcxx] Remove -Wpadded from buildit script.
2016-01-27 Reid Kleckner[cmake] Remove /Og- flag which was working around PR24785
2016-01-27 Yunzhong GaoAdd "/dev/tty" as a special file name for lit tests.
2016-01-27 Reid Kleckner[llvm-tblgen] Avoid StringMatcher for GCC and MS builti...
2016-01-27 Devin Coughlin[analyzer] ObjCDeallocChecker: Only operate on classes...
2016-01-27 Dan Gohman[WebAssembly] Add a test for the mem-intrinsic code...
2016-01-27 James Y KnightRevert "Change of UserLabelPrefix default value from...
2016-01-27 Eric FiselierFix broken commit r258888. I missed adding two pointer...
2016-01-27 Hans Wennborgtest-release.sh: Ignore LC_CTYPE in sed invocation...
2016-01-27 Xinliang David LiSync up with master file
2016-01-27 Xinliang David Li[PGO] Make header portable for C /NFC
next