Sort a few more #include lines in tools/... unittests/... and utils/...
[oota-llvm.git] / include / llvm / Constant.h
2012-11-15 Hans WennborgMake GlobalOpt be conservative with TLS variables ...
2012-11-13 Duncan SandsRelax the restrictions on vector of pointer types,...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-06-04 Duncan SandsgetAllOnesValue also works for vectors of integers.
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-26 Chris Lattnereliminate the Constant::getVectorElements method. ...
2012-01-25 Chris Lattnerconstify some methods and add a new Constant::getAggreg...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-08-24 Nadav RotemImplement Constant::isAllOnesValue(). Fix ConstantFoldi...
2011-08-23 Eric ChristopherRevert "Address Duncan's CR request:"
2011-08-23 Nadav RotemAddress Duncan's CR request:
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Chris Lattnerdevirtualize Constant::isNullValue:
2011-07-15 Chris Lattneradd CFP::isNegative() and ConstnatInt::isNegative(...
2011-04-11 Jay FoadFix or remove code which seemed to think that the opera...
2011-02-18 Chris Lattnerhoist GlobalValue::removeDeadConstantUsers up to being...
2010-09-14 Eric ChristopherRemove apparently unnecessary forward declaration.
2010-02-01 Chris Lattnereliminate a bunch of pointless LLVMContext arguments.
2009-11-01 Chris Lattnerthe verifier shouldn't modify the IR.
2009-10-28 Chris LattnerPreviously, all operands to Constant were themselves...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-08-03 Dan GohmanAdd a new Constant::getIntegerValue helper function...
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-24 Chris Lattnermake Constant::getRelocationInfo return an enum, as...
2009-07-22 Chris Lattnerreimplement Constant::ContainsRelocations as
2009-07-16 Owen AndersonPrivatize the MDString uniquing table.
2009-07-13 Owen AndersonThese don't really need contexts either.
2009-07-13 Owen AndersonMove more functionality over to LLVMContext.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-06-20 Owen AndersonRevert r73790, and replace it with a significantly...
2009-06-19 Owen AndersonFix a serious bug that would cause deadlock during...
2009-03-30 Anton KorobeynikovClearify local/global relocations wording
2009-03-29 Anton KorobeynikovHonour relocation behaviour stuff for ro objects
2009-03-29 Anton KorobeynikovExtend the relocation tracker handler, so we can filter...
2008-10-13 Gabor Greiffix typo's
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-09 Chris Lattnercomment update
2008-07-10 Chris Lattneradd a helper method for code that wants to handle vector
2008-06-30 Evan Cheng- Re-apply 52748 and friends with fix. GetConstantStrin...
2008-06-29 Anton KorobeynikovRevert (52748 and friends):
2008-06-26 Eric ChristopherMove GetConstantStringInfo to lib/Analysis. Remove
2008-05-19 Bill WendlingRemove warnings about unused parameters and shadowed...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-06-15 Chris Lattneradd a Constant::getAllOnesValue helper function, which...
2007-04-13 Dan GohmanRename Value::getValueType to getValueID, to avoid...
2007-03-08 Evan ChengAdded ContainsRelocations() to check if a constant...
2007-02-12 Chris LattnerSwitch ValueSymbolTable to use StringMap<Value*> instea...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-10-20 Chris Lattneradd a method to determine whether evaluation of a const...
2006-09-28 Chris Lattnerremove dead method
2006-06-05 Reid SpencerFor PR778:
2006-03-10 Evan ChengAdded a parameter to control whether Constant::getStrin...
2006-03-08 Jim LaskeyGet rid of the multiple copies of getStringValue. ...
2005-12-17 Jeff CohenFix VC++ level 4 warnings. Because a base class has...
2005-10-25 Chris LattnerRemove some dead argument names which irritates GCC...
2005-10-04 Chris LattnerChange the signature of replaceUsesOfWithOnConstant...
2005-09-27 Chris LattnerSplit SimpleConstantVal up into its components, so...
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 user changes.
2004-11-19 Chris LattnerAdd static functions to clear singleton maps. Patch...
2004-10-16 Chris LattnerUndefValue's are constants
2004-08-04 Chris LattnerNow that ConstantPointerRef is gone, it is the case...
2004-07-19 Misha BrukmanTabs to spaces.
2004-07-19 Chris Lattnereliminate isConstantExpr, changes to isa<Constant>...
2004-07-17 Reid SpencerExtend constructor so that it can support GlobalValue...
2004-03-08 Chris Lattnerremove *THANKFULLY* dead method
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-08-29 Chris LattnerAllow for "unsafe" replaceAllUsesWith operatations...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2002-10-14 Chris Lattner - Dramatically simplify the Constant::mutateReference...
2002-10-09 Chris Lattner - Add new Constant::replaceUsesOfWithOnConstant which...
2002-08-25 Chris LattnerConvert comments to Doxygen style
2002-08-18 Chris Lattner - ConstantPointerRefs are now automatically removed...
2002-07-14 Vikram S. AdveAdd a couple of virtual functions to support subclass...
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h