drop the second argument to cloneInto, which is always the local scalar map.
[oota-llvm.git] / lib /
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 Lattnerdon't generate temporary scalarmaps.
2005-03-21 Chris Lattnerallow passing clone flags down to cloneInto
2005-03-21 Chris LattnerEnhance the TD pass to build composite graphs when...
2005-03-21 Chris Lattnermake this const correct
2005-03-21 Chris LattnerFix a major problem where we didn't add call graph...
2005-03-21 Misha BrukmanWe may be adding functions to the Module during initial...
2005-03-21 Chris LattnerUgh, for some reason, I can't call this unless the...
2005-03-21 Chris LattnerThe reachability cloner should add arguments to merged...
2005-03-21 Chris Lattner'note to self'
2005-03-21 Chris LattnerRemove a bunch of cruft and dead code for handling...
2005-03-21 Tanya LattnerMake this method non-const. Making it const causes...
2005-03-21 Chris LattnerChange the way that the TD pass inlines graphs. Instea...
2005-03-20 Chris LattnerDon't strip modref bits when inlining down the call...
2005-03-20 Chris LattnerRemove the ability to keep track of inlined globals...
2005-03-20 Chris LattnerThis call is always a noop, remove it.
2005-03-20 Chris Lattnerremove some pointless asserts
2005-03-20 Chris Lattner-steens doesn't use the inlined globals facility.
2005-03-20 Chris LattnerBuild EC's for globals twice. The first is after const...
2005-03-20 Chris LattnerAdd a new DSNode::removeGlobal method.
2005-03-20 Chris LattnerTransform BU pass to not use the horrible DSCallSiteIte...
2005-03-20 Chris LattnerImplement new methods for dealing with DSNode global...
2005-03-20 Chris Lattneruse simpler methods.
2005-03-20 Chris Lattnermethod was renamed.
2005-03-20 Chris Lattnerprint out equiv class info.
2005-03-20 Chris Lattnersome methods got renamed
2005-03-20 Chris LattnerMake use of simpler DSNode methods.
2005-03-20 Chris Lattner#ifdef out a function only used by #ifdef'd code.
2005-03-20 Chris Lattnercomment cleanup
2005-03-19 Chris LattnerCreate an equivalence class of global variables that...
2005-03-19 Chris LattnerFix the 3 regressions last night, due to my buggy patch...
2005-03-19 Alkis EvlogimenosAdd new function getPtrPtrFromArrayPtr().
2005-03-19 Alkis EvlogimenosStop using deprecated interface.
2005-03-19 Chris LattnerSwitch to use the new interface for the EquivalenceClas...
2005-03-18 Chris Lattnerdo not bother inlining nullary functions without return...
2005-03-18 Chris Lattnerfix a bogus assertion
2005-03-18 Chris Lattneranother fastpath
2005-03-18 Chris Lattnerremove use of getPrev() and getNext() on ilist nodes.
2005-03-18 Chris Lattnerexpose this pass to both opt and analyze
2005-03-18 Chris Lattnerremove a bogus optimization. This only works if there...
2005-03-18 Chris LattnerRewrite DSAA::getModRefInfo to compute the mapping...
2005-03-17 Chris Lattnerimplement a new method.
2005-03-17 Chris Lattneradd some possibly bogus assertions.
2005-03-17 Chris LattnerDo not include the Function* for direct call/invoke...
2005-03-17 Duraid Madinatypo/denial
2005-03-17 Chris Lattnersimplify this function a bit, allow DS-AA to build...
2005-03-17 Chris LattnerClean up some code, handle null pointer specially to...
2005-03-17 Chris LattnerTwo changes:
2005-03-17 Duraid Madinaclean up warnings when building in release mode
2005-03-17 Duraid MadinaOK, IA64 is statically linked into llc
2005-03-17 Duraid Madinabuild the IA64 target as a .so for now
2005-03-17 Duraid Madinaand so it begins...
2005-03-17 Chris LattnerDon't emit two comparisons when comparing a FP value...
2005-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
2005-03-17 Chris LattnerDo not create ridiculously huge DSNodes, as described...
2005-03-17 Chris LattnerFix a bug where we would consider " .99" and "1.0"...
2005-03-16 Chris Lattnerremove use of compat_iterator.
2005-03-16 Misha BrukmanConvert tabs to spaces
2005-03-15 Chris Lattnerfix some 80 column violations
2005-03-15 Chris Lattnerconsolidate LinkFiles into LinkItems, use lib_* iterators.
2005-03-15 Chris Lattnerconsolidate LinkLibraries into LinkItems
2005-03-15 Chris Lattnermake sure to mark nodes in the globals graph incomplete...
2005-03-15 Chris Lattnerfix crashes when we only have a prototype for main.
2005-03-15 Chris LattnerFix a crash that happens when mapping something like...
2005-03-15 Andrew Lenharthsure, I can set a flag, but if I never check it, why...
2005-03-15 Chris LattnerMake computeGGToGMapping compute an invnodemap
2005-03-15 Chris LattnerFinally fix (the right way) the problem where functions...
2005-03-15 Chris LattnerStart using retnodes_* for iteration.
2005-03-15 Chris Lattneravoid varialbe name collisions
2005-03-15 Chris Lattnerstop using method.
2005-03-15 Chris Lattnerstop using arg_front
2005-03-15 Chris Lattnerstop using arg_back
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-15 Chris LattnerDon't crash if computing a mapping to a node with zero...
2005-03-15 Chris Lattnerrename method, add counterpart
2005-03-14 Andrew LenharthFP 0.0 setcc optimization, and generate short branch...
2005-03-14 Chris Lattneradd a method to compute a commonly used mapping.
2005-03-13 Chris Lattnerregardless of whether or not the client things we shoul...
2005-03-13 Chris LattnerMake sure to remove incomplete markers before we add...
2005-03-13 Chris LattnerThe incoming arguments to main (the argv list) are...
2005-03-13 Chris LattnerAfter finishing BU analysis, move all global variables...
2005-03-13 Chris LattnerADd support for printing eqgraphs.
2005-03-13 Chris LattnerReplace linear search with logrithmic one.
2005-03-13 Chris Lattneradd a StructLayout::getElementContainingOffset method.
2005-03-13 Andrew LenharthShould fix mesa
2005-03-12 Chris Lattnermake sure to mark nodes returned from functions as...
2005-03-12 Chris Lattnerremove this from the PA namespace, leaving it in the...
2005-03-12 Chris LattnerMove this from the pool allocator project to here,...
2005-03-11 Andrew Lenharthremove a pseudo instruction and improve inline constant...
2005-03-10 Chris LattnerI didn't mean to check this in. :(
2005-03-10 Chris LattnerFix a bug where we would incorrectly do a sign ext...
2005-03-10 Andrew Lenharthyay for camel_cvs diff
2005-03-10 Andrew Lenharthsome typoes and .bss isn't liked, at all
2005-03-09 Chris LattnerAllow the live interval analysis pass to be a bit more...
2005-03-09 Andrew Lenharthminor correction for Register that isn't used
2005-03-09 Chris Lattnerconstant fold FP_ROUND_INREG, ZERO_EXTEND_INREG, and...
2005-03-09 Chris Lattnercorrect the computation of the isAbstract bit for types.
2005-03-09 Chris LattnerFix Regression/Analysis/BasicAA/2005-03-09-BrokenBasicA...
2005-03-09 Reid SpencerFix a typo in an assertion comment.
next