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-19
Add CloneTraceInto(), which is based on (and has mostly the same
Brian Gaeke
2004-05-19
Move RemapInstruction() to ValueMapper, so that it can be shared with
Brian Gaeke
2004-05-12
Do not pass in the same argument to the extracted function more than once, and
Chris Lattner
2004-05-12
Implement support for code extracting basic blocks that have a return
Chris Lattner
2004-05-12
Implement splitting of PHI nodes, allowing block extraction of BB's that have
Chris Lattner
2004-05-12
* Pull some code out into the definedInRegion/definedInCaller methods
Chris Lattner
2004-05-12
Generate substantially better code when there are a limited number of exits
Chris Lattner
2004-05-12
Two minor improvements:
Chris Lattner
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
[next]