Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / include / llvm / GlobalVariable.h
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-01-11 Jay FoadFixedNumOperandTraits and VariadicOperandTraits assumed...
2010-10-19 Mikhail GlushenkovGlobalOpt: EvaluateFunction() must not evaluate stores...
2010-10-19 Mikhail GlushenkovTrailing whitespace.
2009-12-29 Chris Lattnersink twine.h down out of Value.h. It is annoying that...
2009-11-17 Jeffrey YasskinIn GlobalVariable::setInitializer, assert that the...
2009-11-06 Chris Lattnerremove a bunch of extraneous LLVMContext arguments
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-25 Daniel DunbarInitial update to VMCore to use Twines for string argum...
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-03-21 Duncan SandsFactorize out a concept - no functionality change.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-08-29 Daniel DunbarAdd GlobalValue::{removeFromParent,eraseFromParent}
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-05-26 Duncan SandsFactor code to copy global value attributes like
2008-05-19 Bill WendlingRemove warnings about unused parameters and shadowed...
2008-05-10 Gabor Greifmerge of use-diet branch to trunk
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-17 Chris Lattnermake getnext/getprev accessors private.
2007-04-17 Chris Lattnerbool on darwin/ppc is 4 bytes.
2007-04-17 Chris LattnerRefactor SymbolTableListTraits to only have a single...
2007-04-13 Dan GohmanRename Value::getValueType to getValueID, to avoid...
2007-04-12 Lauro Ramos VenancioImplement the "thread_local" keyword.
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-09-30 Chris LattnerAdd a version of the globalvariable ctor that inserts...
2005-12-17 Jeff CohenFix VC++ level 4 warnings. Because a base class has...
2005-10-04 Chris LattnerChange the signature of replaceUsesOfWithOnConstant...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-05 Chris Lattnerremove all of the various setName implementations,...
2005-03-05 Chris LattnerRemove the second argument to Value::setName, it is...
2005-01-29 Chris LattnerAdjust to changes in the User class.
2004-10-11 Chris LattnerAdd long overdue methods
2004-07-17 Reid Spencerbug 122:
2004-07-02 Chris LattnerSince we are in the department of redundancy department...
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-02-02 Chris LattnerAllow modifying a global variables constness property
2002-10-09 Chris LattnerMake isExtern() be a virtual function inherited from...
2002-10-06 Chris Lattner - Add new isExternal() method to GlobalVariable to...
2002-09-06 Chris Lattner* Clean up some comments
2002-06-25 Chris Lattner*** empty log message ***
2002-04-08 Chris Lattner* Add virtual print methods
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-26 Chris LattnerImplement "internal vs external linkage" which correspo...
2001-10-14 Chris LattnerInitializers are not const even if the GV is.
2001-10-13 Chris LattnerAdd assertions
2001-10-03 Chris LattnerFactor parentness out of Module & GlobalVariable into...
2001-10-03 Chris LattnerShare ConstPoolPointer elements correctly
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerAdd more support for new style casts
2001-09-18 Chris LattnerAdd support for global constants, and for initializers...
2001-09-10 Chris LattnerImplement global variable support