- May 06, 2002
-
-
Chris Lattner authored
llvm-svn: 2493
-
Chris Lattner authored
llvm-svn: 2490
-
Chris Lattner authored
llvm-svn: 2487
-
Chris Lattner authored
llvm-svn: 2486
-
Chris Lattner authored
don't use isPointerType() llvm-svn: 2485
-
Chris Lattner authored
llvm-svn: 2484
-
Chris Lattner authored
llvm-svn: 2473
-
Chris Lattner authored
void "test3"(bool %T) { br bool %T, label %BB1, label %BB1 BB1: ret void } llvm-svn: 2472
-
Chris Lattner authored
llvm-svn: 2471
-
Chris Lattner authored
llvm-svn: 2470
-
Chris Lattner authored
llvm-svn: 2469
-
Chris Lattner authored
llvm-svn: 2467
-
- May 03, 2002
-
-
Chris Lattner authored
Fix implementation of Not llvm-svn: 2464
-
Chris Lattner authored
by using the ~ operator instead of ! llvm-svn: 2458
-
Chris Lattner authored
llvm-svn: 2455
-
Chris Lattner authored
llvm-svn: 2451
-
- May 02, 2002
-
-
Chris Lattner authored
Now use #if 0 instead of #ifdef 0 llvm-svn: 2448
-
Chris Lattner authored
llvm-svn: 2447
-
Chris Lattner authored
test/Regression/Transforms/SCCP/2002-05-02-EdgeFailure.ll * SCCP now preserves the CFG: It leaves conditional branches the way they are in the program, not simplifying them. A seperate pass should eliminate the potentially dead basic blocks and edges in the CFG. llvm-svn: 2446
-
Chris Lattner authored
* Change worklist to a set so that duplicates cannot happen * Add support for the invoke instruction * Avoid marking store and free instructions as overdefined, since they cannot produce a value anyway. * Inline the OperandChangedState implementation * Add isEdgeFeasible in preparation to fix a bug. Right now it behaves exactly as before. * Remove obsolete comment about constant pools llvm-svn: 2445
-
Chris Lattner authored
* Do not skip the instruction immediately after a folded instruction. This was causing the testcase failure: test/Regression/Transforms/SCCP/2002-05-02-MissSecondInst.ll llvm-svn: 2443
-
Chris Lattner authored
llvm-svn: 2437
-
Chris Lattner authored
introduced in the 1.66 revision of this file. * Convert a hard coded constant to a symbolic value. llvm-svn: 2436
-
Chris Lattner authored
llvm-svn: 2434
-
Chris Lattner authored
definitions must still occur before function bodies, but the wierd keyword is no longer neccesary. llvm-svn: 2433
-
Chris Lattner authored
it here. llvm-svn: 2431
-
Chris Lattner authored
llvm-svn: 2430
-
Chris Lattner authored
llvm-svn: 2429
-
Chris Lattner authored
* Allow elimination of getelementptr X, uint 0 (which is a noop) llvm-svn: 2428
-
- May 01, 2002
-
-
Chris Lattner authored
Fixed bug: test/Regression/Transforms/Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.ll llvm-svn: 2423
-
- Apr 30, 2002
-
-
Chris Lattner authored
llvm-svn: 2420
-
Chris Lattner authored
llvm-svn: 2418
-
Chris Lattner authored
llvm-svn: 2417
-
- Apr 29, 2002
-
-
Chris Lattner authored
an anonymous namespace where they belong. llvm-svn: 2415
-
Chris Lattner authored
llvm-svn: 2414
-
Chris Lattner authored
range insert doesn't llvm-svn: 2413
-
Chris Lattner authored
pass built on top of interval analysis llvm-svn: 2411
-
Chris Lattner authored
malloc(100-i); llvm-svn: 2409
-
Chris Lattner authored
llvm-svn: 2407
-
Chris Lattner authored
llvm-svn: 2406
-