summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/IntrinsicEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
OpenPOWER on IntegriCloud