platform/upstream/llvm.git
2019-06-10 Matt Davis[Docs] [llvm-mca] Point out a caveat for using llvm...
2019-06-10 Sam McCall[clangd] Remove old hidden -use-dex-index flag
2019-06-10 Martin Storsjo[Driver] Look for -m in response files as well
2019-06-10 Philip Reames[Tests] Add tests for D62939 (miscompiles around dead...
2019-06-10 Philip Reames[LFTR] Use recomputed BE count
2019-06-10 Jinsong Ji[PowerPC][HTM]Fix $zero is not a GPRC register for...
2019-06-10 Jordan Rupprecht[llvm-objcopy] Fix SHT_GROUP ordering.
2019-06-10 Sanjay Patel[Analysis] add unit test file for VectorUtils; NFC
2019-06-10 Philip ReamesPrepare for multi-exit LFTR [NFC]
2019-06-10 Reid KlecknerAdd unused symbol to thunk files to force wholearchive...
2019-06-10 Wolfgang Pieb[ELF][llvm-objdump] Treat dynamic tag values as virtual...
2019-06-10 Sameer AbuAsal [RISCV] Replace map with set in getReqFeatures
2019-06-10 Zhihao Yuan[libc++] Fix leading zeros in std::to_chars
2019-06-10 Jordan Rupprecht[docs] Add 'git llvm revert' to getting started guide
2019-06-10 Craig Topper[X86] Attempt to make the Intel core CPU inheritance...
2019-06-10 Andrea Di Biagio[llvm-mca] Enable bottleneck analysis when flag -all...
2019-06-10 Francis Visoiu... [FastISel] Skip creating unnecessary vregs for arguments
2019-06-10 Kostya Kortchinsky[scudo][standalone] Introduce the thread specific data...
2019-06-10 Saleem AbdulrasoolABI: reflow the table text (NFC)
2019-06-10 Pavel LabathBreakpad: Add support for the arm64e "architecture"
2019-06-10 Sam Clegg[WebAssembly] Cleanup toolchain test files. NFC.
2019-06-10 Cameron McInally[ExecutionEngine] Fix rL362941: Add UnaryOperator visit...
2019-06-10 Piotr Sobczak[AMDGPU] Optimize image_[load|store]_mip
2019-06-10 Simon TathamRevert rL362953 and its followup rL362955.
2019-06-10 Simon Tatham[ARM] Add the non-MVE instructions in Arm v8.1-M.
2019-06-10 Sanjay Patel[InstCombine] allow unordered preds when canonicalizing...
2019-06-10 Simon Tatham[ARM] Add the non-MVE instructions in Arm v8.1-M.
2019-06-10 Whitney Tsang[DA] Add an option to control delinearization validity...
2019-06-10 Jeremy Morse[DebugInfo] Terminate all location-lists at end of...
2019-06-10 Sam McCallRe-land "[CodeComplete] Improve overload handling for...
2019-06-10 Sanjay Patel[InstCombine] add tests for fabs() with unordered preds...
2019-06-10 Pavel LabathAdd "REQUIRES: x86" to DWARF assembly tests
2019-06-10 Cameron McInally[IRBuilder] Add CreateFNegFMF(...) to the IRBuilder
2019-06-10 Michal Gorny[lldb] [Process/NetBSD] Fix error handling in register...
2019-06-10 Sanjay Patel[InstCombine] fix bug in canonicalization to fabs()
2019-06-10 Sam McCallRevert "[CodeComplete] Improve overload handling for...
2019-06-10 Sanjay Patel[InstCombine] change canonicalization to fabs() to...
2019-06-10 Simon Tatham[ARM] Disallow PC, and optionally SP, in VMOVRH and...
2019-06-10 Cameron McInally[ExecutionEngine] Add UnaryOperator visitor to the...
2019-06-10 George Rimar[yaml2obj] - Remove TODOs from dynsymtab-implicit-secti...
2019-06-10 Sam McCall[clangd] Revamp textDocument/onTypeFormatting.
2019-06-10 George Rimar[llvm-readobj/llvm-readelf] - Don't fail to dump the...
2019-06-10 Sanjay Patel[InstCombine] allow unordered preds when canonicalizing...
2019-06-10 Sanjay Patel[InstCombine] add tests for fcmp unordered pred ->...
2019-06-10 Andrea Di Biagio[MCA] Fix -Wunused-private-field warning after r362933...
2019-06-10 Sam McCall[clangd] Stop marshalling/requiring FormattingOptions...
2019-06-10 Andrea Di Biagio[MCA] Further refactor the bottleneck analysis view...
2019-06-10 Nico Webergn build: Merge r362913
2019-06-10 George Rimar[yaml2obj/obj2yaml] - Make RawContentSection::Content...
2019-06-10 Rui Ueyama[LLD][COFF] Fix missing MergeChunk::Instances cleanup...
2019-06-10 George Rimar[yaml2obj] - Do not assert when .dynsym is specified...
2019-06-10 David Green[ARM] Enable Unroll UpperBound
2019-06-10 Simon PilgrimFix MSVC "32-bit shift implicitly converted to 64 bits...
2019-06-10 Peter Smith[COFF][X86] Add REQUIRES: x86 to a couple of tests
2019-06-10 George Rimar[yaml2obj] - Remove helper methods that are probably...
2019-06-10 Sam McCallRevert "Revert "[CodeComplete] Improve overload handlin...
2019-06-10 Nikola Prica[DebugInfo] More strict debug range for stack variables
2019-06-10 Fangrui Song[ELF][RISCV] Parse BFD names elf{32,64}-littleriscv
2019-06-10 QingShan Zhang[DAGCombine] Match a pattern where a wide type scalar...
2019-06-10 Craig Topper[X86] When promoting i16 compare with immediate to...
2019-06-10 Craig Topper[X86] Disable f32->f64 extload when sse2 is enabled
2019-06-10 Vivek PandyaDo not derive no-recurse attribute if function does...
2019-06-10 Kai Luo[NFC] Test if commit access granted.
2019-06-10 Nico WeberMake test not write to source directory
2019-06-10 Craig Topper[X86] Use EVEX instructions for f128 FAND/FOR/FXOR...
2019-06-10 Craig Topper[X86] Convert f32/f64 FANDN/FAND/FOR/FXOR to vector...
2019-06-09 Nico WeberRevert r361953 "[SVE][IR] Scalable Vector IR Type"
2019-06-09 David Bolvansky[TargetLowering] Simplify (ctpop x) == 1
2019-06-09 Roman Lebedev[InstCombine] foldICmpWithLowBitMaskedVal(): 'icmp...
2019-06-09 Roman Lebedev[NFC][InstCombine] Revisit canonicalize-constant-low...
2019-06-09 Sanjay Patel[InstCombine] change canonicalization to fabs() to...
2019-06-09 David Bolvansky[NFC] Adjust test for D63004
2019-06-09 David Bolvansky[NFC] Added test from PR19758
2019-06-09 David Bolvansky[NFC] Added test from PR42084 for D63058
2019-06-09 Nikita Popov[InstCombine] Add tests for usub.sat(x,y)+y etc; NFC
2019-06-09 Sanjay Patel[InstSimplify] reduce code duplication for fcmp folds...
2019-06-09 Sanjay Patel[InstSimplify] enhance fcmp fold with never-nan operand
2019-06-09 Sanjay Patel[InstSimplify] add tests for fcmp with known-never...
2019-06-09 Anton Afanasyev[MIR] Add simple PRE pass to MachineCSE
2019-06-09 Ayke van Laethem[CaptureTracking] Don't let comparisons against null...
2019-06-09 Ayke van Laethem[bindings/go] Add wrappers for atomic operations.
2019-06-09 Jatin Bhateja[X86] NFCI : Comment updation for EVEX to VEX translation.
2019-06-09 Simon PilgrimUse for-range loop. NFCI.
2019-06-09 Amara Emerson[AArch64][GlobalISel] Select immediate forms of cmp...
2019-06-09 Craig Topper[X86] Remove (store (f32 (extractelt (v4f32))) isel...
2019-06-08 Craig Topper[X86] Mutate scalar fceil/ffloor/ftrunc/fnearbyint...
2019-06-08 Ayke van Laethem[bindings/go] Add bindings to LLVMGet?CmpPredicate
2019-06-08 Ayke van LaethemRevert "[bindings/go] Add Go bindings for CalledValue"
2019-06-08 Ayke van Laethem[bindings/go] Add Go bindings for CalledValue
2019-06-08 Ayke van Laethem[bindings/go] Add Go bindings for CalledValue
2019-06-08 Ayke van Laethem[bindings/go] Add EraseFromParent
2019-06-08 Ayke van Laethem[NFC] Test commit
2019-06-08 Kristof Umann[analyzer][NFC] Add dividers to BugReporterVisitors.cpp
2019-06-08 Roman Lebedev[X86][Codegen] Add missed pattern that may be a lea+neg
2019-06-08 Alex Langford[Target] Remove unused header from Process
2019-06-08 Alex Langford[LanguageRuntime] Introduce LLVM-style casts
2019-06-08 Martin Storsjo[ELF] [PPC] Fix a typo from SVN r362721
2019-06-08 Martin Storsjo[MinGW] Support the -u/--undefined option.
2019-06-08 Martin Storsjo[COFF] Add an lld specific option /includeoptional
2019-06-08 Simon Pilgrim[DAGCombine] visitAND - merge (zext_inreg ((s)extload...
next