platform/upstream/llvm.git
2017-11-06 Peter CollingbourneELF: Merge DefinedRegular and Defined.
2017-11-06 Peter CollingbourneELF: Remove DefinedCommon.
2017-11-06 Rui UeyamaDo not consider Shared symbols as defined symbols.
2017-11-06 Craig Topper[X86] Use EVEX encoded instructions for legacy scalar...
2017-11-06 David L. Jones[PassManager, SimplifyCFG] Revert r316908 and r316869.
2017-11-05 Adrian PrantlRemove \brief from doxygen comments in PrettyPrinter.h
2017-11-05 Craig Topper[X86] Add missing predicate to a pattern. NFC
2017-11-05 Craig Topper[X86] Remove some more RCP and RSQRT patterns from...
2017-11-05 Craig Topper[X86] Fix outdated comment. NFC
2017-11-05 Simon Pilgrim[X86][SSE] Tests for integer min/max horizontal reductions
2017-11-05 Dorit Nuzman[LV/LAA] Avoid specializing a loop for stride=1 when...
2017-11-05 Sanjay Patel[SLPVectorizer] minimize tests and auto-generate full...
2017-11-05 Joachim ProtzeUpdating implementation of OMPT as specified in OpenMP...
2017-11-05 Joachim ProtzeRename fields of ompt_frame_t
2017-11-05 Johannes Altmanninger[clang-diff] NFC: format
2017-11-05 Mohammed Agabaria[REVERT][LV][X86] update the cost of interleaving mem...
2017-11-05 Mohammed Agabaria[LV][X86] update the cost of interleaving mem. access...
2017-11-05 Serguei Katkov[CGP] Fix the bug found by asan.
2017-11-05 Serguei Katkov[CGP] Extends the scope of optimizeMemoryInst optimizat...
2017-11-05 Serguei Katkov[CGP] Extends the scope of optimizeMemoryInst optimization
2017-11-04 Rui UeyamaInline a small function.
2017-11-04 Rui UeyamaMove OutputSectionFactory to LinkerScript.cpp. NFC.
2017-11-04 Rui UeyamaRewrite addSymbolWrap and applySymbolWrap. NFCI.
2017-11-04 Rui UeyamaRemove dead code and update comment.
2017-11-04 Simon Pilgrim[X86][AVX] Regenerate test. NFCI.
2017-11-04 Martin StorsjoAdd ifdefs around ELF specific parts of UnwindRegisters...
2017-11-04 Harlan HaskinsUse code voice for DIBuilder in LLVM C API
2017-11-04 Roman Lebedev[Sema] Document+test the -Wsign-conversion change for...
2017-11-04 Aaron BallmanMove the llvm-tblgen project into the Tablegenning...
2017-11-04 Aaron BallmanMove the clang-tblgen-targets project into the Misc...
2017-11-04 Aaron BallmanMove the clang-tblgen project into the Clang tablegenni...
2017-11-04 Aaron BallmanMove the libclang-headers project into the Misc folder...
2017-11-04 Aaron BallmanMove the srpm, ocaml_make_directory, llvm_vcsrevision_h...
2017-11-04 Aaron BallmanMove the LLVMCFIVerify project into the Libraries folde...
2017-11-04 Aaron BallmanMove these CMake projects into the Tests folder on...
2017-11-04 Craig Topper[X86] Don't use RCP14 and RSQRT14 for reciprocal estima...
2017-11-04 Craig Topper[X86] Regenerate a couple more tests that I missed...
2017-11-04 Tamas BerghammerImprove the posix core file triple detection
2017-11-04 Craig Topper[X86] Teach EVEX->VEX pass to turn SHUFI32X4/SHUFF32X4...
2017-11-04 Yaxun Liu[AMDGPU] Remove hardcoded address space value from...
2017-11-04 Sean Fertile[LTO][ThinLTO] Use the linker resolutions to mark globa...
2017-11-04 Sanjay Patel[CodeGen] add remquo to list of recognized library...
2017-11-04 George Rimar[ELF] - Stop using SectionKey for creating output sections.
2017-11-04 George Rimar[ELF] - Fix error reporting with --strip-debug/--strip...
2017-11-04 NAKAMURA Takumillvm/test/lit.cfg.py: Don't set the feature "llvm-64...
2017-11-04 Craig Topper[X86] Teach shuffle lowering to use 256-bit SHUF128...
2017-11-04 NAKAMURA TakumiCMake: Let LLVM_BUILD_32_BITS aware of large file.
2017-11-04 NAKAMURA Takumillvm/test/Object/archive-SYM64-write.test: Delete large...
2017-11-04 Martell MaloneCodeGenCXX: no default dllimport storage for mingw
2017-11-04 Martell Malone[Driver] MinGW: Remove custom linker detection
2017-11-04 Petr Hosek[ELF] Support expressions with -defsym option
2017-11-04 Sean FertileRevert "[LTO][ThinLTO] Use the linker resolutions to...
2017-11-04 Richard TrieuUpdate ODR hashing tests
2017-11-04 Davide Italiano[CallSiteSplitting] clang-format my last commit. NFCI.
2017-11-04 Rui UeyamaRename Body -> Sym.
2017-11-04 Mehdi AminiFix CMake definitions of tsan runtime to make it instal...
2017-11-03 Kostya Kortchinsky[scudo] Rearrange #include order
2017-11-03 Alex Shlyapnikov[Sanitizers] Call NanoTime() conditionally.
2017-11-03 Davide Italiano[CallSiteSplitting] Silence GCC's -Wparentheses. NFCI.
2017-11-03 Rui Ueyama[COFF] Avoid "Body" as a local variable name.
2017-11-03 Rui UeyamaRename replaceBody -> replaceSymbol.
2017-11-03 Craig Topper[X86] Give unary PERMI priority over SHUF128 in lowerV8...
2017-11-03 Eugene Zelenko[Basic] Fix some Clang-tidy modernize and Include What...
2017-11-03 Zachary TurnerFix variable name.
2017-11-03 David BlaikieMove TargetFrameLowering.h to CodeGen where it's implem...
2017-11-03 Bob HaarmanRevert "[ELF] - Teach LLD to use information from ...
2017-11-03 Pavel LabathRemove ProcessGdbRemote::m_flags
2017-11-03 Martin Storsjo[MinGW] Output debug info by default, unless the -s...
2017-11-03 Adrian PrantlInvoke salvageDebugInfo from CodeGenPrepare's SinkCast()
2017-11-03 Sean Fertile[LTO][ThinLTO] Use the linker resolutions to mark globa...
2017-11-03 Kevin EnderbyFix a crash in llvm-objdump when printing a bad x86_64...
2017-11-03 Alex LorenzAdd -fcxx-exceptions for ExtractionSemicolonPolicy...
2017-11-03 Peter CollingbourneRevert r317046, "Object: Move some code from ELF.h...
2017-11-03 Rui UeyamaRename SymbolBody -> Symbol
2017-11-03 Kamil RytarowskiLate fixup in _lwp_exit on TSan/NetBSD
2017-11-03 Craig Topper[SimplifyCFG] When merging conditional stores, don...
2017-11-03 Martin Storsjo[COFF] Autoexport symbols as data if they don't point...
2017-11-03 David BlaikieGCOV: Move GCOV from IR & Support into ProfileData...
2017-11-03 David Blaikiellvm-objdump: Fix unused-lambda-capture warning by...
2017-11-03 Mitch Phillips[cfi-verify] Add blacklist parsing for result filtering.
2017-11-03 Kamil RytarowskiCorrect detection of a thread termination
2017-11-03 Jun Bum LimRecommit r317351 : Add CallSiteSplitting pass
2017-11-03 Kamil RytarowskiDisable detection of on_exit()/TSan on NetBSD
2017-11-03 David BlaikieModularize: Include some required headers
2017-11-03 Aaron BallmanReplace a use of std::for_each() with llvm::for_each...
2017-11-03 Martin Storsjo[llvm-ar] Support an options string that start with...
2017-11-03 Aaron BallmanCorrecting some CRLFs that snuck in with my previous...
2017-11-03 Aaron BallmanAdd llvm::for_each as a range-based extensions to ...
2017-11-03 Mitch Phillips[cfi-verify] Add an interesting unit test where undef...
2017-11-03 Craig Topper[X86] Promote athlon, athlon-xp, k8, and k8-sse3 to...
2017-11-03 Jun Bum LimRevert "Add CallSiteSplitting pass"
2017-11-03 Jake EhrlichReland "Add support for writing 64-bit symbol tables...
2017-11-03 Jun Bum LimAdd CallSiteSplitting pass
2017-11-03 Jake Ehrlich[llvm-objcopy] Add support for dwarf fission
2017-11-03 Evandro Menezes[AArch64] Fix the number of iterations for the Newton...
2017-11-03 Evgeny StupachenkoThe patch fixes PR35131
2017-11-03 Jonas HahnfeldRevert "Rename fields of ompt_frame_t"
2017-11-03 Jonas HahnfeldRevert "Updating implementation of OMPT as specified...
2017-11-03 Adrian PrantlRevert "Invoke salvageDebugInfo from CodeGenPrepare...
2017-11-03 Alex LorenzMove Extract.cpp that wasn't moved in r317343
next