- Dec 31, 2006
-
-
Reid Spencer authored
This patch replaces signed integer types with signless ones: 1. [US]Byte -> Int8 2. [U]Short -> Int16 3. [U]Int -> Int32 4. [U]Long -> Int64. 5. Removal of isSigned, isUnsigned, getSignedVersion, getUnsignedVersion and other methods related to signedness. In a few places this warranted identifying the signedness information from other sources. llvm-svn: 32785
-
- 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
-
- Oct 29, 2005
-
-
Chris Lattner authored
llvm-svn: 24083
-
- Jul 26, 2005
-
-
Chris Lattner authored
is actually dead because of this! llvm-svn: 22515
-
- Apr 22, 2005
-
-
Misha Brukman authored
llvm-svn: 21427
-
- Jan 08, 2005
-
-
Chris Lattner authored
llvm-svn: 19383
-
- Jul 29, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 15325
-
- Apr 05, 2004
-
-
Chris Lattner authored
types and can have arbitrary 32- and 64-bit integer types indexing into sequential types. llvm-svn: 12653
-
- Feb 09, 2004
-
-
Chris Lattner authored
llvm-svn: 11228
-
- Jan 09, 2004
-
-
Chris Lattner authored
add flags for PR82 llvm-svn: 10724
-
- Dec 23, 2003
-
-
Chris Lattner authored
llvm-svn: 10592
-
- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9903
-
- Oct 20, 2003
-
-
John Criswell authored
Header files will be on the way. llvm-svn: 9298
-
- Oct 17, 2003
-
-
Chris Lattner authored
llvm-svn: 9195
-
- Oct 13, 2003
-
-
Chris Lattner authored
llvm-svn: 9071
-
- Oct 10, 2003
-
-
Misha Brukman authored
llvm-svn: 9027
-
- Jun 23, 2003
-
-
Chris Lattner authored
llvm-svn: 6862
-
- Jun 07, 2003
-
-
Chris Lattner authored
llvm-svn: 6669
-
- May 20, 2003
-
-
Misha Brukman authored
llvm-svn: 6248
-
- Apr 24, 2003
-
-
Chris Lattner authored
PassMAnager provides. llvm-svn: 5896
-
- Jan 23, 2003
-
-
Chris Lattner authored
llvm-svn: 5407
-
- Oct 02, 2002
-
-
Chris Lattner authored
llvm-svn: 4017
-
- Sep 16, 2002
-
-
Chris Lattner authored
llvm-svn: 3763
-
- Sep 11, 2002
-
-
Chris Lattner authored
indexes for sequential types. llvm-svn: 3681
-
- Sep 10, 2002
-
-
Chris Lattner authored
of instruction constructors. llvm-svn: 3656
-
- Aug 31, 2002
-
-
Chris Lattner authored
llvm-svn: 3550
-
- Jul 25, 2002
-
-
Chris Lattner authored
llvm-svn: 3075
-
- Jun 25, 2002
-
-
Chris Lattner authored
For details, See: docs/2002-06-25-MegaPatchInfo.txt llvm-svn: 2779
-
- May 07, 2002
-
-
Chris Lattner authored
llvm-svn: 2515
-
- Apr 28, 2002
-
-
Chris Lattner authored
llvm-svn: 2378
-
- Apr 17, 2002
-
-
Chris Lattner authored
* Allow structs with negative offsets. This enables the em3d benchmark to be made typesafe. In this case, the struct had an array as the first element, so a negative index was ok (the expr was -8 + 8x) llvm-svn: 2271
-
- Apr 09, 2002
-
-
Chris Lattner authored
test/Regression/Transforms/LevelRaise/2002-04-09-MissedRaise.ll llvm-svn: 2219
-
Chris Lattner authored
in iOther.h llvm-svn: 2209
-
- Apr 07, 2002
-
-
Chris Lattner authored
class. The Method class is obsolete (renamed) and all references to it are being converted over to Function. llvm-svn: 2144
-
- Mar 21, 2002
-
-
Chris Lattner authored
first element of a structure type. Before this would not be handled because getStructOffset would either stop immediately (because StopEarly was true and Offset = 0), or blast past the level we wanted. Now ConvertableToGEP steps down through the type one level at a time, checking the Offset and Scale conditions at each step llvm-svn: 1931
-
Chris Lattner authored
llvm-svn: 1930
-
Chris Lattner authored
2. Allow negative scales in ConvertableToGEP, so that this loop from alloc_tree in the Olden health benchmark is correctly raised: for (i = 3; i >= 0; i--) fval[i] = alloc_tree(level - 1, label*4 + i + 1, new); Stepping through the array backwards caused a negative scale. llvm-svn: 1922
-
- Mar 14, 2002
-
-
Chris Lattner authored
llvm-svn: 1869
-
- Mar 11, 2002
-
-
Chris Lattner authored
llvm-svn: 1862
-
- Mar 07, 2002
-
-
Chris Lattner authored
llvm-svn: 1833
-