platform/upstream/llvm.git
2016-10-26 Tom StellardAMDGPU/SI: Remove unnecessary run lines from test
2016-10-26 Zvi Rackover[X86] AVX512 fallback for floating-point scalar selects
2016-10-26 Sanjay Patel[InstCombine] consolidate zext tests and auto-generate...
2016-10-26 Sanjay Patel[InstCombine] auto-generate better checks; NFC
2016-10-26 Erik Verbruggen[PP] Replace some index based for loops with range...
2016-10-26 Benjamin KramerFix use-after-scope in ASTContext.
2016-10-26 Chad Rosier[AliasSetTracker] Make AST smarter about intrinsics...
2016-10-26 Rafael EspindolaDelete trivial getters. NFC.
2016-10-26 Victor LeschukDebugInfo: support for DWARFv5 DW_AT_alignment attribute
2016-10-26 Erik Verbruggen[PP] Remove another unused parameter
2016-10-26 Pavel LabathDon't set a software stepping breakpoint at 0 on arm...
2016-10-26 Eugene Leviant[ELF] Better error reporting for undefined symbols
2016-10-26 Andrea Di Biagio[IndVarSimplify][DebugLoc] When widening the exit loop...
2016-10-26 Vassil Vassilev[modules] PR28812: Modules can return duplicate field...
2016-10-26 Vassil VassilevRevert r285181 "DebugInfo: support for DWARFv5 DW_AT_al...
2016-10-26 Erik Verbruggen[PP] Replace some uses of unsigned with size_t
2016-10-26 Victor LeschukDebugInfo: support for DWARFv5 DW_AT_alignment attribute
2016-10-26 Erik VerbruggenPP: Remove unused parameters from methods
2016-10-26 Victor LeschukDebugInfo: add bitcode upgrade test for alignment
2016-10-26 Andi-Bogdan... Bug 28065 - clang-format incorrectly aligns backslash.
2016-10-26 Maxim Ostapenko[lsan] Relax check for allocator_end in ProcessGlobalRe...
2016-10-26 Vitaly Buka[CodeGen] Don't emit lifetime intrinsics for some local...
2016-10-26 Craig Topper[AVX-512] Fix the operand order for all calls to __buil...
2016-10-26 Dean Michael... [XRay] Be case-insensitive for error strings
2016-10-26 Craig Topper[AVX-512] Add scalar vfmsub/vfnmsub mask3 intrinsics
2016-10-26 Jason MolendaEnable the use of the new dyld SPI on the current
2016-10-26 Dean Michael... [XRay] Remove unnecessary include of <unistd.h>
2016-10-26 Dean Michael... [XRay] Remove unnecessary include of <unistd.h>
2016-10-26 Rui UeyamaSplit LinkerDriver::link. NFC.
2016-10-26 Dean Michael... [XRay] Move specialisations into correct namespace
2016-10-26 Dean Michael... [XRay] Remove extra `;` to make -wpedantic happy
2016-10-26 Dean Michael... [XRay] Add llvm-xray as a dependency to test/CMakeLists.txt
2016-10-26 Dean Michael... [XRay] Implement `llvm-xray extract`, start of the...
2016-10-26 Rui UeyamaRename variable to be more consistent.
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.
next