aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-15Bump the trunk major version to 12llvmorg-12-initHans Wennborg24-568/+71
2020-07-15[LLD][ELF] - Update test after yaml2obj change. NFC.Georgii Rymar1-3/+3
2020-07-15[RISCV] Duplicate pseudo expansion comment to RISCVMCCodeEmitterJessica Clarke1-0/+3
2020-07-15[RISCV] Fix RISCVInstrInfo::getInstSizeInBytes for atomics pseudosJessica Clarke3-0/+29
2020-07-15[yaml2obj] - Rename FileHeader::SH* fields.Georgii Rymar14-90/+88
2020-07-15[Matrix] Only pass vector arg as overloaded type in MatrixBuilder.Florian Hahn5-35/+39
2020-07-15[llvm-readobj] - Verify the location of program headers better.Georgii Rymar2-7/+36
2020-07-15[Support] Fix Windows directory_iterator_construct out of boundsAndrew Ng2-3/+36
2020-07-15[clangd] Fix use-after-free in ArgStripperSam McCall1-1/+2
2020-07-15Fix typo in identifier in assert.Tim Northover1-1/+1
2020-07-15AArch64+ARM: make LLVM consider system registers volatile.Tim Northover8-27/+86
2020-07-15[clang][Driver] Fix tool path priority test failuresDavid Spickett2-25/+51
2020-07-15[lldb][formatters] Add support for printing NSConstantDate and fix distantPas...Raphael Isemann3-3/+16
2020-07-15[RISCV] Add error checking for extensions missing separating underscoresSimon Cook2-1/+15
2020-07-15[DAGCombiner] Rebuild (setcc x, y, ==) from (xor (xor x, y), 1)Roger Ferrer Ibanez6-43/+31
2020-07-15[NFC] Add tests for boolean comparisonsRoger Ferrer Ibanez4-0/+230
2020-07-15[MLIR][SPIRVToLLVM] SPIRV function fix and nitsGeorge Mitenkov1-7/+11
2020-07-15Make linalg::ReshapeOp implement ViewLikeOpInterfaceStephan Herhut2-3/+6
2020-07-15[IndVarSimplify] Uniformly use emplace_back for DeadInsts, nfcChen Zheng1-3/+3
2020-07-14[OpenMPOpt][NFC] Update checks for parallel_deletion testGiorgis Georgakoudis1-2/+142
2020-07-15[mlir][Vector] Degrade masking information when forwarding linalg.copy to vec...Nicolas Vasilache2-10/+22
2020-07-14[OpenMPOpt] Fix preserved analyses returnGiorgis Georgakoudis1-1/+3
2020-07-15[LLD] [MinGW] Implement the --file-alignment and --section-alignment optionsMartin Storsjö3-0/+18
2020-07-14[llvm][NFC] Hide the tensorflow dependency from headers.Mircea Trofin4-108/+229
2020-07-15[Attributor] Fix build of unittest with DBUILD_SHARED_LIBS=TrueAlex Bradbury1-1/+4
2020-07-14[OpenMP][FIX] Check only for deterministic part of a generated function nameJohannes Doerfert2-16/+16
2020-07-15Revert "[Attributor] Track AA dependency using dependency graph"Luofan Chen4-418/+37
2020-07-14[OpenMP][IRBuilder] Support nested parallel regionsJohannes Doerfert4-31/+158
2020-07-14[CallGraph] Update callback call sites in RefreshCallGraphJohannes Doerfert2-13/+127
2020-07-14[OpenMP] Emit remarks during GPU state machine optimizationJohannes Doerfert3-7/+216
2020-07-14Revert "[CMake] Simplify CMake handling for zlib"Petr Hosek17-60/+68
2020-07-15[Attributor] Track AA dependency using dependency graphLuofan Chen4-37/+418
2020-07-15Revert "[Attributor] [WIP] Track AA dependency using dependency graph"Luofan Chen4-418/+37
2020-07-14[CMake] Simplify CMake handling for zlibPetr Hosek17-68/+60
2020-07-15[Attributor] [WIP] Track AA dependency using dependency graphLuofan Chen4-37/+418
2020-07-15[gn build] Port 0750757e80cLLVM GN Syncbot1-0/+1
2020-07-15[Attributor] Unittest for AttributorLuofan Chen3-0/+107
2020-07-15[AMDGPU] Apply pre-emit s_cbranch_vcc optimation to more patternsCarl Ritson10-45/+148
2020-07-15[Attributor] Create getter function for the ID of the abstract attributeLuofan Chen3-0/+189
2020-07-14[ObjectFilePECOFF] Try to avoid unaligned access.Davide Italiano1-1/+1
2020-07-14[IR] Add a few asserts to provide a better failure signature if you try to cr...Craig Topper1-0/+8
2020-07-14Make LazyCallThroughManager destructor virtual rather than arranging forRichard Smith3-5/+6
2020-07-14Fix the skipIfRosetta decoratorAdrian Prantl1-4/+6
2020-07-14[flang] Fix out-of-tree build with missing acc_gen targetValentin Clement2-4/+10
2020-07-14[flang][openacc] Semantic checks for OpenACC 3.0 clauses validityValentin Clement10-24/+950
2020-07-14[gn build] (manually) merge c1e2f73cNico Weber1-0/+1
2020-07-14Fix undefined behavior due to deleting an object with a non-virtualRichard Smith3-4/+5
2020-07-14Fix test that was accidentally adding the llvm-as binary into anRichard Smith1-1/+1
2020-07-14[flang] Fix list-directed input (repeated nulls and LOGICAL)peter klausler3-6/+17
2020-07-14[lldb/Test] Create reproducer dir if necessaryJonas Devlieghere1-0/+1