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-03-20
80 col violation.
Evan Cheng
2008-03-13
Update -mem2reg to use succ_iterator instead of iterating across TerminatorInst
Nick Lewycky
2008-03-11
Check to see if a two-entry PHI block can be simplified
Dan Gohman
2008-03-10
Restore optimization that merges blocks when inline function
Devang Patel
2008-03-10
Simplify
Devang Patel
2008-03-10
simplify
Devang Patel
2008-03-10
Turn unwind_to into "unwinds to".
Nick Lewycky
2008-03-09
Firstly, having a BranchInst isn't exclusive with having an unwind_to.
Nick Lewycky
2008-03-09
A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_to
Nick Lewycky
2008-03-09
Update the block cloner which fixes bugpoint on code using unwind_to (phew!)
Nick Lewycky
2008-03-09
Update the inliner and simplifycfg to handle unwind_to.
Nick Lewycky
2008-03-09
Two things. Preserve the unwind_to when splitting a BB.
Nick Lewycky
2008-03-07
Update inliner to handle functions that return multiple values.
Devang Patel
2008-03-05
Handle 'ret' with multiple values.
Devang Patel
2008-03-05
Skip functions that return multiple values.
Devang Patel
2008-03-04
Use while loop.
Devang Patel
2008-03-04
Use cast instead of dyn_cast.
Devang Patel
2008-03-04
Handle multiple return values.
Devang Patel
2008-02-20
Fix newly-introduced 4.3 warnings
Anton Korobeynikov
2008-02-20
Make Transforms to be 4.3 warnings-clean
Anton Korobeynikov
2008-02-19
remove the LowerSelect pass. The last client was the old Sparc backend, whic...
Chris Lattner
2008-02-18
switch simplifycfg from using vectors for most things to smallvectors,
Chris Lattner
2008-02-14
Fix PR2029
Chris Lattner
2008-02-05
Make RenamePass faster by making the 'is this a new phi node'
Chris Lattner
2008-01-27
Revert r46393: readonly/readnone functions are no
Duncan Sands
2008-01-26
Create an explicit copy for byval parameters even
Duncan Sands
2008-01-25
Do this more neatly.
Duncan Sands
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
[next]