summaryrefslogtreecommitdiff
path: root/lib/VMCore/Function.cpp
Commit message (Expand)AuthorAge
* Implement Intrinsic::getNameChris Lattner2006-03-25
* Use the function name matcher autogenerated from the .td file.Chris Lattner2006-03-09
* remove dbg_declare, it's not used yet.Chris Lattner2006-03-09
* remove the read/write port/io intrinsics.Chris Lattner2006-03-03
* Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolvingChris Lattner2006-03-02
* For PR411:Reid Spencer2006-01-16
* add a missing break that Reid noticed.Chris Lattner2006-01-15
* Add bswap intrinsics as documented in the Language ReferenceNate Begeman2006-01-14
* Add recognition and verification of new llvm.stacksave/llvm.stackrestore intr...Chris Lattner2006-01-13
* continued readcyclecounter supportAndrew Lenharth2005-11-11
* add support for explicit calling conventionsChris Lattner2005-05-06
* Implement count leading zeros (ctlz), count trailing zeros (cttz), and countAndrew Lenharth2005-05-03
* Add llvm.sqrt intrinsic, patch contributed by Morten OfstadChris Lattner2005-04-30
* Remove trailing whitespaceMisha Brukman2005-04-21
* First step in adding pcmarker intrinsic. Second step (soon) is adding backen...Andrew Lenharth2005-03-28
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-05
* Remove the 2nd argument to Value::setNameChris Lattner2005-03-05
* recognize llvm.prefetch. Patch contributed by Justin Wick!Chris Lattner2005-02-28
* Improve conformance with the Misha spelling benchmark suiteChris Lattner2005-01-30
* Adjust to ilist changes.Chris Lattner2005-01-29
* Adjust to changes in User class.Chris Lattner2005-01-29
* Add convenience method.Chris Lattner2005-01-07
* Add a new methodChris Lattner2004-12-05
* The Alpha (tm) intrinsics have never been used anywhereMisha Brukman2004-10-29
* Minor tweaksChris Lattner2004-10-12
* Implement a new methodChris Lattner2004-10-12
* Implement remove/eraseFromParent methodsChris Lattner2004-10-11
* Changes For Bug 352Reid Spencer2004-09-01
* Fix #includes of i*.h files => Instructions.h as per PR403Misha Brukman2004-07-29
* bug 122:Reid Spencer2004-07-17
* Fix a really nasty logic error that VC noticed.Chris Lattner2004-07-12
* Implement new methodChris Lattner2004-07-12
* isnan is deadChris Lattner2004-06-15
* Add the isunordered intrinsic.Alkis Evlogimenos2004-06-12
* I misled Alkis: LLVM should have isnan, not isunordered.Chris Lattner2004-06-11
* Add the isunordered intrinsic.Alkis Evlogimenos2004-06-11
* Recognize and verify the new GC intrinsics.Chris Lattner2004-05-23
* Finish adding the llvm.readio and llvm.writeio intrinsics.John Criswell2004-04-14
* Added the llvm.readport and llvm.writeport intrinsics.John Criswell2004-04-08
* Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* toChris Lattner2004-03-13
* Add llvm.memset/frameaddress/returnaddress intrinsics.Chris Lattner2004-02-14
* Add support for the llvm.memmove intrinsicChris Lattner2004-02-12
* Implement the llvm.memcpy intrinsicChris Lattner2004-02-12
* Hrm, another minor cleanup, which I missed beforeChris Lattner2004-01-10
* Minor cleanupChris Lattner2004-01-10
* Add support for new intrinsicChris Lattner2004-01-06
* Add VMCore and code generator support for debugging intrinsics. By defaultChris Lattner2004-01-05
* Check return types of functionsChris Lattner2003-11-21
* Finegrainify namespacificationChris Lattner2003-11-21
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11