OSDN Git Service

android-x86/external-llvm.git
2016-08-10 Tim Shen[ADT] Add make_scope_exit().
2016-08-10 Rong XuFix LCSSA increased compile time
2016-08-10 Krzysztof Parzyszek[Hexagon] Fix table-gen decode conflict warnings for...
2016-08-10 Tim NorthoverGlobalISel: fixup copy/paste comment error
2016-08-10 Tim NorthoverGlobalISel: avoid inserting redundant COPYs for bitcasts.
2016-08-10 Krzysztof Parzyszek[Hexagon] Use integer instructions for floating point...
2016-08-10 Gor Nishanov[Coroutines] Part 6: Elide dynamic allocation of a...
2016-08-10 Roger Ferrer... Fix build break of VS 2013 debug builds
2016-08-10 Krzysztof Parzyszek[Hexagon] Delete HexagonSelectCCInfo.td
2016-08-10 Krzysztof Parzyszek[Hexagon] Remove unneeded/unused ISD opcodes ARGEXTEND...
2016-08-10 Simon Pilgrim[X86][XOP] Tweak vpermil2pd test to stop it being combi...
2016-08-10 Simon Pilgrim[X86][SSE] Regenerate vector shift lowering tests
2016-08-10 Artur Pilipenko[LVI] Handle conditions in the form of (cond1 && cond2)
2016-08-10 Sanjay Pateluse different comparison predicates for better test...
2016-08-10 Simon Pilgrim[X86][SSE] Add support for combining target shuffles...
2016-08-10 Artur PilipenkoAdd a test case for r278217 "[LVI] Relax the assertion...
2016-08-10 Artur Pilipenko[LVI] NFC. Make getValueFromCondition return LVILattice...
2016-08-10 Artur PilipenkoTeach CorrelatedValuePropagation to mark adds as no...
2016-08-10 Simon Pilgrim[X86][SSE] Only treat SM_SentinelUndef as UNDEF in...
2016-08-10 Artur Pilipenko[LVI] Relax the assertion about LVILatticeVal type...
2016-08-10 Simon Pilgrim[X86][SSE] Reorder shuffle mask undef helper predicates...
2016-08-10 Simon Pilgrim[X86][SSE] Regenerate SSE1 tests
2016-08-10 Simon PilgrimRegenerate test
2016-08-10 Simon Pilgrim[DAGCombine] Avoid INSERT_SUBVECTOR reinsertions (PR28678)
2016-08-10 Sam Parker[ARM] Improve sxta{b|h} and uxta{b|h} tests
2016-08-10 Chandler Carruth[x86] Fix a bug in the auto-upgrade from r276416 where...
2016-08-10 Davide Italiano[SimplifyLibCalls] Restore the old behaviour, emit...
2016-08-10 Easwaran RamanDo not directly use inline threshold cl options in...
2016-08-10 Adam Nemet[OptDiag] Add class Doxygen comment
2016-08-10 Adam Nemet[Inliner,OptDiag] Add hotness attribute to opt diagnostics
2016-08-09 Kostya Serebryany[scudo] Documentation update for Scudo, from https...
2016-08-09 Vedant Kumar[IR] Remove some unused #includes (NFC)
2016-08-09 Zachary TurnerMake LLVM_PRETTY_FUNCTION support __func__.
2016-08-09 Tim NorthoverGlobalISel: support 'undef' constant.
2016-08-09 Michael Zolotukhin[LoopSimplify] Rebuild LCSSA for the inner loop after...
2016-08-09 Andrew Kaylor[ValueTracking] Improve ValueTracking on left shift...
2016-08-09 Derek Schuff[WebAssembly] Add -emscripten-cxx-exceptions-whitelist...
2016-08-09 Zachary TurnerAdd a platform independent version of __PRETTY_FUNCTION__.
2016-08-09 Tim NorthoverGlobalISel: first translation support for Constants.
2016-08-09 Sanjay Pateladd test cases for missed vselect optimizations (PR28895)
2016-08-09 Lang Hames[ExecutionEngine] Disable weak symbol tests for COFF.
2016-08-09 Wei MiFix the runtime error caused by "Use ValueOffsetPair...
2016-08-09 Wei MiRecommit "Use ValueOffsetPair to enhance value reuse...
2016-08-09 Chris DewhurstWithout explicitly including <string>, I'm getting...
2016-08-09 Tim Shen[ADT] Change iterator_adaptor_base's default template...
2016-08-09 Sanjay Patelregenerate checks and remove 'opt' run dependency
2016-08-09 Anna Thomas[EarlyCSE] Teach about CSE'ing over invariant.start...
2016-08-09 Ying Yi[llvm-cov] Swapped the line and count columns.
2016-08-09 Sanjay Patelupdate to use FileCheck and auto-generate checks
2016-08-09 Lang HamesRe-apply r278065 (Weak symbol support in RuntimeDyld...
2016-08-09 David Majnemer[vim] Update the llvm.vim syntax file
2016-08-09 David Majnemer[X86] Don't model UD2/UD2B as a terminator
2016-08-09 Simon Pilgrim[DAGCombiner] Better support for shifting large value...
2016-08-09 Anna Thomas[AliasAnalysis] Treat invariant.start as read-memory
2016-08-09 Sanjay Patelauto-generate checks
2016-08-09 Sanjay Patelauto-generate checks
2016-08-09 Sanjay Patelauto-generate checks
2016-08-09 Hans Wennborgtest-release.sh: Drop autoconf support
2016-08-09 Sanjay Pateladd tests for missing vector icmp folds
2016-08-09 Sanjay Patelupdate to use FileCheck and auto-generate checks
2016-08-09 Sanjay Patelregenerate checks
2016-08-09 Sanjay Pateladd tests for missing vector icmp folds
2016-08-09 Xinliang David Li[Profile] turn off verbose warnings by default
2016-08-09 Artur Pilipenko[LVI] Make LVI smarter about comparisons with non-constants
2016-08-09 Simon Pilgrim[X86][XOP] Add support for combining target shuffles...
2016-08-09 Kuba BreckaAdd `#ifdef __cplusplus` around `extern "C"` in Compile...
2016-08-09 Elena DemikhovskyAVX-512: A new test for FMA intrinsic
2016-08-09 Simon Pilgrim[X86][XOP] Add support for combining target shuffles...
2016-08-09 Dean Michael... [XRay] Test for xray_instr_map in object file. (NFC)
2016-08-09 Artur PilipenkoRevert 278107 which causes buildbot failures and in...
2016-08-09 Vassil Vassilev[modules]Add missing include.
2016-08-09 Artur PilipenkoTeach CorrelatedValuePropagation to mark adds as no...
2016-08-09 Simon Pilgrim[X86][SSE] Fix memory folding of (v)roundsd / (v)roundss
2016-08-09 Artur Pilipenko[LVI] NFC. Fix a typo Bofore -> Before
2016-08-09 Craig Topper[X86] Reduce duplicated code in the execution domain...
2016-08-09 Craig Topper[AVX-512] Add support for execution domain switching...
2016-08-09 Craig Topper[X86] Remove the Fv packed logical operation alias...
2016-08-09 Craig Topper[X86] Cleanup patterns for AVX/SSE for PS operations...
2016-08-09 Craig Topper[X86] Remove unnecessary bitcast from the front of...
2016-08-09 Matthias BraunX86InstrInfo: Update liveness in classifyLea()
2016-08-09 Derek Schuff[WebAssembly] Fix bugs in WebAssemblyLowerEmscriptenExc...
2016-08-09 Sean SilvaConsistently use CGSCCAnalysisManager
2016-08-09 Sean SilvaConsistently use LoopAnalysisManager
2016-08-09 Sean SilvaConsistently use ModuleAnalysisManager
2016-08-09 Sean SilvaConsistently use FunctionAnalysisManager
2016-08-09 Saleem AbdulrasoolCodeView: extract the OMF Directory Header
2016-08-09 Sanjay Patel[x86] split combineVSelectWithAllOnesOrZeros into a...
2016-08-08 Derek Schuff[WebAssembly] Fix CFI index to account for padding...
2016-08-08 Rui UeyamaRevert "Do not ignore SizeOfOptionalHeader in COFF...
2016-08-08 Lang HamesRevert r278065 while I investigate some build-bot breakage.
2016-08-08 Rui UeyamaDo not ignore SizeOfOptionalHeader in COFF header even...
2016-08-08 Lang Hames[RuntimeDyld][Orc][MCJIT] Add partial weak-symbol suppo...
2016-08-08 Charles DavisRevert "[X86] Support the "ms-hotpatch" attribute."
2016-08-08 Justin BognerInstCombine: Remove a redundant #ifdef NDEBUG. NFC
2016-08-08 Charles Davis[X86] Support the "ms-hotpatch" attribute.
2016-08-08 Geoff Berry[MemorySSA] Fix windows build breakage caused by r27802...
2016-08-08 Krzysztof Parzyszek[Hexagon] Add pattern for 64-bit mulhs
2016-08-08 Michael Zolotukhin[LoopUnroll] Simplify loops created by unrolling.
2016-08-08 Mehdi AminiRefreshCallGraph does not modify the SCC, adding "const...
2016-08-08 Geoff Berry[MemorySSA] Fix windows build breakage caused by r278028
next