summaryrefslogtreecommitdiff
path: root/utils/TableGen/IntrinsicEmitter.cpp
Commit message (Expand)AuthorAge
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-30
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-06
* Change the builtin matcher to emit a decision tree, which should help out Chris Lattner2008-01-04
* Don't let IntrinsicID be uninitialized if it doesn't match.Chris Lattner2008-01-04
* Remove the default else. This was ending in code that looked like this:Bill Wendling2008-01-03
* Fix a build problem with VC++ by not doing the target prefixChris Lattner2008-01-02
* remove attributions from utils.Chris Lattner2007-12-29
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-03
* Add sqrt and powi intrinsics for long double.Dale Johannesen2007-09-28
* Add MVT::fAny for overloading intrinsics on floating-point types.Dan Gohman2007-08-16
* This resolves a regression of BasicAA which failed to find any memory informa...Chandler Carruth2007-08-06
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-04
* Fix a pasto in a comment.Dan Gohman2007-07-26
* Fix a typo in a comment.Dan Gohman2007-06-26
* The Intrinsic::getDeclaration function's Tys parameter only contains theReid Spencer2007-05-22
* For PR1328:Reid Spencer2007-04-16
* For PR1297:Reid Spencer2007-04-01
* the lengths of the strings are known, just use memcmpChris Lattner2007-02-15
* Implement Function::getIntrinsicID without it needing to call Value::getName,Chris Lattner2007-02-15
* For PR1195:Reid Spencer2007-02-15
* For PR1195:Reid Spencer2007-02-15
* Automatically generating intrinsic declarations from Dan Gohman. ModifiedJim Laskey2007-02-07
* Error check and eliminate unnecessary value.Jim Laskey2007-02-06
* Support var arg intrinsics.Jim Laskey2007-02-06
* For PR1064:Reid Spencer2007-01-12
* Fix more static dtor issuesChris Lattner2006-10-04
* Adjust the Intrinsics.gen interface a little bitChris Lattner2006-04-02
* Final bugfix for PR724. GCC won't inline varargs functions, so use one toChris Lattner2006-03-31
* When emitting code for the verifier, instead of emitting each case statementChris Lattner2006-03-31
* Don't sort the names before outputing the intrinsic name table. It causes aEvan Cheng2006-03-28
* Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest ofChris Lattner2006-03-24
* extract some more information from the intrinsic tableChris Lattner2006-03-24
* allow the GCCBuiltinName field to be optionalChris Lattner2006-03-15
* Fix VC++ build error.Jeff Cohen2006-03-15
* remove typoChris Lattner2006-03-15
* Autogenerate a table of intrinsic names, so we can map from intrinsic ID toChris Lattner2006-03-15
* Autogenerate code to map from GCC builtin to LLVM intrinsic.Chris Lattner2006-03-15
* Add a newline at the end to avoid gcc warnings.Reid Spencer2006-03-14
* emit a mapping from LLVM intrinsic -> GCC builtins.Chris Lattner2006-03-13
* Verify that packed type operands have the right size and base type.Chris Lattner2006-03-13
* fix pasto in generate assertion msgChris Lattner2006-03-11
* generate side-effect infoChris Lattner2006-03-09
* Parse mod/ref properties, autogen mod/ref informationChris Lattner2006-03-09
* parse intrinsic typesChris Lattner2006-03-09
* autogenerate the function name recognizerChris Lattner2006-03-09
* initial implementation of intrinsic parsingChris Lattner2006-03-03