- Feb 20, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 47374
-
Anton Korobeynikov authored
llvm-svn: 47373
-
Anton Korobeynikov authored
llvm-svn: 47372
-
Anton Korobeynikov authored
llvm-svn: 47371
-
Anton Korobeynikov authored
llvm-svn: 47370
-
Anton Korobeynikov authored
llvm-svn: 47369
-
Anton Korobeynikov authored
llvm-svn: 47368
-
Anton Korobeynikov authored
llvm-svn: 47367
-
Bill Wendling authored
Added two "FIXMEs" for code that looks dubious to me (but I could be wrong). llvm-svn: 47366
-
Bill Wendling authored
llvm-svn: 47365
-
Owen Anderson authored
llvm-svn: 47364
-
Evan Cheng authored
llvm-svn: 47363
-
Bill Wendling authored
changes. (Sorry for any formatting changes that creeped in.) llvm-svn: 47362
-
Nick Lewycky authored
llvm-svn: 47361
-
Nick Lewycky authored
Parse reversed smax and umax as smin and umin and express them with negative or binary-not SCEVs (which are really just subtract under the hood). Parse 'xor %x, -1' as (-1 - %x). Remove dead code (ConstantInt::get always returns a ConstantInt). Don't use getIntegerSCEV(-1, Ty). The first value is an int, then it gets passed into a uint64_t. Instead, create the -1 directly from ConstantInt::getAllOnesValue(). llvm-svn: 47360
-
Chris Lattner authored
AddNodeIDNode does profiling for a ConstantSDNode, but so does SelectionDAG::getConstant. This profiling should be moved to a common static function in ConstantSDNode. llvm-svn: 47359
-
Bill Wendling authored
- Constified some MachineOperand values. - Added/Modified some comments. llvm-svn: 47358
-
Ted Kremenek authored
llvm-svn: 47357
-
Ted Kremenek authored
the same time clearing up some logic of how the unary '*' operator is processed. llvm-svn: 47356
-
Evan Cheng authored
llvm-svn: 47355
-
Evan Cheng authored
llvm-svn: 47354
-
Dan Gohman authored
get declarations for overloaded intrinsics. llvm-svn: 47353
-
Dale Johannesen authored
treat more or less rationally in interface functions, subject to change. No functional change. llvm-svn: 47352
-
Evan Cheng authored
llvm-svn: 47351
-
- Feb 19, 2008
-
-
Devang Patel authored
llvm-svn: 47350
-
Devang Patel authored
%b = getresult {i32, i32} %a, i32 1 llvm-svn: 47349
-
Devang Patel authored
llvm-svn: 47348
-
Lauro Ramos Venancio authored
llvm-svn: 47347
-
Lauro Ramos Venancio authored
llvm-svn: 47346
-
Dale Johannesen authored
llvm-svn: 47344
-
Dale Johannesen authored
llvm-svn: 47343
-
Dale Johannesen authored
for adding alignment info, not there yet). Clean up interfaces to reference ParameterAttributes consistently. llvm-svn: 47342
-
Ted Kremenek authored
two concrete integer values. llvm-svn: 47341
-
Ted Kremenek authored
for pointer dereferences. llvm-svn: 47340
-
Ted Kremenek authored
another symbolic value. llvm-svn: 47339
-
Ted Kremenek authored
profile of the APSInt object. This caused unexpected Profile collisions where none should have occurred. llvm-svn: 47338
-
Andrew Lenharth authored
llvm-svn: 47337
-
Lauro Ramos Venancio authored
possible. Fix mediabench/mpeg2/mpeg2dec test. llvm-svn: 47336
-
Ted Kremenek authored
cast's subexpression even if the cast itself has no effect. llvm-svn: 47335
-
Chris Lattner authored
llvm-svn: 47334
-