oota-llvm.git
2005-03-27 Chris Lattnerwrap some long lines
2005-03-27 Chris Lattnerremove ...
2005-03-27 Chris Lattnerspeed up steens by using spliceFrom, improve its precis...
2005-03-27 Chris Lattnerteach andersens about undef
2005-03-27 Chris LattnerDon't give up completely, maybe other AA can say someth...
2005-03-26 Chris LattnerFactor out percentage printing into its own function...
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-26 Chris LattnerInterchange this loop so that we test all pointers...
2005-03-26 Nate BegemanFix that pesky floats in integer regs problem by assign...
2005-03-26 Nate BegemanGet closer to having varargs working. There's still...
2005-03-26 Nate BegemanMake 64bit args and float args work correct with calls...
2005-03-26 Nate BegemanChange LowerCallTo to take a boolean isVarArg argument...
2005-03-26 Nate BegemanChange interface to LowerCallTo to take a boolean isVar...
2005-03-26 Nate BegemanNext round of pattern isel changes, mostly dealing...
2005-03-26 Nate BegemanCorrect a documention link
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 Lattnerfix the RUN line on this testcase so it passes.
2005-03-25 Nate BegemanSupport global addresses and fix call returns. Varargs...
2005-03-25 Chris LattnerEnhance loopsimplify to preserve alias analysis instead...
2005-03-25 Chris LattnerTreat free operations as volatile, since they cannot...
2005-03-25 Chris LattnerNew testcase that crashes licm.
2005-03-25 Chris LattnerFix a bug where LICM was not updating AA information...
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 Lattneradd new spliceFrom methods.
2005-03-24 Nate BegemanImplement next round of Pattern ISel fixes
2005-03-24 Nate BegemanFix an incorrect argument being passed to BuildMI for...
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 Nate BegemanCommit Gabor Greif's patch to use iterators in lowering...
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 Lattnernew testcase that DS-AA is causing to be miscompiled.
2005-03-24 Chris Lattnereliminate dead variables, patch contributed by Gabor...
2005-03-24 Nate BegemanImplement more of the PPC32 Pattern ISel:
2005-03-24 Chris LattnerFix silly "no newline at end of file" warning
2005-03-24 Chris LattnerFix compilation errors, patch contributed by the fabulo...
2005-03-24 Chris Lattnerfix a compilation error, patch contributed by Bill...
2005-03-24 Nate BegemanAddition of the PPC32 Pattern ISel. While it is far...
2005-03-24 Nate BegemanRemove comments that are now meaningless from the patte...
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-24 Chris LattnerSimplify dead code into a fixme :)
2005-03-24 Chris Lattnerfix a compiler crash in runtime/libprofile
2005-03-23 Chris Lattnerwrap a long line
2005-03-23 Chris LattnerIf we are calling an external function, chain to anothe...
2005-03-23 Chris LattnerGlobalMR should be able to analyze this function.
2005-03-23 Chris Lattnerif a function doesn't access memory at all, it definite...
2005-03-23 Chris LattnerMake this more efficient by only making one virtual...
2005-03-23 Chris LattnerMake this a bit more aggressive
2005-03-23 Chris Lattnera hack to allow count-aa to work with ds-aa :(
2005-03-23 Chris LattnerAdd two options to allow -count-aa to print queries...
2005-03-23 Misha BrukmanFix grammar
2005-03-23 Chris Lattnerenable -debug-only=licm
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
2005-03-23 Andrew Lenharthdon't lie to the register allocator
2005-03-23 Chris LattnerMake -steens-aa more conservative (aka correct) by...
2005-03-23 Tanya LattnerAdded alias analysis.
2005-03-23 Chris Lattnerimplement Analysis/DSGraph/field-sensitive.ll
2005-03-23 Chris Lattnernew testcase to verify that we have field sensitive...
2005-03-23 Chris Lattnermake sure this test tests the intended target.
2005-03-23 Chris Lattnerdon't crash in some bad cases.
2005-03-22 Chris LattnerSeveral changes here:
2005-03-22 Chris LattnerWe might as well check the TD graphs as well, even...
2005-03-22 Chris LattnerMark external globals incomplete in the BU Globals...
2005-03-22 Chris LattnerNew testcase, the BU pass is marking the global complet...
2005-03-22 Tanya LattnerUpdating my entry.
2005-03-22 Chris LattnerFix a serious bug where we didn't insert globals into...
2005-03-22 Andrew Lenharthhum, it is good to use real instructions
2005-03-22 Chris LattnerDirectly count the number of memory instructions.
2005-03-22 Chris LattnerTimers SHOULD NOT record the time taken to count the...
2005-03-22 Chris LattnerRemove an iteration pass over the entire scalarmap...
2005-03-22 Chris LattnerWhen making a clone of a DSGraph from the BU pass,...
2005-03-22 Chris LattnerDon't use operator[], use the new method instead, which...
2005-03-22 Chris Lattneradd a method
2005-03-22 Chris LattnerNow that the dead ctor is gone, nothing uses the old...
2005-03-22 Chris Lattnerremove a dead ctor
2005-03-22 Chris Lattnernow that the second argument is always this->ReturnNode...
2005-03-22 Chris Lattnerinstead of using a local RetValMap, just use the graph...
2005-03-22 Andrew Lenharthtwo things: 1)evilness reduction patch, reduces the...
2005-03-22 Chris Lattnernow that the valuemapping is always the local scalar...
2005-03-22 Chris Lattnerremove the second argument to cloneInto
2005-03-22 Chris Lattnerdrop the second argument to cloneInto, which is always...
2005-03-22 Chris Lattneradd some timers, don't clone aux nodes
2005-03-22 Chris Lattnermove this out of line
2005-03-22 Chris Lattnermove this stuff out of line
2005-03-22 Chris Lattnerdon't generate temporary scalarmaps.
2005-03-21 Chris Lattnerallow passing clone flags down to cloneInto
2005-03-21 Chris Lattnerallow passing clone flags into the ctor
next