aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Function.cpp
AgeCommit message (Expand)Author
2004-10-29The Alpha (tm) intrinsics have never been used anywhereMisha Brukman
2004-10-12Minor tweaksChris Lattner
2004-10-12Implement a new methodChris Lattner
2004-10-11Implement remove/eraseFromParent methodsChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-29Fix #includes of i*.h files => Instructions.h as per PR403Misha Brukman
2004-07-17bug 122:Reid Spencer
2004-07-12Fix a really nasty logic error that VC noticed.Chris Lattner
2004-07-12Implement new methodChris Lattner
2004-06-15isnan is deadChris Lattner
2004-06-12Add the isunordered intrinsic.Alkis Evlogimenos
2004-06-11I misled Alkis: LLVM should have isnan, not isunordered.Chris Lattner
2004-06-11Add the isunordered intrinsic.Alkis Evlogimenos
2004-05-23Recognize and verify the new GC intrinsics.Chris Lattner
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