aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Function.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added the llvm.readport and llvm.writeport intrinsics.John Criswell2004-04-081-0/+3
* Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* toChris Lattner2004-03-131-3/+3
* Add llvm.memset/frameaddress/returnaddress intrinsics.Chris Lattner2004-02-141-0/+7
* Add support for the llvm.memmove intrinsicChris Lattner2004-02-121-0/+1
* Implement the llvm.memcpy intrinsicChris Lattner2004-02-121-0/+3
* Hrm, another minor cleanup, which I missed beforeChris Lattner2004-01-101-1/+1
* Minor cleanupChris Lattner2004-01-101-1/+1
* Add support for new intrinsicChris Lattner2004-01-061-0/+1
* Add VMCore and code generator support for debugging intrinsics. By defaultChris Lattner2004-01-051-0/+6
* Check return types of functionsChris Lattner2003-11-211-0/+3
* Finegrainify namespacificationChris Lattner2003-11-211-4/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-23/+27
* Make code gcc 3.4 cleanChris Lattner2003-11-051-2/+2
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* Fix spelling/grammar.Misha Brukman2003-10-101-2/+2
* Reject "llvm." as a function nameChris Lattner2003-09-191-1/+3
* Change the semancics of the dropallrefs methodChris Lattner2003-09-171-2/+1
* Reverting back to the previous revision.John Criswell2003-09-091-1/+1
* Modified the check for intrinsic functions. All intrinsic functions have toJohn Criswell2003-09-091-1/+1
* Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...Chris Lattner2003-09-081-3/+0
* As it turns out, things will be simpler than I first expected. We no longerChris Lattner2003-08-251-4/+0
* rethrow is really the language independent primitive here. "throw" can be wr...Chris Lattner2003-08-241-2/+4
* Fix copy-and-paste-oChris Lattner2003-08-241-2/+2
* Initial support for recognizing LLVM exception handling intrinsicsChris Lattner2003-08-241-4/+10
* Add intrinsics for the llvm.sig(set|long)jmp functionsChris Lattner2003-08-181-1/+3
* Add a bunch of new Alpha Intrinsics for Rahul JoshiChris Lattner2003-08-061-4/+28
* Add support for Alpha intrinsics, contributed by Rahul JoshiChris Lattner2003-07-281-0/+6
* Add support for setjmp/longjmp primitivesChris Lattner2003-05-171-13/+9
* Add more support for intrinsic functions and for varargs stuffChris Lattner2003-05-081-0/+36
* Add new linkage types to support a real frontendChris Lattner2003-04-161-4/+4
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-201-9/+9
* Eliminate the concept of a deferred symbol table. The optimization really is...Chris Lattner2002-11-201-22/+1
* - Eliminate SymbolTable::ParentSymTab, ST::localLookup, andChris Lattner2002-10-151-6/+2
* - Change Function's so that their argument list is populated when they areChris Lattner2002-10-131-1/+8
* Remove specification of argument default from cpp file.Vikram S. Adve2002-09-171-1/+1
* Enable "garbage detection" of LLVM objects. Now users should be obnoxiousChris Lattner2002-09-081-2/+30
* Move code out of header files into .cpp files to make future changes easierChris Lattner2002-09-061-2/+25
* * Remove extraneous #includesChris Lattner2002-09-061-6/+5
* *** empty log message ***Chris Lattner2002-07-241-2/+2
* MEGAPATCH checkin.Chris Lattner2002-06-251-17/+27
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* * Incorporate the contents of SymTabValue into Function and ModuleChris Lattner2002-04-281-2/+26
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-2/+19
* Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.hChris Lattner2002-04-081-2/+2
* s/Method/FunctionChris Lattner2002-03-291-5/+4
* Change references from Method to FunctionChris Lattner2002-03-261-8/+8
* Rename Method to FunctionChris Lattner2002-03-231-7/+8
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-4/+4
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-1/+1