summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Function.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement Function::getIntrinsicID without it needing to call Value::getName,Chris Lattner2007-02-151-3/+6
* Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner2007-02-121-1/+2
* Automatically generating intrinsic declarations from Dan Gohman. ModifiedJim Laskey2007-02-071-0/+19
* For PR411:Reid Spencer2007-02-051-4/+2
* For PR645:Reid Spencer2007-01-261-39/+0
* For PR411:Reid Spencer2007-01-061-2/+2
* For PR950:Reid Spencer2006-12-311-1/+1
* For PR950:Reid Spencer2006-11-271-2/+2
* Remove unused variable.Reid Spencer2006-11-021-1/+1
* Implement Intrinsic::getNameChris Lattner2006-03-251-0/+11
* Use the function name matcher autogenerated from the .td file.Chris Lattner2006-03-091-76/+3
* remove dbg_declare, it's not used yet.Chris Lattner2006-03-091-1/+0
* remove the read/write port/io intrinsics.Chris Lattner2006-03-031-6/+0
* Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolvingChris Lattner2006-03-021-3/+6
* For PR411:Reid Spencer2006-01-161-42/+56
* add a missing break that Reid noticed.Chris Lattner2006-01-151-0/+1
* Add bswap intrinsics as documented in the Language ReferenceNate Begeman2006-01-141-0/+5
* Add recognition and verification of new llvm.stacksave/llvm.stackrestore intr...Chris Lattner2006-01-131-4/+6
* 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
OpenPOWER on IntegriCloud