platform/upstream/llvm.git
2018-10-22 Sam CleggUse llvm::arrayRefFromStringRef
2018-10-22 Sam Clegg[WebAssembly] Simplify --help message
2018-10-22 Aleksandr Urakov[PDB] Extend IPDBSession's interface to retrieve frame...
2018-10-22 Miklos VajnaReleaseNotes: move readability-redundant-smartptr-get...
2018-10-22 Craig Topper[X86] Add patterns for vector and/or/xor/andn with...
2018-10-22 Dorit Nuzman[IAI,LV] Avoid creating a scalar epilogue due to gaps...
2018-10-22 Dean Michael... [XRay] Account for virtual memory re-use
2018-10-22 Dean Michael... [XRay][compiler-rt] Generational Buffer Management
2018-10-22 Dean Michael... [XRay] Handle allocator exhaustion in segmented array
2018-10-21 Kristof Umann[analyzer][UninitializedObjectChecker] No longer using...
2018-10-21 Kristof Umann[analyzer][www] Update alpha_checks.html
2018-10-21 Craig Topper[X86] Stop promoting integer loads to vXi64
2018-10-21 David Carlier[Sanitizer] openbsd does not have sysctlbyname call
2018-10-21 Craig TopperRevert r344873 "foo"
2018-10-21 Craig Topper[X86] Remove SDIVREM8_SEXT_HREG/UDIVREM8_ZEXT_HREG...
2018-10-21 Craig Topperfoo
2018-10-21 Sanjay Patel[DAGCombiner] reduce insert+bitcast+extract vector...
2018-10-21 Miklos Vajna[clang-tidy] add IgnoreMacros option to readability...
2018-10-21 Kristof Umann[analyzer][NFC] Fix inconsistencies in AnalyzerOptions
2018-10-21 Aditya KumarSchedule Hot Cold Splitting pass after most optimizatio...
2018-10-21 Simon Pilgrim[X86][AVX] Enable lowerVectorShuffleAsLanePermuteAndPer...
2018-10-21 Simon Pilgrim[X86] Only extract constant pool shuffle mask data...
2018-10-21 Heejin Ahn[WebAssembly] Change tabs to spaces in basic-assembly.s
2018-10-20 Aleksei Sidorin[AST, analyzer] Transform rvalue cast outputs to lvalue...
2018-10-20 Lang Hames[ORC] Add some more basic sanity tests for the LLJIT.
2018-10-20 Craig Topper[X86] Add more intrinsics to match icc.
2018-10-20 Craig Topper[X86] Add missing intrinsics to match icc.
2018-10-20 Sanjay Patel[InstCombine] add test for possible shuffle fold; NFC
2018-10-20 Fangrui SongUse llvm::{all,any,none}_of instead std::{all,any,none...
2018-10-20 Sam McCall[clangd] Fix unqualified make_unique after r344850...
2018-10-20 Simon Pilgrim[CostModel][X86] Add some initial extract/insert subvec...
2018-10-20 Akira HatanakaCheck that __MAC_OS_X_VERSION_MIN_REQUIRED is defined...
2018-10-20 Sanjay Patel[InstCombine] use 'match' to simplify code; NFC
2018-10-20 Sanjay Patel[InstCombine] make code more flexible with lambda; NFC
2018-10-20 Sanjay Patel[InstCombine] add explanatory comment for strange vecto...
2018-10-20 Sam McCall[clangd] Namespace style cleanup in cpp files. NFC.
2018-10-20 Simon Pilgrim[SLPVectorizer][X86] Add mul/and/or/xor unrolled reduct...
2018-10-20 Sanjay Patel[SLPVectorizer] regenerate test checks; NFC
2018-10-20 Aleksei Sidorin[NFC][Test commit] Fix typos in a comment
2018-10-20 Simon Pilgrim[CostModel][X86] Add integer vector reduction cost...
2018-10-20 Simon PilgrimFix MSVC "truncation from 'double' to 'float'" warning...
2018-10-20 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2018-10-20 Simon PilgrimReplace setFeature macro with lambda to fix MSVC "shift...
2018-10-20 Alexander RichardsonAdd an addAbsolute static function to Writer.cpp
2018-10-20 David BlaikieDebugInfo: Use base address specifiers more aggressively
2018-10-20 Stephen Kelly[clang-query] Add option to print matcher expression
2018-10-20 David BlaikieAdd missed file from previous commit (r344838)
2018-10-20 David BlaikieDebugInfo: Use DW_OP_addrx in DWARFv5
2018-10-20 David BlaikieDebugInfo: Implement debug_rnglists.dwo
2018-10-20 David BlaikieDebugInfo: Use address pool forms in debug_rnglists
2018-10-20 David Blaikiellvm-dwarfdump: Support RLE_addressx and RLE_startx_len...
2018-10-20 David BlaikieDebugInfo: Use debug_addr for non-dwo addresses in...
2018-10-20 Akira Hatanaka[CodeGen] Use the mangle context owned by CodeGenModule...
2018-10-20 Craig Topper[X86] Add support for more than 32 features for __built...
2018-10-20 Craig Topper[X86] Add additional CPUs and features to Host.cpp...
2018-10-20 Craig Topper[X86][compiler-rt] Add additional CPUs and features...
2018-10-20 Billy Robert... [libcxx] [test] Don't detect Windows' UCRT with TEST_CO...
2018-10-20 Richard TrieuMake -Wfor-loop-analysis work with C++17
2018-10-20 Akira HatanakaDisable unittests/clangd/JSONTransportTests.cpp on...
2018-10-20 Thomas Lively[WebAssembly] Implement vector sext_inreg and tests...
2018-10-20 Thomas Lively[WebAssembly] Custom lower i64x2 constant shifts to...
2018-10-20 Craig Topper[X86] When checking the bits in cpu_features for functi...
2018-10-20 Artem Dergachev[analyzer] Be more plugin-friendly by moving static...
2018-10-20 Roman Tereshin[MachineCSE][GlobalISel] Making sure MachineCSE works...
2018-10-19 Billy Robert... [libcxx] [test] Add missing <stdexcept> to map at tests.
2018-10-19 Billy Robert... Repair thread-unsafe modifications of n_alive in F...
2018-10-19 Petar Jovanovic[llvm-objdump] Fix --file-headers (-f) option
2018-10-19 Thomas Lively[LoopVectorize] Loop vectorization for minimum and...
2018-10-19 Changpeng FangAMDGPU: Add support pattern for SUB of one bit
2018-10-19 Evandro Menezes[NFC][InstCombine] Undo stray change
2018-10-19 Craig Topper[X86] Remove some left over code from when MVT:i1 was...
2018-10-19 Matt ArsenaultFix typos in assert message
2018-10-19 Aditya Nandakumar[GISel]: Allow PHIs to be DCEd
2018-10-19 Aaron Smith[PDB] Test variadic function type in PDB
2018-10-19 Craig Topper[X86] In PostprocessISelDAG, start from allnodes_end...
2018-10-19 Wolfgang Pieb[DWARF] Make llvm-dwarfdump display location lists...
2018-10-19 Dan AlbertRevert "[Driver] Reland: Default Android toolchains...
2018-10-19 Thomas Lively[WebAssembly] Handle undefined lane indices in SIMD...
2018-10-19 Krzysztof PszenicznyFix a use-after-RAUW bug in large GEP splitting
2018-10-19 Richard SmithPR24164, PR39336: init-captures are not distinct full...
2018-10-19 Richard SmithAdd basic test that we perform lifetime extension in...
2018-10-19 Thomas Lively[InstCombine] InstCombine and InstSimplify for minimum...
2018-10-19 Aaron Smith[lldb] Add support in Status::AsCString to retrieve...
2018-10-19 Andrea Di Biagio[llvm-mca] Remove a stale TODO comment. NFC
2018-10-19 Thomas Lively[ConstantFolding] Constant fold minimum and maximum...
2018-10-19 Dan Albert[Driver] Reland: Default Android toolchains to libc++.
2018-10-19 Jonas Devlieghere[dwarfdump] Hide ranges in diff-mode.
2018-10-19 Sanjay Patel[InstCombine] use m_Neg() in dyn_castNegVal() to match...
2018-10-19 Krzysztof Parzyszek[Hexagon] Remove support for V4
2018-10-19 Sanjay Patel[InstCombine] move/add tests for sub/neg; NFC
2018-10-19 Hans WennborgJava annotation declaration being handled correctly
2018-10-19 Stella Stamenova[lldbsuite, windows] Disable two tail call frames tests...
2018-10-19 Sam McCall[clangd] Set workspace root when initializing ClangdSer...
2018-10-19 Krzysztof Parzyszek[Hexagon] Remove support for V4
2018-10-19 Marek Kurdej[clang-tidy] Resolve readability-else-after-return...
2018-10-19 Balazs Keri[ASTImporter] Removed uneeded default case label.
2018-10-19 Balazs Keri[ASTImporter] Added error handling for AST import.
2018-10-19 Clement Courbet[llvm-exegesis] Mark second-form X87 instructions as...
2018-10-19 Kristina Brooks[MC][DWARF][AsmParser] Ensure nested CFI frames are...
2018-10-19 Clement Courbet[llvm-exegesis] Re-enable liveliness tracker.
next