summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ORC] NFC remove unimplemented queryPraveen Velliengiri2019-08-271-7/+0
* Recommit "[GlobalISel] Import patterns containing INSERT_SUBREG"Jessica Paquette2019-08-2710-39/+407
* Change the X86 datalayout to add three address spaces for 32 bit signed,Amy Huang2019-08-27520-538/+550
* Use FileEntryRef for PPCallbacks::HasIncludeAlex Lorenz2019-08-276-7/+41
* Revert "[GlobalISel] Import patterns containing INSERT_SUBREG"Jessica Paquette2019-08-2710-407/+39
* [X86] Remove encoding information from the TAILJMP instructions that are lowe...Craig Topper2019-08-272-45/+87
* [lldb] Fix x86 compilationTatyana Krasnukha2019-08-276-21/+19
* [JITLink] Add timers and -show-times option to llvm-jitlink.Lang Hames2019-08-271-3/+35
* [JITLink][ORC] Track eh-frame section size for registration/deregistration.Lang Hames2019-08-274-55/+89
* [RISCV] Set MaxAtomicInlineWidth and MaxAtomicPromoteWidth for RV32/RV64 targ...Sam Elliott2019-08-274-0/+260
* [JITLink] Don't under-align zero-fill sections.Lang Hames2019-08-272-26/+27
* [DAGCombiner] cancel fnegs from multiplied operands of FMASanjay Patel2019-08-273-20/+33
OpenPOWER on IntegriCloud