aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2020-07-15Bump the trunk major version to 12llvmorg-12-initHans Wennborg5-81/+15
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 Hahn1-2/+2
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-15AArch64+ARM: make LLVM consider system registers volatile.Tim Northover5-8/+51
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[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-14[OpenMPOpt] Fix preserved analyses returnGiorgis Georgakoudis1-1/+3
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-15Revert "[Attributor] Track AA dependency using dependency graph"Luofan Chen4-418/+37
2020-07-14[OpenMP][IRBuilder] Support nested parallel regionsJohannes Doerfert2-26/+45
2020-07-14[CallGraph] Update callback call sites in RefreshCallGraphJohannes Doerfert2-13/+127
2020-07-14[OpenMP] Emit remarks during GPU state machine optimizationJohannes Doerfert1-7/+67
2020-07-14Revert "[CMake] Simplify CMake handling for zlib"Petr Hosek8-44/+42
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 Hosek8-42/+44
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[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-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 Clement2-2/+2
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-14AMDGPU: Add @LINE to assembler error test checksMatt Arsenault1-114/+114
2020-07-14[SVE] Make cstfp_pred_ty and cst_pred_ty work with scalable splatsChristopher Tetreault5-49/+221
2020-07-14[llvm][NFC] expose LLVM_HAVE_TF_API through llvm-config.hMircea Trofin4-18/+29
2020-07-14Fix tests after 16f777f4217cfcdcf6ddce8eb1e3525a65563c43Tyker2-0/+4
2020-07-14[libc++] Automatically detect whether RTTI is enabledLouis Dionne1-1/+0
2020-07-14[MC] Support .reloc sym+constant, *, *Fangrui Song7-54/+111
2020-07-14[CallGraph] Ignore callback usesGiorgis Georgakoudis4-7/+71
2020-07-14Call Frame Information (CFI) Handling for Basic Block SectionsKrzysztof Pszeniczny10-27/+241
2020-07-14[NFC] Add debug and stat counters to assume queries and assume builderTyker4-3/+233
2020-07-14llvm-link: Add support for archive files as inputsJan Sjodin7-1/+121
2020-07-14Restore "[WPD/LowerTypeTests] Delay lowering/removal of type tests until afte...Teresa Johnson25-53/+376
2020-07-14[Matrix] Intrinsic descriptionsSjoerd Meijer11-197/+324
2020-07-14[flang][openacc] OpenACC 3.0 parserValentin Clement10-1/+636
2020-07-14TableGen/GlobalISel: Partially fix nontrivial, custom predicatesMatt Arsenault4-4/+196
2020-07-14[ORC] Don't take ownership of the trampoline pool in LazyReexportsManager.Lang Hames2-10/+11