make sure that we don't use a common symbol if a section was specified
[oota-llvm.git] / lib / Analysis / DataStructure /
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-06 Chris LattnerRemove the 'printname' argument to WriteAsOperand....
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-28 Bill WendlingConvert to using llvm streams instead of iostreams.
2006-11-27 Reid SpencerFor PR950:
2006-11-17 Bill WendlingNeeded <iostream> for now.
2006-11-17 Bill WendlingReplace DEBUG(std::cerr with DOUT. Removed some iostrea...
2006-11-07 Andrew LenharthOptionally allow comparison operations from affect...
2006-11-07 Andrew LenharthAllow loop detection during debug in forwarding nodes...
2006-11-07 Andrew Lenharthdebug type for DSA TD
2006-11-03 Andrew LenharthSplit the External and Intrinsic handling into seperate...
2006-11-02 Reid SpencerFor PR786:
2006-10-23 Andrew LenharthMake these hack flags hidden, like other dsa hack flags
2006-10-23 Andrew LenharthRevert the aggressive inlining for now, it doesn't...
2006-10-23 Jim Laskey[SU]int update - inactive code may get activated someday
2006-10-20 Reid SpencerFor PR950:
2006-10-13 Andrew LenharthMove some warnings to debug mode.
2006-10-02 Jim LaskeyAdd ability to annotate (color) nodes in a viewGraph.
2006-08-28 Reid SpencerFor PR387:
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris LattnerFit to 80 cols
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-06-28 Andrew Lenharthadd some missing externals
2006-06-27 Reid SpencerFor PR801:
2006-06-19 Andrew LenharthDo partial inlining in BU. This resolves more call...
2006-06-19 Andrew LenharthFix a bug, don't drop indirect call sites, especially...
2006-06-16 Andrew LenharthAdd a error message to cbu to match bu
2006-06-16 Andrew Lenharthmove header
2006-06-05 Reid SpencerFor PR798:
2006-05-29 Andrew Lenharthmove calltarget to dsa
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-12 Chris LattnerRemove dead variable
2006-04-25 Andrew Lenharthslightly more useful error message
2006-04-25 Andrew Lenharthbetter c99 struct handling
2006-04-19 Andrew LenharthAnother simple case type merge case to try
2006-04-19 Andrew Lenharthdeal with memchr
2006-04-19 Andrew Lenharthfriendlier error message
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-27 Andrew LenharthIf adding a link to a collapsed, node, ignore offset.
2006-03-15 Andrew Lenharthno heap is happening here
2006-03-15 Andrew Lenharthremove qsort for now
2006-03-15 Andrew Lenharthallow field sensitivity to be a tunable parameter
2006-03-15 Andrew LenharthHandle one offset with growth case seen in povray....
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 iostream #includes
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-10-24 Chris Lattnerdon't bother building the archive version of this library
2005-10-24 Chris Lattnerimplement some prototypes
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-06-18 Andrew Lenharthcore changes for varargs
2005-04-25 Chris LattnerCorrectly handle global-argument aliases induced in...
2005-04-25 Chris LattnerDon't mess up SCC traversal when a node has null edges...
2005-04-23 Chris LattnerPropagate eq sets through the bu graphs to the cbu...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Chris Lattneradd support for taking and resolving the address of...
2005-04-12 Chris LattnerFix a crash analyzing MultiSource/Benchmarks/MallocBench/gs
2005-04-02 Chris Lattnerfix some VC compilation problems, thanks to Jeff C...
2005-04-02 Chris LattnerEquivClassGraphs is now in DataStructure.h
2005-04-02 Chris Lattneruse a callee_iterator typedef.
2005-04-02 Chris LattnerChange the ActualCallees callgraph from hash_multimap...
2005-03-29 Chris LattnerFix a problem where we not marking incoming arguments...
2005-03-27 Chris Lattnerremove ...
2005-03-27 Chris Lattnerspeed up steens by using spliceFrom, improve its precis...
2005-03-27 Chris LattnerDon't give up completely, maybe other AA can say someth...
2005-03-26 Chris LattnerCache mapping information for a call site after computi...
2005-03-26 Chris LattnerRemove more long dead code: dsa doesn't provide must...
2005-03-26 Chris Lattnerremove some unsafe code that has long been dead
2005-03-26 Chris Lattnerslightly improve mod/ref for DSAA by checking the globa...
2005-03-26 Chris LattnerTeach steens-aa two things about mod/ref information:
2005-03-25 Chris Lattnerno really, don't double count these nodes either!
2005-03-25 Chris LattnerDon't count all of the nodes in the SCC once for each...
2005-03-25 Chris LattnerGrow the EQ classes for globals at the end of the BU...
2005-03-25 Chris Lattnerremove a debugging timer.
2005-03-25 Chris LattnerTwo changes here:
2005-03-25 Chris LattnerMake the spliceFrom case where one graph is completely...
2005-03-24 Chris Lattneradd a new DSGraph::spliceFrom method, which violently...
2005-03-24 Chris LattnerThis replaces the correct but slow code with a more...
2005-03-24 Chris Lattneronly look at successors of globals. This gets us down...
2005-03-24 Chris LattnerUnfortunately, a previous patch was not safe. Revert...
2005-03-24 Chris Lattnerdon't bother |'ing in 0's
2005-03-24 Chris Lattnerbe more aggressive about incompleteness marking
2005-03-24 Chris LattnerFix a crash while promoting a value out of a loop from...
2005-03-24 Chris Lattnerteach ds-aa about mod/ref for external function calls.
2005-03-23 Chris Lattnera hack to allow count-aa to work with ds-aa :(
2005-03-23 Chris Lattnerturn a dead conditional into an assert.
2005-03-23 Chris LattnerTotally gut mergeInGraph. There is absolutely no reaso...
2005-03-23 Chris Lattnerwrap a long line
next