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-01-12
we don't have to make an explicit copy of a byval argument when
Chris Lattner
2008-01-11
When inlining a functino with a byval argument, make an explicit
Chris Lattner
2008-01-03
don't hoist FP additions into unconditional adds + selects. This
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
remove attribution from lib Makefiles.
Chris Lattner
2007-12-29
dead calls to llvm.stacksave can be deleted, even though they
Chris Lattner
2007-12-25
GC poses hazards to the inliner. Consider:
Gordon Henriksen
2007-12-22
If succ has succ itself as one of the predecessors then do
Devang Patel
2007-12-19
When inlining through an 'nounwind' call, mark inlined
Duncan Sands
2007-12-18
Rename isNoReturn to doesNotReturn, and isNoUnwind to
Duncan Sands
2007-12-17
Make invokes of inline asm legal. Teach codegen
Duncan Sands
2007-12-17
GLIBCXX_DEBUG fix. std::vector<>::end() is invalidated by erase.
David Greene
2007-12-17
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-16
Revert this part of r45073 until the verifier is
Duncan Sands
2007-12-16
Make instcombine promote inline asm calls to 'nounwind'
Duncan Sands
2007-12-10
Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.
Chris Lattner
2007-12-10
Adding a collector name attribute to Function in the IR. These
Gordon Henriksen
2007-12-03
Rather than having special rules like "intrinsics cannot
Duncan Sands
2007-11-27
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...
Owen Anderson
2007-11-09
Fix indent
Anton Korobeynikov
2007-11-09
Forget to commit users part of value mapper interface
Anton Korobeynikov
2007-11-09
And delete this one
Anton Korobeynikov
2007-11-04
Finishing initial docs for all transformations in Passes.html.
Gordon Henriksen
2007-11-02
Add std:: to sort calls.
Dan Gohman
2007-11-02
Change illegal uses of ++ to uses of STLExtra.h's next function.
Dan Gohman
2007-11-01
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-10-29
Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators
Chris Lattner
2007-10-21
Reg2Mem cleanup and optimizations:
Anton Korobeynikov
2007-10-18
Move Split<...>() into DomTreeBase. This should make the #include's of Domin...
Owen Anderson
2007-10-17
Fixed linker errors (unresolved externals: split<>(...)) when compiling with ...
Hartmut Kaiser
2007-09-17
Fix comment.
Devang Patel
2007-09-17
Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
Chris Lattner
2007-09-04
Insert cloned loop basic blocks before original loop header.
Devang Patel
2007-09-04
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-02
Silence warning while compiling with gcc 4.2
Anton Korobeynikov
2007-08-27
Update InvokeInst to work like CallInst
David Greene
2007-08-26
Don't promote volatile loads/stores. This is needed (for example) to handle s...
Anton Korobeynikov
2007-08-21
Use SmallVector instead of std::vector.
Devang Patel
2007-08-17
When one branch of condition is eliminated then head of the other
Devang Patel
2007-08-14
Break infinite loop.
Devang Patel
2007-08-13
If NewBB dominates DestBB then DestBB is not part of NewBB's dominance frontier.
Devang Patel
2007-08-10
Add utility to clone loops.
Devang Patel
2007-08-06
remove some dead lines
Chris Lattner
2007-08-04
rewrite the code used to construct pruned SSA form with the IDF method.
Chris Lattner
2007-08-04
Factor out a whole bunch of code into it's own method.
Chris Lattner
2007-08-04
Use getNumPreds(BB) instead of computing them manually. This is a very small but
Chris Lattner
2007-08-04
Change the rename pass to be "tail recursive", only adding N-1 successors
Chris Lattner
2007-08-04
cache computation of #preds for a BB. This speeds up
Chris Lattner
2007-08-04
reserve operand space for phi nodes when we insert them.
Chris Lattner
[next]