aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenIntrinsics.h
AgeCommit message (Expand)Author
2006-03-28Only compute intrinsic valuetypes when in a target .td file.Chris Lattner
2006-03-28revert this, it breaks things.Chris Lattner
2006-03-27Add support for decoding iPTR to the right pointer type.Chris Lattner
2006-03-24Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest ofChris Lattner
2006-03-15Autogenerate code to map from GCC builtin to LLVM intrinsic.Chris Lattner
2006-03-13emit a mapping from LLVM intrinsic -> GCC builtins.Chris Lattner
2006-03-13Verify that packed type operands have the right size and base type.Chris Lattner
2006-03-09parse intrinsic typesChris Lattner
2006-03-03Fix pasteoChris Lattner
2006-03-03initial implementation of intrinsic parsingChris Lattner