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
2004-05-02
Do not clone arbitrary condition instructions.
Chris Lattner
2004-05-02
Do not infinitely "unroll" single BB loops.
Chris Lattner
2004-05-02
Dont' merge terminators that are needed to select PHI node values.
Chris Lattner
2004-05-01
Implement SimplifyCFG/branch-cond-merge.ll
Chris Lattner
2004-05-01
Fix my missing parens
Chris Lattner
2004-05-01
Implement SimplifyCFG/branch-cond-prop.ll
Chris Lattner
2004-04-23
* Allow aggregating extracted function arguments (controlled by flag)
Misha Brukman
2004-04-21
Include cerrno (gcc-3.4 fix)
Alkis Evlogimenos
2004-04-18
Correct rewriting of exit blocks after my last patch
Chris Lattner
2004-04-18
Change the ExitBlocks list from being explicitly contained in the Loop
Chris Lattner
2004-04-16
Add support for evaluation of exp/log/log10/pow
Chris Lattner
2004-04-16
Include <cmath> for compatibility with gcc 3.0.x (the system compiler on
Brian Gaeke
2004-04-16
Fix Inline/2004-04-15-InlineDeletesCall.ll
Chris Lattner
2004-04-13
Add a simple call constant propagation interface.
Chris Lattner
2004-04-13
Fix LoopSimplify/2004-04-13-LoopSimplifyUpdateDomFrontier.ll
Chris Lattner
2004-04-13
Refactor code a bit to make it simpler and eliminate the goto
Chris Lattner
2004-04-13
This patch addresses PR35: Loop simplify should reconstruct nested loops.
Chris Lattner
2004-04-09
Fold code like:
Chris Lattner
2004-04-08
Implement ScalarRepl/select_promote.ll
Chris Lattner
2004-04-05
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-04-02
Fix the obvious bug in my previous checkin
Chris Lattner
2004-04-02
Implement Transforms/SimplifyCFG/return-merge.ll
Chris Lattner
2004-04-01
Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx
Chris Lattner
2004-04-01
Remove some assertions that are now bogus with the last patch I put in
Chris Lattner
2004-04-01
Fix PR306: Loop simplify incorrectly updates dominator information
Chris Lattner
2004-03-31
Add warning
Chris Lattner
2004-03-31
Fix linking of constant expr casts due to type resolution changes. With
Chris Lattner
2004-03-30
Now that all the code generators support the select instruction, and the inst...
Chris Lattner
2004-03-30
Add a simple select instruction lowering pass
Chris Lattner
2004-03-18
Fix bug: CodeExtractor/2004-03-17-MissedLiveIns.ll
Chris Lattner
2004-03-18
Fix CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll
Chris Lattner
2004-03-18
Seriously simplify and correct the PHI node handling code.
Chris Lattner
2004-03-18
Fix CodeExtractor/2004-03-17-OutputMismatch.ll
Chris Lattner
2004-03-18
Fix several bugs in the extractor:
Chris Lattner
2004-03-18
Prune #includes, moving the module interface to the front. Note that this
Chris Lattner
2004-03-17
Fix compilation of mesa, which I broke earlier today
Chris Lattner
2004-03-16
This code was both incredibly complex and incredibly broken. Fix it.
Chris Lattner
2004-03-16
Do not copy gigantic switch instructions
Chris Lattner
2004-03-16
Fix a regression from this patch:
Chris Lattner
2004-03-15
Mostly cosmetic improvements. Do fix the bug where a global value was consid...
Chris Lattner
2004-03-15
Assert that input blocks meet the invariants we expect
Chris Lattner
2004-03-14
No correctness fixes here, just minor qoi fixes:
Chris Lattner
2004-03-14
Simplify code a bit, and fix bug CodeExtractor/2004-03-14-NoSwitchSupport.ll
Chris Lattner
2004-03-14
Simplify the code a bit by making the collection of basic blocks to extract
Chris Lattner
2004-03-14
Do not create empty basic blocks when the lowerswitch pass expects blocks to
Chris Lattner
2004-03-14
Minor random cleanups
Chris Lattner
2004-03-14
If a block is dead, dominators will not be calculated for it. Because of this
Chris Lattner
2004-03-14
Verify functions as they are produced if -debug is specified. Reduce
Chris Lattner
2004-03-14
Move to the IPO library. Utils shouldn't contain passes.
Chris Lattner
2004-03-14
DemoteRegToStack got moved from DemoteRegToStack.h to Local.h
Chris Lattner
[next]