platform/upstream/llvm.git
2018-07-17 Craig Topper[X86] Add full set of patterns for turning ceil/floor...
2018-07-17 Craig Topper[X86] Add test cases for selecting floor/ceil/trunc...
2018-07-17 Jacob Bandes... [Driver] Add -fno-digraphs
2018-07-17 Artem Dergachev[analyzer] Fix size_t in tests.
2018-07-17 Chen Zheng[testcases] move testcases to right place - NFC
2018-07-17 Artem Dergachev[CFG] [analyzer] Allow elidable copies to have more...
2018-07-17 Artem Dergachev[analyzer] pr37802: Fix symbolic-pointer-to-boolean...
2018-07-17 Artem Dergachev[analyzer] Assert that nonloc::SymbolVal always wraps...
2018-07-17 Richard SmithRestructure checking for, and warning on, lifetime...
2018-07-16 Matt Davis[llvm-mca][docs] Add notes about cycle and resource...
2018-07-16 Matt Morehouse[libFuzzer] Avoid STL in MSan test.
2018-07-16 Craig Topper[X86] Add a missing FMA3 scalar intrinsic pattern.
2018-07-16 Sam Clegg[WebAssembly] Remove ELF file support.
2018-07-16 Sanjay Patel[Intrinsics] define funnel shift IR intrinsics + DAG...
2018-07-16 Puyan Lotfi[NFC][llvm-objcopy] Make helper functions static
2018-07-16 Matt Davis[llvm-mca][docs] Initial description of mca internals...
2018-07-16 Zachary TurnerAdd missing includes.
2018-07-16 Zachary Turner[LLVMDemangle] Move some utility classes to header...
2018-07-16 Reka Kovacs[analyzer] Make checkEndFunction() give access to the...
2018-07-16 George Karpenkov[ASTMatchers] Quickfix for tests.
2018-07-16 George Karpenkov[analyzer] Bugfix for an overly eager suppression for...
2018-07-16 George Karpenkov[analyzer] Fix GCDAntipatternChecker to only fire when...
2018-07-16 George Karpenkov[analyzer] Provide a symmetric method for generating...
2018-07-16 Yunlian Jiangremove temporal file directory before testing in thinl...
2018-07-16 George Karpenkov[ASTMatchers] Introduce Objective-C matchers `hasReceiv...
2018-07-16 Roman Lebedev[NFC][InstCombine] Fine-tune 'check for [no] signed...
2018-07-16 Alexey Bataev[OPENMP] Fix checks for declare target link entries.
2018-07-16 Max MorozRevert r337194 (https://reviews.llvm.org/D48891) due...
2018-07-16 Eric FiselierFix PR38160 - init_priority attribute not supported...
2018-07-16 Jake Ehrlich[llvm-objcopy] Add support for large indexes
2018-07-16 Alex Lorenz[cmake][libFuzzer] fixup r337193 to ensure msan/dfsan...
2018-07-16 Alex Langford[CMake] Give lldb tools functional install targets...
2018-07-16 Tobias Grosser[ScopInfo] Replace isl foreach calls with for loops
2018-07-16 Fangrui Song[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 Petr Hosek[CMake] Use cxx-headers as a depedency for C++ headers
2018-07-16 Farhana Aleen[AMDGPU] [AMDGPU] Support a fdot2 pattern.
2018-07-16 Alexey Bataev[OPENMP] Fix syntactic errors in error messages.
2018-07-16 Yunlian JiangSupport option -plugin-opt=dwo_dir=
2018-07-16 Max Moroz[libFuzzer] Mutation tracking and logging implemented.
2018-07-16 Matt Morehouse[libFuzzer] Add msan and dfsan to test deps.
2018-07-16 Mandeep Singh... [llvm] Change 2 instances of std::sort to llvm::sort
2018-07-16 Alexey Bataev[OPENMP, NVPTX] Globalize only captured variables.
2018-07-16 Roman Lebedev[InstCombine] Fold 'check for [no] signed truncation...
2018-07-16 Raphael IsemannFix some crashes and deadlocks in FormatAnsiTerminalCodes
2018-07-16 Pavel LabathFix typo in find-basic-function test
2018-07-16 Max Moroz[libFuzzer] Implement stat::stability_rate based on...
2018-07-16 Wei Mi[RegAlloc] Skip global splitting if the live range...
2018-07-16 Teresa JohnsonRestore "[ThinLTO] Ensure we always select the same...
2018-07-16 Teresa JohnsonRestore "[ThinLTO] Ensure we always select the same...
2018-07-16 George Rimar[ELF] - Eliminate ObjFile<ELFT>::getLineInfo. NFC.
2018-07-16 George Rimar[ELF] - Cover ObjFile<ELFT>::getLineInfo() with a test.
2018-07-16 Joel Galenson[cfi-verify] Abort on unsupported targets
2018-07-16 Max MorozRevert r337175 (https://reviews.llvm.org/D49212) due...
2018-07-16 Chen Zheng[InstrSimplify] add testcases for fold sdiv if two...
2018-07-16 Chandler CarruthFix warnings in a static assert added to CFI.
2018-07-16 Chandler Carruth[x86/SLH] Completely rework how we sink post-load harde...
2018-07-16 Henry ZhuTest commit
2018-07-16 Max Moroz[libFuzzer] Implement stat::stability_rate based on...
2018-07-16 Marco Castelluccio[gcov] Add a test showing differences in line counts...
2018-07-16 Pavel LabathFix TestDataFormatterUnordered for older libc++ versions
2018-07-16 Balazs Keri[ASTImporter] Changed constant int to unsigned int...
2018-07-16 Simon Atanasyan[mips] Eliminate the usage of hasStdEnc in MipsPat.
2018-07-16 Filipe Cabecinhas[cfi] Don't pass a uint16_t to memset. Make sure the...
2018-07-16 Mikhail R.... [analyzer] Fix the Z3 backend always generating unsigne...
2018-07-16 Petar Jovanovic[MIPS GlobalISel] Select instructions to load and store...
2018-07-16 Mikhail R.... [analyzer] Fix constraint being dropped when analyzing...
2018-07-16 Roman Lebedev[X86][AArch64][DAGCombine] Unfold 'check for [no] signe...
2018-07-16 Daniel Cederman[Sparc] Use the correct encoding for ta 3
2018-07-16 Daniel Cederman[Sparc] Use the names .rem and .urem instead of __modsi...
2018-07-16 Daniel Cederman[Sparc] Generate ta 1 for the @llvm.debugtrap intrinsic
2018-07-16 Balazs Keri[ASTImporter] Import implicit methods of existing class.
2018-07-16 Daniel CedermanAvoid losing Hi part when expanding VAARG nodes on...
2018-07-16 Chandler Carruth[x86/SLH] Fix a bug where we would try to post-load...
2018-07-16 Alexander PotapenkoMSan: minor fixes, NFC
2018-07-16 Jonas Devlieghere[AccelTable] Provide DWARF5AccelTableStaticData for...
2018-07-16 Chandler Carruth[x86/SLH] Extract another small helper function, add...
2018-07-16 Mark Searles[AMDGPU][Waitcnt] Re-apply fix "comparison of integers...
2018-07-16 Alexander Potapenko[MSan] factor userspace-specific declarations into...
2018-07-16 Mark Searlesrun post-RA hazard recognizer pass late
2018-07-16 Mark SearlesRevert "[AMDGPU][Waitcnt] fix "comparison of integers...
2018-07-16 Benjamin Kramer[Sema] Reword warning for constant captures that are...
2018-07-16 Adam Balogh[Analyzer] Mark `SymbolData` parts of iterator position...
2018-07-16 Marco CastelluccioAdd a test with __gcov_flush called before terminating...
2018-07-16 Alexandros... [MemorySSAUpdater] Remove deleted trivial Phis from...
2018-07-16 Alexander Shaposhnikov[Sema] Add fixit for unused lambda captures
2018-07-16 Craig Topper[X86] Merge the FR128 and VR128 regclass since they...
2018-07-16 Martin Storsjo[MinGW] Automatically mangle Windows-specific entry...
2018-07-16 Chandler Carruth[x86/SLH] Fix an unused variable warning in release...
2018-07-16 Chandler Carruth[x86/SLH] Teach speculative load hardening to correctly...
2018-07-16 Chen Zheng[InstCombine] add more SPFofSPF folding
2018-07-16 Dean Michael... [XRay][compiler-rt] Use `SANITIZER_CXX_ABI_LIBRARY...
2018-07-16 Chen Zheng[InstCombine] fold icmp pred (sub 0, X) C for vector...
2018-07-16 Michael J.... Recommit r335794 "Add support for generating a call...
2018-07-15 Joerg SonnenbergerPrune empty directory.
2018-07-15 Chandler Carruth[x86/SLH] Extract one of the bits of logic to its own...
2018-07-15 Craig Topper[X86] Add custom execution domain fixing for 128/256...
2018-07-15 Craig Topper[X86] Add load patterns for cases where we select X86Mo...
2018-07-15 Craig Topper[X86] Use 128-bit blends instead vmovss/vmovsd for...
2018-07-15 Craig Topper[X86] Use 128-bit ops for 256-bit vzmovl patterns.
2018-07-15 Azharuddin... [cmake] Fix libomptarget/test/CMakeLists.txt
next