OSDN Git Service

android-x86/external-llvm.git
2017-05-17 Diana PicusRevert "[ARM] GlobalISel: Remove dead instruction selec...
2017-05-17 Diana Picus[ARM] GlobalISel: Remove dead instruction selection...
2017-05-17 Daniel Cederman[Sparc] Remove execute permissions from non-executable...
2017-05-17 Diana PicusFixup r303240: Use llvm::to_string instead of std:...
2017-05-17 George Rimar[DebugInfo/DWARF] - Make comments to be in doxygen...
2017-05-17 Diana Picus[GlobalISel][TableGen] Fix handling of default operands
2017-05-17 Pavel Labath[RuntimeDyld] Fix debug section relocation (pr20457)
2017-05-17 Jonas PaulssonMake sure -optimize-regalloc=false is used correctly...
2017-05-17 Craig Topper[APInt] Use getWord to shorten some code. NFC
2017-05-17 Max Kazantsev[SCEV] Always sort AddRecExprs from different loops...
2017-05-17 Max Kazantsev[SCEV][NFC] Replace redundant dyn_cast with cast in...
2017-05-17 Gor Nishanov[coroutines] Handle spills before catchswitch
2017-05-17 Galina KistanovaAdded LLVM_DUMP_METHOD attributes for MatchableInfo...
2017-05-17 Francis Visoiu... BitVector: add iterators for set bits
2017-05-16 Eugene Zelenko[ADT] Fix some Clang-tidy modernize-use-using warnings...
2017-05-16 Zachary TurnerFix for compilers with older CRT header libraries.
2017-05-16 Zachary Turner[Support] Ignore OutputDebugString exceptions in our...
2017-05-16 Davide Italiano[IR] Prefer use_empty() to !hasNUsesOrMore(1) for clarity.
2017-05-16 Davide Italiano[NewGVN] Re-enable test now that the nondeterminism...
2017-05-16 NAKAMURA Takumillvm/test/Transforms/InstCombine/debuginfo-skip.ll...
2017-05-16 Adrian McCarthyAdd test for FixedStreamArrayIterator::operator->
2017-05-16 Paul RobinsonUpdate doxygen description of a method. NFC
2017-05-16 Sanjay Patel[InstSimplify] add folds for constant mask of value...
2017-05-16 Evgeny StupachenkoThe patch exclude a case from zero check skip in
2017-05-16 Amara EmersonRe-commit r302678, fixing PR33053.
2017-05-16 Easwaran Raman[Inliner] Do not mix callsite and callee hotness based...
2017-05-16 Tim Shen[PPC] Add -ppc-asm-full-reg-names to atomic-2.ll. NFC.
2017-05-16 Matthias BraunTest for r303197
2017-05-16 Tim Shen[PPC] Lower load acquire/seq_cst trailing fence to...
2017-05-16 Easwaran RamanAdd hasProfileSummary and has{Sample|Instrumentation...
2017-05-16 Sanjay Patel[InstCombine] auto-generate better checks; NFC
2017-05-16 Dmitry MikulinIn debug builds non-trivial amount of time is spent...
2017-05-16 Daniel BerlinNewGVN: Only do something in verifyStoreExpressions...
2017-05-16 Daniel BerlinNewGVN: Fix PR 33051 by making sure we remove old store...
2017-05-16 Reid KlecknerRevert "[X86] Replace slow LEA instructions in X86"
2017-05-16 Nirav DaveElide stores which are overwritten without being observed.
2017-05-16 Matthias BraunShrinkWrap: Add skipFunction() call
2017-05-16 Davide Italiano[MetadataLoader] Remove unused Vector. NFCI.
2017-05-16 Renato GolinRevert "[ARM] Mark LEApcrel instructions as isAsCheapAs...
2017-05-16 Stanislav Mekhanoshin[AMDGPU] Use GCNRPTracker dumper methods in scheduler
2017-05-16 Sanjay Patel[InstCombine] add motivational comment for tests; NFC
2017-05-16 Stanislav Mekhanoshin[AMDGPU] Cache live-ins and register pressure in scheduler
2017-05-16 Lama Saba[X86] Replace slow LEA instructions in X86
2017-05-16 Matthew SimpsonRevert 303174, 303176, and 303178
2017-05-16 Nirav Dave[DAG] Prune deleted nodes in TokenFactor
2017-05-16 Stanislav Mekhanoshin[AMDGPU] Turn register pressure estimation into forward...
2017-05-16 Matthew SimpsonMake test target-specific
2017-05-16 Matthew SimpsonFix test case to unbreak bots
2017-05-16 Matthew Simpson[LV] Avoid potentential division by zero when selecting IC
2017-05-16 Gor Nishanov[coroutines] Handle unwind edge splitting
2017-05-16 George Rimar[DWARF] - Add RelocAddrEntry for cleanup. NFCi.
2017-05-16 Igor Breger[GlobalISel][X86] Split memop test file. NFC
2017-05-16 Chad RosierFix an improperly placed curly bracket. NFC.
2017-05-16 George Rimar[DWARF] - Use DWARFAddressRange struct instead of uint6...
2017-05-16 George RimarRevert r303159 "[DWARF] - Use DWARFAddressRange struct...
2017-05-16 George Rimar[DWARF] - Use DWARFAddressRange struct instead of uint6...
2017-05-16 James Henderson[LTO] Print time-passes information at conclusion of...
2017-05-16 Max Kazantsev[SCEV] Fix sorting order for AddRecExprs
2017-05-16 Craig Topper[CorrelatedValuePropagation] Don't use -> to call a...
2017-05-16 Daniel BerlinNewGVN: Use StoreExpression StoredValue instead of...
2017-05-16 Daniel BerlinNewGVN: Formatting fixes
2017-05-16 Davide ItalianoRevert "[NewGVN] Replace predicate info leftovers."
2017-05-16 Davide Italiano[NewGVN] Replace predicate info leftovers.
2017-05-16 NAKAMURA TakumiAMDGPUCodeGen: Fix warnings in r303111. [-Wunused-variable]
2017-05-16 Peter CollingbourneIR: Give function GlobalValue::getRealLinkageName(...
2017-05-15 Sanjay Patel[InstCombine] add tests for PR32791; NFC
2017-05-15 Francis Visoiu... [ShrinkWrapping] Handle restores on no-return paths
2017-05-15 Kostya Serebryany[libFuzzer] fix tests on Windows
2017-05-15 Sanjay Patel[InstSimplify] add tests for unnecessary mask of shifte...
2017-05-15 Xinliang David LiFix memory leak
2017-05-15 Kostya Serebryany[libFuzzer] improve the afl driver and it's tests....
2017-05-15 Rui UeyamaFix git command line in the Getting Started guide.
2017-05-15 Justin BognerAdd "REQUIRES:" to the last few tests that use target...
2017-05-15 Davide Italiano[AMDGPU] Kill now unused phiInfoElementGetDebugLoc...
2017-05-15 Craig Topper[APInt] Simplify a for loop initialization based on...
2017-05-15 Eugene Zelenko[IR] Fix some Clang-tidy modernize-use-using warnings...
2017-05-15 Tim NorthoverAArch64: use linker-private symbols for globals in...
2017-05-15 David BlaikiePR32288: Describe a bool parameter's DWARF location...
2017-05-15 Adam Nemet[SLP] Enable 64-bit wide vectorization on AArch64
2017-05-15 Hans WennborgRevert r302678 "[AArch64] Enable use of reduction intri...
2017-05-15 Evgeniy Stepanov[asan] Better workaround for gold PR19002.
2017-05-15 Jan SjodinRe-submit AMDGPUMachineCFGStructurizer.
2017-05-15 Tim NorthoverAArch64: diagnose unrecognized features in .cpu directive.
2017-05-15 Davide Italiano[NewGVN] Remove unused setDefiningExpr(). NFCI.
2017-05-15 Sanjay Patel[InstCombine] restrict icmp fold with 2 sdiv exact...
2017-05-15 Sanjay Patel[InstSimplify] restrict icmp fold with 2 sdiv exact...
2017-05-15 Evgeny StupachenkoThe patch adds CTLZ idiom recognition.
2017-05-15 Davide Italiano[NewGVN] Fix verification of MemoryPhis in verifyMemory...
2017-05-15 Geoff Berry[AArch64][Falkor] Fix sched details for FMOV
2017-05-15 Jan SjodinRevert 303091.
2017-05-15 Teresa JohnsonAdd support for handling ifuncs to GlobalValue::getBase...
2017-05-15 Craig Topper[SCEV] Use copy initialization of APInts instead of...
2017-05-15 Jan SjodinAdd AMDGPUMachineCFGStructurizer.
2017-05-15 Sanjay Patel[InstCombine] use m_OneUse to reduce code; NFCI
2017-05-15 Kostya Serebryany[libFuzzer] fix a warning from Wunreachable-code-loop...
2017-05-15 Kyle ButtCodeGen: BlockPlacement: Increase tail duplication...
2017-05-15 Simon Pilgrim[NVPTX] Don't flag StoreParam/LoadParam memory chain...
2017-05-15 Hans Wennborgbuild_llvm_package.bat: Minor updates
2017-05-15 Rafael EspindolaAdd an extra test for archive symbol tables.
2017-05-15 Simon Pilgrim[SLPVectorizer][X86] Add vectorization tests for vXi64...
next