OSDN Git Service

Add support for getting file system permissions and implement sys::fs::permissions...
[android-x86/external-llvm.git] / test / Transforms /
2017-03-11 Sanjoy DasUse a WeakVH for UnknownInstructions in AliasSetTracker
2017-03-10 Peter CollingbourneWholeProgramDevirt: Implement export/import support...
2017-03-10 Peter CollingbourneWholeProgramDevirt: Implement export/import support...
2017-03-10 Michael Kuperstein[SLP] Revert everything that has to do with memory...
2017-03-10 Matt ArsenaultAMDGPU: Fix insertion point when reducing load intrinsics
2017-03-10 Daniel BerlinNewGVN: Rewrite DCE during elimination so we do it...
2017-03-09 Sanjay Patel[InstSimplify] allow folds for bool vector div/rem
2017-03-09 Sanjay Patel[ConstantFold] vector div/rem with any zero element...
2017-03-09 Matt ArsenaultAMDGPU: Support for SimplifyDemandedVectorElts for...
2017-03-09 Sanjay Patel[InstSimplify] add tests for vector constant folding...
2017-03-09 Sanjay Patel[InstSimplify] vector div/rem with any zero element...
2017-03-09 Chandler Carruth[PM/Inliner] Make the new PM's inliner process call...
2017-03-09 Peter CollingbourneWholeProgramDevirt: Implement importing for uniform...
2017-03-09 Peter CollingbourneWholeProgramDevirt: Implement importing for single...
2017-03-09 Changpeng FangAMDGPU/SI: Disable unrolling in the loop vectorizer...
2017-03-09 Evgeniy StepanovDon't merge global constants with non-dbg metadata.
2017-03-08 Matthew Simpson[LV] Select legal insert point when fixing first-order...
2017-03-08 Matthew Simpson[LV] Make the test case for PR30183 less fragile
2017-03-08 Matthew Simpson[LV] Add missing check labels to tests and reformat
2017-03-08 Jun Bum Lim[JumpThread] Use AA in SimplifyPartiallyRedundantLoad()
2017-03-08 Sanjay Patel[InstCombine] avoid crashing on shuffle shrinkage when...
2017-03-08 Sam Parker[LoopRotate] Propagate dbg.value intrinsics
2017-03-08 Sebastian PopHandle UnreachableInst in isGuaranteedToTransferExecuti...
2017-03-07 Sanjay Patel[InstCombine] shrink truncated insertelement into undef...
2017-03-07 Evgeniy StepanovFix one-after-the-end type metadata handling in globals...
2017-03-07 Sanjay Patel[InstCombine] shrink truncated splat shuffle (2nd try)
2017-03-07 Gor Nishanov[coroutines] Add handling for unwind coro.ends
2017-03-07 Matthew Simpson[LV] Consider users that are memory accesses in uniform...
2017-03-07 Sanjay Patelrevert r297155 because there's a clang test that depend...
2017-03-07 Adrian PrantlRevert "Strip debug info when inlining into a nodebug...
2017-03-07 Nico WeberRevert r297132, it caused PR32171
2017-03-07 Sanjay Patel[InstCombine] shrink truncated splat shuffle
2017-03-07 Sam Parker[LoopRotate] Update dbg.value intrinsics
2017-03-07 Sanjoy Das[LoopUnrolling] Fix loop size check for peeling
2017-03-06 Michael Kuperstein[SLP] Revert r296863 due to miscompiles.
2017-03-06 Daniel BerlinNewGVN: We were not really failing this testcase, becau...
2017-03-06 Sanjay Patel[InstSimplify] add tests for vector div/rem with UB...
2017-03-06 Sanjay Patel[InstSimplify] regenerate checks; NFC
2017-03-06 Dehao ChenRemove the sample pgo annotation heuristic that uses...
2017-03-06 Alexey Bataev[SLP] A test for vectorization of users of extracteleme...
2017-03-04 Evgeny StupachenkoAdd test missed in r296770.
2017-03-04 Evgeny StupachenkoSet option enabling LSR alternative way to resolve...
2017-03-04 Peter CollingbourneWholeProgramDevirt: Implement exporting for uniform...
2017-03-04 Peter CollingbourneWholeProgramDevirt: Implement exporting for single...
2017-03-04 Peter CollingbourneWholeProgramDevirt: Add any unsuccessful llvm.type...
2017-03-03 Sanjoy Das[LoopUnrolling] Peel loops with invariant backedge...
2017-03-03 Benjamin KramerRevert "Re-apply "[GVNHoist] Move GVNHoist to function...
2017-03-03 Mohammad Shahid[SLP] Fixes the bug due to absence of in order uses...
2017-03-02 Peter CollingbourneThinLTOBitcodeWriter: Do not follow operand edges of...
2017-03-02 Nikolai Bozhenov[BypassSlowDivision] Use ValueTracking to simplify...
2017-03-02 Tobias GrosserRevert "Fix PR 24415 (at least), by making our post...
2017-03-02 Evgeny StupachenkoThe patch fixes r296770
2017-03-02 Evgeny StupachenkoThe patch turns on epilogue unroll for loops with const...
2017-03-02 Geoff BerryRe-apply "[GVNHoist] Move GVNHoist to function simplifi...
2017-03-02 Bjorn Pettersson[InstCombine] Avoid faulty combines of select-cmp-br
2017-03-02 Matthew Simpson[ARM/AArch64] Update costs for interleaved accesses...
2017-03-02 Matthew Simpson[ARM/AArch64] Support wide interleaved accesses
2017-03-02 Matthew Simpson[LV] Considier non-consecutive but vectorizable accesse...
2017-03-01 Reid Kleckner[Constant Hoisting] Avoid inserting instructions before...
2017-03-01 Sanjay Patel[InstCombine] use -instnamer and auto-generate complete...
2017-03-01 Hans WennborgRevert r296575 "[SLP] Fixes the bug due to absence...
2017-03-01 Hans Wennborg[GVNHoist] Don't hoist unsafe scalars at -Oz (PR31729)
2017-03-01 Igor Laevsky[DeadStoreElimination] Check function modref behavior...
2017-03-01 Igor Laevsky[BasicAA] Take attributes into account when requesting...
2017-03-01 Alexey Bataev[SLP] Preserve IR flags when vectorizing horizontal...
2017-03-01 Alexey Bataev[SLP] Preserve IR flags for extra args.
2017-03-01 Alexey Bataev[SLP] Fix for PR32038: extra add of PHI node when it...
2017-03-01 Mikael HolmenRemove sometimes faulty rewrite of memcpy in instcombine.
2017-03-01 Adam Nemet[LV] These remark should have been missed remarks
2017-03-01 Mohammad Shahid[SLP] Fixes the bug due to absence of in order uses...
2017-02-28 Daniel BerlinFix PR 24415 (at least), by making our post-dominator...
2017-02-28 Dehao ChenAdd function importing info from samplepgo profile...
2017-02-28 Adrian PrantlStrip debug info when inlining into a nodebug function.
2017-02-28 Michael Kuperstein[CGP] Split some critical edges coming out of indirect...
2017-02-27 Michael Kuperstein[SLP] Load sorting should not try to sort things that...
2017-02-27 Matt ArsenaultAMDGPU: Basic folds for fmed3 intrinsic
2017-02-27 Hans WennborgRevert r296366 "[InlineFunction] add nonnull assumption...
2017-02-27 Alexey Bataev[SLP] Use different flags in tests for reduction ops...
2017-02-27 Alexey Bataev[SLP] Modify test to check IR flags propagation for...
2017-02-27 Sanjay Patel[InlineFunction] add nonnull assumptions based on argum...
2017-02-27 Xin TongFix a bug when unswitching on partial LIV for SwitchInst
2017-02-27 Alexey Bataev[SLP] A test for a fix of PR32038.
2017-02-27 Artur PilipenkoLoop predication expand both sides of the widened condition
2017-02-26 Daniel JasperRevert "[CGP] Split some critical edges coming out...
2017-02-26 Craig Topper[AVX-512] Fix the execution domain for AVX-512 integer...
2017-02-25 Sanjoy Das[ValueTracking] Don't do an unchecked shift in ComputeN...
2017-02-25 Rong Xu[PGO] Directory name stripping in global identifier...
2017-02-24 Eli Friedman[CodeGenPrepare] Make -addr-sink-using-gep work with...
2017-02-24 Yaxun Liu[InstCombine] Fix bug in pointer replacement
2017-02-24 Michael Kuperstein[CGP] Split some critical edges coming out of indirect...
2017-02-24 Matthew Simpson[LV] Merge floating-point and integer induction widenin...
2017-02-24 Petr Hosek[Fuchsia] Use thread-pointer ABI slots for stack-protec...
2017-02-24 Michael KupersteinRevert r269060 to pacify bots.
2017-02-24 Michael Kuperstein[CGP] Split some critical edges coming out of indirect...
2017-02-23 Xin TongLoopUnswitch - Simplify based on known not to a be...
2017-02-23 Hans WennborgRevert r282872 "CVP. Turn marking adds as no wrap on...
2017-02-23 Dehao ChenAdd call branch annotation for ICP promoted direct...
2017-02-23 Evgeniy StepanovDisable TLS for stack protector on Android API<17.
2017-02-23 Chad Rosier[Reassociate] Add negated value of negative constant...
2017-02-23 Dehao ChenUse base discriminator in sample pgo profile matching.
next