- Feb 16, 2007
-
-
Andrew Lenharth authored
llvm-svn: 34339
-
Andrew Lenharth authored
llvm-svn: 34338
-
Dale Johannesen authored
llvm-svn: 34337
-
Chris Lattner authored
llvm-svn: 34334
-
- Feb 15, 2007
-
-
Chris Lattner authored
llvm-svn: 34333
-
Chris Lattner authored
by 5%. llvm-svn: 34332
-
Reid Spencer authored
PACKED_ALIGN -> VECTOR_ALIGN llvm-svn: 34330
-
Chris Lattner authored
causes it to require no allocations and no symtab lookups in the common case. This speeds up instcombine 9.2% on 447.dealII. llvm-svn: 34324
-
Chris Lattner authored
on 447.dealII llvm-svn: 34323
-
Chris Lattner authored
which allocates a string. This speeds up instcombine on 447.dealII by 5%. llvm-svn: 34318
-
Chris Lattner authored
llvm-svn: 34310
-
Reid Spencer authored
Make sure we found an existing Alignment before overwriting it. llvm-svn: 34308
-
Chris Lattner authored
llvm-svn: 34307
-
Chris Lattner authored
abort case. llvm-svn: 34306
-
Zhou Sheng authored
1. Make getMinValue() returns the right value. 2. Fix the ByteSwap() crash problem. 3. Make Postfix increment work correctly. 4. Fix some bugs in LogBase2, Hi/LoBits and UDiv. llvm-svn: 34304
-
Evan Cheng authored
llvm-svn: 34302
-
Reid Spencer authored
Change use of "packed" term to "vector" in comments, strings, variable names, etc. llvm-svn: 34300
-
Reid Spencer authored
Change a comment: Packed Type -> Vector Type llvm-svn: 34299
-
Reid Spencer authored
llvm-svn: 34298
-
Reid Spencer authored
Rename PackedType -> VectorType, ConstantPacked -> ConstantVector, and PackedTyID -> VectorTyID. No functional changes. llvm-svn: 34293
-
Reid Spencer authored
Chris Lattner's code style suggestions. Patch by Scott Michel! llvm-svn: 34292
-
- Feb 14, 2007
-
-
Chris Lattner authored
llvm-svn: 34272
-
Chris Lattner authored
this doesn't miscompile lots of programs :) llvm-svn: 34268
-
Chris Lattner authored
While preparing http://llvm.org/PR1198 I noticed several asserts protecting unprepared code from i128 types that weren't actually failing when they should because they were written as assert("foo") instead of something like assert(0 && "foo"). This patch fixes all the cases that a quick grep found. llvm-svn: 34267
-
Chris Lattner authored
Patch by Scott Michel. llvm-svn: 34266
-
Reid Spencer authored
at this point, it just needs to work so we can test things reliably. llvm-svn: 34262
-
Chris Lattner authored
llvm-svn: 34258
-
Chris Lattner authored
be supported on 32-bit hosts. llvm-svn: 34257
-
Chris Lattner authored
llvm-svn: 34256
-
Andrew Lenharth authored
llvm-svn: 34254
-
- Feb 13, 2007
-
-
Reid Spencer authored
1. Make all the operators use uppercase 2. Rename APIntRoundToDouble method just RoundToDouble, the APInt is redundant. 3. Turn the class on for compilation. llvm-svn: 34253
-
Chris Lattner authored
llvm-svn: 34249
-
Chris Lattner authored
This will break a dj test until I have time to investigate. llvm-svn: 34247
-
Lauro Ramos Venancio authored
llvm-svn: 34246
-
Lauro Ramos Venancio authored
llvm-svn: 34245
-
Lauro Ramos Venancio authored
llvm-svn: 34244
-
Lauro Ramos Venancio authored
llvm-svn: 34241
-
Lauro Ramos Venancio authored
llvm-svn: 34240
-
Chris Lattner authored
This speeds up bcreading by 1.5%. llvm-svn: 34233
-
Chris Lattner authored
used to avoid std::string allocations in common cases. llvm-svn: 34232
-