summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve behavior in the case of stack exhaustion.Richard Smith2019-08-2621-123/+348
* [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...Raphael Isemann2019-08-269-377/+226
* [driver] add a new option `-gen-cdb-fragment-path` to emitAlex Lorenz2019-08-264-4/+89
* [DAGCombiner][X86] Teach SimplifyVBinOp to fold VBinOp (concat X, undef/const...Craig Topper2019-08-262-63/+40
* [Attributor] Further cut down on non-determinismJohannes Doerfert2019-08-262-4/+5
* [Attributor] Allow explicit dependence trackingJohannes Doerfert2019-08-263-18/+68
* [clangd] Release notesSam McCall2019-08-261-1/+92
* [OPENMP][NVPTX]Add __kmpc_syncwarp(int32_t) function.Alexey Bataev2019-08-263-0/+14
* Fix use of invalidated iterator introduced by r369680.Richard Smith2019-08-261-4/+4
* [libclang][index][NFCi] Refactor machinery for skipping function bodiesJan Korous2019-08-261-41/+65
* TestFunctionStarts.py: add synchronizationFrederic Riss2019-08-262-2/+21
* [asan_symbolize] Attempt to fix build-bot failure after latest changeAlexander Richardson2019-08-261-0/+4
* [NFC] Add comments to some bool arguments for better readabilityGabor Horvath2019-08-261-4/+8
* [DAGCombiner] Remove a bunch of redundant AddToWorklist calls.Amaury Sechet2019-08-261-121/+20
* Fix -dA flag, it is not a preprocessor flag.Erich Keane2019-08-263-6/+3
* [clang-doc] Switch Generator::CreateResources to use llvm::ErrorJulie Hockett2019-08-264-28/+44
* [asan_symbolize] Avoid blocking when llvm-symbolizer is installed as addr2lineAlexander Richardson2019-08-262-5/+38
* [PowerPC] add tests for fma with negated ops; NFCSanjay Patel2019-08-261-7/+37
* [dotest] Print invocation when encountering an error.Jonas Devlieghere2019-08-261-2/+6
* [clangd] Fix docsKadir Cetinkaya2019-08-261-2/+3
* [SampleFDO] Extract the code calling each section reader to readOneSection.Wei Mi2019-08-262-20/+33
* Moved GlobList into a separate header fileDmitri Gribenko2019-08-2610-125/+173
* [clangd] Add docs for configuration knobs in clangdKadir Cetinkaya2019-08-262-0/+40
* clang-format: [JS] handle `as const`.Martin Probst2019-08-262-0/+7
* [clang-tidy][NFC] Qualify `makeRule` call in test, for consistency with other...Yitzhak Mandelbaum2019-08-261-2/+3
* [clang-tidy] TransformerClangTidyCheck: change choice of location for diagnos...Yitzhak Mandelbaum2019-08-262-15/+59
* [clangd] Handling text editor/document lifetimes in vscode extension.Johan Vikstrom2019-08-262-11/+36
* Really fix the type mismatch error in GDBRemoteCommunicationServerCommonPavel Labath2019-08-261-2/+2
* [X86] Automatically generate various tests. NFCAmaury Sechet2019-08-2625-235/+1033
* [ProcessWindows] Remove equivalent macrosTatyana Krasnukha2019-08-262-4/+4
* Move ProcessInstanceInfoTest to UtilityPavel Labath2019-08-263-1/+1
* ProcessInstanceInfo: Fix dumping of invalid user idsPavel Labath2019-08-262-11/+44
* Fix windows build after r369894Pavel Labath2019-08-261-6/+4
* Fix a type mismatch error in GDBRemoteCommunicationServerCommonPavel Labath2019-08-261-1/+1
* Postfix: move more code out of the PDB pluginPavel Labath2019-08-265-77/+97
* [clangd] Added a colorizer to the vscode extension.Johan Vikstrom2019-08-263-9/+230
* Breakpad: Add support for parsing STACK WIN recordsPavel Labath2019-08-263-4/+151
* [GWP_ASAN] Avoid using VERSION_GREATER_EQUAL in cmake filesBjorn Pettersson2019-08-261-1/+1
* [ELF] EhFrameSection: postpone FDE liveness check to finalizeSectionsFangrui Song2019-08-264-32/+50
* [ELF] Make LinkerScript::assignAddresses iterativeFangrui Song2019-08-267-17/+140
* [NFC][cmake] Build fix in tools/llvm-config/CMakeLists.txtGabor Buella2019-08-261-3/+3
* [LoopUnroll] Handle certain PHIs in full unrolling properlyBjorn Pettersson2019-08-262-3/+112
* [lldb] Construct the dummy target when the first Debugger object is constructedRaphael Isemann2019-08-262-5/+5
* [clangd] Send highlighting diff beyond the end of the file.Haojian Wu2019-08-268-45/+57
* [lldb][NFC] Add ProcessInfo::GetNameAsStringRef to simplify some codeRaphael Isemann2019-08-264-15/+7
* [ELF] Error if --strip-all and --emit-relocs are used togetherFangrui Song2019-08-262-0/+6
* [NFC][Regalloc] Add testcases for D66576Zi Xuan Wu2019-08-264-0/+854
* [X86] Automatically generate stack folding tests. NFCAmaury Sechet2019-08-2522-3750/+19916
* [Hexagon] remove noise from tests; NFCSanjay Patel2019-08-251-15/+10
* [Hexagon][x86] add tests for bit-test; NFCSanjay Patel2019-08-252-1/+114
OpenPOWER on IntegriCloud