platform/upstream/llvm.git
2016-09-26 Oleg Ranevskyy[libc++] Fix typos causing compilation errors when...
2016-09-26 Enrico GranataFix an issue where LLDB would not accept the --descript...
2016-09-26 Rafael EspindolaNon alloca sections should not keep other sections...
2016-09-26 Richard Smith[Modules TS] Diagnose 'export' declaration within ...
2016-09-26 Derek Schuff[WebAssembly] Use the frame pointer instead of the...
2016-09-26 Kevin EnderbyNext set of additional error checks for invalid Mach...
2016-09-26 Aditya KumarMove computation past early return
2016-09-26 Eric Fiselier[libc++] Extension: Make `move` and `forward` constexpr...
2016-09-26 Matthias BraunFix test on windows
2016-09-26 Piotr Padlewski[thinlto] Basic thinlto fdo heuristic
2016-09-26 Todd Fialaadded Linux support for test timeout sampling
2016-09-26 Michal Gorny[include] Declare __STDC_*_MACROS for C++11 compat...
2016-09-26 Sean CallananAdded a setting that enables saving all .o files from...
2016-09-26 Zachary TurnerAllow StringRef to be constructed from a null pointer.
2016-09-26 Jim InghamFix serialization of Python breakpoint commands.
2016-09-26 Nirav DaveAdd support for Code16GCC
2016-09-26 George Rimar[ELF] - Linkerscript: implemented BYTE/SHORT/LONG/QUAD...
2016-09-26 Andrew KaylorAdd optimization bisect support to an optional Mips...
2016-09-26 George Rimar[ELF] - Fix for: Bug 30521 - lld exits non-zero return...
2016-09-26 Matthias BraunCC1: Add -save-stats option
2016-09-26 Matthias BraunStatistic: Only print statistics on exit for -stats
2016-09-26 Matthias BraunMachineInstr: Fix comment typo, further refine comment...
2016-09-26 Evandro Menezes[AArch64] Fix test triplet
2016-09-26 Vedant Kumar[llvm-cov] Silence a warning from the MSVC runtime...
2016-09-26 Daniel BerlinUpdate MemorySSA unittest to account for non-pruned...
2016-09-26 Tom StellardAMDGPU/SI: Don't crash on anonymous GlobalValues
2016-09-26 Daniel BerlinRemove pruning of phi nodes in MemorySSA - it makes...
2016-09-26 Matthew Simpson[LV] Scalarize instructions marked scalar after vectori...
2016-09-26 Aaron BallmanComplete support for the cxxCtorInitializer() AST match...
2016-09-26 Haojian Wu[ASTMatcher] Add isStaticStorageClass matcher for varDe...
2016-09-26 Gor Nishanov[Coroutines] Part14: Handle coroutines with no suspend...
2016-09-26 Geoff Berry[AArch64] Improve add/sub/cmp isel of uxtw forms.
2016-09-26 Evandro MenezesAdd support to optionally limit the size of jump tables.
2016-09-26 Daniel Marjamaki[analyzer] Improve CastToStruct checker so it can also...
2016-09-26 Daniel Jasperclang-format: Only special-case top-level */& in multiv...
2016-09-26 Aaron BallmanSilence a false positive with the cert-err58-cpp check...
2016-09-26 Pavel LabathRemove ancient icc decorators
2016-09-26 Dmitry Vyukovtsan: relaxed check in CheckShadowMapping
2016-09-26 Pavel LabathRemove an ancient XFAIL from TestBuiltinTrap
2016-09-26 Dmitry Vyukovtsan: make shadow mapping linear within a single user...
2016-09-26 Dmitry Vyukovtsan: remove kMidShadowOff mapping parameter
2016-09-26 Dmitry Vyukovtsan: simplify meta mapping
2016-09-26 Sylvestre LedruIn the get started page, also explain how to start...
2016-09-26 Alexey Bataev[InstCombine] Fixed bug introduced in r282237
2016-09-26 Sylvestre Ledruupdate the link to the code coverage
2016-09-26 Krzysztof ParzyszekFix typo in comment, NFC
2016-09-26 Andrea Di Biagio[InstCombine] Teach the udiv folding logic how to handl...
2016-09-26 Dylan McKay[AVR] Add AVRMCExpr
2016-09-26 Sam KoltonRevert "[AMDGPU] Disassembler: print label names in...
2016-09-26 George Rimar[ELF] - Format. NFC.
2016-09-26 Sam Kolton[AMDGPU] Disassembler: print label names in branch...
2016-09-26 Eugene LeviantLinkerscript: don't crash when GC .debug_line
2016-09-26 Eugene LeviantLinkerscript: do not GC non-allocated sections
2016-09-26 Maxim Ostapenko[msan] Fix second parameter in MsanReallocate from...
2016-09-26 Maxim Ostapenko[asan, msan] Fix reallocation logic when IsInDlsymAlloc...
2016-09-26 Kirill Bobyrev[clang-rename] Use checktime when reloading vim buffer...
2016-09-26 James Molloy[ARM] Promote small global constants to constant pools
2016-09-26 Kirill Bobyrev[clang-tidy] make readability-redundant-smartptr-get...
2016-09-26 Zvi Rackover[X86] Optimization for replacing LEA with MOV at frame...
2016-09-26 Kirill BobyrevRevert r282382; it had no reference to Revision.
2016-09-26 Chandler Carruth[PM] Refactor this unittest a bit to remove duplicated...
2016-09-26 Kirill Bobyrev[clang-tidy] make readability-redundant-smartptr-get...
2016-09-26 Ayman Musa[X86][avx512] Fix bug in masked compress store.
2016-09-26 Chandler Carruth[SCEV] Fix the order of members in the initializer...
2016-09-26 Saleem AbdulrasoolDriver: avoid failing in the backend
2016-09-26 Chandler Carruth[PM] Add a unittest covering the invalidation of a...
2016-09-26 Chandler Carruth[PM] Add a unittest for invalidating module analyses...
2016-09-26 Sanjoy Das[SCEV] Assign LoopPropertiesCache in the move constructor
2016-09-26 Sanjoy Das[SCEV] Combine two predicates into one; NFC
2016-09-26 Sanjoy Das[SCEV] Make it obvious BackedgeTakenInfo's constructor...
2016-09-26 Sanjoy Das[SCEV] Further isolate incidental data structure; NFC
2016-09-26 Sanjoy Das[SCEV] Simplify BackedgeTakenInfo::getMax; NFC
2016-09-26 Konstantin... [AMDGPU] Expose flat work group size, register and...
2016-09-26 Sanjoy DasAppease MSVC
2016-09-26 Sanjoy DasAttempt to appease MSVC
2016-09-25 Sanjoy Das[SCEV] Reserve space in SmallVector; NFC
2016-09-25 Sanjoy Das[SCEV] Document a gotcha; NFC
2016-09-25 Sanjoy Das[SCEV] Have ExitNotTakenInfo keep a pointer to its...
2016-09-25 Sanjoy Das[SCEV] Simplify tracking ExitNotTakenInfo instances...
2016-09-25 Sanjoy Das[SCEV] Rename a couple of fields; NFC
2016-09-25 Sanjoy Das[SCEV] Remove incidental data structure; NFC
2016-09-25 Sanjoy Das[SCEV] Clang format most of the SCEV header; NFC
2016-09-25 Craig Topper[X86] Remove what appears to be leftover MMX code invol...
2016-09-25 Craig Topper[X86] Remove patterns for scalar_to_vector from FR32...
2016-09-25 Craig Topper[AVX-512] Replace get512BitSuperRegister with calls...
2016-09-25 Craig Topper[AVX-512] Fix some patterns predicates to properly...
2016-09-25 Craig Topper[AVX-512] Add rounding versions of instructions to...
2016-09-25 Craig Topper[AVX-512] Add the scalar unsigned integer to fp convers...
2016-09-25 Craig Topper[AVX-512] Remove duplicate instructions for converting...
2016-09-25 Eric FiselierUpdate -verify test to use new static assert message
2016-09-25 Tobias Grosserwww: add new code coverage link to Polly website
2016-09-25 Zachary TurnerAdd a comment on StringRef::contains(char)
2016-09-25 Eric FiselierFix missing _LIBCPP_INLINE_VISIBILITY macro on C++03...
2016-09-25 Zachary TurnerFix signed / unsigned comparison.
2016-09-25 Eric Fiselier[libc++] Remove various C++03 feature test macros
2016-09-25 Zachary TurnerAdd some predicated searching functions to StringRef.
2016-09-25 Eric FiselierUse __attribute__((internal_linkage)) when available.
2016-09-25 Craig Topper[AVX-512] Don't use two opcodes for INTR_TYPE_SCALAR_MA...
2016-09-24 Marshall ClowFix a few static_asserts that need extra parens on -03
2016-09-24 Marshall ClowImplement proposed resolution for LWG#2758. Reviewed...
next