- 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 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
-
- 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
-
- 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
-
- Dec 31, 2006
-
-
Reid Spencer authored
Convert signed integer types to signless. llvm-svn: 32786
-
- Dec 12, 2006
-
-
Jim Laskey authored
llvm-svn: 32491
-
Jim Laskey authored
llvm-svn: 32488
-
Jim Laskey authored
llvm-svn: 32483
-
- Dec 07, 2006
-
-
Bill Wendling authored
llvm-svn: 32333
-
- Dec 01, 2006
-
-
Evan Cheng authored
llvm-svn: 32107
-
- Nov 20, 2006
-
-
Chris Lattner authored
llvm-svn: 31880
-
- Nov 17, 2006
-
-
Evan Cheng authored
llvm-svn: 31804
-
- Nov 16, 2006
-
-
Chris Lattner authored
not be used for anything other than backwards compat constraint handling. Add support for a new DisableEncoding property which contains a list of registers that should not be encoded by the generated code emitter. Convert the codeemitter generator to use this, fixing some PPC JIT regressions. llvm-svn: 31769
-
- Nov 15, 2006
-
-
Chris Lattner authored
llvm-svn: 31748
-
- Nov 14, 2006
-
-
Chris Lattner authored
why. llvm-svn: 31743
-
Chris Lattner authored
llvm-svn: 31742
-
Chris Lattner authored
llvm-svn: 31740
-
Chris Lattner authored
llvm-svn: 31739
-
Chris Lattner authored
stores. llvm-svn: 31738
-
Chris Lattner authored
that there were two input operands before the variable operand portion. This *happened* to be true for all call instructions, which took a chain and a destination, but was not true for the PPC BCTRL instruction, whose destination is implicit. Making this code more general allows elimination of the custom selection logic for BCTRL. llvm-svn: 31732
-
- Nov 10, 2006
-
-
Chris Lattner authored
have to be a subpart of a complex operand. llvm-svn: 31618
-