summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert r370105 - Update two x86 datalayouts for r370083, looks like racing co...Richard Trieu2019-08-282-2/+2
* [libomptarget] Refactor shfl_down_sync macro to inline functionJon Chesterfield2019-08-283-7/+14
* [test] Speculative fix for r369966 on llvm-clang-x86_64-winVedant Kumar2019-08-281-1/+1
* [libomptarget] Refactor shfl_sync macro to inline functionJon Chesterfield2019-08-285-8/+24
* [Clang][Bundler] Do not require host triple for extracting device bundlesSergey Dmitriev2019-08-282-3/+26
* Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...Vlad Tsyrklevich2019-08-28520-550/+538
* Fix "commas at the end of enumerator lists are a C99-specific"Vitaly Buka2019-08-281-1/+1
* AMDGPU/GlobalISel: Implement addrspacecast for 32-bit constant addrspaceMatt Arsenault2019-08-282-8/+240
* [lit] Fix the way we check if an environment var is setJonas Devlieghere2019-08-281-1/+1
* [test] Disable TestConcurrentManySignals on Darwin.Jonas Devlieghere2019-08-281-0/+2
* [lit] Don't set DYLD_LIBRARY_PATH when DYLD_INSERT_LIBRARIES is set.Jonas Devlieghere2019-08-281-13/+15
* [ObjC] Fix type checking for qualified id block parameters.Volodymyr Sapsai2019-08-282-3/+14
* Re-land [clang-scan-deps] Minimizer: Correctly handle multi-line content with...Alexandre Ganea2019-08-283-14/+55
* [NFC] Assert preconditions and merge all users into one codepath in Loads.cppPhilip Reames2019-08-271-6/+11
* [lld][WebAssembly] Support for growable tablesJacob Gravelle2019-08-275-1/+27
* Revert "[lldb] Move redundant persistent variable counter to ClangPersistentV...Adrian Prantl2019-08-274-12/+18
* [preprocessor] Add an opportunity to retain excluded conditional blocksEvgeny Mankov2019-08-278-6/+194
* ArrayRef'ized CompilerInvocation::CreateFromArgsDmitri Gribenko2019-08-278-25/+12
* [sanitizer_common] Close superfluous file descriptors in spawned processJulian Lettner2019-08-271-5/+23
* [dotest] Remove check for LLDB_TESTSUITE_FORCE_FINISHJonas Devlieghere2019-08-271-6/+0
* [clang][Index][NFC] Move IndexDataConsumer default implementationJan Korous2019-08-272-26/+11
* [Clang][Bundler] Fix for a hang when unbundling fat binarySergey Dmitriev2019-08-272-4/+10
* [InstCombine] Disable some portions of foldGEPICmp for GEPs that return a vec...Craig Topper2019-08-272-11/+41
* [RISCV] Implement RISCVRegisterInfo::getPointerRegClassLuis Marques2019-08-271-0/+6
* [Analysis] Improve EmitGEPOffset handling of vector GEPs with scalar indices.Craig Topper2019-08-272-0/+24
* Fix asan-symbolize-bad-path.cpp on DarwinAlexander Richardson2019-08-271-1/+2
* [libc++] Add yet another test for inverted character classesLouis Dionne2019-08-271-0/+3
* Diagnose _Bool as a C99 extension.Aaron Ballman2019-08-272-0/+6
* Debug Info: Support for DW_AT_export_symbols for anonymous structsShafik Yaghmour2019-08-272-1/+17
* [Platform/Android] Read the adb server from an env variable if setNathan Lanza2019-08-271-1/+6
* Update two x86 datalayouts for r370083, looks like racing commitsReid Kleckner2019-08-272-2/+2
* [GlobalISel] Replace hard coded dynamic alloca handling with G_DYN_STACKALLOC.Amara Emerson2019-08-278-58/+283
* [clangd] Add a distinct highlighting for local variablesNathan Ridge2019-08-274-68/+76
* [Loads/SROA] Remove blatantly incorrect code and fix a bug revealed in the pr...Philip Reames2019-08-273-47/+13
* AMDGPU: Always emit amdgpu-flat-work-group-sizeMatt Arsenault2019-08-272-16/+29
* Diagnose both _Complex and _Imaginary as C99 extensions.Aaron Ballman2019-08-276-16/+28
* DAG: computeNumSignBits for MULMatt Arsenault2019-08-272-14/+17
* AMDGPU: Add baseline test for num sign bits of mulMatt Arsenault2019-08-271-0/+168
* [XCOFF][AIX] Generate symbol table entries with llvm-readobjJason Liu2019-08-276-28/+937
* Remove clang-tidy-vs from clang-tools-extra (PR41791)Alex Lorenz2019-08-2739-3507/+8
* Revert Autogenerate the shebang lines for tools/opt-viewerReid Kleckner2019-08-276-24/+7
* Add GWP-ASan fuzz target to compiler-rt/tools.Mitch Phillips2019-08-275-23/+23
* [driver][xray] fix the macOS support checker by supporting -macosAlex Lorenz2019-08-272-1/+5
* [ORCv2] - New Speculate Query ImplementationPraveen Velliengiri2019-08-275-91/+383
* [Tblgen][MCA] Add the ability to mark groups as LoadQueue and StoreQueue. NFCIAndrea Di Biagio2019-08-272-6/+6
* [dotest] Remove results portJonas Devlieghere2019-08-278-72/+9
* AMDGPU: Add amdgpu-32bit-address-high-bits to MIR serializationMatt Arsenault2019-08-274-2/+22
* [JITLink] Fix bogus TimerGroup constructor call.Lang Hames2019-08-271-3/+2
* Move EH spec mismatches under -fms-compatibilityReid Kleckner2019-08-275-51/+52
* AMDGPU: Fix crash from inconsistent register types for v3i16/v3f16Matt Arsenault2019-08-272-3/+92
OpenPOWER on IntegriCloud