summaryrefslogtreecommitdiff
path: root/include/llvm/Value.h
Commit message (Expand)AuthorAge
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Remove unnecessary classof()'sSean Silva2012-10-11
* Add includes of Compiler.h to fix build bot failures.Craig Topper2012-09-16
* Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper2012-09-16
* Fix Doxygen issues:Dmitri Gribenko2012-09-13
* The MDString class stored a StringRef to the string which was already in aBill Wendling2012-04-10
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Extend the inline cost calculation to account for bonuses due toChandler Carruth2012-03-14
* Refactor some methods to look through bitcasts and GEPs on pointers intoChandler Carruth2012-03-10
* start the implementation of a new ConstantDataVector and ConstantDataArrayChris Lattner2012-01-23
* Remove unneeded include.Jakub Staszak2012-01-17
* Remove Value::getNameStr. It has been deprecated for a while and provides no ...Benjamin Kramer2011-11-15
* Typo.Chad Rosier2011-08-11
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* remove the old and dangerous uncheckedReplaceAllUsesWith method,Chris Lattner2011-07-15
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* fix incorrect comment.Chris Lattner2011-03-08
* Fix reassociate to clear optional flags, such as nsw.Dan Gohman2011-02-02
* Revert r122114 (CallbackVH observing use-list changes) because it caused seve...Owen Anderson2010-12-20
* Add support to CallbackVH to receive notification when a Value's use-list cha...Owen Anderson2010-12-18
* Move Value::getUnderlyingObject to be a standaloneDan Gohman2010-12-15
* Factor out Instruction::isSafeToSpeculativelyExecute's code forDan Gohman2010-11-11
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28
* Move MaximumAlignment to be a member of the Value class.Dan Gohman2010-07-30
* Move MaximumAlignment to Value.h, now that GlobalValue.h needs it.Dan Gohman2010-07-28
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-21
* add an accessor.Chris Lattner2010-07-15
* make the Value constructor protected.Chris Lattner2010-06-21
* Fix typo.Nick Lewycky2010-05-29
* Switch isa_impl from a function template to a class template with aDouglas Gregor2010-03-30
* rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif2010-03-25
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-12
* Change Value::getUnderlyingObject to have the MaxLookup value specified as aBob Wilson2010-01-25
* Remove #include of metadata.h from intrinsicinst.h. The onlyChris Lattner2009-12-31
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-29
* sink twine.h down out of Value.h. It is annoying that you needChris Lattner2009-12-29
* add a layer of accessors around the Value::SubClassData member, and use Chris Lattner2009-12-29
* This is a major cleanup of the instruction metadata interfaces thatChris Lattner2009-12-28
* Move the FixedStackPseudoSourceValueVal enum value before InstructionValDan Gohman2009-11-13
* Remove my Value.h build fix.Daniel Dunbar2009-11-12
* Fix a build error by providing a missing enum value.David Greene2009-11-12
* Attempt to unbreak LLVM build, David G. please check.Daniel Dunbar2009-11-12
* IR support for the new BlockAddress constant kind. This isChris Lattner2009-10-28
* Hide MetadataContext implementation details.Devang Patel2009-10-22
* s/class Metadata/class MetadataContext/gDevang Patel2009-09-28
* Do not leave behind metadata while cloning an instruction.Devang Patel2009-09-23
* Give MachineMemOperand an operator<<, factoring out code fromDan Gohman2009-09-23
* Add llvm::Metadata to manage metadata used in a context. Devang Patel2009-09-16
* When a constant's type is refined, update the constant in placeDan Gohman2009-09-15