Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / VMCore / IntrinsicInst.cpp
2013-01-02 Chandler CarruthRename VMCore directory to IR.
2010-06-22 Gabor Greifwarmup ritual: use high-level argument accessors
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-03-14 Chris Lattnerfix some pointless layering violations.
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-11 Victor HernandezRespond to Chris' review:
2010-01-05 Devang PatelRemove dead debug info intrinsics.
2009-12-31 Chris LattnerRemove #include of metadata.h from intrinsicinst.h...
2009-12-31 Chris Lattnerrename "elements" of metadata to "operands". "Elements...
2009-09-02 Torok EdwinFix DbgStopPointInst->getFileName/getDirectory, broken...
2008-12-19 John CriswellThe fields for the stoppoint debug intrinsic have not...
2008-10-11 Daniel DunbarUnbreak DbgStopPointInst::getFileName().
2008-07-03 Bill WendlingRevert my previous check-in that split up MachineModule...
2008-06-30 Evan Cheng- Re-apply 52748 and friends with fix. GetConstantStrin...
2008-06-29 Anton KorobeynikovRevert (52748 and friends):
2008-06-27 Bill WendlingRefactor the DebugInfoDesc stuff out of the MachineModu...
2008-06-26 Eric ChristopherMove GetConstantStringInfo to lib/Analysis. Remove
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2006-12-13 Jim LaskeyUpdate version in safe guards.
2006-11-27 Reid SpencerFor PR950:
2006-10-04 Chris LattnergetFilename/getDirectory shouldn't abort if the global...
2006-07-11 Jim Laskey1. Support for c++ mangled names.
2006-06-19 Jim LaskeyHandle versioning of compile unit.
2006-06-16 Jim LaskeyForgot operands were hard coded for compile unit.
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-03-26 Jim LaskeyBullet proof against undefined args produced by upgradi...
2006-03-24 Jim LaskeyFix indent.
2006-03-24 Jim LaskeyClean up some commentary.
2006-03-23 Jim LaskeySimplify handling of llvm.dbg intrinsic operands to...