aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/IntrinsicEmitter.h
Commit message (Expand)AuthorAgeFilesLines
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-031-11/+11
* Added support to have TableGen provide information if an intrinsic (coreMon P Wang2009-02-241-0/+2
* Generalize some alias analysis logic from atomicDuncan Sands2009-02-141-0/+2
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-051-1/+4
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-041-4/+1
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-041-1/+4
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-5/+1
* Automatically generating intrinsic declarations from Dan Gohman. ModifiedJim Laskey2007-02-071-0/+2
* extract some more information from the intrinsic tableChris Lattner2006-03-241-0/+2
* Autogenerate a table of intrinsic names, so we can map from intrinsic ID toChris Lattner2006-03-151-0/+2
* Autogenerate code to map from GCC builtin to LLVM intrinsic.Chris Lattner2006-03-151-0/+2
* emit a mapping from LLVM intrinsic -> GCC builtins.Chris Lattner2006-03-131-0/+2
* generate side-effect infoChris Lattner2006-03-091-0/+2
* Parse mod/ref properties, autogen mod/ref informationChris Lattner2006-03-091-0/+2
* parse intrinsic typesChris Lattner2006-03-091-1/+2
* autogenerate the function name recognizerChris Lattner2006-03-091-0/+4
* initial implementation of intrinsic parsingChris Lattner2006-03-031-0/+38