summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump the trunk major version to 12llvmorg-12-initHans Wennborg2020-07-1524-568/+71
* [LLD][ELF] - Update test after yaml2obj change. NFC.Georgii Rymar2020-07-151-3/+3
* [RISCV] Duplicate pseudo expansion comment to RISCVMCCodeEmitterJessica Clarke2020-07-151-0/+3
* [RISCV] Fix RISCVInstrInfo::getInstSizeInBytes for atomics pseudosJessica Clarke2020-07-153-0/+29
* [yaml2obj] - Rename FileHeader::SH* fields.Georgii Rymar2020-07-1514-90/+88
* [Matrix] Only pass vector arg as overloaded type in MatrixBuilder.Florian Hahn2020-07-155-35/+39
* [llvm-readobj] - Verify the location of program headers better.Georgii Rymar2020-07-152-7/+36
* [Support] Fix Windows directory_iterator_construct out of boundsAndrew Ng2020-07-152-3/+36
* [clangd] Fix use-after-free in ArgStripperSam McCall2020-07-151-1/+2
* Fix typo in identifier in assert.Tim Northover2020-07-151-1/+1
* AArch64+ARM: make LLVM consider system registers volatile.Tim Northover2020-07-158-27/+86
* [clang][Driver] Fix tool path priority test failuresDavid Spickett2020-07-152-25/+51
* [lldb][formatters] Add support for printing NSConstantDate and fix distantPas...Raphael Isemann2020-07-153-3/+16
* [RISCV] Add error checking for extensions missing separating underscoresSimon Cook2020-07-152-1/+15
* [DAGCombiner] Rebuild (setcc x, y, ==) from (xor (xor x, y), 1)Roger Ferrer Ibanez2020-07-156-43/+31
* [NFC] Add tests for boolean comparisonsRoger Ferrer Ibanez2020-07-154-0/+230
* [MLIR][SPIRVToLLVM] SPIRV function fix and nitsGeorge Mitenkov2020-07-151-7/+11
* Make linalg::ReshapeOp implement ViewLikeOpInterfaceStephan Herhut2020-07-152-3/+6
* [IndVarSimplify] Uniformly use emplace_back for DeadInsts, nfcChen Zheng2020-07-151-3/+3
* [OpenMPOpt][NFC] Update checks for parallel_deletion testGiorgis Georgakoudis2020-07-141-2/+142
* [mlir][Vector] Degrade masking information when forwarding linalg.copy to vec...Nicolas Vasilache2020-07-152-10/+22
* [OpenMPOpt] Fix preserved analyses returnGiorgis Georgakoudis2020-07-141-1/+3
* [LLD] [MinGW] Implement the --file-alignment and --section-alignment optionsMartin Storsjö2020-07-153-0/+18
* [llvm][NFC] Hide the tensorflow dependency from headers.Mircea Trofin2020-07-144-108/+229
* [Attributor] Fix build of unittest with DBUILD_SHARED_LIBS=TrueAlex Bradbury2020-07-151-1/+4
* [OpenMP][FIX] Check only for deterministic part of a generated function nameJohannes Doerfert2020-07-142-16/+16
* Revert "[Attributor] Track AA dependency using dependency graph"Luofan Chen2020-07-154-418/+37
* [OpenMP][IRBuilder] Support nested parallel regionsJohannes Doerfert2020-07-144-31/+158
* [CallGraph] Update callback call sites in RefreshCallGraphJohannes Doerfert2020-07-142-13/+127
* [OpenMP] Emit remarks during GPU state machine optimizationJohannes Doerfert2020-07-143-7/+216
* Revert "[CMake] Simplify CMake handling for zlib"Petr Hosek2020-07-1417-60/+68
* [Attributor] Track AA dependency using dependency graphLuofan Chen2020-07-154-37/+418
* Revert "[Attributor] [WIP] Track AA dependency using dependency graph"Luofan Chen2020-07-154-418/+37
* [CMake] Simplify CMake handling for zlibPetr Hosek2020-07-1417-68/+60
* [Attributor] [WIP] Track AA dependency using dependency graphLuofan Chen2020-07-154-37/+418
* [gn build] Port 0750757e80cLLVM GN Syncbot2020-07-151-0/+1
* [Attributor] Unittest for AttributorLuofan Chen2020-07-153-0/+107
* [AMDGPU] Apply pre-emit s_cbranch_vcc optimation to more patternsCarl Ritson2020-07-1510-45/+148
* [Attributor] Create getter function for the ID of the abstract attributeLuofan Chen2020-07-153-0/+189
* [ObjectFilePECOFF] Try to avoid unaligned access.Davide Italiano2020-07-141-1/+1
* [IR] Add a few asserts to provide a better failure signature if you try to cr...Craig Topper2020-07-141-0/+8
* Make LazyCallThroughManager destructor virtual rather than arranging forRichard Smith2020-07-143-5/+6
* Fix the skipIfRosetta decoratorAdrian Prantl2020-07-141-4/+6
* [flang] Fix out-of-tree build with missing acc_gen targetValentin Clement2020-07-142-4/+10
* [flang][openacc] Semantic checks for OpenACC 3.0 clauses validityValentin Clement2020-07-1410-24/+950
* [gn build] (manually) merge c1e2f73cNico Weber2020-07-141-0/+1
* Fix undefined behavior due to deleting an object with a non-virtualRichard Smith2020-07-143-4/+5
* Fix test that was accidentally adding the llvm-as binary into anRichard Smith2020-07-141-1/+1
* [flang] Fix list-directed input (repeated nulls and LOGICAL)peter klausler2020-07-143-6/+17
* [lldb/Test] Create reproducer dir if necessaryJonas Devlieghere2020-07-141-0/+1