| Commit message (Expand) | Author | Age | Files | Lines |
| * | Check to make sure types are sized before calling getTypeSize on them. | Chris Lattner | 2004-07-06 | 1 | -13/+15 |
| * | It doesn't matter what the 2nd operand is; if the GEP has 2 operands and | Brian Gaeke | 2004-07-06 | 1 | -2/+1 |
| * | Add helper function. | Brian Gaeke | 2004-07-06 | 1 | -2/+14 |
| * | Implement rem.ll:test3 | Chris Lattner | 2004-07-06 | 1 | -0/+18 |
| * | Fix a minor bug where we would go into infinite loops on some constants | Chris Lattner | 2004-07-06 | 1 | -1/+2 |
| * | Implement InstCombine/sub.ll:test15: X % -Y === X % Y | Chris Lattner | 2004-07-06 | 1 | -2/+9 |
| * | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 12 | -0/+15 |
| * | Implement add.ll:test22, a common case in MSIL files | Chris Lattner | 2004-07-03 | 1 | -0/+18 |
| * | Do not call getTypeSize on a type that has no size | Chris Lattner | 2004-07-02 | 1 | -1/+2 |
| * | Get rid of a dead variable, and fix a typo in a comment. | Brian Gaeke | 2004-07-02 | 1 | -4/+1 |
| * | Make this pass use a more specific debug message than "Processing:". | Brian Gaeke | 2004-07-01 | 2 | -2/+2 |
| * | Restoring this file. | Vikram S. Adve | 2004-06-29 | 1 | -0/+76 |
| * | Remove unused file | Chris Lattner | 2004-06-28 | 1 | -495/+0 |
| * | These passes are long dead/obsolete. They never worked in the first place | Chris Lattner | 2004-06-28 | 1 | -188/+0 |
| * | Implement InstCombine/add.ll:test21 | Chris Lattner | 2004-06-27 | 1 | -1/+6 |
| * | New constant expression lowering pass to simplify your instruction selection ... | Chris Lattner | 2004-06-25 | 1 | -0/+171 |
| * | This file is unused, and duplicates functionality in TraceValues.cpp. | Vikram S. Adve | 2004-06-24 | 1 | -76/+0 |
| * | Two fixes. First, stop using the ugly shouldSubstituteIndVar method. | Chris Lattner | 2004-06-24 | 1 | -1/+7 |
| * | Moved to lib/VMCore | Misha Brukman | 2004-06-23 | 1 | -927/+0 |
| * | Use new IsNAN() wrapper. | Brian Gaeke | 2004-06-23 | 1 | -15/+2 |
| * | File depends on DSA, moved to lib/Analysis/DataStructure | Misha Brukman | 2004-06-22 | 1 | -495/+0 |
| * | *FINALLY* Fix a really nasty nondeterministic bug that has been haunting us | Chris Lattner | 2004-06-21 | 1 | -6/+7 |
| * | Comment out the isnan stuff until we get a proper autoconf test for it | Chris Lattner | 2004-06-21 | 1 | -1/+7 |
| * | Make order of argument addition deterministic. In particular, the layout | Chris Lattner | 2004-06-21 | 1 | -10/+35 |
| * | Make use of BinaryOperator::create* methods to shrinkify code. | Chris Lattner | 2004-06-20 | 1 | -21/+14 |
| * | Fix the inliner to be deterministic, not letting its output depend on the | Chris Lattner | 2004-06-20 | 1 | -4/+3 |
| * | Add some DEBUG output to the simplifycfg routines | Chris Lattner | 2004-06-20 | 1 | -14/+13 |
| * | Now that dominator tree children are built in determinstic order, this horrib... | Chris Lattner | 2004-06-19 | 1 | -16/+2 |
| * | This will hopefully fix a heisenbug that Vladimir Merzliakov is running | Chris Lattner | 2004-06-19 | 1 | -0/+1 |
| * | Fix a nasty bug, noticed by Reid | Chris Lattner | 2004-06-19 | 1 | -1/+1 |
| * | Fix one source of nondeterminism in the -licm pass: the hoist pass | Chris Lattner | 2004-06-19 | 1 | -2/+16 |
| * | Change to use the StableBasicBlockNumbering class | Chris Lattner | 2004-06-19 | 1 | -15/+7 |
| * | Do not let the numbering of PHI nodes placed in the function depend on | Chris Lattner | 2004-06-19 | 1 | -2/+36 |
| * | Do not sort by the address of LLVM ConstantInt* objects. This produces | Chris Lattner | 2004-06-19 | 1 | -10/+21 |
| * | Do not loop over uses as we delete them. This causes iterators to be | Chris Lattner | 2004-06-19 | 1 | -3/+2 |
| * | Implement Transforms/InstCombine/and.ll:test17, a common case that | Chris Lattner | 2004-06-18 | 1 | -3/+15 |
| * | Do not function resolve intrinsics. This prevents warnings and possible bad | Chris Lattner | 2004-06-18 | 1 | -1/+2 |
| * | I love the smell of a freshly broken PowerPC build in the morning. | Brian Gaeke | 2004-06-17 | 1 | -0/+1 |
| * | Fix compilation problem on freebsd. Problem noted by Vladimir Merzliakov in | Chris Lattner | 2004-06-17 | 1 | -1/+1 |
| * | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner | 2004-06-17 | 3 | -5/+5 |
| * | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner | 2004-06-17 | 1 | -29/+5 |
| * | Fix typo in DEBUG printout. | Brian Gaeke | 2004-06-17 | 1 | -1/+1 |
| * | Um, did someone make a typo or something? | Brian Gaeke | 2004-06-15 | 1 | -1/+1 |
| * | Remove support for the isnan intrinsic | Chris Lattner | 2004-06-15 | 1 | -3/+0 |
| * | Quick hack to get this file compiling again on Mac OS X. The right thing to do | Brian Gaeke | 2004-06-14 | 1 | -0/+8 |
| * | Add constant folding capabilities to the isunordered intrinsic. | Alkis Evlogimenos | 2004-06-13 | 1 | -1/+4 |
| * | Constant fold the isnan intrinsic | Chris Lattner | 2004-06-11 | 1 | -1/+10 |
| * | Fix a bug in my checkin from last night that caused miscompilations of | Chris Lattner | 2004-06-10 | 1 | -5/+1 |
| * | More minor cleanups | Chris Lattner | 2004-06-10 | 1 | -11/+8 |
| * | Eliminate many occurrances of Instruction:: | Chris Lattner | 2004-06-10 | 1 | -134/+112 |