summaryrefslogtreecommitdiff
path: root/utils/TableGen/IntrinsicEmitter.h
Commit message (Expand)AuthorAge
* Fixes for Microsoft Visual Studio 2010, from Steven Watanabe!Douglas Gregor2010-05-11
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-03
* Added support to have TableGen provide information if an intrinsic (coreMon P Wang2009-02-24
* Generalize some alias analysis logic from atomicDuncan Sands2009-02-14
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-05
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-04
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-04
* remove attributions from utils.Chris Lattner2007-12-29
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-03
* Automatically generating intrinsic declarations from Dan Gohman. ModifiedJim Laskey2007-02-07
* extract some more information from the intrinsic tableChris Lattner2006-03-24
* Autogenerate a table of intrinsic names, so we can map from intrinsic ID toChris Lattner2006-03-15
* Autogenerate code to map from GCC builtin to LLVM intrinsic.Chris Lattner2006-03-15
* emit a mapping from LLVM intrinsic -> GCC builtins.Chris Lattner2006-03-13
* generate side-effect infoChris Lattner2006-03-09
* Parse mod/ref properties, autogen mod/ref informationChris Lattner2006-03-09
* parse intrinsic typesChris Lattner2006-03-09
* autogenerate the function name recognizerChris Lattner2006-03-09
* initial implementation of intrinsic parsingChris Lattner2006-03-03