summaryrefslogtreecommitdiff
path: root/include/llvm/Value.h
Commit message (Expand)AuthorAge
...
* Add a method to clear optional optimization information from a Value.Dan Gohman2009-07-17
* Add a SubclassOptionalData field to Value. See the doxygen comment forDan Gohman2009-07-17
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-04
* correct patchChris Lattner2009-04-03
* add patch to go along with r68350Chris Lattner2009-04-03
* Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", Chris Lattner2009-03-31
* shrink subclassid, liberating some bits for future (ab)use.Chris Lattner2009-03-31
* Value* only has 2 bits free as well.Chris Lattner2009-03-29
* Comment typeo fix, thanks Duncan!Chris Lattner2008-12-02
* add a little helper function that does PHI translation.Chris Lattner2008-12-02
* fit in 80 colsChris Lattner2008-10-28
* remove a deprecated internal interfaceGabor Greif2008-10-13
* Factorize code: remove variants of "strip offDuncan Sands2008-10-01
* Make pointer parameter const for isUsedInBasicBlock.Bill Wendling2008-09-25
* backing out my last commit, it was not intended to go on the trunkGabor Greif2008-09-19
* first shot at removing Use::ValGabor Greif2008-09-19
* minor correctionGabor Greif2008-09-13
* we should use 'class' for non-pod types instead of 'struct' toChris Lattner2008-08-24
* Updating VC++ project.Cedric Venet2008-08-24
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* Rename instance variables, parameter argument names to eliminate a bunch of c...Evan Cheng2008-07-24
* add a helper.Chris Lattner2008-06-27
* add a const version of stripPointerCastsChris Lattner2008-06-16
* Do not speculatively execute an instruction by hoisting it to its predecessor...Evan Cheng2008-06-12
* remove bogus commentGabor Greif2008-06-11
* Prune and tidy #includes.Dan Gohman2008-05-29
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-19
* merge of use-diet branch to trunkGabor Greif2008-05-10
* Turn StripPointerCast() into a methodAnton Korobeynikov2008-05-07
* Make StripPointerCast a common function (should we mak it method of Value ins...Anton Korobeynikov2008-05-06
* add a method for comparing to see if a value has a specified name.Chris Lattner2008-04-30
* move the Use destructor where it belongs toGabor Greif2008-03-14
* There is no killUse.Dan Gohman2008-03-07
* Re-apply the memory operand changes, with a fix for the staticDan Gohman2008-02-06
* Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng2008-01-31
* Add a new PseudoSourceValue class, which will be used to help trackDan Gohman2008-01-30
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-10
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-09
* add Value::getNameStart/getNameLen() accessors.Chris Lattner2007-08-10
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-25
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-13
* Document the use of getValueType() more accurately, specifically explainReid Spencer2007-03-05
* Add a new Value::getNameStr method, which is preferred over getName.Chris Lattner2007-02-15
* For PR1195:Reid Spencer2007-02-15
* For PR1195:Reid Spencer2007-02-15
* add a setName variant that takes a null-terminated string. This can beChris Lattner2007-02-13
* Add new setName accessor which doesn't require creating a string.Chris Lattner2007-02-12
* Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner2007-02-12
* add a helper method: Value::takeNameChris Lattner2007-02-11