platform/upstream/llvm.git
2018-05-08 Roman Lebedev[clang-tidy] Profile is a per-AST (per-TU) data.
2018-05-08 Aleksei Sidorin[ASTImporter] Properly import SourceLocations of Attrs
2018-05-08 Martin Storsjo[llvm-rc] Update a stale comment. NFC.
2018-05-08 Simon Pilgrim[X86] Add vector masked load/store scheduler classes...
2018-05-08 Gabor Horvath[ASTMatchers] Overload isConstexpr for ifStmts
2018-05-08 Sander de Smalen[AArch64][SVE] Asm: Support for LD1R load-and-replicate...
2018-05-08 Simon Pilgrim[X86] Add SchedWriteFTest/SchedWriteVecTest TEST schedu...
2018-05-08 Simon Dardis[mips] Mark various memory instructions as being in...
2018-05-08 Sander de Smalen[AArch64] Disallow vector operand if FPR128 Q register...
2018-05-08 Simon Dardis[mips] Correct clo/clz predicates
2018-05-08 Simon PilgrimFix 'not all control paths return a value' MSVC warning...
2018-05-08 Peter Smith[LLD][ELF][AArch64] Increase test coverage of AArch64Er...
2018-05-08 Peter Smith[LLD][ELF] Add test cases to improve code coverage...
2018-05-08 Krasimir Georgiev[clang-format] Add raw string formatting to release...
2018-05-08 Jeremy Morse[X86] Mark all byval parameters as aliased
2018-05-08 Alexander Ivchenko[X86][CET] Shadow stack fix for setjmp/longjmp
2018-05-08 Martin Storsjo[llvm-rc] Don't strictly require quotes around external...
2018-05-08 Hans WennborgObject: Find terminator correctly when reading long...
2018-05-08 Eric Fiselier[C++2a] Implement operator<=>: Fix another bug in the...
2018-05-08 Tobias Grosser[test] Replace undef with true/false to make test case...
2018-05-08 Gabor Buella[x86] Introduce the encl[u|s|v] intrinsics
2018-05-08 Gabor Buella[x86] Introduce the enclv instruction
2018-05-08 Bjorn Pettersson[LCSSA] Do not remove used PHI nodes in formLCSSAForIns...
2018-05-08 Gabor Buella[x86] Introduce the pconfig intrinsic
2018-05-08 Gabor Buella[x86] Introduce the pconfig instruction
2018-05-08 Fangrui Song[DebugInfo] Accept `S` in augmentation strings in CIE.
2018-05-08 Walter Lee[asan] Fix bug introduced by r331647
2018-05-08 Vitaly Buka[sanitizer] Add InternalMmapVector::swap
2018-05-08 Vitaly Buka[sanitizer] Fix error checking in ThreadLister
2018-05-08 Igor KudrinRevert "[sanitizer] Be more accurate when calculating...
2018-05-08 Frederic RissReally test type lookup in TestCppTypeLookup.py
2018-05-08 Roman Tereshin[MachineVerifier][GlobalISel] Verifying generic extends...
2018-05-08 Petr Hosek[CMake] Pass additional CMake flags in Fuchsia cache...
2018-05-08 Eric Fiselier[C++2a] operator<=>: Fix incorrect use of Twine.
2018-05-08 Roman Tereshin[MIRParser][GlobalISel] Parsing vector pointer types...
2018-05-08 Dean Michael... [XRay][compiler-rt] Add llvm-mca assembler annotations...
2018-05-08 Kostya Serebryany[dfsan] update the abilist for the sanitizer coverage...
2018-05-08 Teresa Johnson[NewPM] Emit inliner NoDefinition missed optimization...
2018-05-08 Fangrui SongAdd a CIE with length 0 unconditionally.
2018-05-08 Eric Fiselier[C++2a] Implement operator<=>: Address bugs and post...
2018-05-08 Richard TrieuMove test input file into same directory as test. NFC
2018-05-08 Sam Clegg[WebAssembly] MC: Use existing MCSymbol.Index field...
2018-05-07 Sam Clegg[MC] ELFObjectWriter: Removing unneeded variable and...
2018-05-07 Rui UeyamaRename a local variable whose scope is very narrow...
2018-05-07 Chandler CarruthRevert r330742: Let TableGen write output only if it...
2018-05-07 Vitaly Buka[sanitizer] Simplify ThreadLister interface
2018-05-07 Rui UeyamaImprove error message for --plugin-opt=thinlto-prefix...
2018-05-07 Rui UeyamaRename Config::ThinLTOIndexOnlyObjectFiles -> Config...
2018-05-07 Rui UeyamaSplit BitcodeCompiler::init() into two functions. NFC.
2018-05-07 Eric FiselierFix failing codegen test on non-x86_64 platforms
2018-05-07 Rumeet DhindsaAdd support for thinlto option ( thinlto-emit-imports...
2018-05-07 Roman TereshinFollow Up on [MachineVerifier][GlobalISel] NFC, Improvi...
2018-05-07 Roman Tereshin[MachineVerifier][GlobalISel] Checking that generic...
2018-05-07 Roman Tereshin[MachineVerifier][GlobalISel] NFC, Improving MO printin...
2018-05-07 Richard SmithPR37352: mangle numbering for decomposition declarations.
2018-05-07 Tom StellardAMDGPU/GlobalISel: Don't try to lower hull shaders
2018-05-07 Rui UeyamaDo not call exit() directly from lld.
2018-05-07 Rui UeyamaRefactor ThinLTO-related code in BitcodeCompiler.cpp...
2018-05-07 Erich Keane[NFC] Move 2 variable initialization from Ctor to membe...
2018-05-07 Alexander Shaposhnikov[tools] Add missing test dependency
2018-05-07 Stella Stamenova[lit, lldbsuite] Fixes for several tests LLDB tests...
2018-05-07 Roman Lebedev[DAGCombiner] Masked merge: enhance handling of 'andn...
2018-05-07 Roman Lebedev[DagCombiner] Not all 'andn''s work with immediates.
2018-05-07 Craig Topper[X86] Use target feature defines in tests instead of...
2018-05-07 Craig Topper[X86] Make _mm256_gf2p8mul_epi8 require avx features...
2018-05-07 Peter CollingbourneRelax a FileCheck pattern to make it pass on Windows.
2018-05-07 Dmitry MikulinRemove explicit setting of the CFI jumptable section...
2018-05-07 Stella StamenovaTest Commit: fix a comment to be grammatically correct
2018-05-07 Simon Pilgrim[llvm-mca][x86] Remove addsubpd from SSE2 tests
2018-05-07 Eric Fiselier[C++2a] Implement operator<=> CodeGen and ExprConstant
2018-05-07 Alexander Shaposhnikov[tools] Adjust the lit config for llvm-strip
2018-05-07 Roman Lebedev[llvm-rc] Fix build: missing 'override'.
2018-05-07 Peter Collingbourne[CFI] Force LLVM to die if the implicit blacklist files...
2018-05-07 Erich KeaneCorrect warning on Float->Integer conversions.
2018-05-07 Simon Pilgrim[X86] Split WriteFAdd/WriteFCmp/WriteFMul schedule...
2018-05-07 Rumeet DhindsaAdd test to ensure lld writes linked files to linked...
2018-05-07 Martin Storsjo[llvm-rc] Implement the BITMAP resource type
2018-05-07 Martin Storsjo[llvm-rc] Allow optional commas between the string...
2018-05-07 Martin Storsjo[llvm-rc] Exclude padding from sizes in versioninfo...
2018-05-07 Martin Storsjo[llvm-rc] Fix alphabetical order of cases. NFC.
2018-05-07 Martin Storsjo[Driver] Use -fuse-line-directives by default in MSVC...
2018-05-07 Aaron Smith[SelectionDAG] Transfer DbgValues when casts are optimi...
2018-05-07 Sam Clegg[WebAssembly] Ensure all .debug_XXX section has proper...
2018-05-07 Alexander Shaposhnikov[tools] Introduce llvm-strip
2018-05-07 Kostya Kortchinsky[sanitizer] s/TestOnlyInit/Init for the allocator ByteM...
2018-05-07 Marshall ClowStatus updates for Rapperswil
2018-05-07 Matt Davis[llvm-mca] Avoid exposing index values in the MCA inter...
2018-05-07 Simon Pilgrim[X86][AVX2] Tag VPMOVSX/VPMOVZX ymm instructions as...
2018-05-07 Rui UeyamaDo not pass Config members to simplify function signatu...
2018-05-07 Rui UeyamaParse --thinlto-prefix-replace early so that we don...
2018-05-07 Rui UeyamaUse StringRef instead of `const std::string &`. NFC.
2018-05-07 Rui UeyamaRefactor BitcodeCompiler::createLTO. NFC.
2018-05-07 Alexey Bataev[OPENMP, NVPTX] Small test fix, NFC.
2018-05-07 Krzysztof Parzyszek[Hexagon] Move clamping of extended operands directly...
2018-05-07 Alexey Bataev[OPENMP, NVPTX] Codegen for critical construct.
2018-05-07 Erich KeaneFix explicit template parameter reporting for narrowing...
2018-05-07 Roman Lebedev[DAGCombine][NFC] Masked merge unfolding: comment:...
2018-05-07 Walter Lee[asan] Port asan_malloc_linux.cc to RTEMS
2018-05-07 Walter Lee[sanitizer] On RTEMS, avoid recursion when reporting...
2018-05-07 Walter Lee[asan] Set flags appropriately for RTEMS
next