Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / Intrinsics.h
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-04-01 Reid SpencerFor PR1297:
2007-02-07 Jim LaskeyAutomatically generating intrinsic declarations from...
2006-03-25 Chris LattnerAdd a programatic interface to intrinsic names.
2006-03-09 Chris Lattneruse the enum list autogen'd from Intrinsics.td
2006-03-03 Chris Lattnerremove the read/write port/io intrinsics.
2006-03-03 Chris LattnerSplit memcpy/memset/memmove intrinsics into i32/i64...
2006-01-16 Reid SpencerFor PR411:
2006-01-14 Nate BegemanAdd bswap intrinsics as documented in the Language...
2006-01-13 Chris Lattneradd new llvm.stacksave/llvm.stackrestore intrinsics
2005-11-11 Andrew LenharthAdd support for a cycle counter intrinsic. As basicall...
2005-05-03 Andrew LenharthImplement count leading zeros (ctlz), count trailing...
2005-04-30 Chris LattnerAdd llvm.sqrt intrinsic, patch contributed by Morten...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-28 Andrew LenharthFirst step in adding pcmarker intrinsic. Second step...
2005-02-28 Chris LattnerAdd a prefetch intrinsic, patch contributed by Justin...
2004-10-29 Misha BrukmanThe Alpha (tm) intrinsics aren't even being used
2004-06-15 Chris Lattnerisnan is dead
2004-06-12 Alkis EvlogimenosAdd the isunordered intrinsic.
2004-06-11 Chris LattnerI misled Alkis: LLVM should have isnan, not isunordered.
2004-06-11 Alkis EvlogimenosAdd the isunordered intrinsic.
2004-05-23 Chris LattnerAdd the new GC intrinsics
2004-04-14 Chris LattnerTemporarily hack in the intrinsics that John added...
2004-04-08 John CriswellAdded the llvm.readport and llvm.writeport intrinsics.
2004-03-13 Chris LattnerRename the intrinsic enum values for llvm.va_* from...
2004-02-14 Chris LattnerAdd llvm.memset/frameaddress/returnaddress intrinsics.
2004-02-12 Chris LattnerAdd support for the llvm.memmove intrinsic.
2004-02-12 Chris LattnerUrg, check in header I forgot. :(
2004-01-06 Chris Lattneradd new intrinsic
2004-01-05 Chris LattnerAdd some intrinsics
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-18 Chris LattnerNew revised variable argument handling support
2003-09-08 Chris LattnerEliminate the unwind intrinsic, it is now an instruction
2003-08-25 Chris LattnerAs it turns out, things will be simpler than I first...
2003-08-24 Chris Lattnerrethrow is really the language independent primitive...
2003-08-24 Chris LattnerInitial support for recognizing LLVM exception handling...
2003-08-18 Chris LattnerAdd intrinsics for the llvm.sig(set|long)jmp functions
2003-08-06 Chris LattnerAdd a bunch of new Alpha Intrinsics for Rahul Joshi
2003-07-28 Chris LattnerAdd alpha intrinsics, contributed by Rahul Joshi
2003-06-03 Chris LattnerAdd comment for doxygen for namespace
2003-05-17 Chris LattnerAdd support for setjmp/longjmp primitives
2003-05-08 Chris LattnerInitial checkin for LLVM intrinsic functions