oota-llvm.git
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
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 Lattnerremove warning, make computeGGToGMapping return an...
2005-03-15 Chris Lattneradd support for hashing nodehandles.
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 Lattneradd iterators for return nodes list.
2005-03-15 Chris Lattnermethod renamed
2005-03-15 Chris LattnerReplace more a*'s with arg_*'s, thanks to Gabor Greif!
2005-03-15 Chris Lattneradd missing copyright header
2005-03-15 Alkis EvlogimenosStop using abegin and aend.
2005-03-15 Alkis EvlogimenosStop using abegin.
2005-03-15 Alkis EvlogimenosUse arg_iterator and arg_begin and arg_end functions.
2005-03-15 Jeff CohenAdd EquivClassGraphs.cpp to VC++ project.
2005-03-15 Chris Lattneravoid varialbe name collisions
2005-03-15 Jeff CohenDo it right...
2005-03-15 Jeff CohenFix VC++ breakage.
2005-03-15 Chris Lattnerstop using method.
2005-03-15 Chris Lattnermethods removed.
2005-03-15 Chris Lattnerremove reverse BB iterators.
2005-03-15 Chris Lattnerremove a whole bunch of dead methods. Noone should...
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 Lattnerswitch from a* to arg_* and g* to global_* for argument...
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-15 Chris LattnerRename method, add counterpart.
2005-03-14 Chris LattnerRemove the reverse iterators for arguments and global...
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-14 Chris LattnerAdd a useful method.
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 LattnerAdd support for printing EQ graphs
2005-03-13 Chris LattnerReplace linear search with logrithmic one.
2005-03-13 Chris Lattneradd a StructLayout::getElementContainingOffset method.
next