platform/upstream/llvm.git
2019-10-01 Matt ArsenaultGlobalISel: Handle llvm.read_register
2019-10-01 Matt ArsenaultAMDGPU/GlobalISel: Avoid creating shift of 0 in arg...
2019-10-01 Matt ArsenaultTLI: Remove DAG argument from getRegisterByName
2019-10-01 Fangrui Song[llvm-readobj/llvm-readelf] Delete --arm-attributes...
2019-10-01 Craig Topper[X86] Add test case to show missed opportunity to shrin...
2019-10-01 Richard SmithDon't elide the use of the thread wrapper for a thread_...
2019-10-01 Matt ArsenaultAMDGPU/GlobalISel: Select G_UADDO/G_USUBO
2019-10-01 Matt ArsenaultGlobalISel: Implement widenScalar for G_SITOFP/G_UITOFP...
2019-10-01 Matt ArsenaultAMDGPU/GlobalISel: Legalize G_GLOBAL_VALUE
2019-10-01 Lawrence D... File::Clear() -> File::TakeStreamAndClear()
2019-10-01 Vitaly Bukacompiler-rt: use __GLIBC_PREREQ for SANITIZER_INTERCEPT...
2019-10-01 Vitaly Bukacompiler-rt: move all __GLIBC_PREREQ into own header...
2019-10-01 Vitaly BukaRename tsan_interceptors.cpp into tsan_interceptors_pos...
2019-10-01 Richard Smith[c++20] Add a C++20 version of the existing turing...
2019-10-01 Jim InghamAllow the internal-state-thread free access to the...
2019-10-01 Richard SmithDuring constant evaluation, handle CXXBindTemporaryExpr...
2019-10-01 David BlaikieDebugInfo: Add parsing support for debug_loc base addre...
2019-10-01 Jonas Devlieghere[Docs] Document lldb-instr
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
next