move some code around so that Verifier.cpp can get access to the intrinsic info table.
[oota-llvm.git] / include / llvm / Intrinsics.h
2012-05-27 Chris Lattnermove some code around so that Verifier.cpp can get...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-14 Benjamin KramerChange Intrinsic::getDeclaration and friends to take...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2010-02-09 Dan GohmanMention vAny and iPTRAny in a comment.
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-11 Bob WilsonAdd a new overloaded EVT::vAny type for use in TableGen...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-07 Owen AndersonLLVMContext-ification.
2009-02-24 Mon P WangAdded support to have TableGen provide information...
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...
2008-09-25 Devang Patel Large mechanical patch.
2008-04-30 Chris Lattneradd missing #include
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2008-02-20 Dan GohmanAdd some comments to Intrinsic::getDeclaration to clari...
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