[X86][SSE] Improved i8/i16 to f64 uint2fp vector conversions
[oota-llvm.git] / lib / Transforms / Scalar /
2015-07-01 David Majnemer[SCCP] Turn loads of null into undef instead of zero...
2015-07-01 Jingyue Wu[NaryReassociate] enhances nsw by leveraging @llvm...
2015-06-28 Jingyue Wu[SLSR] S's basis must have the same type as S
2015-06-26 Philip Reames[RewriteStatepointsForGC] Generalized vector phi/select...
2015-06-25 Peter CollingbourneGVN: If a branch has two identical successors, we canno...
2015-06-24 Duncan P. N. Exon... Add simplify_type<const WeakVH>; simplify IndVarSimplify
2015-06-24 David Majnemer[GVN] Intersect the IR flags when CSE'ing two instructions
2015-06-24 David Majnemer[Reassociate] Don't propogate flags when creating negations
2015-06-24 Sanjay Patelfix typos; NFC
2015-06-24 Sanjay Pateldon't repeat function names in comments; NFC
2015-06-23 Mark HeffernanThis change fixes three bugs in loop unswitching. This...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-23 Weiming ZhaoFix PR13851: Preserve metadata for the unswitched branch
2015-06-22 Adam Nemet[LoopDist] Improve variable names and comments in LoopV...
2015-06-20 Justin BognerIndVarSimplify: Avoid UB from binding a reference to...
2015-06-19 Adam Nemet[LoopDist] Rename RuntimeCheckEmitter to LoopVersioning...
2015-06-19 Adam Nemet[LoopDist] Move pointer-to-partition computation out...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-18 Jingyue Wu[NFC] more comments in SLSR
2015-06-17 Chandler Carruth[PM/AA] Remove the UnknownSize static member from Alias...
2015-06-17 Chandler Carruth[PM/AA] Remove the Location typedef from the AliasAnaly...
2015-06-16 Tyler NowickiRename Reduction variables/structures to Recurrence.
2015-06-16 Philip ReamesMove logic from JumpThreading into LazyValue info to...
2015-06-13 Benjamin Kramer[Statepoints] Skip a vector copy when uniquing values.
2015-06-13 Matt WalaRevert 239644.
2015-06-12 Matt Wala[Scalarizer] Fix potential for stale data in Scattered...
2015-06-12 Matt WalaFix a typo in a comment in MemCpyOpt (test commit)
2015-06-12 Alexey Samsonov[GVN] Use a simpler form of IRBuilder constructor.
2015-06-12 Alexey Samsonov[GVN] Use IRBuilder more actively instead of creating...
2015-06-11 Michael ZolotukhinUpdate stale comment before analyzeLoopUnrollCost....
2015-06-11 Matt ArsenaultSLSR: Pass address space to isLegalAddressingMode
2015-06-10 Alexey Samsonov[GVN] Set proper debug locations for some instructions...
2015-06-09 Akira HatanakaRemove DisableTailCalls from TargetOptions and the...
2015-06-08 Akira Hatanaka[ARM] Pass a callback to FunctionPass constructors...
2015-06-08 Michael ZolotukhinRemove SCEVCache and FindConstantPointers from complete...
2015-06-07 Matt ArsenaultSeparateConstOffsetFromGEP: Pass address space to isLeg...
2015-06-07 Matt ArsenaultMake NaryReassociate pass the address space to isLegalA...
2015-06-07 Benjamin KramerRemove global std::string. NFC.
2015-06-06 Sanjoy Das[LoopUnroll] Fix truncation bug in canUnrollCompletely.
2015-06-06 David Majnemer[CVP] Don't assume Constants of type i1 can be known...
2015-06-05 Chandler Carruth[Unroll] Rework the naming and structure of the new...
2015-06-04 Chandler Carruth[PM/AA] Start refactoring AliasAnalysis to remove the...
2015-06-03 Vasileios KalintirisRemove stray semicolon. NFC.
2015-06-02 Sanjoy Das[RewriteStatepointsForGC] Strip deref info after rewriting.
2015-06-02 Sanjoy Das[NFCI] Change RewriteStatepointsForGC to a ModulePass.
2015-06-01 Owen AndersonTeach the IR Sink pass to (conservatively) respect...
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-28 Wei MiEnable exitValue rewrite only when the cost of expansio...
2015-05-28 David Majnemer[Reassociate] Canonicalizing 'x [+-] (-Constant * y...
2015-05-28 Jingyue Wu[NaryReassociate] Run EarlyCSE after NaryReassociate
2015-05-26 Philip Reames[PlaceSafepoints] Entry safepoint location doesn't...
2015-05-26 Philip Reames[PlaceSafepoints] Cleanup InsertSafepointPoll function
2015-05-25 Craig TopperUse range-based for loops. NFC.
2015-05-25 NAKAMURA TakumiReformat.
2015-05-25 NAKAMURA TakumiPrune CRLFs.
2015-05-25 Chandler Carruth[Unroll] Switch from an eagerly populated SCEV cache...
2015-05-23 Craig TopperGive more meaningful names than I and J to some for...
2015-05-23 Craig TopperFix an unused variable warning in release builds.
2015-05-23 Craig TopperUse range-based for loops. NFC.
2015-05-22 Philip ReamesExtend EarlyCSE to handle basic cases from JumpThreadin...
2015-05-22 Chandler Carruth[Unroll] Separate the logic for testing each iteration...
2015-05-22 Chandler Carruth[Unroll] Replace a hand-wavy FIXME with a FIXME that...
2015-05-22 Chandler Carruth[Unroll] Extract the logic for caching SCEV-modeled...
2015-05-22 Chandler Carruth[Unroll] Refactor the accumulation of optimized instruc...
2015-05-22 Philip Reames[LICM] Sinking doesn't involve the preheader
2015-05-22 Daniel BerlinMergedLoadStoreMotion preserves MemoryDependenceAnalysi...
2015-05-21 Jingyue Wu[NaryReassoc] reassociate GEP for CSE
2015-05-21 Benjamin Kramer[LoopDistribute] Remove a layer of pointer indirection.
2015-05-21 Igor Laevsky[RewriteStatepointsForGC] Fix debug assertion during...
2015-05-21 Ahmed Bougacha[MemCpyOpt] Do move the memset, but look at its dest...
2015-05-21 Ahmed Bougacha[MemCpyOpt] Pass Instruction to IRBuilder, no need...
2015-05-20 Ahmed Bougacha[MemCpyOpt] Don't move the memset when optimizing memse...
2015-05-20 Aaron BallmanSilencing a -Wsign-compare warning; NFC.
2015-05-20 Swaroop SridharAdd a GCStrategy for CoreCLR
2015-05-19 Philip Reames[PlaceSafepoints] Stop special casing some intrinsics
2015-05-19 Jingyue Wu[Speculation] NFC: more header comments
2015-05-19 Igor Laevsky[RewriteStatepointsForGC] Fix up naming in "relocationV...
2015-05-19 Igor Laevsky[RewriteStatepointsForGC] For some values (like gep...
2015-05-18 David BlaikieSimplify IRBuilder::CreateCall* by using ArrayRef+initi...
2015-05-18 Chen Li[PlaceSafepoints] Assertion on that gc_result can not...
2015-05-18 Sanjoy DasExploit dereferenceable_or_null attribute in LICM pass
2015-05-18 Jingyue Wu[ScalarEvolution] refactor: extract interface getGEPExpr
2015-05-18 Andrew Trickindvars cruft: don't replace phi nodes for no reason.
2015-05-18 Andrew TrickSimplifyIV comments and dead argument cleanup.
2015-05-16 Benjamin KramerMove Pass into anonymous namespace. NFC.
2015-05-16 Ahmed Bougacha[MemCpyOpt] Turn memcpy from just-memset'd source into...
2015-05-16 Ahmed Bougacha[MemCpyOpt] Remove dead argument. NFC.
2015-05-15 Jingyue WuAdd a speculative execution pass
2015-05-15 Jingyue Wu[SLSR] handle (B | i) * S
2015-05-15 Sanjoy Das[PlaceSafepoints] Fix a bug that came in with rL236672.
2015-05-15 Sanjoy Das[PlaceSafepoints] Fix a bug that came in with rL236672.
2015-05-14 Jingyue Wu[ValueTracking] refactor: extract method haveNoCommonBi...
2015-05-14 Davide ItalianoDon't rely on implicit pointerness of 'auto'.
2015-05-14 Adam NemetAttempt to fix MSVC bots
2015-05-14 Adam NemetNew Loop Distribution pass
2015-05-13 Pete CooperConstruct ArrayRef<const T*> from vector<T>
2015-05-13 Sanjoy Das[PlaceSafepoints] New attributes for patchable statepoints.
2015-05-13 Davide Italiano[LoopIdiomRecognize] Use auto + range-based loop. NFC...
2015-05-13 Jingyue Wu[NaryReassociate] avoid running forever
next