Age | Commit message (Expand) | Author |
2010-02-01 | eliminate a bunch of pointless LLVMContext arguments. | Chris Lattner |
2009-11-01 | the verifier shouldn't modify the IR. | Chris Lattner |
2009-10-28 | Previously, all operands to Constant were themselves constant. | Chris Lattner |
2009-08-11 | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer |
2009-08-04 | Factor some of the constants+context related code out into a separate header,... | Owen Anderson |
2009-08-03 | Add a new Constant::getIntegerValue helper function, and convert a | Dan Gohman |
2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
2009-07-24 | make Constant::getRelocationInfo return an enum, as suggested by Duncan. | Chris Lattner |
2009-07-22 | reimplement Constant::ContainsRelocations as | Chris Lattner |
2009-07-16 | Privatize the MDString uniquing table. | Owen Anderson |
2009-07-13 | These don't really need contexts either. | Owen Anderson |
2009-07-13 | Move more functionality over to LLVMContext. | Owen Anderson |
2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
2009-06-20 | Revert r73790, and replace it with a significantly less ugly solution. Rathe... | Owen Anderson |
2009-06-19 | Fix a serious bug that would cause deadlock during abstract type refinement. ... | Owen Anderson |
2009-03-30 | Clearify local/global relocations wording | Anton Korobeynikov |
2009-03-29 | Honour relocation behaviour stuff for ro objects | Anton Korobeynikov |
2009-03-29 | Extend the relocation tracker handler, so we can filter on different 'kinds' ... | Anton Korobeynikov |
2008-10-13 | fix typo's | Gabor Greif |
2008-08-23 | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner |
2008-08-09 | comment update | Chris Lattner |
2008-07-10 | add a helper method for code that wants to handle vector | Chris Lattner |
2008-06-30 | - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp... | Evan Cheng |
2008-06-29 | Revert (52748 and friends): | Anton Korobeynikov |
2008-06-26 | Move GetConstantStringInfo to lib/Analysis. Remove | Eric Christopher |
2008-05-19 | Remove warnings about unused parameters and shadowed variables. | Bill Wendling |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-12-10 | Reverting dtor devirtualization patch. | Gordon Henriksen |
2007-12-09 | Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! | Gordon Henriksen |
2007-06-15 | add a Constant::getAllOnesValue helper function, which works on integers | Chris Lattner |
2007-04-13 | Rename Value::getValueType to getValueID, to avoid confusion with | Dan Gohman |
2007-03-08 | Added ContainsRelocations() to check if a constant might only be resolvable a... | Evan Cheng |
2007-02-12 | Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str... | Chris Lattner |
2006-12-17 | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling |
2006-10-20 | add a method to determine whether evaluation of a constant can trap. | Chris Lattner |
2006-09-28 | remove dead method | Chris Lattner |
2006-06-05 | For PR778: | Reid Spencer |
2006-03-10 | Added a parameter to control whether Constant::getStringValue() would chop | Evan Cheng |
2006-03-08 | Get rid of the multiple copies of getStringValue. Now a Constant:: method. | Jim Laskey |
2005-12-17 | Fix VC++ level 4 warnings. Because a base class has declared these private, ... | Jeff Cohen |
2005-10-25 | Remove some dead argument names which irritates GCC at certain warning levels. | Chris Lattner |
2005-10-04 | Change the signature of replaceUsesOfWithOnConstant to take a Use* and not | Chris Lattner |
2005-09-27 | Split SimpleConstantVal up into its components, so each Constant subclass gets | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-03-05 | remove all of the various setName implementations, consolidating them into | Chris Lattner |
2005-03-05 | Remove the second argument to Value::setName, it is never needed. | Chris Lattner |
2005-01-29 | Adjust to user changes. | Chris Lattner |
2004-11-19 | Add static functions to clear singleton maps. Patch contributed by | Chris Lattner |
2004-10-16 | UndefValue's are constants | Chris Lattner |
2004-08-04 | Now that ConstantPointerRef is gone, it is the case that all operands of cons... | Chris Lattner |