"llvm/lib/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "18991d78fa2f4757853d7aab2bd4b88610f4dfcc"
- Jun 26, 2007
-
-
Dan Gohman authored
llvm-svn: 37727
-
- May 22, 2007
-
-
Reid Spencer authored
types of the iAny types involved in the overloaded intrinsic. Thus, we can't use the argument number as the index but have to count them separately in order to index Tys correctly. This patch rectifies this situation. llvm-svn: 37296
-
- Apr 16, 2007
-
-
Reid Spencer authored
Don't assert everytime an intrinsic name isn't recognized. Instead, make the assert optional when callin getIntrinsicID(). This allows the assembler to handle invalid intrinsic names gracefully. llvm-svn: 36120
-
- Apr 01, 2007
-
-
Reid Spencer authored
Implement code generation for overloaded intrinsic functions. The basic difference is that "actual" argument types must be provided when constructing intrinsic names and types. Also, for recognition, only the prefix is examined. If it matches, the suffix is assumed to match. The suffix is checked by the Verifier, however. llvm-svn: 35539
-
- 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
-
-
Jim Laskey authored
llvm-svn: 33966
-
Jim Laskey authored
llvm-svn: 33962
-
- 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
-
- Oct 04, 2006
-
-
Chris Lattner authored
llvm-svn: 30725
-
- Apr 02, 2006
-
-
Chris Lattner authored
llvm-svn: 27345
-
- Mar 31, 2006
-
-
Chris Lattner authored
validate the prototype of intrinsic functions. This prevents GCC from going crazy and inlining too much stuff, eventually running out of memory. llvm-svn: 27283
-
Chris Lattner authored
independently, batch up checks so that identically typed intrinsics share verifier code. This dramatically reduces the size of the verifier function, which should help avoid GCC running out of memory compiling Verifier.cpp. llvm-svn: 27281
-
- Mar 29, 2006
-
-
Evan Cheng authored
mismatch against the enum table. This is a part of Sabre's master plan to drive me nuts with subtle bugs that happens to only affect x86 be. :-) llvm-svn: 27237
-
- Mar 24, 2006
-
-
Chris Lattner authored
the CodeGen* implementations. Parse the MVT::ValueType for each operand of the intrinsics. llvm-svn: 27075
-
Chris Lattner authored
llvm-svn: 27022
-
- Mar 15, 2006
-
-
Chris Lattner authored
llvm-svn: 26784
-
Jeff Cohen authored
llvm-svn: 26773
-
Chris Lattner authored
llvm-svn: 26772
-
Chris Lattner authored
LLVM intrinsic function name. llvm-svn: 26771
-
Chris Lattner authored
llvm-svn: 26770
-
- Mar 14, 2006
-
-
Reid Spencer authored
llvm-svn: 26749
-
Chris Lattner authored
llvm-svn: 26736
-
- Mar 13, 2006
-
-
Chris Lattner authored
llvm-svn: 26735
-
- Mar 11, 2006
-
-
Chris Lattner authored
llvm-svn: 26706
-
- Mar 09, 2006
-
-
Chris Lattner authored
llvm-svn: 26672
-
Chris Lattner authored
llvm-svn: 26669
-
Chris Lattner authored
autogenerate an intrinsic verifier llvm-svn: 26666
-
Chris Lattner authored
llvm-svn: 26663
-
- Mar 03, 2006
-
-
Chris Lattner authored
llvm-svn: 26495
-