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
/
Utils
Age
Commit message (
Expand
)
Author
2008-11-28
rewrite RecursivelyDeleteTriviallyDeadInstructions to use a more efficient
Chris Lattner
2008-11-28
remove some weirdness that came from the LSR code that has
Chris Lattner
2008-11-27
delete ErasePossiblyDeadInstructionTree, replacing uses of it with
Chris Lattner
2008-11-27
enhance RecursivelyDeleteTriviallyDeadInstructions to make
Chris Lattner
2008-11-27
Enhance RecursivelyDeleteTriviallyDeadInstructions to optionally
Chris Lattner
2008-11-27
remove doConstantPropagation and dceInstruction, they are just
Chris Lattner
2008-11-27
switch InstCombine::visitLoadInst to use
Chris Lattner
2008-11-27
enhance FindAvailableLoadedValue to make use of AliasAnalysis
Chris Lattner
2008-11-27
move FindAvailableLoadedValue from JumpThreading to Transforms/Utils.
Chris Lattner
2008-11-27
simplify this code a bit.
Chris Lattner
2008-11-27
move MergeBasicBlockIntoOnlyPred to Transforms/Utils.
Chris Lattner
2008-11-21
reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an
Chris Lattner
2008-11-21
Revert r59802. It was breaking the build of llvm-gcc:
Bill Wendling
2008-11-21
Make mem[cpy,move,set] intrinsics overloaded.
Sanjiv Gupta
2008-11-20
Don't forget arguments!
Devang Patel
2008-11-19
CMake: Removed source file.
Oscar Fuentes
2008-11-19
Do not use separate utility to walk all instructions and remove dead dbg intr...
Devang Patel
2008-11-18
Initialize MallocFunc and FreeFunc properly.
Devang Patel
2008-11-17
Let AnalyzeAlloca() remove debug intrinsics.
Devang Patel
2008-11-12
CMake: Remove removed source file.
Oscar Fuentes
2008-11-11
Remove
Devang Patel
2008-11-11
Undo previous check-in.
Devang Patel
2008-11-11
CMake: Updated list of source files for lib/Transforms/Utils.
Oscar Fuentes
2008-11-11
Add utility pass to remove dbg info.
Devang Patel
2008-11-11
Update CMakeLists.txt
Cedric Venet
2008-11-11
Add utility routines to remove dead debug info.
Devang Patel
2008-11-08
Rework r58829, allowing removal of dbg info intrinsics during alloca
Daniel Dunbar
2008-11-07
BCUI + 1 doesn't work. Use next instead.
Bill Wendling
2008-11-07
Handle (delete) dbg intrinsics while promoting alloca.
Devang Patel
2008-11-06
InstructionNamer preserves everything.
Devang Patel
2008-11-05
Check Attribute::NoInline.
Devang Patel
2008-11-03
Fix unused variable warnings.
Devang Patel
2008-10-31
Fix warning.
Daniel Dunbar
2008-10-30
Add InlineCost class for represent the estimated cost of inlining a
Daniel Dunbar
2008-10-29
Fix PR2967 by not deleting volatile load/stores that occur before unreachable.
Chris Lattner
2008-10-28
Assorted comment/naming fixes, 80-col violations, and reindentation.
Daniel Dunbar
2008-10-27
export an ID for the instructionNamer, allowing analysis/transformation passes
Torok Edwin
2008-10-27
Rewrite all the 'PromoteLocallyUsedAlloca[s]' logic. With the power of
Chris Lattner
2008-10-27
Add a new LargeBlockInfo helper, which is just a wrapper around
Chris Lattner
2008-10-22
Change create*Pass factory functions to return Pass* instead of
Daniel Dunbar
2008-10-09
Don't drop alignment on globals when cloning.
Nick Lewycky
2008-10-08
Add <cstdio> include where needed by gcc-4.4.
Duncan Sands
2008-10-07
Correctly set attributes when removing args during cloning. Fixes PR2765
Andrew Lenharth
2008-10-03
Nick Lewycky's patch.
Devang Patel
2008-10-03
SplitBlock should only attempt to update LoopInfo if it is actually being used.
Owen Anderson
2008-09-29
Rename isWeakForLinker to mayBeOverridden. Use it
Duncan Sands
2008-09-26
Implement function notes as function attributes.
Devang Patel
2008-09-25
Large mechanical patch.
Devang Patel
2008-09-24
Put FN_NOTE_AlwaysInline and others in FnAttr namespace.
Devang Patel
2008-09-23
Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.
Devang Patel
[prev]
[next]