platform/upstream/llvm.git
2016-10-09 Hal FinkelWhen optimizing for size, enable loop rerolling by...
2016-10-09 Hal Finkel[CMake] Fix in-tree libcxxabi build support after r283659
2016-10-09 Justin Lebar[CUDA] Don't install cuda_wrappers/{algorithm,complex...
2016-10-08 Kostya Serebryany[libFuzzer] when shrinking the corpus, delete evicted...
2016-10-08 Mehdi AminiThinLTO: Fix Gold test after caching fix in r283655
2016-10-08 Justin Lebar[CUDA] Support <complex> and std::min/max on the device.
2016-10-08 Justin Lebar[CUDA] Rename cuda_builtin_vars.h to __clang_cuda_built...
2016-10-08 Justin Lebar[CUDA] Declare our __device__ math functions in the...
2016-10-08 Justin Lebar[CUDA] Add #pragma clang force_cuda_host_device_{begin...
2016-10-08 Kostya Serebryany[libFuzzer] control the reload interval by a flag,...
2016-10-08 Kostya Serebryany[libFuzzer] fix use-after-free in libFuzzer found by...
2016-10-08 Simon Pilgrim[X86][SSE] Regenerate select tests
2016-10-08 Zvi RackoverRevert "[X86] Apply the Update LLC Test Checks tool...
2016-10-08 Simon Pilgrim[X86][SSE] Regenerate and add 32-bit tests to widening...
2016-10-08 Mehdi AminiTurn cl::values() (for enum) from a vararg function...
2016-10-08 Simon PilgrimFix comment typos - full update script path in assertio...
2016-10-08 Craig Topper[AVX-512] Add test case for PR30430 that I should have...
2016-10-08 Craig Topper[AVX-512] Fix a bug in getLargestLegalSuperClass where...
2016-10-08 Zvi Rackover[X86] Apply the Update LLC Test Checks tool on the...
2016-10-08 Simon Pilgrim[X86][AVX2] Regenerate and add 32-bit tests to core...
2016-10-08 Colin LeMahieu[Hexagon] Adding change of flow max 1 (cofMax1) TS...
2016-10-08 Teresa Johnson[ThinLTO] Record calls to aliases
2016-10-08 Sebastian Pop[AArch64] Avoid generating indexed vector instructions...
2016-10-08 Artem Dergachev[analyzer] Fix build error after r283660 - remove const...
2016-10-08 Artem Dergachev[analyzer] Re-apply r283094 "Improve CloneChecker diagn...
2016-10-08 Artem Dergachev[analyzer] Re-apply r283093 "Add extra notes to ObjCDea...
2016-10-08 Michal Gorny[cmake] Split linked libraries into private & public...
2016-10-08 Kuba Brecka[compiler-rt] Exclude compiler-rt from using -fmodules...
2016-10-08 Yaron KerenUn-tabify source files, NFC.
2016-10-08 Adam Nemet[OptRemarks] Remove non-printable chars from function...
2016-10-08 Mehdi AminiThinLTO: don't perform incremental LTO on module withou...
2016-10-08 Mehdi AminiThinLTO: handles modules with empty summaries
2016-10-08 Mehdi AminiRequires the AVR backend for running test/CodeGen/AVR
2016-10-08 Pavel LabathFix compiler warnings in TestClangASTContext.cpp
2016-10-08 Pavel LabathFix compiler warnings in PlatformDarwinTest.cpp
2016-10-08 Kyle ButtRevert "Codegen: Tail-duplicate during placement."
2016-10-08 Mehdi AminiUse StringRef in Command::printArg() instead of raw...
2016-10-08 Eric FiselierRemove all _LIBCPP_VERSION tests from under test/std
2016-10-08 Eric FiselierPurge all usages of _LIBCPP_STD_VER under test/std...
2016-10-08 Dylan McKay[AVR] Add backend dependencies to MCTargetDesc/LLVMBuil...
2016-10-08 Zachary Turner[pdb] Dump Module Symbols to Yaml.
2016-10-08 Dylan McKayFix incorrect assertion in AVRFrameLowering.cpp
2016-10-08 Dylan McKay[AVR] Don't worry about call frame size when initializi...
2016-10-08 Dylan McKay[AVR] Don't shadow container while iterating in range...
2016-10-08 Justin Lebar[CUDA] Do a better job at detecting wrong-side calls.
2016-10-08 Dylan McKay[AVR] Use references rather than pointers in AVRISelLow...
2016-10-08 Dylan McKayAllow a maximum of 64 bits to be returned in registers
2016-10-08 Dylan McKay[AVR] Expand MULHS for all types
2016-10-08 Eric FiselierAdd missing <memory> include in test
2016-10-08 Eric FiselierAdd missing include in test_allocator.h
2016-10-08 Eric Fiselier[libc++] Fix stack_allocator
2016-10-08 Dylan McKay[AVR] Add the 'SoftFail' field to all instruction formats
2016-10-08 Dylan McKay[AVR] Set up the instruction printer and the assembly...
2016-10-08 Dylan McKay[AVR] Add dependencies to AVR libraries in AVRCodeGen
2016-10-08 Dylan McKay[AVR] Add missing subdirectories to LLVMBuild
2016-10-08 Hal Finkel[llvm-opt-report] Don't leave space for opts that never...
2016-10-08 Gor Nishanov[coroutines] Store an address of destroy OR cleanup...
2016-10-08 Lang Hames[docs] Fix indentation bug in LangRef.
2016-10-08 Dylan McKay[AVR] Add the assembly printer
2016-10-07 Tom StellardAMDGPU/SI: Handle div_fmas hazard in GCNHazardRecognizer
2016-10-07 Marshall ClowDisable alignment support of 0x4000 for Win32. https...
2016-10-07 Eric FiselierFix PR30642 - libc++ leaks always-visible symbols...
2016-10-07 Kyle ButtCodegen: Tail-duplicate during placement.
2016-10-07 Eric FiselierFix shadow warnings. Patch from STL@microsoft.com
2016-10-07 Arnold Schwaighoferswifterror: Don't compute swifterror vregs during instr...
2016-10-07 Mehdi AminiRename variable to not use C++ reserved name (leading...
2016-10-07 Mehdi AminiFix MSVC build: requires namespace in front of StringRe...
2016-10-07 Sanjay Patel[DAG] clean up foldSelectOfConstants(); NFCI
2016-10-07 Davide Italiano[InstCombine] Don't unpack arrays that are too large...
2016-10-07 Mehdi AminiDriver: use StringRef instead of raw pointer in lookupT...
2016-10-07 Zachary TurnerAdd missing include.
2016-10-07 Zachary TurnerRefactor Symbol visitor code.
2016-10-07 Hongbin Zheng[cmake] Treat polly as "in tree" if LLVM_EXTERNAL_POLLY...
2016-10-07 Zachary TurnerFix a few warnings caught by clang.
2016-10-07 Eric FiselierFix various issues in std::any and the related tests.
2016-10-07 Mehdi AminiTurn ArchName/BoundArch in Driver from raw pointer...
2016-10-07 Sean CallananRemove a stray dump().
2016-10-07 Zachary TurnerRemove unused variable.
2016-10-07 Douglas KatzmanVisually align table def with respective enum. NFC
2016-10-07 Hongbin ZhengDefine PATH_MAX on windows
2016-10-07 Davide Italiano[InstCombine] Don't unpack arrays that are too large
2016-10-07 Qin Zhao[esan] Fix ESan test failure on Debian Sid bot
2016-10-07 Sanjay Patel[DAG] move fold (select C, 0, 1 -> xor C, 1) to a helpe...
2016-10-07 Tom StellardAMDGPU/SI: Add support for 8-byte relocations
2016-10-07 Anna Thomas[RS4GC] Strengthen coverage: add more tests
2016-10-07 Michal GornyRevert r283572 - [Driver] Make -print-libgcc-file-name...
2016-10-07 Rui UeyamaImprove comments.
2016-10-07 Artem Dergachev[analyzer] Re-apply r283092, attempt no.4, chunk no...
2016-10-07 Nirav DaveSilence Warning. NFC.
2016-10-07 Colin LeMahieu[Hexagon][NFC] Using documented instruction type name...
2016-10-07 Mehdi AminiRecommit "Use StringRef in LTOModule implementation...
2016-10-07 Eric FiselierRemove MSVC workarounds. Patch from STL@microsoft.com
2016-10-07 Davide Italiano[LoopIdiomRecognize] Merge two if conditions into one...
2016-10-07 Jim InghamThe PR that caused this test ot fail was fixed in July...
2016-10-07 Jonathan PeytonCode cleanup for the runtime without monitor thread
2016-10-07 Jonathan PeytonEnable omp_get_schedule() to return static steal type.
2016-10-07 Sanjay Patel[InstCombine] fold select X, (ext X), C
2016-10-07 Artem Dergachev[analyzer] Re-apply r283092, attempt no.4, chunk no...
2016-10-07 Artem Dergachev[analyzer] Re-apply r283092, attempt no.4, chunk no.3.
2016-10-07 Michal Gorny[Driver] Make -print-libgcc-file-name print compiler...
next