Don't keep the log files around. Just pipe to a log file instead.
[oota-llvm.git] / utils / TableGen / IntrinsicEmitter.h
2010-05-11 Douglas GregorFixes for Microsoft Visual Studio 2010, from Steven...
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2009-02-24 Mon P WangAdded support to have TableGen provide information...
2009-02-14 Duncan SandsGeneralize some alias analysis logic from atomic
2009-02-05 Dale JohannesenReapply 63765. Patches for clang and llvm-gcc to follow.
2009-02-04 Dale JohannesenReverting 63765. This broke the build of both clang
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2007-12-29 Chris Lattnerremove attributions from utils.
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-02-07 Jim LaskeyAutomatically generating intrinsic declarations from...
2006-03-24 Chris Lattnerextract some more information from the intrinsic table
2006-03-15 Chris LattnerAutogenerate a table of intrinsic names, so we can...
2006-03-15 Chris LattnerAutogenerate code to map from GCC builtin to LLVM intri...
2006-03-13 Chris Lattneremit a mapping from LLVM intrinsic -> GCC builtins.
2006-03-09 Chris Lattnergenerate side-effect info
2006-03-09 Chris LattnerParse mod/ref properties, autogen mod/ref information
2006-03-09 Chris Lattnerparse intrinsic types
2006-03-09 Chris Lattnerautogenerate the function name recognizer
2006-03-03 Chris Lattnerinitial implementation of intrinsic parsing