oota-llvm.git
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
2005-03-21 Chris LattnerEnhance the TD pass to build composite graphs when...
2005-03-21 Chris Lattneradd a new map
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 Chris LattnerNew testcase, which is important to handle correctly.
2005-03-21 Misha BrukmanWe may be adding functions to the Module during initial...
2005-03-21 Chris LattnerThis error message changed.
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 LattnerMake the first operand of this method be modifiable.
2005-03-21 Chris Lattneradd a method
2005-03-21 Chris LattnerIf merging two calls like: foo(A) and bar(B, C), make...
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 Chris LattnerNew testcase that the assembler incorrectly accepts.
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-21 Chris Lattnerrename a method add a data structure.
2005-03-21 Chris LattnerProvide a guaranteed definition of intptr_t. Thansk...
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 LattnerRemove the InlinedGlobals set which is always empty.
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 Lattneradd a 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 Lattnerrename some methods and add some new methods for dealin...
2005-03-20 Chris Lattner#ifdef out a function only used by #ifdef'd code.
2005-03-20 Chris Lattnercomment cleanup
2005-03-19 Misha BrukmanConstant-propagate the value of `isL' variable and...
2005-03-19 Jeff CohenSilence VC++ warning about mixing intptr_t and bool...
2005-03-19 Chris LattnerCreate an equivalence class of global variables that...
2005-03-19 Chris LattnerMake each scalar map contain a reference to an equivale...
2005-03-19 Chris LattnerEach DS collection now contains an equivalence class...
2005-03-19 Chris Lattneradd a method to clear globals from a node
2005-03-19 Chris LattnerTwo fixes for the copy ctor/operator=:
2005-03-19 Chris Lattneradd some methods, fix a major bug in getLeader() that...
2005-03-19 Chris Lattnerimplement a proper copy ctor, operator= and add a helpe...
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-19 Chris LattnerRewrite this class, making the following improvements:
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 Misha BrukmanWe shall have IA64 as a new experimental backend releas...
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 3 methods
2005-03-17 Misha BrukmanRecognize an IA64 when we see one
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 Madinanow the angry bug reports have somewhere to go!
2005-03-17 Chris Lattnerstatically link ia64 into llc
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 Madinadainty
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 Lattnerspiff up the nightly tester output one more notch
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 compat_iterator, which is dead in the tree.
2005-03-16 Chris Lattnerremove use of compat_iterator.
2005-03-16 Chris Lattnerremove use of compat_iterator
2005-03-16 Chris LattnerPrint out who commits and what files were modified...
2005-03-16 Jeff CohenDo #include HashExtras.h with VC++
2005-03-16 Jeff CohenDon't provide default hash struct instantiation.
2005-03-16 Misha BrukmanConvert tabs to spaces
2005-03-16 Jeff CohenAdd adapter class to let VC++ hash_map use GCC's hash...
2005-03-16 Jeff CohenRemove deleted files from VC++ project.
2005-03-16 Misha BrukmanFix grammar wrt apostrophe's
2005-03-16 Misha BrukmanConvert tabs to spaces
2005-03-15 Chris Lattnerfix some 80 column violations
next