platform/upstream/llvm.git
2017-10-12 Don Hinton[dump] Remove NDEBUG from test to enable dump methods...
2017-10-12 Sanjay Patel[x86] replace isEqualTo with == for efficiency
2017-10-12 Rafael EspindolaUpdate comment.
2017-10-12 Simon Pilgrim[X86][SSE] Pull out repeated INSERT_VECTOR_ELT code...
2017-10-12 Alexey Bataev[OPENMP] Fix PR34926: Fix handling of the array section...
2017-10-12 Rafael EspindolaRelax test.
2017-10-12 Rafael EspindolaUse 0 as sh_link when we don't have a dynamic symbol...
2017-10-12 Kostya Kortchinsky[scudo] Allow for non-Android Shared TSD platforms...
2017-10-12 Marshall ClowMore fuzzing infastructre - regex
2017-10-12 Vlad Tsyrklevich[cfi-verify] Fix typo, actually check X86 target
2017-10-12 Alexander KornienkoRevert "Fix nested namespaces in google-readability...
2017-10-12 Diana PicusMachineInstr: Make isEqual agree with getHashValue...
2017-10-12 Alexey Bataev[OPENMP] Fix PR34925: Fix getting thread_id lvalue...
2017-10-12 Sam McCall[clangd] less boilerplate in RPC dispatch
2017-10-12 Daniel JasperReinstantiate old/bad deduplication logic that was...
2017-10-12 Ivan A. Kosarev[CodeGen] Generate TBAA info along with LValue base...
2017-10-12 Alexander KornienkoFix the google-readability-namespace-comments-cxx17...
2017-10-12 NAKAMURA TakumiFix warnings. [-Wdocumentation]
2017-10-12 NAKAMURA TakumiSVal::getAsSymbol(bool IncludeBaseRegions): Follow...
2017-10-12 Oliver Stannard[AsmParser] Suppress compile warning for targets with...
2017-10-12 Roger Ferrer... Mark test as a long-test
2017-10-12 George Rimar[ELF] - Linkerscript: Add `~` as separate math token.
2017-10-12 Sylvestre LedruSplit the AlignTrailingComments on several lines. The...
2017-10-12 Martin Storsjo[COFF, ARM64] Add MS builtins __dmb, __dsb, __isb
2017-10-12 NAKAMURA Takumiclang/module.modulemap: Create Clang_Frontend_CodeGenOp...
2017-10-12 Hiroshi Inoue[ScheduleDAGInstrs] fix behavior of getUnderlyingObject...
2017-10-12 Mikael Holmen[RegisterCoalescer] Don't set read-undef in pruneValues...
2017-10-12 Martin Storsjo[MinGW] Hook up the --export-all-symbols and --output...
2017-10-12 Martin Storsjo[COFF] Add support for automatically exporting all...
2017-10-12 Martin Storsjo[COFF] Implement support for IMAGE_REL_ARM64_ADDR32NB
2017-10-12 Rui UeyamaStart destructuring adjustExpr function.
2017-10-12 Rui UeyamaFix comment.
2017-10-12 Rui UeyamaMove more code out of scanRelocs().
2017-10-12 Justin BognerRe-commit "llvm-isel-fuzzer: Handle a subset of backend...
2017-10-12 Vlad Tsyrklevich[cfi-verify] Fix unittest failures w/o x86 target
2017-10-12 Rui UeyamaMake a function shorter.
2017-10-12 Hans WennborgRevert r315545 "llvm-isel-fuzzer: Handle a subset of...
2017-10-12 Hans WennborgRevert r315533 "Reland "[sanitizer] Introduce ReservedA...
2017-10-12 Rui UeyamaRemove one parameter from Target::getRelExpr.
2017-10-12 Hongbin Zheng[SimplifyIndVar] Replace IVUsers with loop invariant...
2017-10-12 Justin Bognerdocs: Add some links to OSS Fuzz
2017-10-12 Jim InghamThe save_crashlog command was still looking at lldb...
2017-10-12 Rui UeyamaRewrite comment.
2017-10-12 Craig Topper[X86] Remove a few unnecessary check lines from the...
2017-10-12 Justin Bognerdocs: Try to fix sphinx build
2017-10-12 Justin Bognerllvm-isel-fuzzer: Handle a subset of backend flags...
2017-10-12 Justin Bognerdocs: Add some information about Fuzzing LLVM itself
2017-10-12 Rui UeyamaRename P -> Pieces.
2017-10-12 Reid KlecknerSpeculative build fix 2
2017-10-12 Wei MiRevert r307036 because of PR34919.
2017-10-12 Reid KlecknerSpeculative build fix, apparently I built llc without...
2017-10-12 Reid Kleckner[codeview] Disable FPO in functions using EH funclets
2017-10-12 NAKAMURA Takumilld: Prune unused libdeps.
2017-10-11 Zachary TurnerRevert "[ADT] Make Twine's copy constructor private."
2017-10-11 Reid KlecknerFix AMDGPU build issue
2017-10-11 Reid Kleckner[X86] Sink X86AsmPrinter ctor into .cpp file, NFC
2017-10-11 Petr HosekReland "[sanitizer] Introduce ReservedAddressRange...
2017-10-11 Lang HamesUpdate cc1as_main for MCCodeEmitter ownership change...
2017-10-11 Lang Hames[MC] Have MCObjectStreamer take its MCAsmBackend argume...
2017-10-11 Zachary Turner[ADT] Make Twine's copy constructor private.
2017-10-11 NAKAMURA Takumilld: Reorder libdeps.
2017-10-11 Vlad TsyrklevichMC Helpers for llvm-cfi-verify.
2017-10-11 NAKAMURA TakumiMachineOptimizationRemarkEmitter.h: Appease g++-4.8...
2017-10-11 Konstantin... AMDGPU/NFC: Minor clean ups in HSA metadata
2017-10-11 Rui UeyamaDefine RelType to represent relocation types.
2017-10-11 Ted WoodwardAdd cases for new type DependentAddressSpace, added...
2017-10-11 Konstantin... AMDGPU/NFC: Minor clean ups in PAL metadata
2017-10-11 Konstantin... AMDGPU/NFC: Rename code object metadata as HSA metadata
2017-10-11 Hans WennborgSupport: Work around missing SetFileInformationByHandle...
2017-10-11 Eugene Zelenko[Transforms] Revert r315516 changes in PredicateInfo...
2017-10-11 Vedant Kumar[Driver] Export symbols needed to use profile runtime
2017-10-11 Craig Topper[X86] Add support for 'amdfam17h' to __builtin_cpu_is...
2017-10-11 Eugene Zelenko[Transforms] Fix some Clang-tidy modernize and Include...
2017-10-11 Reid KlecknerReally fix llvm-rc include-paths.test
2017-10-11 Reid KlecknerAttempt to fix failing llvm-rc include-paths.text
2017-10-11 Reid Kleckner[codeview] Implement FPO data assembler directives
2017-10-11 Evgeniy StepanovDisable TSan tests on Android.
2017-10-11 Evgeniy StepanovDisable profile tests on Android.
2017-10-11 Krzysztof Parzyszek[Hexagon] Make sure that new-value jump is packetized...
2017-10-11 Kostya Kortchinsky[sanitizer] Move the errno/ENOMEM allocator checks...
2017-10-11 George Karpenkov[Analyzer] Support bodyfarming libstdc++ implementation...
2017-10-11 Evgeniy Stepanov[ubsan] Support ubsan-minimal tests on Android.
2017-10-11 Matt Morehouse[clang-fuzzer] Build with newer protobuf-mutator.
2017-10-11 Craig Topper[X86] Add Knights Mill CPU to cpu_indicator support...
2017-10-11 Vlad TsyrklevichReland 'Classify llvm-cfi-verify.'
2017-10-11 Kostya Serebryany[libFuzzer] disable use_feature_frequency as it degrade...
2017-10-11 Florian Hahn[MachineCombiner] Fix initialisation of LastUpdate...
2017-10-11 Zachary TurnerFix incorrect integer literal suffix.
2017-10-11 Lei Huang[PowerPC] Utilize DQ-Form instructions for spill/restor...
2017-10-11 Zachary Turner[llvm-rc] Use proper search algorithm for finding resou...
2017-10-11 Martin StorsjoSupport DWARF unwinding on i386 windows
2017-10-11 Martin Storsjo[docs] Mention that linux/arm64 is supported with DWARF
2017-10-11 Ted WoodwardRemove default case from switch.
2017-10-11 Rui UeyamaReturn early if it fails to parse a hex string.
2017-10-11 Petr HosekRevert "[sanitizer] Introduce ReservedAddressRange...
2017-10-11 Petr Hosek[sanitizer] Introduce ReservedAddressRange to sanitizer...
2017-10-11 George Karpenkov[Analyzer] Fix introduced regression: properly check...
2017-10-11 Daniel Neilson[SCEV] Properly handle the case of a non-constant start...
2017-10-11 Kostya Serebryany[libFuzzer] make -use_feature_frequency less aggressive...
2017-10-11 George Karpenkov[Analyzer] Remove dead code from testing scripts
next