platform/upstream/llvm.git
2016-10-26 Rui UeyamaTruncate a SVN path part from --version output.
2016-10-26 Rui UeyamaUse printf instead of "echo -ne".
2016-10-26 Peter CollingbourneCloning: Also clone global variable attached metadata.
2016-10-26 Richard Smith[modules] Fix assert if multiple update records provide...
2016-10-26 Vitaly Buka[Sema] Handle CaseStmt and DefaultStmt as SwitchCase
2016-10-26 Vitaly Buka[CodeGen] Move shouldEmitLifetimeMarkers into more...
2016-10-26 Kostya Serebryany[libFuzzer] refresh docs
2016-10-26 Dean Michael... Revert "[XRay] Implement `llvm-xray extract`, start...
2016-10-26 Dean Michael... [XRay] Implement `llvm-xray extract`, start of the...
2016-10-26 Richard Smith[cxx_status] update comment
2016-10-26 Jim InghamSBWatchpoint::Disable doesn't actually work. Add a...
2016-10-26 Richard SmithTreat module headers wrapped by our builtin headers...
2016-10-26 Rui UeyamaUse printf instead of "echo -e" or "echo -n".
2016-10-26 Richard SmithImplement name mangling proposal for exception specific...
2016-10-26 Rafael EspindolaUse uint32_t for consistency.
2016-10-26 Rafael EspindolaRead section headers upfront.
2016-10-26 Kostya Serebryany[libFuzzer] simplify the code in TracePC::HandleTrace...
2016-10-26 Kostya Serebryany[libFuzzer] simplify the code to print new PCs
2016-10-25 Douglas Katzman[Myriad] add empty file to simulated bin dir
2016-10-25 Evgeniy StepanovUtility functions for appending to llvm.used/llvm.compi...
2016-10-25 Kostya Serebryany[libFuzzer] simplify the code in TracePC::HandleTrace
2016-10-25 Lang Hames[docs] Avoid repetition of 'considerable' in Error...
2016-10-25 Douglas Katzman[Myriad] Find libc++ adjacent to libstdc++
2016-10-25 Lang Hames[docs] Use consistent style for "do more stuff" in...
2016-10-25 Lang Hames[docs] Fix yet another Error docs formatting issue...
2016-10-25 Lang Hames[docs] Fix a few more Error docs formatting issues.
2016-10-25 Kostya Serebryany[libFuzzer] add StandaloneFuzzTargetMain.c and a test...
2016-10-25 Lang Hames[docs] Fix a missing code-block in the new Error docs.
2016-10-25 Lang Hames[docs] Fix a couple of typos in the new Error docs.
2016-10-25 Bob Haarman[codeview] emit debug info for indirect virtual base...
2016-10-25 James Y Knight[Sparc] Don't overlap variable-sized allocas with other...
2016-10-25 Bob Haarman[codeview] support emitting indirect virtual base class...
2016-10-25 Simon Pilgrim[DAGCombiner] Enable (urem x, (shl pow2, y)) -> (and...
2016-10-25 Rong Xu[PGO] Fix select instruction annotation
2016-10-25 Stephen HinesUse linker flag --fix-cortex-a53-843419 on Android...
2016-10-25 Saleem AbdulrasoolCodeGen: be more conservative about setting section
2016-10-25 Yaxun Liu[OpenCL] Add missing atom_xor for 64 bit to opencl-c.h
2016-10-25 Simon Pilgrim[X86][SSE] Regenerated known-bits test with srem->urem fix
2016-10-25 Simon Pilgrim[DAGCombiner] Enable srem(x.y) -> urem(x,y) combine...
2016-10-25 Lang Hames[docs] Add more Error documentation to the Programmer...
2016-10-25 Simon Pilgrim[X86][SSE] Added vector srem combine tests
2016-10-25 Argyrios Kyrtzidis[index] Fixes for locations and relations in Objective...
2016-10-25 Simon Pilgrim[X86][SSE] Added vector urem combine tests
2016-10-25 Simon Pilgrim[DAGCombiner] Enable sdiv(x.y) -> udiv(x,y) combine...
2016-10-25 Eric FiselierFix nullptr tests
2016-10-25 Guozhi Wei[InstCombine] Resubmit the combine of A->B->A BitCast...
2016-10-25 Jason Henline[SE] Remove StreamExecutor
2016-10-25 Jim InghamFix a race condition between the "ephemeral watchpoint...
2016-10-25 Jim InghamFixing up the project file for the removal of LibStdcpp...
2016-10-25 Simon Pilgrim[X86][SSE] Added vector sdiv combine tests
2016-10-25 Jason HenlineInitial check-in of Acxxel (StreamExecutor renamed)
2016-10-25 Robert Lougherrevert: "Remove debug location from common tail when...
2016-10-25 Kostya Serebryany[libFuzzer] when mutating based on CMP traces also...
2016-10-25 Sanjay Patel[InstCombine] Ensure that truncated int types are legal.
2016-10-25 Eric FiselierGet libc++abi building with LLVM_ENABLE_MODULES
2016-10-25 Evandro Menezes[AArch64] Adjust the cost model for Exynos M1.
2016-10-25 Tim Shen[APFloat] Make APFloat an interface class to the intern...
2016-10-25 Evandro MenezesAdd option to specify minimum number of entries for...
2016-10-25 Vedant Kumar[llvm-cov] Don't use colored output until we know it...
2016-10-25 Eric FiselierUpdate revision number in CHANGELOG.TXT
2016-10-25 Eric Fiselier[libcxx] Build with -fvisibility-inlines-hidden --...
2016-10-25 Eric Fiselier[libc++] Fix modules build - Rework __refstring definition
2016-10-25 Evandro MenezesSwitch lowering: improve partitioning of jump tables
2016-10-25 Erik PilkingtonReapply r284265: "[Sema] Refactor context checking...
2016-10-25 Matthew Simpson[LV] Sink scalar operands of predicated instructions
2016-10-25 Nico WeberRemove a VS 2012 workaround, we require 2015 now.
2016-10-25 Sanjay Patel[InstCombine] add tests for missing icmp + shl nuw...
2016-10-25 Michael IlsemanAdd -strip-nonlinetable-debuginfo capability
2016-10-25 Robert LougherRemove debug location from common tail when tail-merging
2016-10-25 Michael KupersteinFix 80-char violations. NFC.
2016-10-25 Vedant Kumar[unittests] STLExtrasTest: Remove an MSVC 2013 workarou...
2016-10-25 Vedant Kumar[unittests] Remove an MSVC 2013 workaround, NFCI.
2016-10-25 Nico WeberRevert 285087.
2016-10-25 Vedant Kumar[llvm-cov] Add support for loading coverage from multip...
2016-10-25 Nico WeberTry removing an MSVC2010 workaround.
2016-10-25 Eugene ZelenkoFix Clang-tidy readability-redundant-member-init warnin...
2016-10-25 Dan Gohman[WebAssembly] Add immediate fields to call_indirect...
2016-10-25 Dehao ChenMove discriminator assignment to where it is used....
2016-10-25 Andrea Di Biagio[IndVarSimplify][Dwarf] When widening the IV increment...
2016-10-25 Rafael EspindolaBe a bit more consistent about using getters. NFC.
2016-10-25 Pavel LabathReplace TimeValue by TimePoint in LegacyPassManager...
2016-10-25 Geoff Berry[EarlyCSE] Make MemorySSA memory dependency check more...
2016-10-25 Rafael EspindolaDelete getSectionHdr.
2016-10-25 Sanjay Patelfix formatting; NFC
2016-10-25 Ulrich Weigand[SystemZ] Do not use LOC(G) for volatile loads
2016-10-25 Michal Gorny[Driver] Disable OpenSUSE rules for OpenSUSE/SLES 10...
2016-10-25 Sanjay Patel[InstCombine] add test and code comment to show potenti...
2016-10-25 Michal Gorny[Driver] Support obtaining active toolchain from gcc...
2016-10-25 Saleem AbdulrasoolCodeGen: mark protocols as common data
2016-10-25 Simon Pilgrim[X86][SSE] Add support for (V)PMOVSX* constant folding
2016-10-25 Michael Kruse[ScopInfo] Fix: use raw source pointer.
2016-10-25 Sanjay Patel[InstCombine] fix checks for previous commit (r285069)
2016-10-25 Sanjay Patel[InstCombine] add tests for bitcast interference with...
2016-10-25 Pavel LabathRevert "Improve the libstdc++ smart pointer formatters"
2016-10-25 Simon PilgrimFix MSVC unused variable warning.
2016-10-25 Kelvin LiRe-apply patch r279045.
2016-10-25 Benjamin KramerFix diagnostic format string for err_os_log_argument_to_big
2016-10-25 Rafael Espindolafix warning
2016-10-25 Zvi Rackover[DAGCombine] Preserve shuffles when one of the vector...
2016-10-25 Rafael EspindolaUpdate for llvm change.
next