- Mar 06, 2007
-
-
Anton Korobeynikov authored
from formal attributes' flags processing. llvm-svn: 34963
-
- Feb 28, 2007
-
-
Chris Lattner authored
llvm-svn: 34724
-
Chris Lattner authored
llvm-svn: 34720
-
- Feb 27, 2007
-
-
Chris Lattner authored
llvm-svn: 34697
-
Chris Lattner authored
llvm-svn: 34696
-
Evan Cheng authored
CodeGenTarget.cpp updated: 1.82 -> 1.83 Record.cpp updated: 1.55 -> 1.56 Record.h updated: 1.59 -> 1.60 TableGen.cpp updated: 1.47 -> 1.48 It's missing CallingConvEmitter.h llvm-svn: 34693
-
Chris Lattner authored
llvm-svn: 34682
-
- Feb 26, 2007
-
-
Chris Lattner authored
llvm-svn: 34624
-
- Feb 15, 2007
-
-
Chris Lattner authored
llvm-svn: 34321
-
Chris Lattner authored
which allocates a string. This speeds up instcombine on 447.dealII by 5%. llvm-svn: 34318
-
Reid Spencer authored
Change use of "packed" term to "vector" in comments, strings, variable names, etc. llvm-svn: 34300
-
Reid Spencer authored
Rename PackedType -> VectorType, ConstantPacked -> ConstantVector, and PackedTyID -> VectorTyID. No functional changes. llvm-svn: 34293
-
- Feb 14, 2007
-
-
Chris Lattner authored
llvm-svn: 34273
-
- Feb 07, 2007
-
-
Jim Laskey authored
to construct FunctionType in separate function, and, have getDeclaration return a Function instead of a Constant. llvm-svn: 34008
-
- Feb 06, 2007
-
-
Reid Spencer authored
llvm-svn: 33967
-
Jim Laskey authored
llvm-svn: 33966
-
Jim Laskey authored
llvm-svn: 33965
-
Jim Laskey authored
llvm-svn: 33964
-
Jim Laskey authored
llvm-svn: 33963
-
Jim Laskey authored
llvm-svn: 33962
-
- Feb 05, 2007
-
-
Reid Spencer authored
llvm-svn: 33903
-
- Jan 27, 2007
-
-
Jim Laskey authored
llvm-svn: 33557
-
- Jan 26, 2007
-
-
Jim Laskey authored
llvm-svn: 33539
-
- Jan 17, 2007
-
-
Chris Lattner authored
llvm-svn: 33295
-
Reid Spencer authored
commands. Linux is more forgiving. Patch by Gordon Henriksen. Thanks, Gordon! llvm-svn: 33285
-
- Jan 16, 2007
-
-
Reid Spencer authored
llvm-svn: 33274
-
- Jan 12, 2007
-
-
Reid Spencer authored
Implement the arbitrary bit-width integer feature. The feature allows integers of any bitwidth (up to 64) to be defined instead of just 1, 8, 16, 32, and 64 bit integers. This change does several things: 1. Introduces a new Derived Type, IntegerType, to represent the number of bits in an integer. The Type classes SubclassData field is used to store the number of bits. This allows 2^23 bits in an integer type. 2. Removes the five integer Type::TypeID values for the 1, 8, 16, 32 and 64-bit integers. These are replaced with just IntegerType which is not a primitive any more. 3. Adjust the rest of LLVM to account for this change. Note that while this incremental change lays the foundation for arbitrary bit-width integers, LLVM has not yet been converted to actually deal with them in any significant way. Most optimization passes, for example, will still only deal with the byte-width integer types. Future increments will rectify this situation. llvm-svn: 33113
-
- Jan 11, 2007
-
-
Reid Spencer authored
llvm-svn: 33070
-
- Dec 31, 2006
-
-
Reid Spencer authored
Convert signed integer types to signless. llvm-svn: 32786
-
- Dec 18, 2006
-
-
Reid Spencer authored
first difference. llvm-svn: 32645
-
- Dec 12, 2006
-
-
Jim Laskey authored
llvm-svn: 32491
-
Jim Laskey authored
llvm-svn: 32488
-
Jim Laskey authored
llvm-svn: 32483
-
- Dec 11, 2006
-
-
Reid Spencer authored
different code to be produced between two llvm builds that differe slightly. This is useful in tracking down mis-optimization bugs. llvm-svn: 32435
-
- Dec 09, 2006
-
-
Reid Spencer authored
Don't generate the reference output for each comparison. llvm-svn: 32395
-
- Dec 08, 2006
-
-
Reid Spencer authored
llvm-svn: 32369
-
- Dec 07, 2006
-
-
Bill Wendling authored
llvm-svn: 32333
-
- Dec 01, 2006
-
-
Evan Cheng authored
llvm-svn: 32107
-
- Nov 25, 2006
-
-
Reid Spencer authored
llvm-svn: 31901
-
- Nov 24, 2006
-
-
Reid Spencer authored
llvm-svn: 31899
-