aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/IntrinsicEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add sqrt and powi intrinsics for long double.Dale Johannesen2007-09-281-0/+6
* Add MVT::fAny for overloading intrinsics on floating-point types.Dan Gohman2007-08-161-1/+1
* This resolves a regression of BasicAA which failed to find any memory informa...Chandler Carruth2007-08-061-2/+2
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-43/+58
* Fix a pasto in a comment.Dan Gohman2007-07-261-1/+1
* Fix a typo in a comment.Dan Gohman2007-06-261-1/+1
* The Intrinsic::getDeclaration function's Tys parameter only contains theReid Spencer2007-05-221-5/+12
* For PR1328:Reid Spencer2007-04-161-2/+0
* For PR1297:Reid Spencer2007-04-011-13/+23
* the lengths of the strings are known, just use memcmpChris Lattner2007-02-151-1/+1
* Implement Function::getIntrinsicID without it needing to call Value::getName,Chris Lattner2007-02-151-2/+4
* For PR1195:Reid Spencer2007-02-151-1/+1
* For PR1195:Reid Spencer2007-02-151-3/+3
* Automatically generating intrinsic declarations from Dan Gohman. ModifiedJim Laskey2007-02-071-0/+71
* Error check and eliminate unnecessary value.Jim Laskey2007-02-061-8/+15
* Support var arg intrinsics.Jim Laskey2007-02-061-0/+5
* For PR1064:Reid Spencer2007-01-121-4/+6
* Fix more static dtor issuesChris Lattner2006-10-041-2/+2
* Adjust the Intrinsics.gen interface a little bitChris Lattner2006-04-021-2/+2
* Final bugfix for PR724. GCC won't inline varargs functions, so use one toChris Lattner2006-03-311-17/+9
* When emitting code for the verifier, instead of emitting each case statementChris Lattner2006-03-311-9/+42
* Don't sort the names before outputing the intrinsic name table. It causes aEvan Cheng2006-03-281-7/+2
* Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest ofChris Lattner2006-03-241-83/+0
* extract some more information from the intrinsic tableChris Lattner2006-03-241-1/+23
* allow the GCCBuiltinName field to be optionalChris Lattner2006-03-151-1/+2
* Fix VC++ build error.Jeff Cohen2006-03-151-0/+1
* remove typoChris Lattner2006-03-151-1/+1
* Autogenerate a table of intrinsic names, so we can map from intrinsic ID toChris Lattner2006-03-151-4/+20
* Autogenerate code to map from GCC builtin to LLVM intrinsic.Chris Lattner2006-03-151-1/+56
* Add a newline at the end to avoid gcc warnings.Reid Spencer2006-03-141-1/+1
* emit a mapping from LLVM intrinsic -> GCC builtins.Chris Lattner2006-03-131-7/+26
* Verify that packed type operands have the right size and base type.Chris Lattner2006-03-131-6/+24
* fix pasto in generate assertion msgChris Lattner2006-03-111-1/+1
* generate side-effect infoChris Lattner2006-03-091-0/+25
* Parse mod/ref properties, autogen mod/ref informationChris Lattner2006-03-091-0/+45
* parse intrinsic typesChris Lattner2006-03-091-3/+44
* autogenerate the function name recognizerChris Lattner2006-03-091-0/+37
* initial implementation of intrinsic parsingChris Lattner2006-03-031-0/+70