aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Function.cpp
AgeCommit message (Expand)Author
2004-04-14Finish adding the llvm.readio and llvm.writeio intrinsics.John Criswell
2004-04-08Added the llvm.readport and llvm.writeport intrinsics.John Criswell
2004-03-13Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* toChris Lattner
2004-02-14Add llvm.memset/frameaddress/returnaddress intrinsics.Chris Lattner
2004-02-12Add support for the llvm.memmove intrinsicChris Lattner
2004-02-12Implement the llvm.memcpy intrinsicChris Lattner
2004-01-10Hrm, another minor cleanup, which I missed beforeChris Lattner
2004-01-10Minor cleanupChris Lattner
2004-01-06Add support for new intrinsicChris Lattner
2004-01-05Add VMCore and code generator support for debugging intrinsics. By defaultChris Lattner
2003-11-21Check return types of functionsChris Lattner
2003-11-21Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-05Make code gcc 3.4 cleanChris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-13Regularize header file commentsChris Lattner
2003-10-10Fix spelling/grammar.Misha Brukman
2003-09-19Reject "llvm." as a function nameChris Lattner
2003-09-17Change the semancics of the dropallrefs methodChris Lattner
2003-09-09Reverting back to the previous revision.John Criswell
2003-09-09Modified the check for intrinsic functions. All intrinsic functions have toJohn Criswell
2003-09-08Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...Chris Lattner
2003-08-25As it turns out, things will be simpler than I first expected. We no longerChris Lattner
2003-08-24rethrow is really the language independent primitive here. "throw" can be wr...Chris Lattner
2003-08-24Fix copy-and-paste-oChris Lattner
2003-08-24Initial support for recognizing LLVM exception handling intrinsicsChris Lattner
2003-08-18Add intrinsics for the llvm.sig(set|long)jmp functionsChris Lattner
2003-08-06Add a bunch of new Alpha Intrinsics for Rahul JoshiChris Lattner
2003-07-28Add support for Alpha intrinsics, contributed by Rahul JoshiChris Lattner
2003-05-17Add support for setjmp/longjmp primitivesChris Lattner
2003-05-08Add more support for intrinsic functions and for varargs stuffChris Lattner
2003-04-16Add new linkage types to support a real frontendChris Lattner
2002-11-20 - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner
2002-11-20Eliminate the concept of a deferred symbol table. The optimization really is...Chris Lattner
2002-10-15 - Eliminate SymbolTable::ParentSymTab, ST::localLookup, andChris Lattner
2002-10-13 - Change Function's so that their argument list is populated when they areChris Lattner
2002-09-17Remove specification of argument default from cpp file.Vikram S. Adve
2002-09-08Enable "garbage detection" of LLVM objects. Now users should be obnoxiousChris Lattner
2002-09-06Move code out of header files into .cpp files to make future changes easierChris Lattner
2002-09-06* Remove extraneous #includesChris Lattner
2002-07-24*** empty log message ***Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-28* Incorporate the contents of SymTabValue into Function and ModuleChris Lattner
2002-04-09Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner
2002-04-08Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.hChris Lattner
2002-03-29s/Method/FunctionChris Lattner
2002-03-26Change references from Method to FunctionChris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner