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
/
LevelRaise.cpp
Age
Commit message (
Expand
)
Author
2007-02-03
For PR1072:
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-19
switch more statistics over to STATISTIC, eliminating static ctors. Also,
Chris Lattner
2006-12-13
Replace CastInst::createInferredCast calls with more accurate cast
Reid Spencer
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-11-27
For PR950:
Reid Spencer
2006-11-26
Removed #include <iostream> and used the llvm_cerr/DOUT streams instead.
Bill Wendling
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-05-14
remove dead variables
Chris Lattner
2006-01-22
Make iostream #inclusion explicit
Chris Lattner
2005-07-26
ConvertibleToGEP always returns 0, remove some old crufty code which
Chris Lattner
2005-05-14
Preserve calling conv when hacking on calls
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-05
second argument to Value::setName is now gone.
Chris Lattner
2005-01-19
Fix 'raise' to work with packed types. Patch by Morten Ofstad.
Chris Lattner
2004-09-20
Prototype more accurately
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-08
This DEBUG is buggy. comment it out because it's not worth fixing. This
Chris Lattner
2004-07-29
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
2004-07-18
bug 122:
Reid Spencer
2004-07-15
Progress on PR341
Chris Lattner
2004-07-01
Make this pass use a more specific debug message than "Processing:".
Brian Gaeke
2004-04-05
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-02-09
Adjust to the changed StructType interface. In particular, getElementTypes()...
Chris Lattner
2004-02-09
The ConstantExpr::getCast call can cause a CPR to be generated. If so,
Chris Lattner
2004-01-12
Remove uses of ConstantHandling itf
Chris Lattner
2004-01-09
Finegrainify namespacification
Chris Lattner
2004-01-09
Inching towards fixing PR82
Chris Lattner
2003-12-23
Remove extraneous #include
Chris Lattner
2003-12-11
verifyFunction depends on dominator info, which levelraise does not declare
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-13
Regularize header file comments
Chris Lattner
2003-09-01
Prototype for creator function got moved
Chris Lattner
2003-08-01
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-05-20
Hopefully, the final fix for `[Pp]ropogate'.
Misha Brukman
2003-05-20
s/convertable/convertible/g
Misha Brukman
2003-05-02
Attempt to fix sumant's typesafety issue
Chris Lattner
2003-05-01
Fix bug: LevelRaise/2003-05-01-CallCast.ll
Chris Lattner
2003-04-28
Create constant expression casts instead of constant instructions if possible
Chris Lattner
2003-04-27
Avoid naming things exactly the same
Chris Lattner
2003-04-24
Make the levelraise pass be well behaved w.r.t the TargetData that the current
Chris Lattner
2002-11-20
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-10-22
Ensure definate initialization
Chris Lattner
2002-10-21
- Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to
Chris Lattner
2002-10-08
- Fix bug: LevelRaise/2002-10-08-VarArgCall.ll
Chris Lattner
2002-10-01
Updates to work with recent Statistic's changes:
Chris Lattner
2002-09-18
Fixed typo.
Misha Brukman
2002-09-11
- Change getelementptr instruction to use long indexes instead of uint
Chris Lattner
[next]