summaryrefslogtreecommitdiff
path: root/include/llvm/GlobalVariable.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
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-18
* Clean-up after r159077.Hans Wennborg2012-06-23
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-23
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* consolidate GlobalValue::isDeclaration into one Chris Lattner2011-07-14
* Fix a FIXME by making GlobalVariable::getInitializer() return aJay Foad2011-06-19
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* FixedNumOperandTraits and VariadicOperandTraits assumed that, given aJay Foad2011-01-11
* GlobalOpt: EvaluateFunction() must not evaluate stores to weak_odr globals.Mikhail Glushenkov2010-10-19
* Trailing whitespace.Mikhail Glushenkov2010-10-19
* sink twine.h down out of Value.h. It is annoying that you needChris Lattner2009-12-29
* In GlobalVariable::setInitializer, assert that the initializer has theJeffrey Yasskin2009-11-17
* remove a bunch of extraneous LLVMContext argumentsChris Lattner2009-11-06
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-06
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-25
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-08
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-08
* Factorize out a concept - no functionality change.Duncan Sands2009-03-21
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Add GlobalValue::{removeFromParent,eraseFromParent}Daniel Dunbar2008-08-29
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-28
* Factor code to copy global value attributes likeDuncan Sands2008-05-26
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-19
* merge of use-diet branch to trunkGabor Greif2008-05-10
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-11
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-10
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-09
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-28
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-25
* make getnext/getprev accessors private.Chris Lattner2007-04-17
* bool on darwin/ppc is 4 bytes.Chris Lattner2007-04-17
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-17
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-13
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-12
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* Add a version of the globalvariable ctor that inserts at a specific location.Chris Lattner2006-09-30
* Fix VC++ level 4 warnings. Because a base class has declared these private, ...Jeff Cohen2005-12-17
* Change the signature of replaceUsesOfWithOnConstant to take a Use* and notChris Lattner2005-10-04
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-05