platform/upstream/llvm.git
2019-10-01 Richard Smith[c++20] Fix crash when constant-evaluating an assignmen...
2019-09-30 Tom StellardFix Driver/modules.cpp test to work when build director...
2019-09-30 Evandro Menezes[SimplifyLibCalls] Define the value of the Euler number
2019-09-30 David BlaikieDebugInfo: Simplify section label caching/usage
2019-09-30 Richard SmithFix crash on value-dependent delete-expressions.
2019-09-30 Amaury SechetAdd partial bswap test to the X86 backend. NFC
2019-09-30 Amaury Sechet[DAGCombiner] Clang format MatchRotate. NFC
2019-09-30 Erich KeaneMake function static that didn't need linkage.
2019-09-30 Vedant Kumar[StackFrameList][DFS] Turn a few raw pointers into...
2019-09-30 David BlaikieRemove else-after-return
2019-09-30 Florian Hahn[bugpoint] Update runPasses to take ArrayRef instead...
2019-09-30 Daniel Sanders[globalisel][knownbits] Allow targets to call GISelKnow...
2019-09-30 Eric FiselierRefactor default constructor SFINAE in pair and tuple.
2019-09-30 Evandro Menezes[ConstantFolding] Fold constant calls to log2()
2019-09-30 Evandro Menezes[InstCombine] Expand the simplification of log()
2019-09-30 Amaury Sechet[DAGCombiner] Update MatchRotate so that it returns...
2019-09-30 Erich KeaneFix failure caused by r373247
2019-09-30 David Bolvansky[NFC] Fix tests, second try
2019-09-30 Alexey Bataev[OPENMP50]Mark declare variant attribute as inheritable.
2019-09-30 David Bolvansky[NFCI] Updated broken test
2019-09-30 Peter CollingbourneELF: Don't merge SHF_LINK_ORDER sections for different...
2019-09-30 Alina Sbirlea[LegacyPassManager] Deprecate the BasicBlockPass/Manager.
2019-09-30 Saleem Abdulrasoolbuild: serialise `LLVM_ENABLE_UNWIND_TABLES` into LLVMC...
2019-09-30 David Bolvansky[Diagnostics] Warn if enumeration type mismatch in...
2019-09-30 David Bolvansky[FunctionAttrs] Added noalias for memccpy/mempcpy arguments
2019-09-30 Adrian PrantlTry to update Windows unit test for API change.
2019-09-30 Roman Lebedev[InstCombine][NFC] visitShl(): call SimplifyQuery:...
2019-09-30 Roman Lebedev[NFC][InstCombine] Redundant-left-shift-input-masking...
2019-09-30 Erich KeaneTeach CallGraph to look into Generic Lambdas.
2019-09-30 Craig Topper[X86] Mask off upper bits of splat element in LowerBUIL...
2019-09-30 Craig Topper[X86] Address post-commit review from code I accidental...
2019-09-30 Yuanfang ChenFix build warning for r373240.
2019-09-30 Alexey Bataev[OPENMP50]Do not emit warning for the function with...
2019-09-30 Nico WeberRevert "[MC] Emit unused undefined symbol even if its...
2019-09-30 Rong Xu[PGO] Don't group COMDAT variables for compiler generat...
2019-09-30 Yuanfang Chen[NewPM] Port MachineModuleInfo to the new pass manager.
2019-09-30 Evgeniy Stepanov[msan] Intercept __getrlimit.
2019-09-30 Teresa JohnsonFix buildbot failure from r373217 (don't match metadata...
2019-09-30 Andrea Di Biagio[MCA] Use references to LSUnitBase in class Scheduler...
2019-09-30 Alina Sbirlea[LegacyPassManager] Attempt to fix BasicBlockManager
2019-09-30 Craig Topper[X86] Add ANY_EXTEND to switch in ReplaceNodeResults...
2019-09-30 Vedant Kumar[test] Make TestBasicEntryValuesX86_64 run on Linux...
2019-09-30 Kerry McLaughlin[AArch64][SVE] Implement punpk[hi|lo] intrinsics
2019-09-30 Alina Sbirlea[EarlyCSE] Pass preserves AA.
2019-09-30 Sanjay Patel[InstCombine] fold negate disguised as select+mul
2019-09-30 Shafik Yaghmour[lldb][NFC] Updating test to reflect made by D67966
2019-09-30 Pablo BarrioFix doc for t inline asm constraints for ARM/Thumb
2019-09-30 Jessica Paquette[AArch64][GlobalISel] Support lowering variadic musttai...
2019-09-30 Simon Atanasyan[mips] Fix code indentation. NFC
2019-09-30 Adrian PrantlRemove unused "append" parameter from FindTypes API
2019-09-30 Amaury SechetAdd tests for rotate with demanded bits. NFC
2019-09-30 Sanjay Patel[InstCombine] add tests for negate disguised as mul...
2019-09-30 Alexander Timofeev [AMDGPU] SIFoldOperands should not fold register...
2019-09-30 Paul Robinson[SSP] [3/3] cmpxchg and addrspacecast instructions...
2019-09-30 Paul Robinson[SSP] [2/3] Refactor an if/dyn_cast chain to switch...
2019-09-30 Teresa Johnson[Clang] Use -main-file-name for source filename if...
2019-09-30 Paul Robinson[SSP] [1/3] Revert "StackProtector: Use PointerMayBeCap...
2019-09-30 Kevin P. NealFix breakage of sphinx builders. Sorry for leaving...
2019-09-30 Tamas BerghammerSupport MemoryLocation::UnknownSize in TargetLowering...
2019-09-30 Aaron BallmanCorrect function declarations; NFC.
2019-09-30 Thomas Preud... [FileCheck] Remove implementation types from API
2019-09-30 Alexey Bataev[OPENMP] Fix comment, NFC.
2019-09-30 Clement Courbet[llvm-exegesis][NFC] Move BenchmarkFailure to own file.
2019-09-30 Pavel LabathUse llvm for dumping DWARF expressions
2019-09-30 Guillaume Chatelet[Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
2019-09-30 Raphael Isemann[lldb][NFC][modern-type-lookup] Remove while(false...
2019-09-30 Chen Zheng[ConstantRange] add helper function addWithNoWrap().
2019-09-30 GN Sync Botgn build: Merge r373202
2019-09-30 Clement Courbet[llvm-exegesis][NFC] Refactor snippet file reading...
2019-09-30 Raphael Isemann[lldb] Reland 370734: Test 'frame select -r' and fix...
2019-09-30 Djordje TodorovicRevert "Reland "[utils] Implement the llvm-locstats...
2019-09-30 Guillaume Chatelet[Alignment] Fix polly build
2019-09-30 Simon PilgrimDeclCXX/ExprCXX - silence static analyzer getAs<> null...
2019-09-30 Haojian Wu[clangd] Implement a smart version of HeaderSource...
2019-09-30 Guillaume Chatelet[Alignment][NFC] Adding a max function.
2019-09-30 Guillaume Chatelet[Alignment][NFC] Remove LoadInst::setAlignment(unsigned)
2019-09-30 Raphael Isemann[lldb] Partly revert 370734: Test 'frame select -r...
2019-09-30 Raphael Isemann[lldb][clang][modern-type-lookup] Use ASTImporterShared...
2019-09-30 Sam Parker[NFC][ARM][MVE] More tests
2019-09-30 Hans WennborgNFC changes to SelectionDAGBuilder::visitBitTestHeader...
2019-09-30 Hans WennborgPre-commit a test case for PR43129.
2019-09-30 Djordje Todorovic[llvm-locstats] Fix the test for the Hexagon target
2019-09-30 Sam Parker[ARM][MVE] Change VCTP operand
2019-09-30 Roger Ferrer... [TargetLowering] Simplify expansion of S{ADD,SUB}O
2019-09-30 Sam Parker[ARM][CGP] Allow signext arguments
2019-09-30 Tim NorthoverRevert "Update polly test for SCEV change."
2019-09-30 Tim NorthoverRevert "[SCEV] add no wrap flag for SCEVAddExpr."
2019-09-30 Djordje TodorovicReland "[utils] Implement the llvm-locstats tool"
2019-09-30 Jonas Paulsson[SystemZ] Add SystemZPostRewrite in addPostRegAlloc...
2019-09-30 Craig Topper[X86] Remove some redundant isel patterns. NFCI
2019-09-30 Matt ArsenaultAMDGPU/GlobalISel: Fix select for v2s16 and/or/xor
2019-09-30 Fangrui Song[test] Change llvm-readobj --arm-attributes to --arch...
2019-09-30 Fangrui Song[ELF][test] Change llvm-readobj --arm-attributes to...
2019-09-30 Craig Topper[X86] Split v16i32/v8i64 bitreverse on avx512f targets...
2019-09-30 Aditya KumarUndef the macros after their use
2019-09-30 Fangrui Song[X86] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS...
2019-09-29 Craig Topper[X86] Remove -x86-experimental-vector-widening-legaliza...
2019-09-29 Richard SmithDon't crash if a variable with a constexpr destructor...
2019-09-29 Craig Topper[X86] Add custom isel logic to match VPTERNLOG from...
2019-09-29 Amaury SechetAdd test case peeking through vector concat when combin...
next