| 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/+11 |
* | fit in 80 cols | Chris Lattner | 2008-10-28 | 1 | -1/+2 |
* | remove a deprecated internal interface | Gabor Greif | 2008-10-13 | 1 | -5/+0 |
* | Factorize code: remove variants of "strip off | Duncan Sands | 2008-10-01 | 1 | -1/+10 |
* | 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 | -6/+4 |
* | first shot at removing Use::Val | Gabor Greif | 2008-09-19 | 1 | -4/+6 |
* | minor correction | Gabor Greif | 2008-09-13 | 1 | -2/+2 |
* | we should use 'class' for non-pod types instead of 'struct' to | Chris Lattner | 2008-08-24 | 1 | -1/+1 |
* | Updating VC++ project. | Cedric Venet | 2008-08-24 | 1 | -1/+1 |
* | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 1 | -4/+10 |
* | Rename instance variables, parameter argument names to eliminate a bunch of c... | Evan Cheng | 2008-07-24 | 1 | -3/+3 |
* | add a helper. | Chris Lattner | 2008-06-27 | 1 | -0/+2 |
* | add a const version of stripPointerCasts | Chris Lattner | 2008-06-16 | 1 | -0/+3 |
* | Do not speculatively execute an instruction by hoisting it to its predecessor... | Evan Cheng | 2008-06-12 | 1 | -0/+2 |
* | remove bogus comment | Gabor Greif | 2008-06-11 | 1 | -1/+0 |
* | Prune and tidy #includes. | Dan Gohman | 2008-05-29 | 1 | -1/+1 |
* | Remove warnings about unused parameters and shadowed variables. | Bill Wendling | 2008-05-19 | 1 | -1/+1 |
* | merge of use-diet branch to trunk | Gabor Greif | 2008-05-10 | 1 | -4/+3 |
* | Turn StripPointerCast() into a method | Anton Korobeynikov | 2008-05-07 | 1 | -5/+5 |
* | Make StripPointerCast a common function (should we mak it method of Value ins... | Anton Korobeynikov | 2008-05-06 | 1 | -0/+5 |
* | add a method for comparing to see if a value has a specified name. | Chris Lattner | 2008-04-30 | 1 | -0/+4 |
* | move the Use destructor where it belongs to | Gabor Greif | 2008-03-14 | 1 | -5/+1 |
* | There is no killUse. | Dan Gohman | 2008-03-07 | 1 | -1/+1 |
* | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 1 | -0/+1 |
* | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 1 | -1/+0 |
* | Add a new PseudoSourceValue class, which will be used to help track | Dan Gohman | 2008-01-30 | 1 | -0/+1 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Reverting dtor devirtualization patch. | Gordon Henriksen | 2007-12-10 | 1 | -3/+0 |
* | Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! | Gordon Henriksen | 2007-12-09 | 1 | -0/+3 |
* | add Value::getNameStart/getNameLen() accessors. | Chris Lattner | 2007-08-10 | 1 | -1/+15 |
* | Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part | Anton Korobeynikov | 2007-04-25 | 1 | -1/+6 |
* | Rename Value::getValueType to getValueID, to avoid confusion with | Dan Gohman | 2007-04-13 | 1 | -10/+10 |
* | Document the use of getValueType() more accurately, specifically explain | Reid Spencer | 2007-03-05 | 1 | -4/+6 |
* | Add a new Value::getNameStr method, which is preferred over getName. | Chris Lattner | 2007-02-15 | 1 | -1/+2 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -1/+1 |
* | For PR1195: | Reid Spencer | 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/+2 |
* | Add new setName accessor which doesn't require creating a string. | Chris Lattner | 2007-02-12 | 1 | -0/+1 |
* | Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str... | Chris Lattner | 2007-02-12 | 1 | -4/+7 |
* | add a helper method: Value::takeName | Chris Lattner | 2007-02-11 | 1 | -0/+4 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -1/+2 |
* | For PR1043: | Zhou Sheng | 2007-01-11 | 1 | -1/+0 |
* | Now that setcondinst has been eliminated, we can mark Value::SubclassID | Chris Lattner | 2007-01-04 | 1 | -6/+1 |
* | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling | 2006-12-17 | 1 | -3/+1 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -1/+1 |
* | Added a temporary hack to get the llvm-streams to work for future checkins. | Bill Wendling | 2006-11-28 | 1 | -0/+4 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -2/+1 |
* | For PR778: | Reid Spencer | 2006-06-05 | 1 | -12/+22 |