Reverting dtor devirtualization patch.
[oota-llvm.git] / lib / VMCore / Function.cpp
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-11-30 Duncan SandsSmall optimization of parameter attribute lookup.
2007-11-30 Duncan SandsAdd a convenience method for modifying parameter
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-25 Duncan SandsFix PR1816. If a bitcast of a function only exists...
2007-11-22 Duncan SandsRename the 'const' parameter attribute to 'readnone',
2007-11-20 Duncan SandsIn order for parameter attribute uniquing to make
2007-11-14 Anton KorobeynikovAdd pure/const attributes. Documentation will follow.
2007-09-11 Duncan SandsTwo ParamAttrsVectors which differ by a permutation
2007-08-20 Dan GohmanWhen Intrinsic::getName is constructing names for overl...
2007-08-18 Chris LattnerCompute the argument list as lazily as possible. This...
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-19 Reid SpencerFor PR1553:
2007-07-06 Rafael EspindolaAdd the byval attribute
2007-06-05 Chris LattnerFix a user-reported error building with GCC 3.4.4 on...
2007-06-05 Zhou ShengCommit first round work of PR1373. "noalias" is now...
2007-04-25 Chris Lattnersimplify some code
2007-04-22 Reid SpencerFor PR1136:
2007-04-22 Reid SpencerFor PR1146:
2007-04-17 Chris Lattnermerge several fields in GlobalValue to use the same...
2007-04-17 Chris LattnerThe (negative) offset from a SymbolTableListTraits...
2007-04-17 Chris LattnerRefactor SymbolTableListTraits to only have a single...
2007-04-16 Reid SpencerDon't return 0 if the len == 5, let the assert handle...
2007-04-16 Reid SpencerFix test/CodeGen/Generic/vector-constantexpr.ll
2007-04-16 Reid SpencerFor PR1328:
2007-04-11 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerFor PR1146:
2007-04-01 Reid SpencerFor PR1297:
2007-02-15 Chris LattnerImplement Function::getIntrinsicID without it needing...
2007-02-12 Chris LattnerSwitch ValueSymbolTable to use StringMap<Value*> instea...
2007-02-07 Jim LaskeyAutomatically generating intrinsic declarations from...
2007-02-05 Reid SpencerFor PR411:
2007-01-26 Reid SpencerFor PR645:
2007-01-06 Reid SpencerFor PR411:
2006-12-31 Reid SpencerFor PR950:
2006-11-27 Reid SpencerFor PR950:
2006-11-02 Reid SpencerRemove unused variable.
2006-03-25 Chris LattnerImplement Intrinsic::getName
2006-03-09 Chris LattnerUse the function name matcher autogenerated from the...
2006-03-09 Chris Lattnerremove dbg_declare, it's not used yet.
2006-03-03 Chris Lattnerremove the read/write port/io intrinsics.
2006-03-02 Chris LattnerSplit memcpy/memset/memmove intrinsics into i32/i64...
2006-01-16 Reid SpencerFor PR411:
2006-01-15 Chris Lattneradd a missing break that Reid noticed.
2006-01-14 Nate BegemanAdd bswap intrinsics as documented in the Language...
2006-01-13 Chris LattnerAdd recognition and verification of new llvm.stacksave...
2005-11-11 Andrew Lenharthcontinued readcyclecounter support
2005-05-06 Chris Lattneradd support for explicit calling conventions
2005-05-03 Andrew LenharthImplement count leading zeros (ctlz), count trailing...
2005-04-30 Chris LattnerAdd llvm.sqrt intrinsic, patch contributed by Morten...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-28 Andrew LenharthFirst step in adding pcmarker intrinsic. Second step...
2005-03-05 Chris Lattnerremove all of the various setName implementations,...
2005-03-05 Chris LattnerRemove the 2nd argument to Value::setName
2005-02-28 Chris Lattnerrecognize llvm.prefetch. Patch contributed by Justin...
2005-01-30 Chris LattnerImprove conformance with the Misha spelling benchmark...
2005-01-29 Chris LattnerAdjust to ilist changes.
2005-01-29 Chris LattnerAdjust to changes in User class.
2005-01-07 Chris LattnerAdd convenience method.
2004-12-05 Chris LattnerAdd a new method
2004-10-29 Misha BrukmanThe Alpha (tm) intrinsics have never been used anywhere
2004-10-12 Chris LattnerMinor tweaks
2004-10-12 Chris LattnerImplement a new method
2004-10-11 Chris LattnerImplement remove/eraseFromParent methods
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Misha BrukmanFix #includes of i*.h files => Instructions.h as per...
2004-07-17 Reid Spencerbug 122:
2004-07-12 Chris LattnerFix a really nasty logic error that VC noticed.
2004-07-12 Chris LattnerImplement new method
2004-06-15 Chris Lattnerisnan is dead
2004-06-12 Alkis EvlogimenosAdd the isunordered intrinsic.
2004-06-11 Chris LattnerI misled Alkis: LLVM should have isnan, not isunordered.
2004-06-11 Alkis EvlogimenosAdd the isunordered intrinsic.
2004-05-23 Chris LattnerRecognize and verify the new GC intrinsics.
2004-04-14 John CriswellFinish adding the llvm.readio and llvm.writeio intrinsics.
2004-04-08 John CriswellAdded the llvm.readport and llvm.writeport intrinsics.
2004-03-13 Chris LattnerRename the intrinsic enum values for llvm.va_* from...
2004-02-14 Chris LattnerAdd llvm.memset/frameaddress/returnaddress intrinsics.
2004-02-12 Chris LattnerAdd support for the llvm.memmove intrinsic
2004-02-12 Chris LattnerImplement the llvm.memcpy intrinsic
2004-01-10 Chris LattnerHrm, another minor cleanup, which I missed before
2004-01-10 Chris LattnerMinor cleanup
2004-01-06 Chris LattnerAdd support for new intrinsic
2004-01-05 Chris LattnerAdd VMCore and code generator support for debugging...
2003-11-21 Chris LattnerCheck return types of functions
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris LattnerMake code gcc 3.4 clean
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-13 Chris LattnerRegularize header file comments
2003-10-10 Misha BrukmanFix spelling/grammar.
2003-09-19 Chris LattnerReject "llvm." as a function name
2003-09-17 Chris LattnerChange the semancics of the dropallrefs method
2003-09-09 John CriswellReverting back to the previous revision.
2003-09-09 John CriswellModified the check for intrinsic functions. All intrin...
2003-09-08 Chris LattnerEliminate support for the llvm.unwind intrinisic, using...
next