| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore minor deletion. | Mike Stump | 2009-05-04 | 1 | -3/+3 |
* | Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from me | Dan Gohman | 2009-05-02 | 1 | -2/+10 |
* | Limit the number of times we're willing to chase pointers. Removes an O(n^2) | Nick Lewycky | 2009-04-15 | 1 | -1/+3 |
* | Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", | Chris Lattner | 2009-03-31 | 1 | -2/+165 |
* | Rearrange operands of the BranchInst, to be able to | Gabor Greif | 2009-03-12 | 1 | -18/+0 |
* | Make stripPointerCasts and getUnderlyingObject | Duncan Sands | 2008-12-29 | 1 | -26/+39 |
* | These messages should always be emitted when NDEBUG is unset, not when | Chris Lattner | 2008-12-13 | 1 | -2/+2 |
* | 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 |
* | Fix a nasty memory leak, caused by my revamp of the value symbol table. | Chris Lattner | 2007-03-20 | 1 | -0/+5 |
* | Unbreak VC++ build. | Jeff Cohen | 2007-03-05 | 1 | -1/+1 |
* | rewrite Value::takeName to take advantage of the new symtab stuff. This | Chris Lattner | 2007-02-15 | 1 | -6/+55 |
* | Add a new Value::getNameStr method, which is preferred over getName. | Chris Lattner | 2007-02-15 | 1 | -1/+1 |
* | add a setName variant that takes a null-terminated string. This can be | Chris Lattner | 2007-02-13 | 1 | -0/+4 |
* | Add new setName accessor which doesn't require creating a string. | Chris Lattner | 2007-02-12 | 1 | -20/+28 |
* | Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str... | Chris Lattner | 2007-02-12 | 1 | -19/+50 |
* | fix uninitialized variable | Chris Lattner | 2007-02-11 | 1 | -0/+1 |
* | add an optimization for the case where the src has no name | Chris Lattner | 2007-02-11 | 1 | -0/+6 |
* | add a helper method: Value::takeName | Chris Lattner | 2007-02-11 | 1 | -12/+26 |
* | eliminate ValueSymbolTable::rename, it has no advantage over using remove+ins... | Chris Lattner | 2007-02-07 | 1 | -1/+3 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -6/+9 |
* | For PR411: | Reid Spencer | 2007-01-06 | 1 | -4/+4 |
* | Removed iostream #includes. Replaced std::cerr with DOUT. | Bill Wendling | 2006-11-17 | 1 | -4/+4 |
* | Change the signature of replaceUsesOfWithOnConstant. The bool was always | Chris Lattner | 2005-10-04 | 1 | -1/+1 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -6/+6 |