aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-17[msan] Fix strxfrm testVitaly Buka1-2/+2
2020-07-17[lldb/DWARF] Don't get confused by line sequences with tombstone valuesPavel Labath2-10/+118
2020-07-17[X86] Move integer hadd/hsub formation into a helper function shared by combi...Craig Topper2-29/+35
2020-07-17[X86] Add test case for PR46455.Craig Topper2-0/+40
2020-07-17[clangd] Always retrieve ProjectInfo from Base in OverlayCDBKadir Cetinkaya3-9/+19
2020-07-17Temporarily Revert "[AssumeBundles] Use operand bundles to encode alignment a...Eric Christopher35-369/+627
2020-07-16[InstCombine] prevent infinite looping in or-icmp fold (PR46712)Sanjay Patel2-1/+37
2020-07-16[InstCombine] update datalayout in test file; NFCSanjay Patel1-9/+9
2020-07-16[OPENMP]Fix PR46688: cast the type of the allocated variable to the initial one.Alexey Bataev2-35/+24
2020-07-16[OPENMP]Fix PR46593: Reduction initializer missing construnctor call.Alexey Bataev3-6/+30
2020-07-16Revert "[InstSimplify] Remove select ?, undef, X -> X and select ?, X, undef ...Craig Topper6-82/+33
2020-07-16[flang] Add missing link dependencies to FrontendOpenACC.David Truby2-0/+2
2020-07-16[flang] Fix shared library builds for lib/Lower.David Truby3-4/+113
2020-07-16Alphabetical order of Clang-tidy entries. Format improvements.Eugene Zelenko1-23/+25
2020-07-15Fix "unused variable" warning from recent GCC.Richard Smith1-2/+1
2020-07-15First commit on the release/11.x branch.Hans Wennborg1-1/+0
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