2014-03-09 |
David Majnemer | IR: Change inalloca's grammar a bit |
tree | commitdiff |
2014-03-07 |
Tim Northover | CodeGenPrep: sink extends of illegal types into use... |
tree | commitdiff |
2014-03-07 |
Tim Northover | InstCombine: form shuffles from wider range of insert... |
tree | commitdiff |
2014-03-07 |
Karthik Bhat | Allow constant folding of round function whenever feasible |
tree | commitdiff |
2014-03-06 |
Karthik Bhat | Allow constant folding of copysign |
tree | commitdiff |
2014-03-06 |
Raul E. Silvera | Change math intrinsic attributes from readonly to readn... |
tree | commitdiff |
2014-03-05 |
Arnold Schwaighofer | LoopVectorizer: Preserve fast-math flags |
tree | commitdiff |
2014-03-05 |
Benjamin Kramer | ConstantFolding: Also fold the vector overloads of... |
tree | commitdiff |
2014-03-05 |
Raul E. Silvera | Trivial test commit. |
tree | commitdiff |
2014-03-05 |
Matt Arsenault | Allow constant folding of fma and fmuladd |
tree | commitdiff |
2014-03-03 |
Diego Novillo | Pass to emit DWARF path discriminators. |
tree | commitdiff |
2014-02-27 |
Eric Christopher | Add a debug info code generation level to the compile... |
tree | commitdiff |
2014-02-26 |
Nico Rieck | Fix broken FileCheck prefixes |
tree | commitdiff |
2014-02-26 |
Reid Kleckner | GlobalOpt: Apply fastcc to internal x86_thiscallcc... |
tree | commitdiff |
2014-02-26 |
Nico Rieck | Fix broken FileCheck prefix |
tree | commitdiff |
2014-02-26 |
Andrew Trick | Fix PR18165: LSR must avoid scaling factors that exceed... |
tree | commitdiff |
2014-02-26 |
Chandler Carruth | [SROA] Use the correct index integer size in GEPs throu... |
tree | commitdiff |
2014-02-26 |
Chandler Carruth | [SROA] Teach SROA how to handle pointers from address... |
tree | commitdiff |
2014-02-26 |
Chandler Carruth | [SROA] Split the alignment computation complete for... |
tree | commitdiff |
2014-02-26 |
Chandler Carruth | [SROA] Fix PR18615 with some long overdue simplificatio... |
tree | commitdiff |
2014-02-25 |
Chandler Carruth | [SROA] Fix another instability in SROA with respect... |
tree | commitdiff |
2014-02-24 |
Arnold Schwaighofer | SLPVectorizer: Try vectorizing 'splat' stores |
tree | commitdiff |
2014-02-20 |
Nick Lewycky | Make sure that value handle users see the transformatio... |
tree | commitdiff |
2014-02-19 |
Tim Northover | X86: move test requiring X86TargetLowering info into... |
tree | commitdiff |
2014-02-19 |
Tim Northover | Try addding datalayout in case that's what Hexagon... |
tree | commitdiff |
2014-02-19 |
Tim Northover | X86 CodeGenPrep: sink shufflevectors before shifts |
tree | commitdiff |
2014-02-17 |
Gerolf Hoflehner | fix for null VectorizedValue assertion in the SLP Vecto... |
tree | commitdiff |
2014-02-16 |
Arnold Schwaighofer | SCEVExpander: Try hard not to create derived induction... |
tree | commitdiff |
2014-02-16 |
Nico Rieck | Fix broken CHECK lines |
tree | commitdiff |
2014-02-15 |
Arnold Schwaighofer | Revert "SCEVExpander: Try hard not to create derived... |
tree | commitdiff |
2014-02-15 |
Arnold Schwaighofer | SCEVExpander: Try hard not to create derived induction... |
tree | commitdiff |
2014-02-14 |
Matt Arsenault | Do more addrspacecast transforms that happen for bitcast. |
tree | commitdiff |
2014-02-13 |
Daniel Sanders | Re-commit: Demote EmitRawText call in AsmPrinter::EmitI... |
tree | commitdiff |
2014-02-13 |
Reid Kleckner | GlobalOpt: Aliases don't have sections, don't copy... |
tree | commitdiff |
2014-02-12 |
Owen Anderson | Remove a very old instcombine where we would turn seque... |
tree | commitdiff |
2014-02-12 |
Daniel Sanders | Revert r201237+r201238: Demote EmitRawText call in... |
tree | commitdiff |
2014-02-12 |
Daniel Sanders | Demote EmitRawText call in AsmPrinter::EmitInlineAsm... |
tree | commitdiff |
2014-02-11 |
Benjamin Kramer | InstCombine: Teach icmp merging about the equivalence... |
tree | commitdiff |
2014-02-11 |
Chandler Carruth | [LPM] Switch LICM to actively use LCSSA in addition... |
tree | commitdiff |
2014-02-08 |
Arnold Schwaighofer | LoopVectorizer: Keep track of conditional store basic... |
tree | commitdiff |
2014-02-08 |
Juergen Ributzka | [Constant Hoisting] Fix insertion point for constant... |
tree | commitdiff |
2014-02-06 |
Nick Lewycky | A memcpy out of an fresh alloca is a no-op, delete... |
tree | commitdiff |
2014-02-06 |
Manman Ren | Set default of inlinecold-threshold to 225. |
tree | commitdiff |
2014-02-05 |
Manman Ren | Inliner uses a smaller inline threshold for callees... |
tree | commitdiff |
2014-02-04 |
Benjamin Kramer | SimplifyLibCalls: Push TLI through the exp2->ldexp... |
tree | commitdiff |
2014-02-04 |
Tim Northover | OS X: the correct function is __sincospif_stret, not... |
tree | commitdiff |
2014-02-04 |
Kai Nacke | Add strchr(p, 0) -> p + strlen(p) to SimplifyLibCalls |
tree | commitdiff |
2014-02-03 |
Reid Kleckner | inalloca: Don't remove dead arguments in the presence... |
tree | commitdiff |
2014-02-02 |
Duncan P. N. Exon... | Lower llvm.expect intrinsic correctly for i1 |
tree | commitdiff |
2014-02-02 |
Arnold Schwaighofer | LoopVectorizer: Enable unrolling of conditional stores... |
tree | commitdiff |
2014-02-01 |
Arnold Schwaighofer | ARMTTI: We don't have 16 allocatable scalar registers |
tree | commitdiff |
2014-02-01 |
Chandler Carruth | [LPM] Apply a really big hammer to fix PR18688 by recur... |
tree | commitdiff |
2014-02-01 |
Chandler Carruth | [inliner] Skip debug intrinsics even earlier in computi... |
tree | commitdiff |
2014-02-01 |
Reid Kleckner | Revert "[SLPV] Recognize vectorizable intrinsics during... |
tree | commitdiff |
2014-01-31 |
Chandler Carruth | [SLPV] Recognize vectorizable intrinsics during SLP... |
tree | commitdiff |
2014-01-31 |
Chandler Carruth | [vectorizer] Tweak the way we do small loop runtime... |
tree | commitdiff |
2014-01-31 |
Matt Arsenault | Allow speculating llvm.sqrt, fma and fmuladd |
tree | commitdiff |
2014-01-29 |
Arnold Schwaighofer | LoopVectorizer: Add a test case for unrolling of small... |
tree | commitdiff |
2014-01-29 |
Chandler Carruth | [LPM] Fix PR18643, another scary place where loop trans... |
tree | commitdiff |
2014-01-29 |
Chandler Carruth | [LPM] Fix PR18642, a pretty nasty bug in IndVars that... |
tree | commitdiff |
2014-01-28 |
Rafael Espindola | Fix pr14893. |
tree | commitdiff |
2014-01-28 |
Chandler Carruth | [vectorizer] Completely disable the block frequency... |
tree | commitdiff |
2014-01-28 |
Reid Kleckner | Update optimization passes to handle inalloca arguments |
tree | commitdiff |
2014-01-28 |
Arnold Schwaighofer | LoopVectorize: Support conditional stores by scalarizing |
tree | commitdiff |
2014-01-27 |
Manman Ren | PGO branch weight: keep halving the weights until they... |
tree | commitdiff |
2014-01-27 |
Chandler Carruth | [vectorize] Initial version of respecting PGO in the... |
tree | commitdiff |
2014-01-27 |
Benjamin Kramer | ConstantHoisting: We can't insert instructions directly... |
tree | commitdiff |
2014-01-27 |
Chandler Carruth | [vectorizer] Add an override for the target instruction... |
tree | commitdiff |
2014-01-27 |
Chandler Carruth | [vectorizer] Teach the loop vectorizer's unroller to... |
tree | commitdiff |
2014-01-25 |
Chandler Carruth | [LPM] Make LCSSA a utility with a FunctionPass that... |
tree | commitdiff |
2014-01-24 |
Benjamin Kramer | InstCombine: Don't try to use aggregate elements of... |
tree | commitdiff |
2014-01-24 |
Alp Toker | Fix known typos |
tree | commitdiff |
2014-01-24 |
Benjamin Kramer | InstSimplify: Make shift, select and GEP simplification... |
tree | commitdiff |
2014-01-23 |
Rafael Espindola | Note the PR number. |
tree | commitdiff |
2014-01-23 |
Rafael Espindola | Remove tail marker when changing an argument to an... |
tree | commitdiff |
2014-01-23 |
Chandler Carruth | [LPM] Make LoopSimplify no longer a LoopPass and instea... |
tree | commitdiff |
2014-01-22 |
Matt Arsenault | Add CHECK-LABELs |
tree | commitdiff |
2014-01-22 |
Matt Arsenault | Handle an addrspacecast case in memcpyopt |
tree | commitdiff |
2014-01-20 |
Owen Anderson | Fix all the remaining lost-fast-math-flags bugs I've... |
tree | commitdiff |
2014-01-19 |
Benjamin Kramer | InstCombine: Modernize a bunch of cast combines. |
tree | commitdiff |
2014-01-19 |
Benjamin Kramer | InstCombine: Replace a hand-rolled version of isKnownTo... |
tree | commitdiff |
2014-01-19 |
Benjamin Kramer | InstCombine: Teach most integer add/sub/mul/div combine... |
tree | commitdiff |
2014-01-19 |
Benjamin Kramer | InstCombine: Refactor fmul/fdiv combines to handle... |
tree | commitdiff |
2014-01-19 |
Chandler Carruth | Fix a really nasty SROA bug with how we handled out... |
tree | commitdiff |
2014-01-19 |
Arnold Schwaighofer | LoopVectorizer: A reduction that has multiple uses... |
tree | commitdiff |
2014-01-18 |
Nick Lewycky | Don't refuse to transform constexpr(call(arg, ...)... |
tree | commitdiff |
2014-01-18 |
Benjamin Kramer | InstCombine: Make the (fmul X, -1.0) -> (fsub -0.0... |
tree | commitdiff |
2014-01-18 |
Owen Anderson | Fix more instances of dropped fast math flags when... |
tree | commitdiff |
2014-01-16 |
Owen Anderson | Fix two cases where we could lose fast math flags when... |
tree | commitdiff |
2014-01-16 |
Owen Anderson | Fix an instance where we would drop fast math flags... |
tree | commitdiff |
2014-01-16 |
Owen Anderson | Fix a bug in InstCombine where we failed to preserve... |
tree | commitdiff |
2014-01-16 |
Owen Anderson | Teach InstCombine that (fmul X, -1.0) can be simplified... |
tree | commitdiff |
2014-01-15 |
Andrew Trick | Fix PR18449: SCEV needs more precise max BECount for... |
tree | commitdiff |
2014-01-15 |
Hans Wennborg | Switch-to-lookup tables: set threshold to 3 cases |
tree | commitdiff |
2014-01-15 |
Arnold Schwaighofer | LoopVectorize: Only strip casts from integer types... |
tree | commitdiff |
2014-01-14 |
Matt Arsenault | Do pointer cast simplifications on addrspacecast |
tree | commitdiff |
2014-01-14 |
Matt Arsenault | Make nocapture analysis work with addrspacecast |
tree | commitdiff |
2014-01-12 |
Hans Wennborg | Switch-to-lookup tables: Don't require a result for... |
tree | commitdiff |
2014-01-11 |
Benjamin Kramer | Fix broken CHECK lines. |
tree | commitdiff |
2014-01-11 |
NAKAMURA Takumi | llvm/test/Transforms/SampleProfile/syntax.ll: Eliminate... |
tree | commitdiff |
next |