Test commit: Remove trailing whitespace.
[oota-llvm.git] / test / Transforms /
2014-03-10 Benjamin KramerMemCpyOpt: When merging memsets also merge the trivial...
2014-03-10 Evan ChengFor functions with ARM target specific calling conventi...
2014-03-09 NAKAMURA TakumiRevert r203230, "CodeGenPrep: sink extends of illegal...
2014-03-09 David MajnemerIR: Change inalloca's grammar a bit
2014-03-07 Tim NorthoverCodeGenPrep: sink extends of illegal types into use...
2014-03-07 Tim NorthoverInstCombine: form shuffles from wider range of insert...
2014-03-07 Karthik BhatAllow constant folding of round function whenever feasible
2014-03-06 Karthik BhatAllow constant folding of copysign
2014-03-06 Raul E. SilveraChange math intrinsic attributes from readonly to readn...
2014-03-05 Arnold SchwaighoferLoopVectorizer: Preserve fast-math flags
2014-03-05 Benjamin KramerConstantFolding: Also fold the vector overloads of...
2014-03-05 Raul E. SilveraTrivial test commit.
2014-03-05 Matt ArsenaultAllow constant folding of fma and fmuladd
2014-03-03 Diego NovilloPass to emit DWARF path discriminators.
2014-02-27 Eric ChristopherAdd a debug info code generation level to the compile...
2014-02-26 Nico RieckFix broken FileCheck prefixes
2014-02-26 Reid KlecknerGlobalOpt: Apply fastcc to internal x86_thiscallcc...
2014-02-26 Nico RieckFix broken FileCheck prefix
2014-02-26 Andrew TrickFix PR18165: LSR must avoid scaling factors that exceed...
2014-02-26 Chandler Carruth[SROA] Use the correct index integer size in GEPs throu...
2014-02-26 Chandler Carruth[SROA] Teach SROA how to handle pointers from address...
2014-02-26 Chandler Carruth[SROA] Split the alignment computation complete for...
2014-02-26 Chandler Carruth[SROA] Fix PR18615 with some long overdue simplificatio...
2014-02-25 Chandler Carruth[SROA] Fix another instability in SROA with respect...
2014-02-24 Arnold SchwaighoferSLPVectorizer: Try vectorizing 'splat' stores
2014-02-20 Nick LewyckyMake sure that value handle users see the transformatio...
2014-02-19 Tim NorthoverX86: move test requiring X86TargetLowering info into...
2014-02-19 Tim NorthoverTry addding datalayout in case that's what Hexagon...
2014-02-19 Tim NorthoverX86 CodeGenPrep: sink shufflevectors before shifts
2014-02-17 Gerolf Hoflehnerfix for null VectorizedValue assertion in the SLP Vecto...
2014-02-16 Arnold SchwaighoferSCEVExpander: Try hard not to create derived induction...
2014-02-16 Nico RieckFix broken CHECK lines
2014-02-15 Arnold SchwaighoferRevert "SCEVExpander: Try hard not to create derived...
2014-02-15 Arnold SchwaighoferSCEVExpander: Try hard not to create derived induction...
2014-02-14 Matt ArsenaultDo more addrspacecast transforms that happen for bitcast.
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-13 Reid KlecknerGlobalOpt: Aliases don't have sections, don't copy...
2014-02-12 Owen AndersonRemove a very old instcombine where we would turn seque...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
2014-02-11 Benjamin KramerInstCombine: Teach icmp merging about the equivalence...
2014-02-11 Chandler Carruth[LPM] Switch LICM to actively use LCSSA in addition...
2014-02-08 Arnold SchwaighoferLoopVectorizer: Keep track of conditional store basic...
2014-02-08 Juergen Ributzka[Constant Hoisting] Fix insertion point for constant...
2014-02-06 Nick LewyckyA memcpy out of an fresh alloca is a no-op, delete...
2014-02-06 Manman RenSet default of inlinecold-threshold to 225.
2014-02-05 Manman RenInliner uses a smaller inline threshold for callees...
2014-02-04 Benjamin KramerSimplifyLibCalls: Push TLI through the exp2->ldexp...
2014-02-04 Tim NorthoverOS X: the correct function is __sincospif_stret, not...
2014-02-04 Kai NackeAdd strchr(p, 0) -> p + strlen(p) to SimplifyLibCalls
2014-02-03 Reid Klecknerinalloca: Don't remove dead arguments in the presence...
2014-02-02 Duncan P. N. Exon... Lower llvm.expect intrinsic correctly for i1
2014-02-02 Arnold SchwaighoferLoopVectorizer: Enable unrolling of conditional stores...
2014-02-01 Arnold SchwaighoferARMTTI: We don't have 16 allocatable scalar registers
2014-02-01 Chandler Carruth[LPM] Apply a really big hammer to fix PR18688 by recur...
2014-02-01 Chandler Carruth[inliner] Skip debug intrinsics even earlier in computi...
2014-02-01 Reid KlecknerRevert "[SLPV] Recognize vectorizable intrinsics during...
2014-01-31 Chandler Carruth[SLPV] Recognize vectorizable intrinsics during SLP...
2014-01-31 Chandler Carruth[vectorizer] Tweak the way we do small loop runtime...
2014-01-31 Matt ArsenaultAllow speculating llvm.sqrt, fma and fmuladd
2014-01-29 Arnold SchwaighoferLoopVectorizer: Add a test case for unrolling of small...
2014-01-29 Chandler Carruth[LPM] Fix PR18643, another scary place where loop trans...
2014-01-29 Chandler Carruth[LPM] Fix PR18642, a pretty nasty bug in IndVars that...
2014-01-28 Rafael EspindolaFix pr14893.
2014-01-28 Chandler Carruth[vectorizer] Completely disable the block frequency...
2014-01-28 Reid KlecknerUpdate optimization passes to handle inalloca arguments
2014-01-28 Arnold SchwaighoferLoopVectorize: Support conditional stores by scalarizing
2014-01-27 Manman RenPGO branch weight: keep halving the weights until they...
2014-01-27 Chandler Carruth[vectorize] Initial version of respecting PGO in the...
2014-01-27 Benjamin KramerConstantHoisting: We can't insert instructions directly...
2014-01-27 Chandler Carruth[vectorizer] Add an override for the target instruction...
2014-01-27 Chandler Carruth[vectorizer] Teach the loop vectorizer's unroller to...
2014-01-25 Chandler Carruth[LPM] Make LCSSA a utility with a FunctionPass that...
2014-01-24 Benjamin KramerInstCombine: Don't try to use aggregate elements of...
2014-01-24 Alp TokerFix known typos
2014-01-24 Benjamin KramerInstSimplify: Make shift, select and GEP simplification...
2014-01-23 Rafael EspindolaNote the PR number.
2014-01-23 Rafael EspindolaRemove tail marker when changing an argument to an...
2014-01-23 Chandler Carruth[LPM] Make LoopSimplify no longer a LoopPass and instea...
2014-01-22 Matt ArsenaultAdd CHECK-LABELs
2014-01-22 Matt ArsenaultHandle an addrspacecast case in memcpyopt
2014-01-20 Owen AndersonFix all the remaining lost-fast-math-flags bugs I've...
2014-01-19 Benjamin KramerInstCombine: Modernize a bunch of cast combines.
2014-01-19 Benjamin KramerInstCombine: Replace a hand-rolled version of isKnownTo...
2014-01-19 Benjamin KramerInstCombine: Teach most integer add/sub/mul/div combine...
2014-01-19 Benjamin KramerInstCombine: Refactor fmul/fdiv combines to handle...
2014-01-19 Chandler CarruthFix a really nasty SROA bug with how we handled out...
2014-01-19 Arnold SchwaighoferLoopVectorizer: A reduction that has multiple uses...
2014-01-18 Nick LewyckyDon't refuse to transform constexpr(call(arg, ...)...
2014-01-18 Benjamin KramerInstCombine: Make the (fmul X, -1.0) -> (fsub -0.0...
2014-01-18 Owen AndersonFix more instances of dropped fast math flags when...
2014-01-16 Owen AndersonFix two cases where we could lose fast math flags when...
2014-01-16 Owen AndersonFix an instance where we would drop fast math flags...
2014-01-16 Owen AndersonFix a bug in InstCombine where we failed to preserve...
2014-01-16 Owen AndersonTeach InstCombine that (fmul X, -1.0) can be simplified...
2014-01-15 Andrew TrickFix PR18449: SCEV needs more precise max BECount for...
2014-01-15 Hans WennborgSwitch-to-lookup tables: set threshold to 3 cases
2014-01-15 Arnold SchwaighoferLoopVectorize: Only strip casts from integer types...
2014-01-14 Matt ArsenaultDo pointer cast simplifications on addrspacecast
2014-01-14 Matt ArsenaultMake nocapture analysis work with addrspacecast
next