For PR950:
[oota-llvm.git] / lib / Analysis / DataStructure / Local.cpp
2006-10-20 Reid SpencerFor PR950:
2006-10-13 Andrew LenharthMove some warnings to debug mode.
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-06-28 Andrew Lenharthadd some missing externals
2006-04-25 Andrew Lenharthbetter c99 struct handling
2006-04-19 Andrew Lenharthdeal with memchr
2006-04-19 Andrew Lenharthstupid stuff
2006-04-18 Andrew LenharthI understand now. Shoot.
2006-04-18 Andrew Lenharthllvm.memc* improvements. helps PA a lot in some specmarks
2006-04-18 Andrew Lenharthllvm.memc* improvements. helps PA a lot in some specmarks
2006-04-13 Andrew LenharthHandle some kernel code than ends in [0 x sbyte]. ...
2006-04-05 Andrew Lenharthrevert this, this is safe, if conservative. leave...
2006-03-15 Andrew Lenharthno heap is happening here
2006-03-15 Andrew Lenharthremove qsort for now
2006-03-15 Andrew Lenharthimprove mem intrinsics and add a few things povray...
2006-03-03 Chris LattnerSplit memcpy/memset/memmove intrinsics into i32/i64...
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2005-12-19 John CriswellPrefix DSA specific options with dsa.
2005-12-19 John CriswellAdded an option to specify the names of heap freeing...
2005-12-19 John CriswellAdded a command line option that allows the user to...
2005-12-06 Sumant KowshikCollapsing node if variable length struct with final...
2005-06-18 Andrew Lenharthcore changes for varargs
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-22 Chris LattnerRemove an iteration pass over the entire scalarmap...
2005-03-20 Chris LattnerBuild EC's for globals twice. The first is after const...
2005-03-20 Chris Lattnersome methods got renamed
2005-03-20 Chris Lattnercomment cleanup
2005-03-19 Chris LattnerCreate an equivalence class of global variables that...
2005-03-18 Chris Lattneranother fastpath
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-05 Chris LattnerMake sure the two arguments of a setcc instruction...
2005-03-04 Chris LattnerTrivial cleanup patch
2005-02-25 Chris LattnerHandle null a bit more carefully.
2005-02-24 Chris LattnerThis instruction:
2005-01-30 Chris Lattner* Make some methods more const correct.
2005-01-12 Chris LattnerSilence VC++ warnings.
2004-12-08 Chris LattnerWork correctly with ICC, Patch contributed by Bjørn...
2004-11-08 Chris LattnerHandle assert_fail special
2004-11-03 Chris LattnerDon't call Constant::getNullValue when the argument...
2004-10-30 Chris LattnerFix more undefined behavior
2004-10-26 Chris Lattneradd support for UndefValue
2004-10-16 Chris LattnerAdd support for undef
2004-10-06 Chris LattnerDont' let null nodes sneak past cast instructions
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-02 Chris LattnerHide this option
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-18 Reid Spencerbug 122:
2004-07-07 Chris LattnerMove all of the DSA headers into the Analysis/DataStruc...
2004-07-07 Chris LattnerAs much as I hate to say it, the whole setNode interfac...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-05-25 Vikram S. AdveRecognize memalign and friends, and handle them specially.
2004-05-23 Chris LattnerFix a really nasty bug with the -disable-ds-field-sensi...
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-03-13 Chris LattnerRename the intrinsic enum values for llvm.va_* from...
2004-03-05 Misha BrukmanUnbreak the build on Sparc.
2004-03-04 Chris LattnerAdd support for strto* and v*printf
2004-03-04 Chris LattnerAdd non-crappy support for varargs
2004-03-03 Chris LattnerFix a minor bug handling incomplete programs
2004-03-02 Chris LattnerReally, only if reopen
2004-03-01 Chris LattnerCorrectly add an array marker on a node when appropriate!
2004-02-27 Chris LattnerADD MORE FUNCTIONS!
2004-02-26 Chris LattnerBe a good little compiler and handle direct calls effic...
2004-02-26 Chris LattnerAdd _more_ functions
2004-02-25 Chris LattnerWhen building local graphs, clone the initializer for...
2004-02-25 Chris LattnerAdd a bunch more functions
2004-02-25 Chris LattnerAdd a bunch more functions used by perlbmk
2004-02-24 Chris LattnerAdd support for 'rename'
2004-02-24 Chris LattnerAdd support for remove, fwrite, and fread
2004-02-20 Chris LattnerAdd two missing returns, which caused us to be very...
2004-02-20 Chris LattnerAdd support for some string functions, the scanf family...
2004-02-16 Chris LattnerOnly spit out warning for functions that take pointers...
2004-02-16 Chris Lattnermemset and bcopy and now unified by the llvm.memset...
2004-02-15 Chris LattnerNo need to scan zero initializers. This should make...
2004-02-13 Chris LattnerAdd support for a bunch more functions
2004-02-13 Chris LattnerAdd support for fopen/fclose. Specifically with fopen...
2004-02-13 Chris LattnerRestructure code to handle memcpy/memmove
2004-02-08 Chris LattnerInstead of callign removeTriviallyDeadNodes on the...
2004-02-08 Chris LattnerThis call is no longer needed now that merging does...
2004-01-28 Chris LattnerRename DSGraph::ScalarMapTy -> DSScalarMap
2004-01-27 Chris Lattnerminor cleanups
2003-11-25 Chris LattnerDo not depend on index type to determine whether it...
2003-11-14 Chris LattnerImplement a small optimization to handling of GEP's...
2003-11-13 Chris LattnerDisable integer tracking by default
2003-11-12 Chris LattnerFine-grainify namespaces for this library
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-09 Chris LattnerAdd support for memmove
2003-11-08 Chris LattnerHandle bzero and memset in the local analysis, because...
2003-11-02 Chris LattnerAll DSGraphs keep a reference to the targetdata they...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-24 Chris LattnerDOn't crash if program calls the null pointer
2003-09-20 Chris LattnerMake sure to add global variable initializers to the...
2003-09-20 Chris LattnerAdd special case handling for calloc and realloc
2003-09-20 Chris LattnerSwitch from using CallInst's to represent call sites...
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-07-02 Chris LattnerRemove dead Nodes list
2003-07-02 Chris LattnerMake local pass print out its progress
2003-06-30 Chris LattnerDo not delete the same graph multiple times when freein...
2003-06-30 Chris LattnerMove usages of explicit hash_* datastructures to use...
next