Fix the 3 regressions last night, due to my buggy patch from yesterday.
[oota-llvm.git] / lib /
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.
2005-03-09 Chris LattnerExport two methods for getting -X and A-B.
2005-03-09 Chris Lattnerget bugpoint working on ia64, by building .so's with...
2005-03-08 Chris LattnerFix a crash handling 'undef bool', fixing an llc crash...
2005-03-08 Reid SpencerPatch to make assembly output compatible with mingw...
2005-03-08 Chris LattnerMake sure to remove all dead type names from the symbol...
2005-03-08 Misha BrukmanSingle characters should be printed out as chars, not...
2005-03-07 Chris LattnerFix an apparent ambiguity compiling on PPC
2005-03-06 Chris Lattnerfix a bug where we thought arguments were constants :(
2005-03-06 Chris LattnerFix Regression/Transforms/LoopStrengthReduce/dont_inser...
2005-03-06 Chris Lattnerimplement Transforms/LoopStrengthReduce/invariant_value...
2005-03-06 Chris Lattnerminor simplifications of the code.
2005-03-06 Chris Lattnertrivial simplification
2005-03-06 Chris LattnerFix a bug where we could corrupt a parent loop's header...
2005-03-06 Chris Lattnerrename insertEntry to insert
2005-03-06 Chris LattnerMerge SymbolTable::removeEntry into SymbolTable::remove...
2005-03-06 Chris LattnerDelete the really inefficient method: void remove(const...
2005-03-06 Chris LattnerMake this MUCH faster by avoiding a linear search in...
2005-03-06 Chris LattnerRemove some really gross and hard to understand code...
2005-03-06 Chris LattnerSimplify some code.
2005-03-06 Chris Lattnerremove these methods.
2005-03-06 Chris Lattnersimplify and speed up some code
2005-03-06 Chris Lattnersimplify some code.
2005-03-06 Chris LattnerThis fixes PR531, a crash when running the CBE on a...
2005-03-05 Jeff CohenReformat comments to fix 80 columns.
2005-03-05 Jeff CohenReuse induction variables created for strength-reduced...
2005-03-05 Chris Lattnerremove all of the various setName implementations,...
2005-03-05 Chris Lattnersecond argument to Value::setName is now gone.
2005-03-05 Chris LattnerMake sure the two arguments of a setcc instruction...
2005-03-05 Chris Lattnerzap
2005-03-05 Chris Lattner2nd arg to setName goes away.
2005-03-05 Chris LattnerConstants never get names.
next