Silence a spurious warning
[oota-llvm.git] / lib / Analysis /
2004-04-10 Chris LattnerAdd a couple of more functions that cannot access memor...
2004-04-07 Chris LattnerFix a bug Brian found.
2004-04-05 Chris LattnerSparc don't got not "sqrtl", bum bum bum
2004-04-05 Misha BrukmanKill warnings during an optimized compile where assert...
2004-04-05 Chris LattnerFix PR312 and IndVarsSimplify/2004-04-05-InvokeCastCras...
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-04-03 Chris LattnerImplement test/Regression/Transforms/GCSE/undefined_load.ll
2004-04-03 Chris LattnerAdd a break in the default case
2004-04-02 Chris LattnerRemove obsolete files
2004-04-02 Chris LattnerComment out debugging printouts
2004-04-02 Chris LattnerAdd a new analysis
2004-03-30 Chris LattnerAdd some new methods
2004-03-29 Chris LattnerAdjust to new itf
2004-03-25 Chris LattnerMinor efficiency improvement, finegrainify namespacific...
2004-03-17 Chris LattnerFix a HORRIBLY NASTY bug that caused siod to stop worki...
2004-03-16 Chris LattnerAdd some missing functions. Make sure to handle calls...
2004-03-15 Chris LattnerOk, the assertion was bogus. Calls that do not read...
2004-03-15 Chris LattnerThis assertion is bogus now that calls do not necessari...
2004-03-15 Chris LattnerImplement CSE of call instructions in the most trivial...
2004-03-15 Chris LattnerFix a minor bug, implementing GCSE/call_pure_function.ll
2004-03-15 Chris LattnerDon't be COMPLETELY pessimistic in the face of function...
2004-03-15 Chris LattnerDeinline some virtual methods, provide better mod/ref...
2004-03-15 Chris LattnerPass through the boolean queries
2004-03-15 Chris LattnerTeach basicaa about some stdc functions.
2004-03-14 Chris LattnerDemoteRegToStack got moved from DemoteRegToStack.h...
2004-03-13 Chris LattnerFix a tiny bug that caused an incorrect assertion failu...
2004-03-13 Chris LattnerRename the intrinsic enum values for llvm.va_* from...
2004-03-12 Chris LattnerFix a couple of minor problems. Because PHI nodes...
2004-03-12 Chris LattnerImplement mod/ref analysis for a trivial case where...
2004-03-12 Misha BrukmanSimplify code to process CallSites (thanks to Chris).
2004-03-12 Misha BrukmanEvaluate ModRef information in addition to regular...
2004-03-12 Misha BrukmanImplement getModRefInfo() for DSA to calculate whether...
2004-03-12 Misha BrukmanMake code more readable.
2004-03-10 Chris LattnerFix PR284: [indvars] Induction variable analysis violat...
2004-03-09 Chris Lattnerimplement new method
2004-03-08 Chris LattnerSwitch to using edge profiling information as the basic...
2004-03-08 Chris LattnerRefactor implementations
2004-03-08 Chris LattnerImport the trace class from the reoptimizer
2004-03-08 Chris LattnerIf we have edge counts, we can produce block counts...
2004-03-08 Chris LattnerAdd initial support for reading edge counts. This...
2004-03-08 Chris LattnerFix a bug handling globals that are constants, but...
2004-03-05 Chris LattnerFix a minor bug
2004-03-05 Misha BrukmanUnbreak the build on Sparc.
2004-03-04 Chris LattnerFix a bug in a previous checkin that broke 175.vpr
2004-03-04 Chris LattnerAdd support for strto* and v*printf
2004-03-04 Chris LattnerAdd non-crappy support for varargs
2004-03-04 Chris LattnerImplement a FIXME, improving the efficiency of DSA...
2004-03-04 Chris LattnerSpeed up the cbu pass from taking somewhere near the...
2004-03-04 Chris LattnerFix BU datastructures with povray!
2004-03-04 Chris LattnerMinor changes, remove some debugging code that got...
2004-03-04 Chris LattnerOnly clone nodes that are needed in the caller, don...
2004-03-03 Chris LattnerFix a minor bug handling incomplete programs
2004-03-03 Chris LattnerFix a DSA bug that caused DSA to generate incredibly...
2004-03-03 Chris LattnerDeinline methods, add fast exit
2004-03-03 Chris LattnerFix a node mapping problem that was causing the pool...
2004-03-02 Chris LattnerFINALLY be able to get symbolic type names in the globa...
2004-03-02 Chris LattnerReally, only if reopen
2004-03-01 Chris LattnerCorrectly add an array marker on a node when appropriate!
2004-03-01 Chris LattnerExpand on my note-to-self
2004-02-29 Misha Brukman* Remove function to find "main" in a Module, there...
2004-02-27 Chris LattnerOnly clone global nodes between graphs if both graphs...
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 LattnerFix typo
2004-02-26 Chris LattnerThe node doesn't have to be _no_ node flags, it just...
2004-02-26 Chris LattnerAdd _more_ functions
2004-02-25 Chris LattnerTwo changes:
2004-02-25 Chris LattnerWhen building local graphs, clone the initializer for...
2004-02-25 Chris LattnerSimplify the dead node elimination stuff
2004-02-25 Chris LattnerAdd a bunch more functions
2004-02-25 Chris LattnerTry harder to get symbol info
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-22 Chris LattnerFix a soon-to-be-missing #include
2004-02-22 Chris LattnerUse isNull instead of getNode() to test for existence...
2004-02-21 Chris LattnerFix an iterator invalidation problem which was causing...
2004-02-21 Chris LattnerUse handy method
2004-02-21 Chris LattnerInstead of cloning the globals for main into the global...
2004-02-20 Chris LattnerThere is no need to merge the globals graph into the...
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-17 Chris LattnerWhen we complete the bottom-up pass, make sure to merge...
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-11 Chris LattnerCosmetic improvements to this option.
2004-02-11 Chris LattnerActually load profiling information now! Block layout...
2004-02-11 Chris LattnerFix a typeo
2004-02-11 Chris LattnerFix copy-and-pastos
2004-02-11 Chris LattnerAdd skeleton profileinfoloader pass. This will be...
2004-02-11 Chris LattnerFactor this code out of llvm-prof
2004-02-11 Chris LattnerMake sure to register the 'no profile' implementation...
2004-02-11 Chris LattnerSimplify implementation, and probably speed things...
2004-02-10 Chris LattnerAn initial implementation of an LLVM ProfileInfo class...
2004-02-09 Chris LattnerAdjust to the changed StructType interface. In particu...
2004-02-08 Chris LattnerAdd one that I missed
next