summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Copy test data so tests don't traverse test directories. NFCRichard Trieu2019-08-262-1/+71
* [mips] Fix indentation. NFCSimon Atanasyan2019-08-261-9/+13
* [mips] clang-format the code. NFCSimon Atanasyan2019-08-261-3/+3
* [X86] Delay combineIncDecVector until after op legalization.Craig Topper2019-08-262-9/+19
* hwasan, codegen: Keep more lifetime markers used for hwasanVitaly Buka2019-08-264-0/+8
* msan, codegen, instcombine: Keep more lifetime markers used for msanVitaly Buka2019-08-267-11/+46
* [WebAssembly] Fix SSA rebuilding in SjLj transformationHeejin Ahn2019-08-262-5/+22
* [hwasan] Fix test failure in r369721.Evgeniy Stepanov2019-08-262-5/+9
* [ORC] Make sure that queries on emitted-but-not-ready symbols fail correctly.Lang Hames2019-08-263-119/+139
* [ORC] Fix an overly aggressive assert.Lang Hames2019-08-262-3/+35
* [WebAssembly] Combine emscripten SjLj testsHeejin Ahn2019-08-263-29/+15
* [GlobalISel] Import patterns containing INSERT_SUBREGJessica Paquette2019-08-2610-39/+407
* [ScopBuilder] Simplify main statement flag in buildEqivClassBlockStmts. NFC.Michael Kruse2019-08-261-11/+7
* Revert r369843 "[Testing] Unbreak r369830"Vitaly Buka2019-08-261-1/+0
* [Core] GetAPInt should return an OptionalAlex Langford2019-08-261-16/+19
* Debug Info: Support for DW_AT_export_symbols for anonymous structsShafik Yaghmour2019-08-262-0/+46
* Updating a test case that was missed in r369957.Aaron Ballman2019-08-261-1/+1
* [DWARF] Rename getDwarf5OrGNUCallSite{Attr,Tag}, NFCVedant Kumar2019-08-263-23/+17
* [DWARF] Pick the DWARF5 OP_entry_value opcode on DarwinVedant Kumar2019-08-264-8/+104
* Remove unused variables.Benjamin Kramer2019-08-261-2/+0
* [DebugInfo] Add debug-entry-values test coverage, NFCVedant Kumar2019-08-261-0/+7
* [test] Remove extra spaces from a test, NFCVedant Kumar2019-08-261-7/+7
* Add a clarify comment for meaning of SafePointes [NFC]Philip Reames2019-08-261-1/+5
* [ADT] Make StringRef(const char*) constexprBenjamin Kramer2019-08-263-3/+20
* Fixing a weird copy-pasta to get bots back to green.Aaron Ballman2019-08-261-1/+1
* 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
OpenPOWER on IntegriCloud