aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/CodeGenIntrinsics.h
Commit message (Expand)AuthorAgeFilesLines
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-4/+0
* Update a comment to reflect recent changes in the type system.Dan Gohman2007-04-261-1/+1
* For PR1297:Reid Spencer2007-04-011-1/+5
* For PR950:Reid Spencer2006-12-311-1/+1
* Only compute intrinsic valuetypes when in a target .td file.Chris Lattner2006-03-281-1/+4
* revert this, it breaks things.Chris Lattner2006-03-281-1/+1
* Add support for decoding iPTR to the right pointer type.Chris Lattner2006-03-271-1/+2
* Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest ofChris Lattner2006-03-241-0/+4
* Autogenerate code to map from GCC builtin to LLVM intrinsic.Chris Lattner2006-03-151-0/+1
* emit a mapping from LLVM intrinsic -> GCC builtins.Chris Lattner2006-03-131-1/+2
* Verify that packed type operands have the right size and base type.Chris Lattner2006-03-131-0/+4
* parse intrinsic typesChris Lattner2006-03-091-0/+4
* Fix pasteoChris Lattner2006-03-031-1/+1
* initial implementation of intrinsic parsingChris Lattner2006-03-031-0/+42