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
Age
Commit message (
Expand
)
Author
2002-08-03
Eliminate cast instructions: use only GEPs in decomposed sequence.
Vikram S. Adve
2002-08-02
Fix problem where lli would not print out a 64 bit value when the client code
Chris Lattner
2002-08-02
Fix one real nasty bug
Chris Lattner
2002-08-02
Fix lli with no arguments
Chris Lattner
2002-08-02
Fix bug: test/Regression/Transforms/InstCombine/2002-08-02-CastTest.ll
Chris Lattner
2002-08-02
* Cleanups of instcombine
Chris Lattner
2002-08-02
Fix bug: test/Regression/Transforms/GCSE/2002-05-21-NoSharedDominator.ll
Chris Lattner
2002-08-02
Implement dominator checking in the verifier, so that we check that all
Chris Lattner
2002-08-02
Fix bug: test/Regression/Other/2002-08-02-DomSetProblem.ll
Chris Lattner
2002-08-02
Split dominance calculation and post dominance calculation stuff
Chris Lattner
2002-08-01
Remove unneccesary #inlcude
Chris Lattner
2002-08-01
Enhance -time-passes to be more detailed and useful
Chris Lattner
2002-08-01
Bug fix: incorrect SAVE instruction when using register for stack size.
Vikram S. Adve
2002-07-31
Fix bug: test/Regression/Assembler/2002-07-31-SlashInString.llx
Chris Lattner
2002-07-31
Implement the other half of a feature advertised by OperandConvertableToType.
Chris Lattner
2002-07-31
Just improved comments and assertions.
Vikram S. Adve
2002-07-31
Add a missing case: converting float/double to unsigned integer types.
Vikram S. Adve
2002-07-31
Changes to be GCC3.1 friendly
Chris Lattner
2002-07-31
*** empty log message ***
Chris Lattner
2002-07-31
We need iostream in PassManagerT.h to use cerr
Chris Lattner
2002-07-31
Add new -only-print-main-ds option that causes mains ds graph to be
Chris Lattner
2002-07-31
Fix bug that was causing problems for lli
Chris Lattner
2002-07-30
Add GlobalDSGraph -- a common graph that holds externally visible nodes.
Vikram S. Adve
2002-07-30
Print globals graph after either the BU or the TD pass.
Vikram S. Adve
2002-07-30
This file implements the top-down propagation pass for data structure graphs.
Vikram S. Adve
2002-07-30
Use a separate globals graph to hold externally visible nodes.
Vikram S. Adve
2002-07-30
Implement new -debug-pass=Arguments option that causes PassManager to
Chris Lattner
2002-07-30
* Indent class into anonymous namespace, filling up the diff with garbage
Chris Lattner
2002-07-30
Cleanup ConstantExpr handling:
Chris Lattner
2002-07-30
Cleanup ConstantExpr handling:
Chris Lattner
2002-07-30
Remove FIXME's that aren't really needed after all.
Chris Lattner
2002-07-30
Declare that these passes only depend on the CFG of the function
Chris Lattner
2002-07-30
* Move some code from Pass.cpp to PassManagerT.h
Chris Lattner
2002-07-30
Implement constant propogation of logical (and, or, xor) expressions.
Chris Lattner
2002-07-30
Implement constant propogation of logical (and, or, xor) expressions.
Chris Lattner
2002-07-30
* Move InstructionSelection Pass here instead of living in Sparc.cpp. It
Chris Lattner
2002-07-30
* Move InstructionSelection pass to lib/CodeGen/InstrSelection so it is
Chris Lattner
2002-07-30
Remove unused vector
Chris Lattner
2002-07-30
Fix bug with last patch which would occur when a call returned void and we
Chris Lattner
2002-07-30
* Make sure the resolved function call instructions get the name from the
Chris Lattner
2002-07-30
* Fix bug: test/Regression/Transforms/ADCE/2002-07-17-AssertionFailure.ll
Chris Lattner
2002-07-29
Add code to ensure that no PHI nodes are left laying around with their
Chris Lattner
2002-07-29
Implement a new RemoveSuccessor function
Chris Lattner
2002-07-29
Fix bug: test/Regression/Transforms/ADCE/2002-07-29-Segfault.ll
Chris Lattner
2002-07-29
Allow folding of basic blocks that have PHI nodes in them, fixing "bug":
Chris Lattner
2002-07-29
* Eliminate the Provided set. All Passes now finally just automatically
Chris Lattner
2002-07-29
* Eliminate the Provided set. All Passes now finally just automatically
Chris Lattner
2002-07-29
* PassInfo is allowed to be missing now (ie, not all passes need be registered)
Chris Lattner
2002-07-29
* Fix assertion failure caused by command line argument getting removed after
Chris Lattner
2002-07-27
Remove needless #include
Chris Lattner
[next]