summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Preland test cases for D66688 to make diffs clear.Philip Reames2019-08-261-0/+1390
* ContentCache: Drop getBuffer's dependency on SourceManagerDuncan P. N. Exon Smith2019-08-264-33/+31
* Reword the C11 extension diagnostic.Aaron Ballman2019-08-263-30/+30
* Fix gen-cdb-fragment test for WindowsAlex Lorenz2019-08-261-2/+2
* [Clang][Bundler] Use llvm-objcopy for creating fat object filesSergey Dmitriev2019-08-264-125/+29
* Diagnose use of _Thread_local as an extension when not in C11 mode.Aaron Ballman2019-08-266-38/+55
* gn build: Merge r369918Nico Weber2019-08-262-0/+2
* Recommit [PowerPC] Update P9 vector costs for insert/extractRoland Froese2019-08-262-24/+53
* gn build: color linker errors when using lldNico Weber2019-08-261-0/+3
* gn build: (manually) merge r369741Nico Weber2019-08-261-0/+2
* [InstCombine] icmp eq/ne (gep inbounds P, Idx..), null -> icmp eq/ne P, null ...Philip Reames2019-08-262-8/+11
* gn build: (manually) merge r369940Nico Weber2019-08-262-0/+8
* [Hexagon] Improve generated code for test-if-bit-clearKrzysztof Parzyszek2019-08-263-22/+35
* [OPENMP][NVPTX]Fix critical region codegen.Alexey Bataev2019-08-262-3/+26
* [Attributor] Adjust and test the iteration bound of testsJohannes Doerfert2019-08-2616-16/+28
* [msvc] Add necessary #include to make compiler intrinsics available.Richard Smith2019-08-261-0/+4
* FileManager: Use llvm::Expected in new getFileRef APIDuncan P. N. Exon Smith2019-08-266-28/+50
* [X86] Add a hack to combinePMULDQ to manually turn SIGN_EXTEND_VECTOR_INREG/Z...Craig Topper2019-08-263-13/+38
* Fix file header.Richard Smith2019-08-261-1/+1
* 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
OpenPOWER on IntegriCloud