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