OSDN Git Service

android-x86/external-llvm.git
2017-12-01 Adam Nemet[opt-remarks] If hotness threshold is set, ignore remar...
2017-12-01 Simon Pilgrim[X86][AVX512] Tag VFPCLASS instructions scheduler class
2017-12-01 Simon Pilgrim[X86][AVX512] Tag VPSHUFBITQMB instructions scheduler...
2017-12-01 Simon Pilgrim[X86][AVX512] Tag VPCOMRESS/VPEXPAND instructions sched...
2017-12-01 Hans WennborgRevert r319531 "[SLPVectorizer] Failure to beneficially...
2017-12-01 Sam Parker[ARM] and + load combine tests
2017-12-01 Nirav Dave[ARM][DAG] Reenable post-legalize store merge
2017-12-01 Sam ParkerAdd more triples to llc_test_checks.py
2017-12-01 Jatin Bhateja[X86] Improvement in CodeGen instruction selection...
2017-12-01 Sam Parker[ARM] and + load combine tests
2017-12-01 Simon Pilgrim[X86][AVX512] Tag vshift/vpermv/pshufd/pshufb instructi...
2017-12-01 Mikael HolmenRevert r319537: Bail out of a SimplifyCFG switch table...
2017-12-01 Florian Hahn[InstSimplify] More fcmp cases when comparing against...
2017-12-01 Mikael HolmenBail out of a SimplifyCFG switch table opt at undef...
2017-12-01 Nemanja IvanovicFollow-up to r319434 to turn the pass on by default
2017-12-01 Alexander Timofeev[AMDGPU] SiFixSGPRCopies should not modify non-divergen...
2017-12-01 Pavel Labath[cmake] Enable zlib support on windows
2017-12-01 Dinar Temirbulatov[SLPVectorizer] Failure to beneficially vectorize ...
2017-12-01 Jonas Devlieghere[lit] Don't enable LSan on Darwin for Apple clang 9.0.0
2017-12-01 Ying Yi[lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ...
2017-12-01 Volkan KelesGlobalISel: Enable the legalization of G_MERGE_VALUES...
2017-12-01 Hiroshi InoueRecommit rL319407: [SROA] enable splitting for non...
2017-12-01 Craig Topper[X86] Custom legalize v2i32 gathers via widening rather...
2017-12-01 Craig Topper[X86][SelectionDAG] Make sure we explicitly sign extend...
2017-12-01 Craig Topper[X86] Add another v2i32 gather test case with v2i64...
2017-12-01 Craig Topper[X86] Add a DAG combine to simplify masks for AVX2...
2017-12-01 Adam Nemet[cmake] Expose opt-viewer availability
2017-12-01 Sam Clegg[WebAssembly] Update MC tests now that hidden attr...
2017-12-01 Jake EhrlichAdd flag to ArchiveWriter to test GNU64 format more...
2017-12-01 Zachary TurnerMark all library options as hidden.
2017-11-30 Hans Wennborgdocs/GettingStarted.rst: Update the list of release...
2017-11-30 Matt ArsenaultAMDGPU: Use carry-less adds in FI elimination
2017-11-30 Peter CollingbourneThinLTOBitcodeWriter: Try harder to discard unused...
2017-11-30 Zachary TurnerSimplify the DenseSet used for hashing CodeView records.
2017-11-30 Matt ArsenaultAMDGPU: Use gfx9 carry-less add/sub instructions
2017-11-30 Reid KlecknerXOR the frame pointer with the stack cookie when protec...
2017-11-30 Sam CleggAdd visibility flag to Wasm symbol flags
2017-11-30 Dan Gohman[memcpyopt] Commit file missed in r319482.
2017-11-30 Dan Gohman[memcpyopt] Teach memcpyopt to optimize across basic...
2017-11-30 Davide Italiano[InlineCost] Prefer getFunction() to two calls to getPa...
2017-11-30 Shoaib Meenai[llvm] Add stripped installation targets
2017-11-30 Krzysztof Parzyszek[Hexagon] Implement HexagonSubtarget::useAA()
2017-11-30 Krzysztof Parzyszek[Hexagon] Fix wrong check in test/CodeGen/Hexagon/newva...
2017-11-30 Daniel Sanders[globalisel][tablegen] Add support for relative AtomicO...
2017-11-30 Krzysztof Parzyszek[Hexagon] Fix wrong pass in testcase
2017-11-30 Krzysztof Parzyszek[Hexagon] Solo instructions cannot be used with new...
2017-11-30 Yaxun Liu[AMDGPU] Convert test/tools/llvm-objdump/AMDGPU/source...
2017-11-30 Craig Topper[X86] Promote i8 CTPOP to i32 instead of i16 when we...
2017-11-30 Jake Ehrlich[llvm-objcopy] Add support for --only-keep/-j and ...
2017-11-30 Daniel Sanders[aarch64][globalisel] Legalize G_ATOMIC_CMPXCHG_WITH_SU...
2017-11-30 Amara Emerson[GlobalISel][IRTranslator] Fix crash during translation...
2017-11-30 Xinliang David Li[PGO] Skip counter promotion for infinite loops
2017-11-30 Michal Gorny[cmake] Include project name in Sphinx doctree dir...
2017-11-30 Daniel Sanders[globalisel][tablegen] Add support for specific immedia...
2017-11-30 Zachary TurnerSplit TypeTableBuilder into two classes.
2017-11-30 Zachary Turner[llvm-readobj] Fix mismatched line endings
2017-11-30 Dan Gohman[WebAssembly] Revert r319186 "Support bitcasted functio...
2017-11-30 Francis Visoiu... [MIR] Fix DebugInfo tests after r319445
2017-11-30 Francis Visoiu... [CodeGen] Always use `printReg` to print registers...
2017-11-30 Igor Laevsky[FuzzMutate] Bailout from injecting into empty basic...
2017-11-30 Igor Laevsky[FuzzMutate] Correctly handle vector types in the inser...
2017-11-30 Igor Laevsky[FuzzMutate] Don't use index operands as sinks
2017-11-30 Igor Laevsky[FuzzMutate] Pick correct index for the insertvalue...
2017-11-30 Igor Laevsky[FuzzMutate] Don't create load as a new source if it...
2017-11-30 Igor Laevsky[FuzzMutate] Don't crash when we can't remove instructi...
2017-11-30 Sanjay Patel[LangRef] clarify semantics of the frem instruction
2017-11-30 Alexey Bataev[InstCombine] Additional test for PR35354, NFC.
2017-11-30 Nemanja Ivanovic[PowerPC] Recommit r314244 with refactoring and off...
2017-11-30 Simon Pilgrim[X86][AVX512] Tag fcmp/ptest/ternlog instructions sched...
2017-11-30 Simon Pilgrim[X86][AVX512] Regenerate avx512 schedule tests
2017-11-30 Sean Eveson[MC] Function stack size section.
2017-11-30 Sean EvesonRevert r319423: [MC] Function stack size section.
2017-11-30 Diana Picus[ARM GlobalISel] Bail out for byval
2017-11-30 Francis Visoiu... [CodeGen] Print "%vreg0" as "%0" in both MIR and debug...
2017-11-30 Simon Pilgrim[X86][AVX512] Tag binop/rounding/sae instructions sched...
2017-11-30 Sean Eveson[MC] Function stack size section.
2017-11-30 Sam Parker[DAGCombine] Refactor ReduceLoadWidth
2017-11-30 Serge GueltonSupport generic lowering of vector bswap
2017-11-30 Simon Pilgrim[X86][AVX512] Tag RCP/RSQRT/GETEXP instructions schedul...
2017-11-30 Jonas Devlieghere[dsymutil] Exclude namespace from ifdef in CFBundle
2017-11-30 Jonas Devlieghere[dsymutil] Upstream getBundleInfo implementation
2017-11-30 Hiroshi InoueRevert rL319407: [SROA] enable splitting for non-whole...
2017-11-30 Jonas Paulsson[SystemZ] Bugfix in adjustSubwordCmp.
2017-11-30 Hiroshi Inoue[SROA] enable splitting for non-whole-alloca loads...
2017-11-30 Craig Topper[X86] Optimize avx2 vgatherqps for v2f32 with v2i64...
2017-11-30 Craig Topper[X86] Make sure we don't remove sign extends of masks...
2017-11-30 Dean Michael... [XRay][docs] Update documentation on new default for...
2017-11-30 Graham Yiu- Removed unused lamba (IsReturnBlock) causing build...
2017-11-30 Graham YiuWith PGO information, we can do more aggressive outlini...
2017-11-30 Kostya Serebryany[libFuzzer] mention one more trophie in the Linux Kernel
2017-11-30 Matt ArsenaultAMDGPU: Allow negative MUBUF vaddr for gfx9
2017-11-30 Rafael EspindolaCheck alignment in getSectionContentsAsArray.
2017-11-30 Vedant Kumar[Coverage] Use the most-recent completed region count...
2017-11-30 Peter CollingbourneLowerTypeTests: Deduplicate code. NFC.
2017-11-30 Peter CollingbourneLowerTypeTests: Remove unnecessary cast. NFC.
2017-11-29 Craig Topper[X86] Remove some questionable looking code that seems...
2017-11-29 Joerg SonnenbergerFirst step towards more human-friendly PPC assembler...
2017-11-29 Sam Clegg[WebAssembly] Update test expectations for gcc torture...
2017-11-29 Zachary Turner[CodeView] Factor some code out of TypeTableBuilder.
2017-11-29 Craig Topper[SelectionDAG][X86] Teach promotion legalization for...
next