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
/
ExprTypeConvert.cpp
Age
Commit message (
Expand
)
Author
2007-02-03
For PR1072:
Reid Spencer
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-01
Ensure that ConvertOperandToType generates a result conversion by
Reid Spencer
2007-01-21
For PR970:
Reid Spencer
2007-01-15
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
Eliminate calls to isInteger, generalizing code and tightening checks as needed.
Chris Lattner
2006-12-31
For PR950:
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-18
Convert the last uses of CastInst::createInferredCast to a normal cast
Reid Spencer
2006-12-18
Convert the last use of two-argument ConstantExpr::getCast into another
Reid Spencer
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-27
For PR950:
Reid Spencer
2006-11-26
Removed #include <iostream> and used the llvm_cerr/DOUT streams instead.
Bill Wendling
2006-11-08
For PR950:
Reid Spencer
2006-11-02
For PR786:
Reid Spencer
2006-05-12
Remove dead stuff
Chris Lattner
2006-01-22
Add explicit #includes of <iostream>
Chris Lattner
2005-10-29
Now that instcombine does this xform, remove it from the -raise pass
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-05-06
preserve the tail marker
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-02-02
Fix crash on MallocInsts of unsized types.
Alkis Evlogimenos
2005-02-01
Hacks to make this ugly ugly code work with the new use lists.
Chris Lattner
2005-01-29
Adjust Valuehandle to hold its operand directly in it.
Chris Lattner
2005-01-08
Fix VS warnings
Chris Lattner
2004-09-28
Add includes and use std:: for standard library calls to make code
Alkis Evlogimenos
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-08
Two fixes:
Chris Lattner
2004-07-29
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
2004-07-21
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-15
Progress on PR341
Chris Lattner
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-06-19
This will hopefully fix a heisenbug that Vladimir Merzliakov is running
Chris Lattner
2004-04-05
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-03-16
Punt if we see gigantic PHI nodes. This improves a huge interpreter loop
Chris Lattner
2004-02-09
Start using the new and improve interface to FunctionType arguments
Chris Lattner
2004-01-12
Remove uses of ConstantHandling itf
Chris Lattner
2004-01-09
Finegrainify namespacification
Chris Lattner
2003-12-23
rename ClassifyExpression -> ClassifyExpr
Chris Lattner
2003-12-23
Remove extraneous #include
Chris Lattner
2003-11-29
Fix test: Transforms/LevelRaise/2003-11-28-IllegalTypeConversion.ll
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-19
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-16
Eliminate using declaration
Chris Lattner
2003-10-15
Decrease usage of use_size()
Chris Lattner
2003-10-10
Fix spelling.
Misha Brukman
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-08-01
DEBUG got moved to Support/Debug.h
Chris Lattner
[next]