aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Function.cpp
Commit message (Expand)AuthorAgeFilesLines
* continued readcyclecounter supportAndrew Lenharth2005-11-111-3/+4
* add support for explicit calling conventionsChris Lattner2005-05-061-0/+1
* Implement count leading zeros (ctlz), count trailing zeros (cttz), and countAndrew Lenharth2005-05-031-0/+5
* Add llvm.sqrt intrinsic, patch contributed by Morten OfstadChris Lattner2005-04-301-0/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-8/+8
* First step in adding pcmarker intrinsic. Second step (soon) is adding backen...Andrew Lenharth2005-03-281-0/+1
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-051-17/+0
* Remove the 2nd argument to Value::setNameChris Lattner2005-03-051-7/+3
* recognize llvm.prefetch. Patch contributed by Justin Wick!Chris Lattner2005-02-281-0/+3
* Improve conformance with the Misha spelling benchmark suiteChris Lattner2005-01-301-2/+2
* Adjust to ilist changes.Chris Lattner2005-01-291-2/+2
* 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