| Commit message (Expand) | Author | Age | Files | Lines |
* | Clearify local/global relocations wording | Anton Korobeynikov | 2009-03-30 | 1 | -1/+10 |
* | Honour relocation behaviour stuff for ro objects | Anton Korobeynikov | 2009-03-29 | 1 | -0/+1 |
* | Extend the relocation tracker handler, so we can filter on different 'kinds' ... | Anton Korobeynikov | 2009-03-29 | 1 | -2/+8 |
* | fix typo's | Gabor Greif | 2008-10-13 | 1 | -2/+2 |
* | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 1 | -3/+0 |
* | comment update | Chris Lattner | 2008-08-09 | 1 | -1/+2 |
* | add a helper method for code that wants to handle vector | Chris Lattner | 2008-07-10 | 1 | -0/+6 |
* | - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp... | Evan Cheng | 2008-06-30 | 1 | -7/+0 |
* | Revert (52748 and friends): | Anton Korobeynikov | 2008-06-29 | 1 | -0/+7 |
* | Move GetConstantStringInfo to lib/Analysis. Remove | Eric Christopher | 2008-06-26 | 1 | -7/+0 |
* | Remove warnings about unused parameters and shadowed variables. | Bill Wendling | 2008-05-19 | 1 | -2/+2 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Reverting dtor devirtualization patch. | Gordon Henriksen | 2007-12-10 | 1 | -4/+0 |
* | Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! | Gordon Henriksen | 2007-12-09 | 1 | -0/+4 |
* | add a Constant::getAllOnesValue helper function, which works on integers | Chris Lattner | 2007-06-15 | 1 | -0/+5 |
* | Rename Value::getValueType to getValueID, to avoid confusion with | Dan Gohman | 2007-04-13 | 1 | -2/+2 |
* | Added ContainsRelocations() to check if a constant might only be resolvable a... | Evan Cheng | 2007-03-08 | 1 | -0/+4 |
* | Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str... | Chris Lattner | 2007-02-12 | 1 | -3/+2 |
* | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling | 2006-12-17 | 1 | -0/+1 |
* | add a method to determine whether evaluation of a constant can trap. | Chris Lattner | 2006-10-20 | 1 | -0/+4 |
* | remove dead method | Chris Lattner | 2006-09-28 | 1 | -5/+0 |
* | For PR778: | Reid Spencer | 2006-06-05 | 1 | -0/+17 |
* | Added a parameter to control whether Constant::getStringValue() would chop | Evan Cheng | 2006-03-10 | 1 | -1/+3 |
* | Get rid of the multiple copies of getStringValue. Now a Constant:: method. | Jim Laskey | 2006-03-08 | 1 | -0/+5 |
* | Fix VC++ level 4 warnings. Because a base class has declared these private, ... | Jeff Cohen | 2005-12-17 | 1 | -0/+2 |
* | Remove some dead argument names which irritates GCC at certain warning levels. | Chris Lattner | 2005-10-25 | 1 | -1/+1 |
* | Change the signature of replaceUsesOfWithOnConstant to take a Use* and not | Chris Lattner | 2005-10-04 | 1 | -2/+1 |
* | Split SimpleConstantVal up into its components, so each Constant subclass gets | Chris Lattner | 2005-09-27 | 1 | -6/+2 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -4/+4 |
* | remove all of the various setName implementations, consolidating them into | Chris Lattner | 2005-03-05 | 1 | -3/+0 |
* | Remove the second argument to Value::setName, it is never needed. | Chris Lattner | 2005-03-05 | 1 | -2/+2 |
* | Adjust to user changes. | Chris Lattner | 2005-01-29 | 1 | -4/+3 |
* | Add static functions to clear singleton maps. Patch contributed by | Chris Lattner | 2004-11-19 | 1 | -0/+5 |
* | UndefValue's are constants | Chris Lattner | 2004-10-16 | 1 | -1/+2 |
* | Now that ConstantPointerRef is gone, it is the case that all operands of cons... | Chris Lattner | 2004-08-04 | 1 | -0/+12 |
* | Tabs to spaces. | Misha Brukman | 2004-07-19 | 1 | -4/+3 |
* | eliminate isConstantExpr, changes to isa<Constant> implementation | Chris Lattner | 2004-07-19 | 1 | -7/+4 |
* | Extend constructor so that it can support GlobalValue's (with names). | Reid Spencer | 2004-07-17 | 1 | -9/+7 |
* | remove *THANKFULLY* dead method | Chris Lattner | 2004-03-08 | 1 | -6/+0 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+1 |
* | Allow for "unsafe" replaceAllUsesWith operatations, for use during type resol... | Chris Lattner | 2003-08-29 | 1 | -1/+2 |
* | Remove a ton of extraneous #includes | Chris Lattner | 2003-06-22 | 1 | -1/+0 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+1 |
* | - Dramatically simplify the Constant::mutateReferences implementation, | Chris Lattner | 2002-10-14 | 1 | -1/+1 |
* | - Add new Constant::replaceUsesOfWithOnConstant which has an end result | Chris Lattner | 2002-10-09 | 1 | -2/+23 |
* | Convert comments to Doxygen style | Chris Lattner | 2002-08-25 | 1 | -20/+20 |
* | - ConstantPointerRefs are now automatically removed from the module table | Chris Lattner | 2002-08-18 | 1 | -9/+18 |
* | Add a couple of virtual functions to support subclass ConstantExpr. | Vikram S. Adve | 2002-07-14 | 1 | -0/+9 |