Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / VMCore / Function.cpp
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...
2003-08-25 Chris LattnerAs it turns out, things will be simpler than I first...
2003-08-24 Chris Lattnerrethrow is really the language independent primitive...
2003-08-24 Chris LattnerFix copy-and-paste-o
2003-08-24 Chris LattnerInitial support for recognizing LLVM exception handling...
2003-08-18 Chris LattnerAdd intrinsics for the llvm.sig(set|long)jmp functions
2003-08-06 Chris LattnerAdd a bunch of new Alpha Intrinsics for Rahul Joshi
2003-07-28 Chris LattnerAdd support for Alpha intrinsics, contributed by Rahul...
2003-05-17 Chris LattnerAdd support for setjmp/longjmp primitives
2003-05-08 Chris LattnerAdd more support for intrinsic functions and for vararg...
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-11-20 Chris LattnerEliminate the concept of a deferred symbol table. ...
2002-10-15 Chris Lattner - Eliminate SymbolTable::ParentSymTab, ST::localLooku...
2002-10-13 Chris Lattner - Change Function's so that their argument list is...
2002-09-17 Vikram S. AdveRemove specification of argument default from cpp file.
2002-09-08 Chris LattnerEnable "garbage detection" of LLVM objects. Now users...
2002-09-06 Chris LattnerMove code out of header files into .cpp files to make...
2002-09-06 Chris Lattner* Remove extraneous #includes
2002-07-24 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris Lattner* Incorporate the contents of SymTabValue into Function...
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-08 Chris LattnerMove include/llvm/ValueHolderImpl.h to lib/VMCore/Value...
2002-03-29 Chris Lattners/Method/Function
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-23 Chris LattnerRename Method to Function
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-26 Chris LattnerImplement internal
2001-11-08 Vikram S. AdveRemoved MachineCodeForMethod object and made it an...
2001-10-22 Vikram S. AdveDelete MachineCodeInfoForMethod object.
2001-10-22 Vikram S. AdveAdded MachineCodeForMethod object in class Method.
2001-10-20 Chris LattnerIt is valid to have unsigned arrays as constants.....
2001-10-03 Chris LattnerFactor parentness out of Module & GlobalVariable into...
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-09-18 Chris LattnerRemove the unsized array constraint
2001-09-18 Chris LattnerAdd support for global constants, and for initializers...
2001-09-10 Chris LattnerUse correct style casts
2001-09-10 Chris LattnerImplement global variable support
2001-09-07 Chris LattnerSupport new setName interface
2001-07-14 Chris Lattner* ValueHolder now takes 3 arguments
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-06 Chris LattnerInitial revision