platform/upstream/llvm.git
2019-08-19 David L. JonesRevert [Attributor] Fix: Do not partially resolve retur...
2019-08-19 Jan Kratochvil[lldb] Remove unused inheritance in RegularExpression
2019-08-19 Seiya NutaRevert r369230 and r369231
2019-08-19 Fangrui Song[MC] Don't emit .symver redirected symbols to the symbo...
2019-08-19 Craig Topper[X86] Teach lower1BitShuffle to match right shifts...
2019-08-19 Seiya Nuta[llvm-objcopy][MachO] Implement a layout algorithm...
2019-08-19 Seiya Nuta[llvm-objcopy][MachO] Support load commands used in...
2019-08-19 Nathan Ridge[clangd] Update features table in the docs with links...
2019-08-19 Craig Topper[X86] Fix the lower1BitShuffle code added in r369215...
2019-08-19 Craig Topper[X86] Teach lower1BitShuffle to match KSHIFTR that...
2019-08-19 Craig Topper[X86] Teach lower1BitShuffle to recognize padding a...
2019-08-19 Craig Topper[X86] Add test case for missed opportunity to recognize...
2019-08-18 Craig Topper[X86] Add a special case to LowerCONCAT_VECTORSvXi1...
2019-08-18 Craig Topper[X86] Add test cases for suboptimal insertion of a...
2019-08-18 Craig Topper[X86] Replace uses of getZeroVector for vXi1 vectors...
2019-08-18 Hubert Tong[cmake] Move blocks out of redundant else( MSVC ); NFC
2019-08-18 Jonas Devlieghere[CMake] Update CMAKE_OSX_DEPLOYMENT_TARGET to 10.12.
2019-08-18 Lang Hames[ORC] Make sure we linker-mangle symbol names in the...
2019-08-18 Lang Hames[ORC] Remove some dead code.
2019-08-18 David Bolvansky[Diagnostics] Diagnose misused xor as pow
2019-08-18 DeForest Richards[Docs] Test commit
2019-08-18 Craig Topper[X86] Improve lower1BitShuffle handling for KSHIFTL...
2019-08-18 Owen Pan[clang-format] Fix a bug that joins template closer...
2019-08-18 Simon PilgrimFix signed/unsigned comparison warning. NFCI.
2019-08-18 Simon Pilgrim[X86] isTargetShuffleEquivalent - add BUILD_VECTOR...
2019-08-18 Simon Pilgrim[X86] isTargetShuffleEquivalent - early out on illegal...
2019-08-18 Simon Pilgrim[X86][SSE] Improve PACKSS shuffle tests to better match...
2019-08-18 Simon Pilgrim[MC] MCFixup - Fix cppcheck + MSVC analyzer uninitializ...
2019-08-18 Roman Lebedev[InstCombine] Cherry-pick NFC cleanups of foldShiftInto...
2019-08-18 David Bolvansky[Diagnostics] Improve -Wsizeof-pointer-div
2019-08-18 Craig Topper[TargetLowering] Teach computeRegisterProperties to...
2019-08-18 Craig Topper[SelectionDAG] Add a node creation debug message to...
2019-08-18 Matt ArsenaultAMDGPU: Fix iterator error when lowering SI_END_CF
2019-08-18 Matt ArsenaultAMDGPU: Disambiguate v3f16 format in load/store tables
2019-08-18 Matt ArsenaultTableGen: Revert changes from r369038
2019-08-17 Craig Topper[X86] Add a one use check to the combineStore code...
2019-08-17 Yonghong Song[BPF] Fix bpf llvm-objdump issues.
2019-08-17 Raphael Isemann[lldb][NFC] Remove unused MaterializeInitializer and...
2019-08-17 Roman Lebedev[NFC][InstCombine] Some tests for 'shift amount reassoc...
2019-08-17 Tan S. B.[SemaDeclCXX] Allow inheriting constructor declaration...
2019-08-17 Kristof Umann[analyzer] Turn an assert into an if condition
2019-08-17 George RimarRecommit r369190 "[llvm-readobj/llvm-readelf] - Improve...
2019-08-17 George RimarRevert r369190, r369192 ([llvm-readobj/llvm-readelf...
2019-08-17 George Rimar[llvm-readobj] - An attemp to fix BB after r369191.
2019-08-17 Kang Zhang[CodeGen] Do the Simple Early Return in block-placement...
2019-08-17 George Rimar[llvm-readobj/llvm-readelf] - Improve/cleanup the error...
2019-08-17 George Rimar[test] - Remove precomiled openbsd-phdrs.elf-x86-64...
2019-08-17 Troy A. Johnson[circular_raw_ostream] Delegate is_displayed to contain...
2019-08-17 Fangrui Song[ELF] Replace local variable hasExportDynamic with...
2019-08-17 Paul WalkerRevert Revert [AArch64InstrInfo] Stop getInstSizeInByte...
2019-08-17 Paul WalkerRevert [AArch64InstrInfo] Stop getInstSizeInBytes retur...
2019-08-17 Fangrui Song[ELF][PPC] Fix getRelExpr for R_PPC64_REL16_HI
2019-08-17 Troy A. Johnson[X86] Support -mlong-double-80
2019-08-17 Diego Astiazaran[clang-doc] Fix casting not working in gcc 5.4.0
2019-08-17 Alina Sbirlea[MemorySSA] Loop passes should mark MSSA preserved...
2019-08-17 Petr Hosek[Fuchsia] Create the VMO during initialization, not...
2019-08-17 Adrian PrantlSimplify code (NFC).
2019-08-17 Petr Hosek[llvm-readobj] Unwrap the value first to avoid the...
2019-08-16 Adrian PrantlAdd LLDB dataformatters for llvm::StringRef and lldb_pr...
2019-08-16 Sanjay PatelRevert r367891 - "[InstCombine] combine mul+shl separat...
2019-08-16 Jian CaiReland "[ARM] push LR before __gnu_mcount_nc"
2019-08-16 Amara Emerson[AArch64][GlobalISel] Fix an assertion during G_UNMERGE...
2019-08-16 Lang Hames[ORC] Re-introduce self-dependence accidentally dropped...
2019-08-16 Troy A. JohnsonRevert "[X86] Support -mlong-double-80"
2019-08-16 Petr Hosek[llvm-readobj] Fallback to PT_NOTE if file doesn't...
2019-08-16 Sanjay Patel[CodeGenPrepare] Fix use-after-free
2019-08-16 Jordan RupprechtRevert [X86] SimplifyDemandedVectorElts - attempt to...
2019-08-16 Roman Lebedev[InstCombine][NFC] reuse-constant-from-select-in-icmp...
2019-08-16 Julian LettnerRevert "[TSan] Don't guard #include <xpc/xpc.h>"
2019-08-16 Julian Lettner[TSan] Add interceptors for os_unfair_lock
2019-08-16 Roman Lebedev[InstCombine][NFC] Revisit tests in reuse-constant...
2019-08-16 Eli Friedman[ARM] Preserve liveness in ARMConstantIslands.
2019-08-16 Richard Smith[doc] Fix some minor formatting issues.
2019-08-16 Johannes Doerfert[Attributor] Fix: Do not partially resolve returned...
2019-08-16 Johannes Doerfert[Attributor] Fix: Make sure we set the changed flag
2019-08-16 Johannes Doerfert[CaptureTracking] Allow null to be in either icmp operand
2019-08-16 Owen Pan[clang-format] Fix the bug that joins template closer...
2019-08-16 Sanjay Patel[CodeGenPrepare] fix RUN line settings
2019-08-16 Johannes Doerfert[Attributor] Add all missing attribute definitions...
2019-08-16 Jonas Devlieghere[RWMutex] Simplify availability check
2019-08-16 Jonas Devlieghere[Utility] Reimplement RegularExpression on top of llvm...
2019-08-16 Troy A. Johnson[X86] Support -mlong-double-80
2019-08-16 Craig Topper[X86] Use Register/MCRegister in more places in X86
2019-08-16 Julian Lettner[TSan] Don't guard #include <xpc/xpc.h>
2019-08-16 Jian CaiRevert "[ARM] push LR before __gnu_mcount_nc"
2019-08-16 Troy A. Johnson[Test Commit] Fix typo in diagtool.rst
2019-08-16 Jian Cai[ARM] push LR before __gnu_mcount_nc
2019-08-16 Alexey Bataev[OPENMP5.0]Diagnose global variables in lambda not...
2019-08-16 Richard SmithStop abusing SuppressAllDiagnostics when speculatively...
2019-08-16 Johannes Doerfert[Attributor] Towards a more structured deduction pattern
2019-08-16 Johannes Doerfert[Attributor][NFC] Introduce aliases for call site attri...
2019-08-16 Johannes Doerfert[Attributor] Introduce initialize calls and move code...
2019-08-16 Lang Hames[ORC] Remove some stray debugging output accidentally...
2019-08-16 Sanjay Patel[InstCombine] canonicalize a scalar-select-of-vectors...
2019-08-16 Diego Astiazaran[clang-doc] Redesign of generated HTML files
2019-08-16 Evgeniy StepanovEscape % in printf format string.
2019-08-16 Guanzhong Chen[WebAssembly] Forbid use of EM_ASM with setjmp/longjmp
2019-08-16 Simon Pilgrim[X86] resolveTargetShuffleInputs - add DemandedElts...
2019-08-16 Amara Emerson[AArch64][GlobalISel] Lower G_SHUFFLE_VECTOR with 1...
2019-08-16 Simon Pilgrim[X86] combineExtractWithShuffle - handle extract(trunca...
next