For PR950:
[oota-llvm.git] / lib / CodeGen / IntrinsicLowering.cpp
2006-12-23 Reid SpencerFor PR950:
2006-12-21 Reid SpencerSimplify all the casting business and get rid of isSign...
2006-12-18 Reid SpencerConvert the last uses of CastInst::createInferredCast...
2006-12-12 Chris LattnerThis case isn't needed with recent changes to ConstantI...
2006-12-12 Reid SpencerChange inferred cast creation calls to more specific...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingChanged to using llvm streams.
2006-11-27 Reid SpencerFor PR950:
2006-11-15 Chris LattnerSimplify IntrinsicLowering and clarify that it is only...
2006-11-08 Reid SpencerFor PR950:
2006-10-20 Reid SpencerFor PR950:
2006-03-23 Jim LaskeyHandle new forms of llvm.dbg intrinsics.
2006-03-13 Jim LaskeyHandle the removal of the debug chain.
2006-03-09 Chris Lattnerremove dbg_declare, it's not used yet.
2006-03-03 Chris LattnerSplit memcpy/memset/memmove intrinsics into i32/i64...
2006-01-16 Reid SpencerFor PR411:
2006-01-16 Nate BegemanAdd BSWAP stuff to intrinsic lowering for CBE & friends.
2006-01-13 Chris LattnerAdd "support" for the llvm.stacksave/stackrestore intri...
2005-11-11 Andrew Lenharthcontinued readcyclecounter support
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-05-11 Chris LattnerFix lowering of ctlz, so now UnitTests/2005-05-11-Popco...
2005-05-11 Chris LattnerFix lowering of cttz to work with signed values
2005-05-11 Chris Lattnerfix and concisify intinsic lowering for ctpop. Unfortu...
2005-05-08 Chris LattnerWrap long lines. Fix "warning: conflicting types for...
2005-05-03 Andrew LenharthImplement count leading zeros (ctlz), count trailing...
2005-04-30 Alkis EvlogimenosDo not use deprecated APIs
2005-04-30 Chris LattnerLower llvm.sqrt -> fsqrt/sqrt
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-28 Andrew LenharthFirst step in adding pcmarker intrinsic. Second step...
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-01 Alkis EvlogimenosLower llvm.isunordered(a, b) into a != a | b != b.
2005-02-28 Chris LattnerLower prefetch to a noop, patch contributed by Justin...
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-20 Chris LattnerMove the IntrinsicLowering header into the CodeGen...
2004-06-15 Chris LattnerRemove isnan support, correct isunordered support
2004-06-12 Alkis EvlogimenosAdd the isunordered intrinsic.
2004-06-11 Chris LattnerFix lowering to work correctly
2004-06-11 Chris LattnerI misled Alkis: LLVM should have isnan, not isunordered.
2004-06-11 Alkis EvlogimenosAdd the isunordered intrinsic.
2004-06-05 Chris LattnerRemove an unused variable.
2004-05-09 Chris LattnerImplement the AddPrototypes method
2004-02-15 Chris LattnerBy default, llvm.setjmp/llvm.longjmp intrinsics get...
2004-02-15 Chris LattnerRefactor code. Now the intrinsic lowering pass tries...
2004-02-14 Chris LattnerA target that doesn't support these intrinsics will...
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 LattnerImplement the llvm.memcpy intrinsic
2004-01-14 Chris LattnerHrm, apparently I missed lowering this intrinsic. :(
2004-01-05 Chris LattnerAdd VMCore and code generator support for debugging...
2003-12-28 Chris LattnerClean up a lot of the code I added yesterday by exposin...
2003-12-28 Chris LattnerMove into the VMCore library
2003-12-28 Chris LattnerImplement the default implementation of the intrinsic...