Fix undefined behavior in the Mips backend.
[oota-llvm.git] / lib / Analysis / CaptureTracking.cpp
2012-01-17 Jakub StaszakMove includes to the .cpp file.
2011-12-28 Nick LewyckyChange CaptureTracking to pass a Use* instead of a...
2011-11-21 Nick LewyckyFix crasher in GVN due to my recent capture tracking...
2011-11-21 Nick LewyckyAdd virtual destructor. Whoops!
2011-11-20 Nick LewyckyLess template, more virtual! Refactoring suggested...
2011-11-14 Nick LewyckyRefactor capture tracking (which already had a couple...
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2010-11-09 Dan GohmanVAArg doesn't capture its operand.
2010-07-28 Gabor Greifsimplify
2010-03-25 Gabor Greifrename use_const_iterator to const_use_iterator for...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2009-12-09 Dan GohmanReuse the Threshold value to size these containers...
2009-12-09 Dan GohmanFix a typo in a comment, and adjust SmallSet and SmallV...
2009-12-08 Dan GohmanPut a threshold on the number of users PointerMayBeCaptured
2009-11-20 Dan GohmanUse stripPointerCasts(). Thanks Duncan!
2009-11-20 Dan GohmanRevert the rule that considers comparisons between...
2009-11-20 Dan GohmanSimplify this code; it's not necessary to check isIdent...
2009-11-20 Dan GohmanRefine the capture tracking rules for comparisons to...
2009-11-20 Dan GohmanUse isVoidTy().
2009-11-19 Dan GohmanRefine this to only apply to null in the default addres...
2009-11-19 Dan GohmanExtend CaptureTracking to indicate when a value is...
2009-11-19 Dan GohmanComparing a pointer with null is not a capture.
2009-11-03 Chris Lattnerremove a check of isFreeCall: the argument to free...
2009-10-27 Victor HernandezRename MallocFreeHelper as MemoryBuiltins
2009-10-26 Victor HernandezRename MallocHelper as MallocFreeHelper, since it now...
2009-10-26 Victor HernandezRemove FreeInst.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-05-07 Duncan SandsRevert r70876 and add a testcase (@c7) showing the...
2009-05-04 Mike StumpRestore minor deletion.
2009-01-18 Duncan SandsBasicAliasAnalysis and FunctionAttrs were both