2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
blob | commitdiff | raw |
2011-07-14 |
Chris Lattner | consolidate GlobalValue::isDeclaration into one |
blob | commitdiff | raw | diff to current |
2011-06-19 |
Jay Foad | Fix a FIXME by making GlobalVariable::getInitializer... |
blob | commitdiff | raw | diff to current |
2011-04-15 |
Chris Lattner | Fix a ton of comment typos found by codespell. Patch by |
blob | commitdiff | raw | diff to current |
2011-01-11 |
Jay Foad | FixedNumOperandTraits and VariadicOperandTraits assumed... |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Mikhail Glushenkov | GlobalOpt: EvaluateFunction() must not evaluate stores... |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Mikhail Glushenkov | Trailing whitespace. |
blob | commitdiff | raw | diff to current |
2009-12-29 |
Chris Lattner | sink twine.h down out of Value.h. It is annoying that... |
blob | commitdiff | raw | diff to current |
2009-11-17 |
Jeffrey Yasskin | In GlobalVariable::setInitializer, assert that the... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Chris Lattner | remove a bunch of extraneous LLVMContext arguments |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Duncan Sands | Public and private corrections, warned about by icc... |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Benjamin Kramer | Make LLVMContext and LLVMContextImpl classes instead... |
blob | commitdiff | raw | diff to current |
2009-08-04 |
Owen Anderson | Factor some of the constants+context related code out... |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Daniel Dunbar | Initial update to VMCore to use Twines for string argum... |
blob | commitdiff | raw | diff to current |
2009-07-08 |
Owen Anderson | Switch GlobalVariable ctors to a sane API, where *eithe... |
blob | commitdiff | raw | diff to current |
2009-07-08 |
Owen Anderson | Push LLVMContext through GlobalVariables and IRBuilder. |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Duncan Sands | Factorize out a concept - no functionality change. |
blob | commitdiff | raw | diff to current |
2009-01-05 |
Dan Gohman | Tidy up #includes, deleting a bunch of unnecessary... |
blob | commitdiff | raw | diff to current |
2008-08-29 |
Daniel Dunbar | Add GlobalValue::{removeFromParent,eraseFromParent} |
blob | commitdiff | raw | diff to current |
2008-08-23 |
Chris Lattner | Switch the asmprinter (.ll) and all the stuff it requir... |
blob | commitdiff | raw | diff to current |
2008-07-28 |
Dan Gohman | Fold the useful features of alist and alist_node into... |
blob | commitdiff | raw | diff to current |
2008-05-26 |
Duncan Sands | Factor code to copy global value attributes like |
blob | commitdiff | raw | diff to current |
2008-05-19 |
Bill Wendling | Remove warnings about unused parameters and shadowed... |
blob | commitdiff | raw | diff to current |
2008-05-10 |
Gabor Greif | merge of use-diet branch to trunk |
blob | commitdiff | raw | diff to current |
2008-04-06 |
Gabor Greif | API changes for class Use size reduction, wave 1. |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Don't attribute in file headers anymore. See llvmdev... |
blob | commitdiff | raw | diff to current |
2007-12-11 |
Christopher Lamb | Implement address space attribute for LLVM pointer... |
blob | commitdiff | raw | diff to current |
2007-12-10 |
Gordon Henriksen | Reverting dtor devirtualization patch. |
blob | commitdiff | raw | diff to current |
2007-12-09 |
Gordon Henriksen | Devirtualizing Value destructor (PR889). Patch by Pawel... |
blob | commitdiff | raw | diff to current |
2007-04-28 |
Anton Korobeynikov | Implement review feedback. Aliasees can be either Globa... |
blob | commitdiff | raw | diff to current |
2007-04-25 |
Anton Korobeynikov | Implement aliases. This fixes PR1017 and it's dependent... |
blob | commitdiff | raw | diff to current |
2007-04-17 |
Chris Lattner | make getnext/getprev accessors private. |
blob | commitdiff | raw | diff to current |
2007-04-17 |
Chris Lattner | bool on darwin/ppc is 4 bytes. |
blob | commitdiff | raw | diff to current |
2007-04-17 |
Chris Lattner | Refactor SymbolTableListTraits to only have a single... |
blob | commitdiff | raw | diff to current |
2007-04-13 |
Dan Gohman | Rename Value::getValueType to getValueID, to avoid... |
blob | commitdiff | raw | diff to current |
2007-04-12 |
Lauro Ramos Venancio | Implement the "thread_local" keyword. |
blob | commitdiff | raw | diff to current |
2007-01-30 |
Reid Spencer | For PR1136: Rename GlobalVariable::isExternal as isDecl... |
blob | commitdiff | raw | diff to current |
2006-12-17 |
Bill Wendling | Added an automatic cast to "std::ostream*" etc. from... |
blob | commitdiff | raw | diff to current |
2006-09-30 |
Chris Lattner | Add a version of the globalvariable ctor that inserts... |
blob | commitdiff | raw | diff to current |
2005-12-17 |
Jeff Cohen | Fix VC++ level 4 warnings. Because a base class has... |
blob | commitdiff | raw | diff to current |
2005-10-04 |
Chris Lattner | Change the signature of replaceUsesOfWithOnConstant... |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Misha Brukman | Convert tabs to spaces |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-03-05 |
Chris Lattner | remove all of the various setName implementations,... |
blob | commitdiff | raw | diff to current |
2005-03-05 |
Chris Lattner | Remove the second argument to Value::setName, it is... |
blob | commitdiff | raw | diff to current |
2005-01-29 |
Chris Lattner | Adjust to changes in the User class. |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Chris Lattner | Add long overdue methods |
blob | commitdiff | raw | diff to current |
2004-07-17 |
Reid Spencer | bug 122: |
blob | commitdiff | raw | diff to current |
2004-07-02 |
Chris Lattner | Since we are in the department of redundancy department... |
blob | commitdiff | raw | diff to current |
2003-11-16 |
Chris Lattner | Fixes for PR114: Thanks to Reid Spencer! |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
blob | commitdiff | raw | diff to current |
2003-10-20 |
John Criswell | Added LLVM copyright header (for lack of a better term). |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Chris Lattner | Standardize header file comments |
blob | commitdiff | raw | diff to current |
2003-06-30 |
John Criswell | Merged in autoconf branch. This provides configuration... |
blob | commitdiff | raw | diff to current |
2003-06-22 |
Chris Lattner | Remove a ton of extraneous #includes |
blob | commitdiff | raw | diff to current |
2003-06-11 |
John Criswell | Included assert.h so that the code compiles under newer... |
blob | commitdiff | raw | diff to current |
2003-04-16 |
Chris Lattner | Add new linkage types to support a real frontend |
blob | commitdiff | raw | diff to current |
2003-02-02 |
Chris Lattner | Allow modifying a global variables constness property |
blob | commitdiff | raw | diff to current |
2002-10-09 |
Chris Lattner | Make isExtern() be a virtual function inherited from... |
blob | commitdiff | raw | diff to current |
2002-10-06 |
Chris Lattner | - Add new isExternal() method to GlobalVariable to... |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Chris Lattner | * Clean up some comments |
blob | commitdiff | raw | diff to current |
2002-06-25 |
Chris Lattner | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Chris Lattner | * Add virtual print methods |
blob | commitdiff | raw | diff to current |
2002-01-20 |
Chris Lattner | Changes to build successfully with GCC 3.02 |
blob | commitdiff | raw | diff to current |
2001-12-03 |
Chris Lattner | Rename ConstPoolVal -> Constant |
blob | commitdiff | raw | diff to current |
2001-11-26 |
Chris Lattner | Implement "internal vs external linkage" which correspo... |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Chris Lattner | Initializers are not const even if the GV is. |
blob | commitdiff | raw | diff to current |
2001-10-13 |
Chris Lattner | Add assertions |
blob | commitdiff | raw | diff to current |
2001-10-03 |
Chris Lattner | Factor parentness out of Module & GlobalVariable into... |
blob | commitdiff | raw | diff to current |
2001-10-03 |
Chris Lattner | Share ConstPoolPointer elements correctly |
blob | commitdiff | raw | diff to current |
2001-10-03 |
Chris Lattner | * Both Method & GlobalVariable now subclass GlobalValue |
blob | commitdiff | raw | diff to current |
2001-10-02 |
Chris Lattner | Commit more code over to new cast style |
blob | commitdiff | raw | diff to current |
2001-10-01 |
Chris Lattner | Add more support for new style casts |
blob | commitdiff | raw | diff to current |
2001-09-18 |
Chris Lattner | Add support for global constants, and for initializers... |
blob | commitdiff | raw | diff to current |
2001-09-10 |
Chris Lattner | Implement global variable support |
blob | commitdiff | raw | diff to current |
|