| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy test data so tests don't traverse test directories. NFC | Richard Trieu | 2019-08-26 | 2 | -1/+71 |
* | [mips] Fix indentation. NFC | Simon Atanasyan | 2019-08-26 | 1 | -9/+13 |
* | [mips] clang-format the code. NFC | Simon Atanasyan | 2019-08-26 | 1 | -3/+3 |
* | [X86] Delay combineIncDecVector until after op legalization. | Craig Topper | 2019-08-26 | 2 | -9/+19 |
* | hwasan, codegen: Keep more lifetime markers used for hwasan | Vitaly Buka | 2019-08-26 | 4 | -0/+8 |
* | msan, codegen, instcombine: Keep more lifetime markers used for msan | Vitaly Buka | 2019-08-26 | 7 | -11/+46 |
* | [WebAssembly] Fix SSA rebuilding in SjLj transformation | Heejin Ahn | 2019-08-26 | 2 | -5/+22 |
* | [hwasan] Fix test failure in r369721. | Evgeniy Stepanov | 2019-08-26 | 2 | -5/+9 |
* | [ORC] Make sure that queries on emitted-but-not-ready symbols fail correctly. | Lang Hames | 2019-08-26 | 3 | -119/+139 |
* | [ORC] Fix an overly aggressive assert. | Lang Hames | 2019-08-26 | 2 | -3/+35 |
* | [WebAssembly] Combine emscripten SjLj tests | Heejin Ahn | 2019-08-26 | 3 | -29/+15 |
* | [GlobalISel] Import patterns containing INSERT_SUBREG | Jessica Paquette | 2019-08-26 | 10 | -39/+407 |
* | [ScopBuilder] Simplify main statement flag in buildEqivClassBlockStmts. NFC. | Michael Kruse | 2019-08-26 | 1 | -11/+7 |
* | Revert r369843 "[Testing] Unbreak r369830" | Vitaly Buka | 2019-08-26 | 1 | -1/+0 |
* | [Core] GetAPInt should return an Optional | Alex Langford | 2019-08-26 | 1 | -16/+19 |
* | Debug Info: Support for DW_AT_export_symbols for anonymous structs | Shafik Yaghmour | 2019-08-26 | 2 | -0/+46 |
* | Updating a test case that was missed in r369957. | Aaron Ballman | 2019-08-26 | 1 | -1/+1 |
* | [DWARF] Rename getDwarf5OrGNUCallSite{Attr,Tag}, NFC | Vedant Kumar | 2019-08-26 | 3 | -23/+17 |
* | [DWARF] Pick the DWARF5 OP_entry_value opcode on Darwin | Vedant Kumar | 2019-08-26 | 4 | -8/+104 |
* | Remove unused variables. | Benjamin Kramer | 2019-08-26 | 1 | -2/+0 |
* | [DebugInfo] Add debug-entry-values test coverage, NFC | Vedant Kumar | 2019-08-26 | 1 | -0/+7 |
* | [test] Remove extra spaces from a test, NFC | Vedant Kumar | 2019-08-26 | 1 | -7/+7 |
* | Add a clarify comment for meaning of SafePointes [NFC] | Philip Reames | 2019-08-26 | 1 | -1/+5 |
* | [ADT] Make StringRef(const char*) constexpr | Benjamin Kramer | 2019-08-26 | 3 | -3/+20 |
* | Fixing a weird copy-pasta to get bots back to green. | Aaron Ballman | 2019-08-26 | 1 | -1/+1 |
* | Preland test cases for D66688 to make diffs clear. | Philip Reames | 2019-08-26 | 1 | -0/+1390 |
* | ContentCache: Drop getBuffer's dependency on SourceManager | Duncan P. N. Exon Smith | 2019-08-26 | 4 | -33/+31 |
* | Reword the C11 extension diagnostic. | Aaron Ballman | 2019-08-26 | 3 | -30/+30 |
* | Fix gen-cdb-fragment test for Windows | Alex Lorenz | 2019-08-26 | 1 | -2/+2 |
* | [Clang][Bundler] Use llvm-objcopy for creating fat object files | Sergey Dmitriev | 2019-08-26 | 4 | -125/+29 |
* | Diagnose use of _Thread_local as an extension when not in C11 mode. | Aaron Ballman | 2019-08-26 | 6 | -38/+55 |
* | gn build: Merge r369918 | Nico Weber | 2019-08-26 | 2 | -0/+2 |
* | Recommit [PowerPC] Update P9 vector costs for insert/extract | Roland Froese | 2019-08-26 | 2 | -24/+53 |
* | gn build: color linker errors when using lld | Nico Weber | 2019-08-26 | 1 | -0/+3 |
* | gn build: (manually) merge r369741 | Nico Weber | 2019-08-26 | 1 | -0/+2 |
* | [InstCombine] icmp eq/ne (gep inbounds P, Idx..), null -> icmp eq/ne P, null ... | Philip Reames | 2019-08-26 | 2 | -8/+11 |
* | gn build: (manually) merge r369940 | Nico Weber | 2019-08-26 | 2 | -0/+8 |
* | [Hexagon] Improve generated code for test-if-bit-clear | Krzysztof Parzyszek | 2019-08-26 | 3 | -22/+35 |
* | [OPENMP][NVPTX]Fix critical region codegen. | Alexey Bataev | 2019-08-26 | 2 | -3/+26 |
* | [Attributor] Adjust and test the iteration bound of tests | Johannes Doerfert | 2019-08-26 | 16 | -16/+28 |
* | [msvc] Add necessary #include to make compiler intrinsics available. | Richard Smith | 2019-08-26 | 1 | -0/+4 |
* | FileManager: Use llvm::Expected in new getFileRef API | Duncan P. N. Exon Smith | 2019-08-26 | 6 | -28/+50 |
* | [X86] Add a hack to combinePMULDQ to manually turn SIGN_EXTEND_VECTOR_INREG/Z... | Craig Topper | 2019-08-26 | 3 | -13/+38 |
* | Fix file header. | Richard Smith | 2019-08-26 | 1 | -1/+1 |
* | Improve behavior in the case of stack exhaustion. | Richard Smith | 2019-08-26 | 21 | -123/+348 |
* | [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ... | Raphael Isemann | 2019-08-26 | 9 | -377/+226 |
* | [driver] add a new option `-gen-cdb-fragment-path` to emit | Alex Lorenz | 2019-08-26 | 4 | -4/+89 |
* | [DAGCombiner][X86] Teach SimplifyVBinOp to fold VBinOp (concat X, undef/const... | Craig Topper | 2019-08-26 | 2 | -63/+40 |
* | [Attributor] Further cut down on non-determinism | Johannes Doerfert | 2019-08-26 | 2 | -4/+5 |
* | [Attributor] Allow explicit dependence tracking | Johannes Doerfert | 2019-08-26 | 3 | -18/+68 |