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-12-12
Add a TODO comment.
Dan Gohman
2011-12-12
Fix a copy+pasto in a comment.
Dan Gohman
2011-12-12
Use getArgOperand instead of getOperand on a call.
Dan Gohman
2011-12-12
Inline SetSeqToRelease into its only caller, since it's more clear that way.
Dan Gohman
2011-12-12
Fix omitted break statements in a switch.
Dan Gohman
2011-12-12
[asan] use .preinit_array only on linux
Kostya Serebryany
2011-12-12
Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter which
Chandler Carruth
2011-12-10
LSR: ignore strides in outer loops.
Andrew Trick
2011-12-09
[asan] call __asan_init from .preinit_array. This simplifies __asan_init vs m...
Kostya Serebryany
2011-12-09
SplitBlockPredecessors uses ArrayRef instead of Data and Size.
Jakub Staszak
2011-12-09
Add -unroll-runtime for unrolling loops with run-time trip counts.
Andrew Trick
2011-12-08
Fix infinite loop in DSE when deleting a free in a reachable loop that's also
Nick Lewycky
2011-12-07
Remove unused include.
Duncan Sands
2011-12-06
Simplify common predecessor finding.
Benjamin Kramer
2011-12-06
Push StringRefs through the metadata interface.
Benjamin Kramer
2011-12-06
LSR: prune undesirable formulae early.
Andrew Trick
2011-12-06
Expose a switch for the new gcov format.
Nick Lewycky
2011-12-05
Update comment.
Chad Rosier
2011-12-05
Make the MemCpyOptimizer a bit more aggressive. I can't think of a scenerio
Chad Rosier
2011-12-05
Add a little heuristic to Value::isUsedInBasicBlock to speed it up for small ...
Benjamin Kramer
2011-12-05
Add support for vectors of pointers.
Nadav Rotem
2011-12-03
Fixed deadstoreelimination bug where negative indices were incorrectly causin...
Pete Cooper
2011-12-02
Fix quadratic behavior in InlineFunction by fetching the personality function...
Benjamin Kramer
2011-12-02
Fix a few more places where TargetData/TargetLibraryInfo is not being passed.
Chad Rosier
2011-12-01
Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetData
Chad Rosier
2011-12-01
Improved fix for abs(val) != 0 to check other similar case. Also fixed style...
Pete Cooper
2011-12-01
[asan] two minor fixes: use UnreachableInst after the neverreturn function ca...
Kostya Serebryany
2011-12-01
Added instcombine pattern to spot comparing -val or val against 0.
Pete Cooper
2011-12-01
Propagate TargetLibraryInfo throughout ConstantFolding.cpp and
Chad Rosier
2011-11-30
make asan work at -O0, llvm part. Patch by glider@google.com
Kostya Serebryany
2011-11-30
Make GlobalMerge honor the preferred alignment on globals without an explicit...
Eli Friedman
2011-11-30
Whitespace.
Chad Rosier
2011-11-29
Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable
Chad Rosier
2011-11-29
Potential bug in RewriteLoopBodyWithConditionConstant: use iterator should no...
Stepan Dyatkovskiy
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
Fix a theoretical problem (not seen in the wild): if different instances of a
Duncan Sands
2011-11-29
SCEV fix. In general, Add/Mul expressions should not inherit NSW/NUW.
Andrew Trick
2011-11-29
Zap some completely ridiculous code. There's probably a miscompile here, but...
Eli Friedman
2011-11-28
Add a missing safety check to ProcessUGT_ADDCST_ADD. Fixes PR11438.
Eli Friedman
2011-11-28
Remove the temporary flag -disable-unroll-scev and dead code.
Andrew Trick
2011-11-27
Place the "cfg checksum" around a test. This was recently added in April 2011 to
Nick Lewycky
2011-11-26
Move code into anonymous namespaces.
Benjamin Kramer
2011-11-23
[asan] do not instrument threadlocal globals, this is buggy
Kostya Serebryany
2011-11-20
Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.
Nick Lewycky
2011-11-18
[asan] workaround for reg alloc bug 11395: don't instrument functions with la...
Kostya Serebryany
2011-11-17
quick fix: remove GlobalVariable::GlobalVariable mistakenly commited at r1449...
Kostya Serebryany
2011-11-17
Fix an overly general check in SimplifyIndvar to handle useless phi cycles.
Andrew Trick
2011-11-17
fall back to explicit list of allowed linkages when instrumenting globals in ...
Kostya Serebryany
2011-11-17
Add support for custom names for library functions in TargetLibraryInfo. Add...
Eli Friedman
2011-11-16
Merge isObjectPointerWithTrustworthySize with getPointerSize. Use it when
Nick Lewycky
[prev]
[next]