aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Function.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Adjust to changes in User class.Chris Lattner2005-01-291-1/+1
* Add convenience method.Chris Lattner2005-01-071-0/+4
* Add a new methodChris Lattner2004-12-051-0/+41
* The Alpha (tm) intrinsics have never been used anywhereMisha Brukman2004-10-291-31/+0
* Minor tweaksChris Lattner2004-10-121-5/+5
* Implement a new methodChris Lattner2004-10-121-3/+27
* Implement remove/eraseFromParent methodsChris Lattner2004-10-111-0/+8
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Fix #includes of i*.h files => Instructions.h as per PR403Misha Brukman2004-07-291-1/+1
* bug 122:Reid Spencer2004-07-171-72/+3
* Fix a really nasty logic error that VC noticed.Chris Lattner2004-07-121-2/+2
* Implement new methodChris Lattner2004-07-121-0/+36
* isnan is deadChris Lattner2004-06-151-1/+0
* Add the isunordered intrinsic.Alkis Evlogimenos2004-06-121-0/+1
* I misled Alkis: LLVM should have isnan, not isunordered.Chris Lattner2004-06-111-1/+1
* Add the isunordered intrinsic.Alkis Evlogimenos2004-06-111-0/+3
* Recognize and verify the new GC intrinsics.Chris Lattner2004-05-231-0/+5
* Finish adding the llvm.readio and llvm.writeio intrinsics.John Criswell2004-04-141-0/+2
* 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