platform/upstream/llvm.git
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...
2019-06-08 Sanjay Patel[InstSimplify] enhance fcmp fold with never-nan operand
2019-06-08 Sylvestre Ledrufix a typo unavaliable=>unavailable
2019-06-08 Hubert Tong[analyzer][NFC][tests] Pre-normalize expected-plists
2019-06-08 Hubert Tong[analyzer][NFC][tests] Remove unused expected-plist...
2019-06-08 David Bolvansky[NFC] Added tests for D63038
2019-06-08 David Green[ARM] Adjust isLegalT1AddressImmediate for non-legal...
2019-06-08 David Green[ARM] Add MVE addressing to isLegalT2AddressImmediate
2019-06-08 David Green[ARM] Add fp16 addressing to isLegalT2AddressImmediate
2019-06-08 David Green[ARM] Add extra gep costmodel tests for MVE and half...
2019-06-08 David Green[ARM] Add HasNEON for all Neon patterns in ARMInstrNEON...
2019-06-08 Jonas Paulsson[SystemZ] Fix CMakeLists.txt for alphabetical order...
2019-06-08 Jonas Paulsson[SystemZ, RegAlloc] Favor 3-address instructions durin...
2019-06-08 Fangrui Song[ELF][PPC] Simplify {read,write}FromHalf16
2019-06-08 Eric Fiselierupdate debugging docs to be less out of date
2019-06-08 Eric FiselierSubstantially reduce instantiations and debug size...
2019-06-08 Nico Webergn build: Merge r362857
2019-06-08 Seiya Nuta[llvm-objcopy][MachO] Recompute and update offset/size...
2019-06-08 Alex LangfordRevert "DWARF: Simplify SymbolFileDWARF::GetDWARFCompil...
2019-06-08 Eric FiselierFix some incorrect std::function tests
2019-06-08 Mike SpertusVisualizer for APInt and remove obsolete visualizer
2019-06-08 Kostya SerebryanyExperimantal dfsan mode "fast16labels=1"
2019-06-08 Amara EmersonFactor out SelectionDAG's switch analysis and lowering...
2019-06-08 David BlaikieDebugInfo: Add support for 'nodebug' attribute on typed...
2019-06-07 Keno Fischer[analyzer] Add werror flag for analyzer warnings
2019-06-07 Matt ArsenaultLoopDistribute: Add testcase where SCEV wants to insert...
2019-06-07 Keno Fischer[GVN] non-functional code movement
2019-06-07 Matt ArsenaultAMDGPU: Force skips around traps
2019-06-07 Reid Kleckner[COFF] Fix /export:foo=bar when bar is a weak alias
2019-06-07 Alexander Shaposhnikov[llvm-lipo] Add docs for llvm-lipo
2019-06-07 Jordan Rupprecht[llvm-objdump] Fix Bugzilla ID 41862 to support checkin...
2019-06-07 Adrian McCarthyFix string literals to avoid deprecation warnings in...
2019-06-07 Adrian McCarthyNFC: Fix typo in a cmake message
2019-06-07 Adrian McCarthyFix lit tests on Windows related to CR+LF
2019-06-07 Jorge Gorbe... [lldb] Fix msan use-of-uninitialized-value in DWARFDebu...
2019-06-07 Mitch Phillips[GWP-ASan] Removed unittests from Android build.
2019-06-07 Shoaib Meenai[llvm-lipo] Drop unneeded braces. NFC
2019-06-07 Shoaib Meenai[llvm-lipo] Implement -archs
2019-06-07 Alina Sbirlea[DomTreeUpdater] Add all insert before all delete updat...
2019-06-07 Michael Pozulp[llvm-objdump] Add warning if --disassemble-functions...
2019-06-07 Craig Topper[X86] Remove unnecessary new line escape from the end...
2019-06-07 Peter CollingbourneRelax test so that the clang binary doesn't need to...
2019-06-07 Michael Pozulp[ADT] Enable set_difference() to be used on StringSet
2019-06-07 Volkan Keles[GlobalISel] IRTranslator: Translate the intrinsics...
2019-06-07 Nick Desaulniers[APFloat] APFloat::Storage::Storage - refix use after...
2019-06-07 Lang Hames[ORC] Update symbol lookup to use a single callback...
2019-06-07 Peter Collingbournedocs: Update partitioning docs now that the feature...
2019-06-07 Vlad TsyrklevichRevert "[CodeComplete] Improve overload handling for...
2019-06-07 Peter CollingbourneDriver, IRGen: Set partitions on GlobalValues according...
2019-06-07 Cameron McInally[IR] Add UnaryOperator::CreateFNegFMF(...)
2019-06-07 Peter CollingbourneUnbreak 32-bit build.
2019-06-07 Vlad TsyrklevichRevert "[llvm-objdump] Add warning if --disassemble...
2019-06-07 Simon Pilgrim[DAGCombine] visitAND - fix local shadow variable warni...
2019-06-07 Anton AfanasyevRevert "[Support][Test] Time profiler: add regression...
2019-06-07 Vlad TsyrklevichRevert "[ADT] Enable set_difference() to be used on...
2019-06-07 Simon PilgrimFix -Wunused-lambda-capture warning. NFCI.
2019-06-07 Anton Afanasyev[Support][Test] Time profiler: add regression test
2019-06-07 Simon Pilgrim[DAGCombine] Use APInt::extractBits in "sub-splat"...
2019-06-07 Peter CollingbourneELF: Create synthetic sections for loadable partitions.
2019-06-07 Peter Collingbournellvm-objcopy: Implement --extract-partition and --extra...
2019-06-07 Matt ArsenaultAMDGPU: Fix MIR test verifier error
2019-06-07 Simon PilgrimRevert rL362792 : [Support][Test] Time profiler: add...
2019-06-07 Jonas Devlieghere[dsymutil] Use the number of threads specified.
2019-06-07 David Green[ARM] Add ACLE feature macros for MVE.
2019-06-07 James Henderson[docs]Move llvm-readobj from "Developer Tools" to ...
2019-06-07 Ilya BiryukovAST Matchers tutorial requests to enable clang-tools...
2019-06-07 Ilya Biryukov[clangd] Return empty results on spurious completion...
2019-06-07 Sanjay Patel[Analysis] simplify code for getSplatValue(); NFC
2019-06-07 Nico WeberAttempt to fix nm-archive.test after r362798
2019-06-07 David TentyBuild with _XOPEN_SOURCE defined on AIX
2019-06-07 Sjoerd Meijer[ARM] Add ACLE feature macros for MVE
2019-06-07 Jinsong Ji[MachineScheduler] checkResourceLimit boundary conditio...
2019-06-07 Stefan Granitz[CMake] Add special case for processing LLDB_DOTEST_ARGS
2019-06-07 Stefan Stipanovictest-commit
2019-06-07 David Bolvansky[NFC] Added tests for D63004
2019-06-07 Matt ArsenaultTailDuplicator: Remove no-op analyzeBranch call
next