index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Age
Commit message (
Expand
)
Author
2011-07-21
Cleanup: make std::pair usage slightly less indecipherable without actually n...
Andrew Trick
2011-07-21
Make better use of ConstantExpr::getGetElementPtr's InBounds parameter.
Jay Foad
2011-07-21
Convert ConstantExpr::getGetElementPtr and
Jay Foad
2011-07-21
move tier out of an anonymous namespace, it doesn't make sense
Chris Lattner
2011-07-21
LSR, correct fix for rdar://9786536. Silly casting bug.
Andrew Trick
2011-07-21
LSR must sometimes sign-extend before generating double constants.
Andrew Trick
2011-07-21
LSR crashes on an empty IVUsers list.
Andrew Trick
2011-07-20
Clean up includes of llvm/Analysis/ConstantFolding.h so it's included where i...
Eli Friedman
2011-07-20
Bring LICM into compliance with the new "Memory Model for Concurrent Operatio...
Eli Friedman
2011-07-20
Fix a GCC warning.
Jay Foad
2011-07-20
indvars: Added getInsertPointForUses to find a valid place to truncate the IV.
Andrew Trick
2011-07-20
indvars -disable-iv-rewrite: Add NarrowIVDefUse to cache def-use
Andrew Trick
2011-07-20
indvars -disable-iv-rewrite fix: derived GEP IVs
Andrew Trick
2011-07-19
PR10386: Don't try to split an edge from an indirectbr.
Eli Friedman
2011-07-19
Distinguish between two copies of one inlined variable.
Devang Patel
2011-07-19
Convert SimplifyGEPInst to use ArrayRef.
Jay Foad
2011-07-19
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-19
Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.
Jay Foad
2011-07-18
Compiler warning.
Andrew Trick
2011-07-18
indvars: LinearFunctionTestReplace for non-canonical IVs.
Andrew Trick
2011-07-18
indvars: Added verification that LFTR and other indvars goodness does
Andrew Trick
2011-07-18
indvars: Added isHighCostExpansion. Avoid generating extra ops in the
Andrew Trick
2011-07-18
Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...
Frits van Bommel
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
fix a warning in TinyPtrVector, adopt it in SSAUpdater, saving some
Chris Lattner
2011-07-16
indvars: fix a pass-sensitivity issue that would hit the SCEVExpander
Andrew Trick
2011-07-16
indvars: remove ExprToIVMap because it won't be needed by LFTR.
Andrew Trick
2011-07-15
fix rdar://9776316 - type remapping needed for inline asm blobs,
Chris Lattner
2011-07-15
Disable loop idiom recognition of memset/memcpy if the function being compiled
Chad Rosier
2011-07-15
No need to explicitly invoke the ArrayRef constructor here.
Frits van Bommel
2011-07-15
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-15
start using the new helper methods a bit.
Chris Lattner
2011-07-14
Undo r135191 (i.e. reapply Chris's patch. Now linker maps NamedMDNodes first,...
Devang Patel
2011-07-14
revert r135172 until Devang and I figure out the right answer.
Chris Lattner
2011-07-14
Stop the ValueMapper from calling getAllMetadata, which unpacks DebugLoc into
Chris Lattner
2011-07-14
Change Intrinsic::getDeclaration and friends to take an ArrayRef.
Benjamin Kramer
2011-07-13
It's not safe to fold (fptrunc (sqrt (fpext x))) to (sqrtf x) if there is ano...
Evan Cheng
2011-07-13
Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.
Jay Foad
2011-07-12
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-12
indvars: Code reorganization in preparation for
Andrew Trick
2011-07-11
De-constify Types in StructType::get() and TargetData::getIntPtrType().
Jay Foad
2011-07-11
De-constify Types in FunctionType::get().
Jay Foad
2011-07-11
Don't duplicate the work done by a gep into a "bitcast" if the gep has
Rafael Espindola
2011-07-09
remove the DerivedType which isn't adding value anymore.
Chris Lattner
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
Added recognition for signed add/sub/mul with overflow intrinsics to GVN as p...
Lang Hames
2011-07-08
Reapply a fixed version of r133285.
Bob Wilson
2011-07-08
Remove unused copy of UpdateInlinedAtInfo.
Benjamin Kramer
2011-07-08
Refactor. It is inliner's responsibility to update line number information.
Devang Patel
[prev]
[next]