2012-02-05 |
Craig Topper | Convert assert(0) to llvm_unreachable |
blob | commitdiff | raw |
2012-01-26 |
Chris Lattner | eliminate the Constant::getVectorElements method. ... |
blob | commitdiff | raw | diff to current |
2012-01-25 |
Chris Lattner | constify some methods and add a new Constant::getAggreg... |
blob | commitdiff | raw | diff to current |
2011-12-20 |
David Blaikie | Unweaken vtables as per llvm.org/docs/CodingStandards... |
blob | commitdiff | raw | diff to current |
2011-08-24 |
Nadav Rotem | Implement Constant::isAllOnesValue(). Fix ConstantFoldi... |
blob | commitdiff | raw | diff to current |
2011-08-23 |
Eric Christopher | Revert "Address Duncan's CR request:" |
blob | commitdiff | raw | diff to current |
2011-08-23 |
Nadav Rotem | Address Duncan's CR request: |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
blob | commitdiff | raw | diff to current |
2011-07-15 |
Chris Lattner | devirtualize Constant::isNullValue: |
blob | commitdiff | raw | diff to current |
2011-07-15 |
Chris Lattner | add CFP::isNegative() and ConstnatInt::isNegative(... |
blob | commitdiff | raw | diff to current |
2011-04-11 |
Jay Foad | Fix or remove code which seemed to think that the opera... |
blob | commitdiff | raw | diff to current |
2011-02-18 |
Chris Lattner | hoist GlobalValue::removeDeadConstantUsers up to being... |
blob | commitdiff | raw | diff to current |
2010-09-14 |
Eric Christopher | Remove apparently unnecessary forward declaration. |
blob | commitdiff | raw | diff to current |
2010-02-01 |
Chris Lattner | eliminate a bunch of pointless LLVMContext arguments. |
blob | commitdiff | raw | diff to current |
2009-11-01 |
Chris Lattner | the verifier shouldn't modify the IR. |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Chris Lattner | Previously, all operands to Constant were themselves... |
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-08-03 |
Dan Gohman | Add a new Constant::getIntegerValue helper function... |
blob | commitdiff | raw | diff to current |
2009-07-31 |
Owen Anderson | Move a few more APIs back to 2.5 forms. The only remai... |
blob | commitdiff | raw | diff to current |
2009-07-24 |
Chris Lattner | make Constant::getRelocationInfo return an enum, as... |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Chris Lattner | reimplement Constant::ContainsRelocations as |
blob | commitdiff | raw | diff to current |
2009-07-16 |
Owen Anderson | Privatize the MDString uniquing table. |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Owen Anderson | These don't really need contexts either. |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Owen Anderson | Move more functionality over to LLVMContext. |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Owen Anderson | Begin the painful process of tearing apart the rat... |
blob | commitdiff | raw | diff to current |
2009-06-20 |
Owen Anderson | Revert r73790, and replace it with a significantly... |
blob | commitdiff | raw | diff to current |
2009-06-19 |
Owen Anderson | Fix a serious bug that would cause deadlock during... |
blob | commitdiff | raw | diff to current |
2009-03-30 |
Anton Korobeynikov | Clearify local/global relocations wording |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Anton Korobeynikov | Honour relocation behaviour stuff for ro objects |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Anton Korobeynikov | Extend the relocation tracker handler, so we can filter... |
blob | commitdiff | raw | diff to current |
2008-10-13 |
Gabor Greif | fix typo's |
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-08-09 |
Chris Lattner | comment update |
blob | commitdiff | raw | diff to current |
2008-07-10 |
Chris Lattner | add a helper method for code that wants to handle vector |
blob | commitdiff | raw | diff to current |
2008-06-30 |
Evan Cheng | - Re-apply 52748 and friends with fix. GetConstantStrin... |
blob | commitdiff | raw | diff to current |
2008-06-29 |
Anton Korobeynikov | Revert (52748 and friends): |
blob | commitdiff | raw | diff to current |
2008-06-26 |
Eric Christopher | Move GetConstantStringInfo to lib/Analysis. Remove |
blob | commitdiff | raw | diff to current |
2008-05-19 |
Bill Wendling | Remove warnings about unused parameters and shadowed... |
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-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-06-15 |
Chris Lattner | add a Constant::getAllOnesValue helper function, which... |
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-03-08 |
Evan Cheng | Added ContainsRelocations() to check if a constant... |
blob | commitdiff | raw | diff to current |
2007-02-12 |
Chris Lattner | Switch ValueSymbolTable to use StringMap<Value*> instea... |
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-10-20 |
Chris Lattner | add a method to determine whether evaluation of a const... |
blob | commitdiff | raw | diff to current |
2006-09-28 |
Chris Lattner | remove dead method |
blob | commitdiff | raw | diff to current |
2006-06-05 |
Reid Spencer | For PR778: |
blob | commitdiff | raw | diff to current |
2006-03-10 |
Evan Cheng | Added a parameter to control whether Constant::getStrin... |
blob | commitdiff | raw | diff to current |
2006-03-08 |
Jim Laskey | Get rid of the multiple copies of getStringValue. ... |
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-25 |
Chris Lattner | Remove some dead argument names which irritates GCC... |
blob | commitdiff | raw | diff to current |
2005-10-04 |
Chris Lattner | Change the signature of replaceUsesOfWithOnConstant... |
blob | commitdiff | raw | diff to current |
2005-09-27 |
Chris Lattner | Split SimpleConstantVal up into its components, so... |
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 user changes. |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Chris Lattner | Add static functions to clear singleton maps. Patch... |
blob | commitdiff | raw | diff to current |
2004-10-16 |
Chris Lattner | UndefValue's are constants |
blob | commitdiff | raw | diff to current |
2004-08-04 |
Chris Lattner | Now that ConstantPointerRef is gone, it is the case... |
blob | commitdiff | raw | diff to current |
2004-07-19 |
Misha Brukman | Tabs to spaces. |
blob | commitdiff | raw | diff to current |
2004-07-19 |
Chris Lattner | eliminate isConstantExpr, changes to isa<Constant>... |
blob | commitdiff | raw | diff to current |
2004-07-17 |
Reid Spencer | Extend constructor so that it can support GlobalValue... |
blob | commitdiff | raw | diff to current |
2004-03-08 |
Chris Lattner | remove *THANKFULLY* dead method |
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-08-29 |
Chris Lattner | Allow for "unsafe" replaceAllUsesWith operatations... |
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 |
2002-10-14 |
Chris Lattner | - Dramatically simplify the Constant::mutateReference... |
blob | commitdiff | raw | diff to current |
2002-10-09 |
Chris Lattner | - Add new Constant::replaceUsesOfWithOnConstant which... |
blob | commitdiff | raw | diff to current |
2002-08-25 |
Chris Lattner | Convert comments to Doxygen style |
blob | commitdiff | raw | diff to current |
2002-08-18 |
Chris Lattner | - ConstantPointerRefs are now automatically removed... |
blob | commitdiff | raw | diff to current |
2002-07-14 |
Vikram S. Adve | Add a couple of virtual functions to support subclass... |
blob | commitdiff | raw | diff to current |
2002-04-28 |
Chris Lattner | Split ConstantVals.h into Constant.h and Constants.h |
blob | commitdiff | raw | diff to current |
|