platform/upstream/llvm.git
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.
2018-10-19 Clement Courbet[llvm-exegesis] X87 RFP setup code.
2018-10-19 Marco Antognini[OpenCL] Remove unwanted signedness conversion from...
2018-10-19 Haojian Wu[clangd] Remove the overflow log.
2018-10-19 Martin Storsjo[COFF] Fix error handling on duplicates for import...
2018-10-19 Fangrui Song[pipeliner] Fix test added in rL344748 to require asserts
2018-10-19 Fangrui SongUse llvm::{all,any,none}_of instead std::{all,any,none...
2018-10-19 Krasimir Georgiev[clangd] Fix msan failure after r344735 by initializing...
2018-10-19 Roman Lebedev[clang-tidy] readability-uppercase-literal-suffix:...
2018-10-19 Douglas YungRevert commit r344670 as the test fails on a bot lab...
2018-10-19 Hsiangkai Wang[CodeGen] Fix for PR39094.
2018-10-19 Chandler Carruth[TI removal] Remove `TerminatorInst` from the IR type...
2018-10-19 Chandler Carruth[TI removal] Switch some newly added code over to use...
2018-10-19 Mandeep Singh... [COFF, ARM64] Enable unit test arm64-microsoft-status...
2018-10-19 Greg BedwellUpdate the project name in README.md
2018-10-18 Mandeep Singh... [COFF, ARM64] Add _ReadStatusReg and_WriteStatusReg...
2018-10-18 Chandler Carruth[TI removal] Update the C API for the move away from...
2018-10-18 Lang Hames[ORC] Add a createJITDylib method to LLJIT.
2018-10-18 David Bolvansky[Test] Fix test file for C++98 mode
2018-10-18 David Bolvansky[Diagnostics] Add missing expected warning to test...
2018-10-18 Roman Lebedev[clang-tidy] readability-uppercase-literal-suffix:...
next