OSDN Git Service

android-x86/external-llvm.git
2017-05-25 Aaron BallmanUpdate the documentation and CMake file for Visual...
2017-05-25 Kyle ButtPPC: Correct Size for GETtlsADDR
2017-05-25 Nico WeberRevert r303859, CodeGen/AMDGPU/llvm.amdgcn.s.getpc...
2017-05-25 Manoj Gupta[AArch64]: add 'a' inline asm operand modifier.
2017-05-25 Adrian PrantlFix SelectionDAGBuilder::getDbgValue to not expect...
2017-05-25 Adrian PrantlDelete an obsolete paragraph in LangRef.
2017-05-25 David BlaikieDebugInfo: Produce debug_{gnu_}pub{names,types} entries...
2017-05-25 Bob Haarman[llvm-pdbdump] [yaml2pdb] always include object file...
2017-05-25 Daniel BerlinNewGVN: Fix PR 33119, PR 33129, due to regressed undef...
2017-05-25 Artur Pilipenko[InstCombine] Teach isAllocSiteRemovable to look throug...
2017-05-25 Sanjay Patel[InstCombine] make icmp-mul fold more efficient
2017-05-25 Tim Corringham[AMDGPU] add intrinsic for s_getpc
2017-05-25 Oren Ben Simhon[X86] Adding vpopcntd and vpopcntq instructions
2017-05-25 James Molloy[GVNSink] Pacify MSVC
2017-05-25 James Molloy[GVNSink] Don't define operator<< in NDEBUG
2017-05-25 James Molloy[GVNSink] GVNSink pass
2017-05-25 Chandler Carruth[PM] Teach the PGO instrumentation pasess to run Global...
2017-05-25 Chandler Carruth[PM/Unswitch] Fix a bug in the domtree update logic...
2017-05-25 Craig Topper[MVT] Fix the identation of the start of the MVT class...
2017-05-25 Craig Topper[SelectionDAG] Fix off by one in a compare in getOperat...
2017-05-25 Chandler Carruth[LegacyPM] Make the 'addLoop' method accept a loop...
2017-05-25 Galina KistanovaFixed nondeterminism in RuleMatcher::emit.
2017-05-25 Vitaly Buka[libFuzzer] Don't replace custom signal handlers.
2017-05-25 George KarpenkovFix coverage check for full post-dominator basic blocks.
2017-05-25 Gor Nishanov[coroutines] CoroFrame.cpp conform to coding convention...
2017-05-25 Gor Nishanov[coroutines] Relocate instructions that maybe spilled...
2017-05-24 Tony Jiang[PowerPC] Fix a performance bug for PPC::XXSLDWI.
2017-05-24 Rafael EspindolaPrint symbols from COFF import libraries.
2017-05-24 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-using and...
2017-05-24 Gor Nishanov[coroutines] Allow rematerialization upto 4 times....
2017-05-24 Sanjay Patel[InstCombine] use m_APInt to allow icmp-mul-mul vector...
2017-05-24 Sanjay Patel[InstCombine] add tests for icmp eq (mul X, C), (mul...
2017-05-24 Sanjay Patel[InstCombine] move tests and use FileCheck; NFC
2017-05-24 Nirav Dave[DAG] Prevent crashes when merging constant stores...
2017-05-24 Nirav Dave[AArch64] Prevent nested ADDs from address calc in...
2017-05-24 Vitaly BukaRevert "Revert "Attempt to pacify ASan and UBSan report...
2017-05-24 Craig Topper[InstCombine] Merge together the SimplifyDemandedUseBit...
2017-05-24 Vitaly BukaPrevent UBSan report in CrashRecovery tests
2017-05-24 Vitaly BukaRevert "Attempt to pacify ASan and UBSan reports in...
2017-05-24 Teresa JohnsonFix a couple of typos in memory intrinsic optimization...
2017-05-24 Zaara SyedaP9: D-form vector load/store. Differential Revision...
2017-05-24 Craig Topper[InstCombine] Use less bitwise operations to handle...
2017-05-24 Krzysztof ParzyszekMove machine-cse-physreg.mir to test/CodeGen/Thumb
2017-05-24 Craig Topper[InstSimplify] Simplify uadd/sadd/umul/smul with overfl...
2017-05-24 Craig Topper[ValueTracking] Convert most of the calls to computeKno...
2017-05-24 Craig Topper[ValueTracking] Add OptimizationRemarkEmitter to the...
2017-05-24 Matthew SimpsonRevert r291254: [AArch64] Reduce vector insert/extract...
2017-05-24 Rafael EspindolaAdd some tips on benchmarking.
2017-05-24 Nirav Dave[AMDGPU] Prevent too large store merges in AMDGPU Subta...
2017-05-24 Matthew Simpson[LV] Update type in cost model for scalarization
2017-05-24 Vadzim Dambrouski[MSP430] Fix PR33050: Don't use ADD16ri to lower FrameI...
2017-05-24 Sanjay Patel[InstCombine] add tests to show potential missing folds...
2017-05-24 Marek OlsakRevert "AMDGPU: Fold CI-specific complex SMRD patterns...
2017-05-24 Sanjay Patel[InstCombine] add tests to document bitcast + bitwise...
2017-05-24 Diana PicusRevert "[SCEV] Do not fold dominated SCEVUnknown into...
2017-05-24 Krzysztof Parzyszek[Hexagon] Fix comment in HexagonPacketizer::runOnMachin...
2017-05-24 Jonas Paulsson[LoopVectorizer] Let target prefer scalar addressing...
2017-05-24 Jonas Paulsson[SystemZ] Fix register modelling in expandLoadStackGuard()
2017-05-24 Tamas BerghammerDemangler: Fix constructor cv qualifier handling
2017-05-24 Simon PilgrimStrip trailing whitespace. NFCI.
2017-05-24 Florian Hahn[ARM] Remove ThumbTargetMachines. (NFC)
2017-05-24 Mikael HolmenMachineCSE: Respect interblock physreg liveness
2017-05-24 Max Kazantsev[SCEV] Do not fold dominated SCEVUnknown into AddRecExp...
2017-05-24 Daniel SandersExplicitly set CPU and -slow-incdec to try to fix r3036...
2017-05-24 Craig Topper[APInt] Use std::end to avoid mentioning the size of...
2017-05-24 Daniel SandersRevert r303720: Tweak r303678's test to try to fix...
2017-05-24 Daniel SandersTweak r303678's test to try to fix llvm-clang-x86_64...
2017-05-24 Javed Absar[ARM] Add VLDx/VSTx sched defs for machine-schedulers...
2017-05-24 Davide Italiano[NewGVN] Update additionalUsers when we simplify to...
2017-05-24 Zachary TurnerFix broken build.
2017-05-24 George KarpenkovRevert "Disable coverage opt-out for strong postdominat...
2017-05-24 George KarpenkovRevert "Fixes for tests for r303698"
2017-05-24 Zachary Turnergit-llvm script should add .exe on Windows.
2017-05-24 Zachary TurnerDon't do a full scan of the type stream before processi...
2017-05-23 Davide Italiano[SCCP] Use the `hasAddressTaken()` version defined...
2017-05-23 Davide Italiano[LIR] Use the newly `getRecurrenceVar()` helper. NFCI.
2017-05-23 George KarpenkovFixes for tests for r303698
2017-05-23 Davide Italiano[LIR] Strengthen the check for recurrence variable...
2017-05-23 George KarpenkovDisable coverage opt-out for strong postdominator blocks.
2017-05-23 Tim NorthoverRevert LLVM changes for "Sema: allow imaginary constant...
2017-05-23 Rui Ueyama[git-llvm] Check if svn is installed.
2017-05-23 Vadzim Dambrouski[MSP430] Add subtarget features for hardware multiplier.
2017-05-23 Tim NorthoverSema: allow imaginary constants via GNU extension if...
2017-05-23 Reid KlecknerSilence MSVC warning about unsigned integer overflow...
2017-05-23 Francis Visoiu... abtest: remove duplicate script
2017-05-23 Simon Pilgrim[AMDGPU] Add INDIRECT_BASE_ADDR to R600_Reg32 class...
2017-05-23 Francis Visoiu... AsmPrinter: mark the beginning and the end of a functio...
2017-05-23 Tom Stellardmerge-request.sh: Use https url for bugzilla
2017-05-23 Changpeng FangAMDGPU/SI: Move the local memory usage related checking...
2017-05-23 Daniel SandersFix unused variable warnings after r303678
2017-05-23 Geoff Berry[AArch64][Falkor] Refine sched details for LSLfast...
2017-05-23 Stanislav Mekhanoshin[AMDGPU] Combine and (srl) into shl (bfe)
2017-05-23 Geoff Berry[AArch64][Falkor] Fix sched details for FMOV of WZR...
2017-05-23 Oleg Ranevskyy[ARM] Temporarily disable globals promotion to constant...
2017-05-23 Daniel Sanders[globalisel][tablegen] Add support for (set $dst, 1...
2017-05-23 Zachary Turner[CodeView] Eliminate redundant hashes and allocations.
2017-05-23 Nirav Dave[DAG] Add AddressSpace parameter to canMergeStoresTo...
2017-05-23 Craig Topper[InstSimplify] Add more tests for undef inputs and...
2017-05-23 Yuka Takahashi[GSoC] Shell autocompletion for clang
2017-05-23 David BlaikieFix DIEHash refactoring that dropped the DW_AT_name...
next