OSDN Git Service

android-x86/external-llvm.git
2018-03-07 Justin LebarRevert rL326898: "Teach CorrelatedValuePropagation...
2018-03-07 Justin LebarTeach CorrelatedValuePropagation to reduce the width...
2018-03-07 Simon Pilgrim[X86][X87] Add X87 fp80 conversion tests
2018-03-07 Simon Dardis[mips] Correct the definition of m(f|t)c(0|2)
2018-03-07 Sven van Haastregt[LoadStoreVectorizer] Differentiate between <1 x T...
2018-03-07 Sjoerd Meijer[ARM] Fix for PR36577
2018-03-07 Jonas Paulsson[SystemZ] NFC refactoring in SystemZHazardRecognizer.
2018-03-07 Jonas Paulsson[SystemZ] Improve getCurrCycleIdx() in SystemZHazardRe...
2018-03-07 Jonas Paulsson[SystemZ] NFC refactoring in SystemZHazardRecognizer.
2018-03-07 Jonas Paulsson[SystemZ] Improved debug dumping during post-RA schedu...
2018-03-07 Clement Courbet[X86] Add IMUL scheduling info on sandybridge, fix...
2018-03-07 Aaron Smith[llvm-pdbdump] Add guard for null pointers and remove...
2018-03-07 Evgeny StupachenkoAdd early exit on reassociation of 0 expression.
2018-03-07 Aaron Smith[DebugInfoPDB] Add DIA implementation for getSrcLineOnT...
2018-03-06 Eugene Zelenko[Transforms] Add missing header for InstructionCombinin...
2018-03-06 Craig Topper[X86] Fix a typo in Host.cpp that causes us to misident...
2018-03-06 Paul RobinsonReapply "[DWARFv5] Emit file 0 to the line table."
2018-03-06 Simon Pilgrim[TargetLowering] Add vector BITCAST support to Simplify...
2018-03-06 Sebastian PopDA: remove uses of GEP, only ask SCEV
2018-03-06 Daniel SandersPrintStatistics() and PrintStatisticsJSON() should...
2018-03-06 Craig Topper[TargetLowering] Rename DAGCombinerInfo::isAfterLegaliz...
2018-03-06 Aaron Smith[SymboleFilePDB] Put the test input back that my previo...
2018-03-06 Krzysztof Parzyszek[Hexagon] Update more testcases
2018-03-06 Krzysztof Parzyszek[Hexagon] Remove {{ *}} from testcases
2018-03-06 Sanjay Patel[InstCombine] simplify min/max canonicalization; NFCI
2018-03-06 Craig Topper[X86] Reject registers that require a REX prefix in...
2018-03-06 Stanislav Mekhanoshin[AMDGPU] Add default ISA version targets
2018-03-06 Aaron Smith[CodeView] Emit UdtSourceLine information for enums
2018-03-06 Sanjay Patel[PatternMatch] define m_Not using m_Xor and cst_pred_ty
2018-03-06 Rafael EspindolaRefactor check for dllimport in the Verifier.
2018-03-06 Sanjay Patel[ValueTracking] move helpers for SelectPatterns from...
2018-03-06 Sebastian Pop[AArch64] define isExtractSubvectorCheap
2018-03-06 Oliver Stannard[Asm] Fix another layering violation in assmebly macro...
2018-03-06 Roorda, Jan... [Pipeliner] Test commit: fixed spelling mistake in...
2018-03-06 Yaxun Liu[AMDGPU] Fix lowering OpenCL enqueue_kernel
2018-03-06 Oliver Stannard[ARM][Asm] Fix layering violation introduced by r326795
2018-03-06 Simi Pallipurath[ARM]Decoding MSR with unpredictable destination regist...
2018-03-06 Simi Pallipurathtest commit: fix typo in comment
2018-03-06 Oliver Stannard[Asm] Add debug printing for assembler macros
2018-03-06 Oliver Stannard[Asm] Refactor debug printing of AsmToken
2018-03-06 Florian Hahn[CallSiteSplitting] Do not crash when BB's terminator...
2018-03-06 Nicolai HaehnleTableGen: Add !foldl operation
2018-03-06 Nicolai HaehnleTableGen: Remove the ResolveFirst mechanism
2018-03-06 Nicolai HaehnleTableGen: Delay instantiating inline anonymous records
2018-03-06 Nicolai HaehnleTableGen: Move getNewAnonymousName into RecordKeeper
2018-03-06 Nicolai HaehnleTableGen: Explicitly check whether a record has been...
2018-03-06 Nicolai HaehnleTableGen: Allow !cast of records, cleanup conversion...
2018-03-06 Nicolai HaehnleTableGen: Simplify BitsInit::resolveReferences
2018-03-06 Nicolai HaehnleTableGen: Generalize record types to fix typeIsConverti...
2018-03-06 Bjorn PetterssonFixup for rL326769 (RegState::Debug is being truncated...
2018-03-06 Florian Hahn[CloneFunction] Support BB == PredBB in DuplicateInstru...
2018-03-06 Dylan McKay[AVR] Remove the earlyclobber flag from LDDWRdYQ
2018-03-06 Bjorn Pettersson[DebugInfo] Discard invalid DBG_VALUE instructions...
2018-03-06 Sam Clegg[WebAssebmly] Remove reloc ordering constraint
2018-03-06 Martin Storsjo[X86] Handle EAX being live when calling chkstk for...
2018-03-06 Serge PavlovUpdated docs in CrashRecoveryContext.h
2018-03-06 Paul RobinsonRevert "[DWARFv5] Emit file 0 to the line table."
2018-03-06 Xin Tong[MergeICmp] Simplify how BCECmpBlock instructions are...
2018-03-06 Xin Tong[MergeICmp] Fix printing. NFC
2018-03-06 Paul Robinson[DWARFv5] Emit file 0 to the line table.
2018-03-05 Reid KlecknerDisable llvm-opt-fuzzer/exec-options.ll on Windows...
2018-03-05 Simon Pilgrim[X86] cvttpd2dq lowering has been supported for some...
2018-03-05 Sanjay Patel[InstSimplify] remove redundant folds
2018-03-05 Volkan KelesGlobalISel: IRTranslate llvm.fabs.* intrinsic
2018-03-05 Daniel Neilson[RewriteStatepoints] Fix stale parse points
2018-03-05 Simon Pilgrim[X86] Add silvermont fp arithmetic cost model tests
2018-03-05 Tony Tye[AMDGPU] Remove unused AMDOpenCL triple environment
2018-03-05 Dylan McKay[AVR] Fix the test suite after r326500.
2018-03-05 Alexey Bataev[SLP] Additional tests for stores vectorization, NFC.
2018-03-05 Daniel SandersRe-commit: Make STATISTIC() values available programmat...
2018-03-05 Dmitry MikulinOn Windows we need to be able to process response files...
2018-03-05 Nemanja Ivanovic[PowerPC] Do not emit record-form rotates when record...
2018-03-05 Sanjay Patel[x86] auto-generate full checks for fabs tests
2018-03-05 Dmitry MikulinOn Windows expansion of regex file name patterns is...
2018-03-05 Eric LiuFix an unused variable warning introduced by rr326703...
2018-03-05 Aaron Smith[llvm-pdbdump] Dump restrict type qualifier
2018-03-05 Daniel Neilson[InstCombine] Don't blow up in foldICmpWithCastAndCast...
2018-03-05 Craig Topper[InstCombine] Add constant vector support to getMinimum...
2018-03-05 Daniel SandersRevert r326723: Make STATISTIC() values available progr...
2018-03-05 Evandro Menezes[AArch64] Harden test case
2018-03-05 Daniel SandersMake STATISTIC() values available programmatically
2018-03-05 Sebastian Popfix PR36582
2018-03-05 Florian Hahn[IPSCCP] Add getCompare which returns either true,...
2018-03-05 Evandro Menezes[AArch64] Improve code generation of constant vectors
2018-03-05 Jonas Paulsson[MachineScheduler] Dump SUnits before calling SchedImpl...
2018-03-05 Matt ArsenaultAMDGPU/GlobalISel: Add InstrMapping for G_EXTRACT
2018-03-05 Matt ArsenaultAMDGPU/GlobalISel: Make some G_EXTRACTs legal
2018-03-05 Matt ArsenaultAMDGPU: Fix build warning about override
2018-03-05 Sanjay Patel[CVP] fix formatting; NFC
2018-03-05 Tim NorthoverFuzzer: remove temporary files after we're done with...
2018-03-05 Nicolai HaehnleTableGen: Resolve all template args simultaneously...
2018-03-05 Nicolai HaehnleTableGen: Resolve all template args simultaneously...
2018-03-05 Nicolai HaehnleTableGen: Resolve all template args simultaneously...
2018-03-05 Nicolai HaehnleTableGen: Reimplement !foreach using the resolving...
2018-03-05 Nicolai HaehnleTableGen: Introduce an abstract variable resolver interface
2018-03-05 Alexander TimofeevPass Divergence Analysis data to Selection DAG to drive...
2018-03-05 Stefan Pintilie[Power9] Add more missing instructions to the Power...
2018-03-05 Nicolai HaehnleTableGen: Allow NAME in template arguments in defm...
2018-03-05 Nicolai HaehnleTableGen: Use DefInit::getDef() instead of the type...
2018-03-05 Xin Tong[MergeICmp] We can discard initial blocks that do other...
next