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