platform/upstream/llvm.git
2017-09-25 George Rimar[ELF] - Simplify removeUnusedSyntheticSections a bit.
2017-09-25 George Rimar[ELF] - Report orphan sections if -verbose given.
2017-09-25 George Rimar[ELF] - LTO: do not optimize away symbols accessed...
2017-09-25 Clement Courbet[CodeGenPrepare][NFC] Rename TargetTransformInfo::expan...
2017-09-25 Rui UeyamaDo not sort CU vectors.
2017-09-25 Rui UeyamaSpeeds up CU vector creation.
2017-09-25 Rui UeyamaFix off-by-one error.
2017-09-25 Rui UeyamaDo not use StringTableBuilder to build symbol table...
2017-09-25 Rui UeyamaCompute string hashes early and cache them.
2017-09-25 Rui UeyamaRename copy -> copyFrom.
2017-09-25 Rui UeyamaMove Config->SymbolRenaming to SymbolTable.
2017-09-24 Rui UeyamaRemove unused member variable.
2017-09-24 Rui UeyamaRefactor GdbIndexSection. NFC.
2017-09-24 Craig Topper[X86] Make IFMA instructions during isel so we can...
2017-09-24 Craig Topper[X86] Add tests to show missed opportunities to fold...
2017-09-24 Roman Gareev[Polly] Information about generalized matrix multiplication
2017-09-24 Craig Topper[X86] Add IFMA instructions to the load folding tables...
2017-09-24 Simon PilgrimFix implicit-fallthrough warning by adding missing...
2017-09-24 Simon PilgrimFix signed/unsigned warning
2017-09-24 Simon Pilgrim[X86][SSE] Add more tests for shuffle combining with...
2017-09-24 Simon Pilgrim[X86][SSE] Add support for extending bool vectors bitca...
2017-09-24 Tobias Grosser[ScopDetect/Info] Look through PHIs that follow an...
2017-09-24 Nemanja Ivanovic[PowerPC] Eliminate compares - add i64 sext/zext handli...
2017-09-24 Craig Topper[AVX-512] Add pattern for selecting masked version...
2017-09-24 Craig Topper[X86] Make sure we still mark the full register as...
2017-09-24 Dylan McKay[AVR] Implement getCmpLibcallReturnType().
2017-09-24 Davide Italiano[Verifier] Stop accepting broken DIGlobalVariable(s).
2017-09-23 Simon Pilgrim[X86] Regenerate i64 to v2f32 bitcast test
2017-09-23 Richard SmithDon't warn about runtime behavior problems in variable...
2017-09-23 Benjamin KramerSilence unused variable warning in Release builds.
2017-09-23 Tobias Grosser[IslExprBuilder] Do not generate RTC with more than...
2017-09-23 Sanjay Patel[x86] reduce 64-bit mask constant to 32-bits by right...
2017-09-23 Sanjay Patel[x86] add an add+shift test for follow-up suggestion...
2017-09-23 Nemanja Ivanovic[PowerPC] Eliminate compares - add i32 sext/zext handli...
2017-09-23 Reka Kovacs[docs] Fix typos in Clang's User's Manual.
2017-09-23 Nemanja Ivanovic[PowerPC] Eliminate compares - add i32 sext/zext handli...
2017-09-23 Craig Topper[X86] Move the getInsertVINSERTImmediate and getExtract...
2017-09-23 Craig Topper[X86] Remove is the isVINSERT*Index/isVEXTRACT*Index...
2017-09-23 Vitaly Buka[ubsan] Fix assert.cc test by compiling it as C++
2017-09-23 Akira HatanakaPromote storage-only __fp16 vector operands to float...
2017-09-23 Nemanja Ivanovic[PowerPC] Eliminate compares - add i32 sext/zext handli...
2017-09-23 Richard SmithCorrectly compute linkage for members of internal linka...
2017-09-23 Vitaly Buka[ubsan] Replace CommonSanitizerReportMutex with ScopedE...
2017-09-23 Vitaly Buka[ubsan] Support signal specific options in ubsan
2017-09-23 Reid KlecknerCommit missing fixes for tool_file_rename
2017-09-23 Reid Kleckner[Support] Rename tool_output_file to ToolOutputFile...
2017-09-22 Eugene Zelenko[CodeGen] Fix build bots which uses old Clang broken...
2017-09-22 Vitaly Buka[lsan] Add __lsan_default_options
2017-09-22 Richard SmithFix up clang-tidy after clang r314037.
2017-09-22 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-default...
2017-09-22 Stephane SezerImplement trampoline step-through for Windows-x86.
2017-09-22 Konstantin... [X86] [MC] fixed non optimal encoding of instruction...
2017-09-22 Reid KlecknerFix uninteneded fallthrough detected by GCC warning
2017-09-22 George Karpenkov[Analyzer] Fix minor errors in python scripts.
2017-09-22 Vitaly Buka[lsan] Deadly signal handler for lsan
2017-09-22 Vitaly Buka[sanitizer] Replace thread id with GetThreadSelf
2017-09-22 Vitaly Buka[sanitizer] Move ScopedErrorReportLock into libcdep...
2017-09-22 Jason MolendaInitial patchset to get the testsuite running against...
2017-09-22 Richard SmithDR1113: anonymous namespaces formally give their conten...
2017-09-22 Vedant Kumar[test] Enable clang-func-mapping as a test dep with...
2017-09-22 Richard TrieuFix unused variable warning in non-debug builds.
2017-09-22 Hans Wennborgclang-format plugin: Add missing NL (new line) at EOF...
2017-09-22 Craig Topper[InstCombine] Teach foldICmpUsingKnownBits to simplify...
2017-09-22 Craig Topper[InstCombine] Add test cases for known bits simplificat...
2017-09-22 Craig Topper[InstCombine] Remove a FIXME from a test that was fixed...
2017-09-22 Akira Hatanaka[CodeGen][ObjC] Build the global block structure before...
2017-09-22 Ilya BiryukovFixed broken links in docs.
2017-09-22 Sanjay Patel[x86] remove over-specified platform from test config
2017-09-22 Stefan Pintilie[PowerPC] Mark P9 scheduling model complete
2017-09-22 Craig Topper[InstCombine] Add constant splat handling to one of...
2017-09-22 Sanjay Patel[x86] shiftRightAlgebraic -> shiftRightArithmetic; NFC
2017-09-22 Sanjay Patel[x86] swap order of srl (and X, C1), C2 when it saves...
2017-09-22 Alexander Shaposhnikov[clang] Fix isExternC matcher docs
2017-09-22 Francis RicciFix fuchsia builds broken by r313999
2017-09-22 Ilya Biryukov[clangd] Updated gold for completion tests after cfe...
2017-09-22 Ilya BiryukovSet completion priority of destructors and operators...
2017-09-22 Craig Topper[InstCombine] Move the call to isSignBitCheck into...
2017-09-22 Craig Topper[InstCombine] Simplify check for RHS being a splat...
2017-09-22 Craig Topper[InstCombine] Make cases for ICMP_UGT/ICMP_ULT use...
2017-09-22 Vitaly Buka[sanitizer] Replace AddressSanitizer with correct tool...
2017-09-22 Kuba MracekDeflake the "xpc-race.mm" test.
2017-09-22 Vedant Kumar[lit.cfg] Avoid concatenating which(clang-func-mapping...
2017-09-22 Rafael EspindolaMove code to a helper function. NFC.
2017-09-22 Alexander Shaposhnikov[clang] Fix printf fixit for objc specific types
2017-09-22 Rafael Espindolallvm-ar: align the first archive member consistently.
2017-09-22 Saleem Abdulrasoolbindings: expose Linkage to the python bindings
2017-09-22 Vitaly Buka[sanitizer] Move report locking code from asan into...
2017-09-22 Vitaly Buka[asan] Fix unlocking order for CommonSanitizerReportMut...
2017-09-22 Vitaly Buka[sanitizer] Move CommonSanitizerReportMutex from _print...
2017-09-22 Tim Shen[XRay] support conditional return on PPC.
2017-09-22 Krzysztof Parzyszek[TableGen] Replace InfoByHwMode::getAsString with write...
2017-09-22 Guozhi Wei[TargetTransformInfo] Handle intrinsic call in getInstr...
2017-09-22 Vedant Kumar[Coverage] Add an option to emit limited coverage info
2017-09-22 Francis RicciFix windows buildbot broken by r313999
2017-09-22 Rafael Espindolallvm-ar: Don't add an unnecessary alignment in gnu...
2017-09-22 Francis RicciRemoved platform-specific ifdefs from sanitizer_procmaps.h
2017-09-22 Balaram Makam [Falkor] Add falkor CPU to host detection
2017-09-22 Dave Lee[index] Generate class & metaclass manglings for objc
2017-09-22 Simon PilgrimRemove trailing whitespace. NFCI.
2017-09-22 Alexey Bataev[OPENMP] Handle re-declaration of captured variables...
next