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
/
TransformInternals.h
Age
Commit message (
Expand
)
Author
2007-02-05
This file should have been removed when -raise was removed. It isn't
Reid Spencer
2006-10-20
For PR950:
Reid Spencer
2005-07-26
ConvertibleToGEP always returns 0, remove some old crufty code which
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-29
Adjust Valuehandle to hold its operand directly in it.
Chris Lattner
2004-10-27
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-21
Added LLVM copyright header.
John Criswell
2003-10-13
Regularize header file comments
Chris Lattner
2003-08-21
The word `dependent' has no `a'.
Misha Brukman
2003-07-23
Simplify code by using ConstantInt::getRawValue instead of checking to see
Chris Lattner
2003-05-20
s/convertable/convertible/g
Misha Brukman
2003-04-24
Make the levelraise pass be well behaved w.r.t the TargetData that the current
Chris Lattner
2002-09-16
Fix: test/Regression/LLC/badidx.c problem
Chris Lattner
2002-07-17
* Remove dead code from ExprTypeConvert.cpp
Chris Lattner
2002-05-07
Factor code out of TransformInternals into the Transform Utils library
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-16
Add casts for documentation
Chris Lattner
2002-03-21
Declare the new InsertInstBeforeInst function
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-14
* isFirstClassType is now provided by the Type class
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-26
Support Composite's, not just structs
Chris Lattner
2001-11-13
* Change ExpressionConvertableToType to more closely match map behavior of
Chris Lattner
2001-11-08
Improve raising significantly
Chris Lattner
2001-11-06
Fix bugs
Chris Lattner
2001-11-05
Use the expression map correctly.
Chris Lattner
2001-11-04
Refactor code to share stuff
Chris Lattner