- Jan 13, 2007
-
-
Chris Lattner authored
llvm-svn: 33156
-
Chris Lattner authored
llvm-svn: 33155
-
Reid Spencer authored
TargetLowering.h llvm-svn: 33154
-
Reid Spencer authored
llvm-svn: 33152
-
- Jan 12, 2007
-
-
Chris Lattner authored
llvm-svn: 33151
-
Chris Lattner authored
llvm-svn: 33150
-
Evan Cheng authored
llvm-svn: 33149
-
Chris Lattner authored
llvm-svn: 33147
-
Jim Laskey authored
llvm-svn: 33146
-
Lauro Ramos Venancio authored
llvm-svn: 33142
-
Lauro Ramos Venancio authored
llvm-svn: 33141
-
Devang Patel authored
llvm-svn: 33138
-
Anton Korobeynikov authored
llvm-svn: 33137
-
Anton Korobeynikov authored
* PIC-aware internal structures in X86 Codegen have been refactored * Visibility (default/weak) has been added * Docs fixes (external weak linkage, visibility, formatting) llvm-svn: 33136
-
Devang Patel authored
new PassManagers.h header. This opens door for implementing CGPassManager in IPA library. llvm-svn: 33135
-
Chris Lattner authored
constant folding of signed comparisons of bool. llvm-svn: 33134
-
Chris Lattner authored
llvm-svn: 33132
-
Chris Lattner authored
llvm-svn: 33131
-
Chris Lattner authored
llvm-svn: 33130
-
Chris Lattner authored
llvm-svn: 33129
-
Chris Lattner authored
llvm-svn: 33128
-
Chris Lattner authored
llvm-svn: 33127
-
Chris Lattner authored
llvm-svn: 33125
-
Chris Lattner authored
llvm-svn: 33123
-
Devang Patel authored
llvm-svn: 33121
-
Reid Spencer authored
llvm-svn: 33117
-
Reid Spencer authored
llvm-svn: 33116
-
Reid Spencer authored
llvm-svn: 33115
-
Evan Cheng authored
llvm-svn: 33114
-
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
-
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
-
Evan Cheng authored
llvm-svn: 33105
-
Nick Lewycky authored
instruction. Doesn't work the other way though (can't recover bits that have been truncated). llvm-svn: 33104
-
Nick Lewycky authored
llvm-svn: 33096
-
- Jan 11, 2007
-
-
Devang Patel authored
a pass manager for itself. There is some opportunity to remove some dead code from PassManager.cpp. llvm-svn: 33087
-
Devang Patel authored
llvm-svn: 33078
-
Reid Spencer authored
llvm-svn: 33076
-
Zhou Sheng authored
llvm-svn: 33075
-
Zhou Sheng authored
Merge ConstantIntegral and ConstantBool into ConstantInt. Remove ConstantIntegral and ConstantBool from LLVM. llvm-svn: 33073
-
Zhou Sheng authored
llvm-svn: 33072
-