| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Comment typeo fix, thanks Duncan! | Chris Lattner | 2008-12-02 | 1 | -1/+1 |
* | add a little helper function that does PHI translation. | Chris Lattner | 2008-12-02 | 1 | -0/+13 |
* | Factorize code: remove variants of "strip off | Duncan Sands | 2008-10-01 | 1 | -8/+21 |
* | Make pointer parameter const for isUsedInBasicBlock. | Bill Wendling | 2008-09-25 | 1 | -1/+1 |
* | backing out my last commit, it was not intended to go on the trunk | Gabor Greif | 2008-09-19 | 1 | -2/+2 |
* | first shot at removing Use::Val | Gabor Greif | 2008-09-19 | 1 | -2/+2 |
* | Rename instance variables, parameter argument names to eliminate a bunch of c... | Evan Cheng | 2008-07-24 | 1 | -5/+5 |
* | fix some warnings when assertions are disabled. | Chris Lattner | 2008-06-21 | 1 | -1/+1 |
* | Do not speculatively execute an instruction by hoisting it to its predecessor... | Evan Cheng | 2008-06-12 | 1 | -0/+11 |
* | Move the operator new and operator delete out of line. This fixes an issue with | Nate Begeman | 2008-05-15 | 1 | -0/+19 |
* | Turn StripPointerCast() into a method | Anton Korobeynikov | 2008-05-07 | 1 | -28/+24 |
* | Make StripPointerCast a common function (should we mak it method of Value ins... | Anton Korobeynikov | 2008-05-06 | 1 | -0/+28 |
* | fix a bug in my previous patch, a classic =/== bug. | Chris Lattner | 2008-04-30 | 1 | -1/+1 |
* | add a method for comparing to see if a value has a specified name. | Chris Lattner | 2008-04-30 | 1 | -0/+7 |
* | Print the name, not a pointer. | Nick Lewycky | 2008-03-01 | 1 | -1/+1 |
* | Let invoke return aggregate value. | Devang Patel | 2008-02-21 | 1 | -1/+1 |
* | Let function call return aggregate. | Devang Patel | 2008-02-21 | 1 | -1/+6 |
* | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 1 | -1/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Reverting dtor devirtualization patch. | Gordon Henriksen | 2007-12-10 | 1 | -200/+8 |
* | fix some warnings. | Chris Lattner | 2007-12-10 | 1 | -15/+12 |
* | Fix a big problem in the recent dtor refactoring work, now it passes 2007-11-... | Chris Lattner | 2007-12-10 | 1 | -50/+14 |
* | Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! | Gordon Henriksen | 2007-12-09 | 1 | -8/+239 |
* | Use empty() member functions when that's what's being tested for instead | Dan Gohman | 2007-10-03 | 1 | -2/+2 |
* | Make Value::getNameLen not crash on an empty name, fixing PR1712. | Chris Lattner | 2007-09-28 | 1 | -1/+1 |
* | simplify code, improve a comment. | Chris Lattner | 2007-08-21 | 1 | -6/+6 |
* | add Value::getNameStart/getNameLen() accessors. | Chris Lattner | 2007-08-10 | 1 | -0/+15 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+306 |