aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/IntrinsicEmitter.h
AgeCommit message (Expand)Author
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen
2012-03-26TableGen: Don't emit the llvm intrinsic -> gcc builtin table, its only user w...Benjamin Kramer
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
2010-05-11Fixes for Microsoft Visual Studio 2010, from Steven Watanabe!Douglas Gregor
2009-07-03Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar
2009-02-24Added support to have TableGen provide information if an intrinsic (coreMon P Wang
2009-02-14Generalize some alias analysis logic from atomicDuncan Sands
2009-02-05Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen
2009-02-04Reverting 63765. This broke the build of both clangDale Johannesen
2009-02-04New feature: add support for target intrinsics being defined in theNate Begeman
2007-12-29remove attributions from utils.Chris Lattner
2007-12-03Rather than having special rules like "intrinsics cannotDuncan Sands
2007-02-07Automatically generating intrinsic declarations from Dan Gohman. ModifiedJim Laskey
2006-03-24extract some more information from the intrinsic tableChris Lattner
2006-03-15Autogenerate a table of intrinsic names, so we can map from intrinsic ID toChris 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-09generate side-effect infoChris Lattner
2006-03-09Parse mod/ref properties, autogen mod/ref informationChris Lattner
2006-03-09parse intrinsic typesChris Lattner
2006-03-09autogenerate the function name recognizerChris Lattner
2006-03-03initial implementation of intrinsic parsingChris Lattner