- Jun 09, 2007
-
-
Nick Lewycky authored
llvm-svn: 37532
-
- Apr 26, 2007
-
-
Zhou Sheng authored
llvm-svn: 36475
-
- Apr 13, 2007
-
-
Zhou Sheng authored
llvm-svn: 35960
-
- Apr 07, 2007
-
-
Nick Lewycky authored
llvm-svn: 35733
-
- Apr 01, 2007
-
-
Nick Lewycky authored
llvm-svn: 35534
-
- Mar 10, 2007
-
-
Nick Lewycky authored
llvm-svn: 35056
-
- Mar 02, 2007
-
-
Nick Lewycky authored
llvm-svn: 34833
-
- Mar 01, 2007
-
-
Reid Spencer authored
are not needed as the results are the same with or without it. Patch by Nicholas Lewycky. llvm-svn: 34782
-
- Feb 28, 2007
-
-
Reid Spencer authored
interface not depend on Type or ICmpInst. llvm-svn: 34761
-
Reid Spencer authored
Remove ConstantInt from ConstantRange interface and adjust its users to compensate. llvm-svn: 34758
-
Reid Spencer authored
First round of ConstantRange changes. This makes all CR constructors use only APInt and not use ConstantInt. Clients are adjusted accordingly. llvm-svn: 34756
-
Reid Spencer authored
Convert ConstantRange class to use APInt internally as its value type for the constant range, instead of ConstantInt. llvm-svn: 34745
-
- Feb 11, 2007
-
-
Nick Lewycky authored
llvm-svn: 34173
-
- Jan 19, 2007
-
-
Reid Spencer authored
This is the final patch for this PR. It implements some minor cleanup in the use of IntegerType, to wit: 1. Type::getIntegerTypeMask -> IntegerType::getBitMask 2. Type::Int*Ty changed to IntegerType* from Type* 3. ConstantInt::getType() returns IntegerType* now, not Type* This also fixes PR1120. Patch by Sheng Zhou. llvm-svn: 33370
-
- Jan 15, 2007
-
-
Chris Lattner authored
rename Type::getIntegralTypeMask to Type::getIntegerTypeMask. This makes naming much more consistent. For example, there are now no longer any instances of IntegerType that are not considered isInteger! :) llvm-svn: 33225
-
Chris Lattner authored
llvm-svn: 33220
-
Chris Lattner authored
llvm-svn: 33214
-
- Jan 12, 2007
-
-
Chris Lattner authored
llvm-svn: 33127
-
Reid Spencer authored
recommended that getBoolValue be replaced with getZExtValue and that get(bool) be replaced by get(const Type*, uint64_t). This implements those changes. llvm-svn: 33110
-
- Jan 11, 2007
-
-
Reid Spencer authored
llvm-svn: 33076
-
Zhou Sheng authored
Merge ConstantIntegral and ConstantBool into ConstantInt. Remove ConstantIntegral and ConstantBool from LLVM. llvm-svn: 33073
-
- Jan 08, 2007
-
-
Reid Spencer authored
llvm-svn: 33005
-
Reid Spencer authored
llvm-svn: 33003
-
- Dec 23, 2006
-
-
Reid Spencer authored
This patch removes the SetCC instructions and replaces them with the ICmp and FCmp instructions. The SetCondInst instruction has been removed and been replaced with ICmpInst and FCmpInst. llvm-svn: 32751
-
- Dec 13, 2006
-
-
Reid Spencer authored
Rename getZeroExtend and getSignExtend to getZExt and getSExt to match the the casting mnemonics in the rest of LLVM. llvm-svn: 32514
-
- Dec 07, 2006
-
-
Bill Wendling authored
now cerr, cout, and NullStream resp. llvm-svn: 32298
-
- Dec 06, 2006
-
-
Reid Spencer authored
llvm-svn: 32289
-
- Dec 04, 2006
-
-
Reid Spencer authored
llvm-svn: 32165
-
- Nov 29, 2006
-
-
Bill Wendling authored
llvm-svn: 31998
-
- Nov 28, 2006
-
-
Bill Wendling authored
llvm streams llvm-svn: 31983
-
- Oct 20, 2006
-
-
Reid Spencer authored
This patch implements the first increment for the Signless Types feature. All changes pertain to removing the ConstantSInt and ConstantUInt classes in favor of just using ConstantInt. llvm-svn: 31063
-
- Sep 29, 2006
-
-
Chris Lattner authored
llvm-svn: 30658
-
- Apr 07, 2006
-
-
Andrew Lenharth authored
This reduces Core size, yay. llvm-svn: 27468
-
- Apr 22, 2005
-
-
Misha Brukman authored
llvm-svn: 21427
-
- Aug 16, 2004
-
-
Misha Brukman authored
llvm-svn: 15825
-
- Jul 15, 2004
-
-
Chris Lattner authored
llvm-svn: 14838
-
- Jul 04, 2004
-
-
Reid Spencer authored
llvm-svn: 14622
-
- Mar 30, 2004
-
-
Chris Lattner authored
llvm-svn: 12539
-
- Mar 29, 2004
-
-
Chris Lattner authored
llvm-svn: 12534
-
- Jan 12, 2004
-
-
Chris Lattner authored
llvm-svn: 10800
-