platform/upstream/llvm.git
2016-10-20 Eugene LeviantDon't include PHDRs if linker script doesn't want them
2016-10-20 George Rimar[ELF] - Partial support of --gdb-index command line...
2016-10-20 Benjamin Kramer[Go bindings] Update for r284678 API changes.
2016-10-20 Omair JavaidFix ARM/AArch64 Step-Over watchpoint issue remove provi...
2016-10-20 George Rimar[ELF] - Applied clang format. NFC.
2016-10-20 Jonas Paulsson[SystemZ] Post-RA scheduler implementation
2016-10-20 George Rimar[ELF] - Testcase checking that we do not crash on inval...
2016-10-20 George Rimar[Object/ELF] - Check index argument in getSymbol().
2016-10-20 Richard SmithWork around MSVC rejects-valid. Apparenty (some version...
2016-10-20 Rui UeyamaAdd a helper function to define symbols.
2016-10-20 Rui UeyamaRename variables so that they are more in line with...
2016-10-20 Rui UeyamaUpdate document.
2016-10-20 Rui UeyamaFormat. NFC.
2016-10-20 Rui UeyamaRemove Config::Binary.
2016-10-20 Rui UeyamaRemove an optional parameter from LinkerDriver::addFile...
2016-10-20 Rui UeyamaSplit LinkerDriver::createFiles. NFC.
2016-10-20 Rui UeyamaFix error message for unknown -format argument.
2016-10-20 Rui UeyamaSimplify. NFC.
2016-10-20 Eric FiselierAttempt to workaround XPASS for aligned allocation...
2016-10-20 Erik PilkingtonReplace uses of LLVM_FUNCTION_NAME with __func__, this...
2016-10-20 Tobias GrosserUpdate isl to isl-0.17.1-236-ga9c6cc7
2016-10-20 Peter CollingbourneX86: Allow expressions to appear as u8imm operands.
2016-10-20 Rui UeyamaRemove std:: from std::size_t.
2016-10-20 Peter CollingbourneX86: Deduplicate some lowering code. NFCI.
2016-10-20 Richard SmithRefactor and simplify Sema::FindCompositePointerType...
2016-10-20 Richard SmithPR26276: Fix detection of non-cast-expressions as opera...
2016-10-20 Victor LeschukUpgrade debug-info-vla test: we do not pass default...
2016-10-20 Victor LeschukDebugInfo: remove broken bitcode upgrade test
2016-10-20 Reid KlecknerUse __func__ directly now that all supported compilers...
2016-10-20 Reid KlecknerFix narrowing conversion error in 32-bit MSVC builds
2016-10-20 Victor LeschukDebugInfo: pass alignment value only if it was forced
2016-10-20 Victor LeschukDebugInfo: preparation to implement DW_AT_alignment
2016-10-20 Derek Schuff[WebAssembly] Update extending load test for new i1...
2016-10-20 Rui UeyamaAllow linker-script-defined entry symbols.
2016-10-20 Rui UeyamaFix build failure.
2016-10-20 Sean CallananAdded a decorator for the macOS version and switched...
2016-10-20 Richard SmithFix crash on noreturn conversion in unprototyped functi...
2016-10-19 Reid KlecknerRemove LLVM_NOEXCEPT and replace it with noexcept
2016-10-19 Reid KlecknerUse noexcept directly now that all compilers support it
2016-10-19 Michael J.... [ELF] Replace std::pair with a struct so we have proper...
2016-10-19 Richard SmithExtend hack to work around bad exception specifications...
2016-10-19 Kevin EnderbyNext set of additional error checks for invalid Mach...
2016-10-19 Reid KlecknerUse noexcept instead of LLVM_NOEXCEPT now that all...
2016-10-19 Jason MolendaAdd lldb register definitions for w0-w28, s0-s31, and...
2016-10-19 Reid KlecknerUpdate Compiler.h to fail fast when building with MSVC...
2016-10-19 Rong Xu[PGO] Fix a use-after-move. NFC.
2016-10-19 Rafael EspindolaDon't call markLiveAt for non alloc sections.
2016-10-19 Rui UeyamaRead an expression in the form of "ABSOLUTE(<expr>...
2016-10-19 Reid KlecknerRevert "DenseSet: Appease msc18 to define derived const...
2016-10-19 Reid KlecknerUpdate docs to reflect new minimum MSVC version requirement
2016-10-19 Rong Xu[PGO] Fix bogus warning for merging empty llvm profile...
2016-10-19 Michael Gottesman[cmake] Follow LLVM's lead in creating exported tool...
2016-10-19 Lang Hames[BuildingAJIT] Use the remote target triple to construc...
2016-10-19 Mehdi AminiAdd computeHostNumPhysicalCores() implementation for...
2016-10-19 Wei DingAMDGPU : Add a function to enable and disable IEEEBit...
2016-10-19 Lang HamesRemove the JIT EH/small code model tests for now.
2016-10-19 Richard SmithAdd optimization to sizeof...(X) handling: if none...
2016-10-19 Eli FriedmanDon't crash generating debug info for VLA in function...
2016-10-19 Victor LeschukDebugInfo: use uint32_t for alignment variables.
2016-10-19 Chris Bieneman[CMake] Make the runtimes directory work with bootstrap...
2016-10-19 Sanjay Patel[InstSimplify] fold negation of sign-bit
2016-10-19 Chris Bieneman[CMake] Add clang-bootstrap-deps target
2016-10-19 Justin Lebar[CUDA] When we emit an error that might have been defer...
2016-10-19 Chris Bieneman[CMake] Support thin LTO in PGO CMake cache
2016-10-19 Rui UeyamaAvoid using grep command in a test.
2016-10-19 Justin Lebar[AST] Add CanonicalDeclPtr<T>.
2016-10-19 Justin Lebar[CUDA] Emit errors for wrong-side calls made on the...
2016-10-19 Vedant Kumar[ubsan] Drop dependency on a 64-bit arch in a test...
2016-10-19 Rui UeyamaMove getVersionString to Core and simplify Version...
2016-10-19 Vedant Kumar[ubsan] Re-work check lines to try to appease a bot...
2016-10-19 Sriraman TallamNew clang option -mpie-copy-relocations to use copy...
2016-10-19 Lang Hames[BuildingAJIT] Make the chapter 5 server export symbols.
2016-10-19 Vedant Kumar[ubsan] Use the object pointer's type info for devirtua...
2016-10-19 Hans WennborgTypo: nomed struct -> named struct
2016-10-19 Rui UeyamaInclude ARGV[0] in error messages.
2016-10-19 Reid Kleckner[GlobalMerge] Handle non-landingpad EH pads
2016-10-19 Artur Pilipenko[IndVarSimplify] Teach calculatePostIncRange to take...
2016-10-19 Matthew Simpson[LV] Avoid emitting trivially dead instructions
2016-10-19 Chad Rosier[AliasSetTracker] Add support for memcpy and memmove.
2016-10-19 Artur Pilipenko[IndVarSimplify] Use control-dependent range informatio...
2016-10-19 Chad Rosier[AliasSetTracker] Return void for add() functions....
2016-10-19 Sanjay Patel[InstSimplify] move one and add more tests for potentia...
2016-10-19 Rafael EspindolaAdd a macro for prefetching data.
2016-10-19 Rui UeyamaRemove ending "." from an error message.
2016-10-19 Hans WennborgMS ABI: Fix assert when generating virtual function...
2016-10-19 Mehdi Amini[ADT] Zip range adapter
2016-10-19 Mandeep Singh... [polly] Fix non-determinism in polly BlockGenerators
2016-10-19 Vedant Kumar[llvm-cov] Don't spawn a thread unless ThreadCount > 1
2016-10-19 Simon Dardis[mips][msa] Range check MSA intrinsics with immediates
2016-10-19 Krzysztof Parzyszek[AMDGPU] Stop using MCRegisterClass::getSize()
2016-10-19 Teresa Johnson[ThinLTO] Default backend threads to heavyweight_hardwa...
2016-10-19 Douglas Katzman[Myriad] Find libc++ headers next to clang binary
2016-10-19 Simon PilgrimMerged nested ifs. NFCI.
2016-10-19 Pavel LabathRevert "Add Chrono.h - std::chrono support header"
2016-10-19 Simon Atanasyan[ELF] Add `const` qualifier to functions. NFC
2016-10-19 Simon Pilgrim[DAGCombiner] Add general constant vector support to...
2016-10-19 Reid Kleckner[WinEH] Allow catchpads to reuse the same catch object
2016-10-19 Sanjay Patel[DAG] optimize negation of bool
2016-10-19 Zachary Turner[pdb] Improve error messages when DIA is not found.
2016-10-19 Krzysztof Parzyszek[RDF] Switch RefMap in liveness calculation to use...
next