| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove optimizations that don't require both operands to be constant. These | Reid Spencer | 2005-04-29 | 1 | -10/+0 |
| * | * Add constant folding for additional floating point library calls such as | Reid Spencer | 2005-04-28 | 1 | -26/+90 |
| * | Eliminate tabs and trailing spaces | Jeff Cohen | 2005-04-23 | 1 | -10/+10 |
| * | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 14 | -151/+151 |
| * | Improve doxygen documentation, patch contributed by Evan Jones! | Chris Lattner | 2005-04-21 | 1 | -17/+17 |
| * | Teach simplifycfg that setcc is cheap and non-trapping, so that it can | Chris Lattner | 2005-04-21 | 1 | -0/+6 |
| * | Get rid of this for_each loop | Chris Lattner | 2005-04-12 | 1 | -2/+2 |
| * | Fix the missing symbols problem Bill was hitting. Patch contributed by | Chris Lattner | 2005-03-17 | 2 | -0/+2 |
| * | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner | 2005-03-15 | 4 | -15/+15 |
| * | second argument to Value::setName is now gone. | Chris Lattner | 2005-03-05 | 1 | -3/+3 |
| * | Fix spelling, patch contributed by Gabor Greif! | Chris Lattner | 2005-02-27 | 1 | -1/+1 |
| * | remove extraneous cast | Chris Lattner | 2005-02-26 | 1 | -2/+1 |
| * | Implement Transforms/SimplifyCFG/switch_thread.ll | Chris Lattner | 2005-02-24 | 1 | -4/+190 |
| * | switchinst ctor now takes a hint for the number of cases that it will have. | Chris Lattner | 2005-01-29 | 2 | -3/+3 |
| * | Implement SimplifyCFG/DeadSetCC.ll | Chris Lattner | 2005-01-01 | 1 | -0/+8 |
| * | The split bb is really the exit of the old function | Chris Lattner | 2004-12-11 | 1 | -2/+2 |
| * | Fix Regression/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll, | Chris Lattner | 2004-12-10 | 1 | -14/+13 |
| * | Squelch warning | Chris Lattner | 2004-11-30 | 1 | -1/+1 |
| * | Fix test/Regression/Transforms/LICM/2004-09-14-AliasAnalysisInvalidate.llx | Chris Lattner | 2004-11-30 | 1 | -0/+2 |
| * | Alkis noticed that this variable is dead. Thanks! | Chris Lattner | 2004-11-30 | 1 | -2/+0 |
| * | If we have something like this: | Chris Lattner | 2004-11-30 | 1 | -0/+105 |
| * | Allow constructor parameter to override aggregating args; fix spacing | Misha Brukman | 2004-11-20 | 1 | -2/+2 |
| * | Fix: CodeExtractor/2004-11-12-InvokeExtract.ll | Chris Lattner | 2004-11-13 | 1 | -2/+16 |
| * | Fix a bug where the code extractor would get a bit confused handling invoke | Chris Lattner | 2004-11-12 | 1 | -1/+13 |
| * | Do not compute the predecessor list for a block unless we need it. | Chris Lattner | 2004-11-01 | 1 | -27/+24 |
| * | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -1/+1 |
| * | Eliminate compilation warning on uninitialized variable. | Reid Spencer | 2004-10-22 | 1 | -1/+1 |
| * | We won't use automake | Reid Spencer | 2004-10-22 | 2 | -723/+0 |
| * | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 1 | -0/+692 |
| * | Correction to allow compilation with Visual C++. | Reid Spencer | 2004-10-18 | 1 | -2/+2 |
| * | Simplify code by deleting instructions that preceed unreachable instructions. | Chris Lattner | 2004-10-18 | 1 | -1/+101 |
| * | Fix a bug that occurs when the constant value is the result of an invoke. In | Chris Lattner | 2004-10-18 | 1 | -5/+6 |
| * | Fix Regression/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.ll | Chris Lattner | 2004-10-17 | 1 | -4/+8 |
| * | When inserting PHI nodes, don't insert any phi nodes that are obviously | Chris Lattner | 2004-10-17 | 1 | -10/+31 |
| * | Enhance hasConstantValue to ignore undef values in phi nodes. This allows it | Chris Lattner | 2004-10-17 | 1 | -2/+3 |
| * | Add support for unreachable | Chris Lattner | 2004-10-16 | 1 | -3/+23 |
| * | Add support for UndefValue | Chris Lattner | 2004-10-16 | 1 | -1/+2 |
| * | When promoting mem2reg, make uninitialized values become undef isntead of 0. | Chris Lattner | 2004-10-16 | 1 | -9/+9 |
| * | When converting phi nodes into select instructions, we shouldn't promote PHI | Chris Lattner | 2004-10-14 | 1 | -41/+93 |
| * | Update to reflect changes in Makefile rules. | Reid Spencer | 2004-10-13 | 1 | -4/+3 |
| * | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 1 | -0/+32 |
| * | Do not insert trivially dead select instructions, which allows us to | Chris Lattner | 2004-09-29 | 1 | -2/+11 |
| * | Remove a whole bunch of horrible hacky code that was used to promote allocas | Chris Lattner | 2004-09-19 | 1 | -145/+7 |
| * | Make sure to remove the Select instruction as well | Chris Lattner | 2004-09-18 | 1 | -0/+1 |
| * | Convert code to compile with vc7.1. | Reid Spencer | 2004-09-15 | 5 | -31/+41 |
| * | If given an AliasSetTracker object to update, update it. | Chris Lattner | 2004-09-15 | 1 | -20/+81 |
| * | Fixes to make LLVM compile with vc7.1. | Alkis Evlogimenos | 2004-09-03 | 2 | -1/+2 |
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 5 | -7/+7 |
| * | If we are extracting a block that has multiple successors that are the same | Chris Lattner | 2004-08-13 | 1 | -2/+11 |
| * | When we code extract some stuff, leave the codeRepl block in the place where | Chris Lattner | 2004-08-13 | 1 | -1/+1 |