Constant-propagate the value of `isL' variable and eliminate it.
[oota-llvm.git] / include /
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 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 Alkis EvlogimenosAdd new function getPtrPtrFromArrayPtr().
2005-03-19 Chris LattnerRewrite this class, making the following improvements:
2005-03-17 Chris Lattneradd 3 methods
2005-03-17 Duraid Madinadainty
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 Jeff CohenDon't provide default hash struct instantiation.
2005-03-16 Jeff CohenAdd adapter class to let VC++ hash_map use GCC's hash...
2005-03-16 Misha BrukmanFix grammar wrt apostrophe's
2005-03-16 Misha BrukmanConvert tabs to spaces
2005-03-15 Chris Lattnerremove warning, make computeGGToGMapping return an...
2005-03-15 Chris Lattneradd support for hashing nodehandles.
2005-03-15 Chris Lattneradd iterators for return nodes list.
2005-03-15 Jeff CohenDo it right...
2005-03-15 Jeff CohenFix VC++ breakage.
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 LattnerRename method, add counterpart.
2005-03-14 Chris LattnerRemove the reverse iterators for arguments and global...
2005-03-14 Chris LattnerAdd a useful method.
2005-03-13 Chris LattnerAdd support for printing EQ graphs
2005-03-13 Chris Lattneradd a helper method
2005-03-12 Chris Lattnerremove this from the PA namespace, leaving it in the...
2005-03-11 Chris LattnerFix some crashes noted by John Mellor-Crummey's group.
2005-03-09 Chris LattnerAllow the live interval analysis pass to be a bit more...
2005-03-09 Chris LattnerUse static_cast and #include Instructions.h
2005-03-09 Chris Lattnerexport two methods
2005-03-07 Chris LattnerFix problems compiling with G++ 4.x.x with -pedantic...
2005-03-06 Chris Lattnernew helper method
2005-03-06 Chris Lattnermove some method declarations around to make it clear...
2005-03-06 Chris Lattnerthis method is never called.
2005-03-06 Chris Lattnerthe only caller of insertEntry is insert, inline it...
2005-03-06 Chris Lattnerremove this method.
2005-03-06 Chris LattnerDelete the really inefficient method: void remove(const...
2005-03-06 Chris LattnerInternallyInconsistent is dead!
2005-03-06 Chris Lattnerremove these dead methods.
2005-03-06 Chris Lattnernuke some dead methods.
2005-03-06 Chris LattnerAdd a new method, allow symtab to poke name.
2005-03-05 Chris Lattnerremove extraneous spaces from argument lists.
2005-03-05 Chris Lattnerremove all of the various setName implementations,...
2005-03-05 Chris LattnerRemove the second argument to Value::setName, it is...
2005-03-04 Jeff CohenAdd support for not strength reducing GEPs where the...
2005-03-03 Chris LattnerAdd an argument.
2005-03-02 Chris LattnerNow that type does not derive from Value, these do...
2005-02-28 Chris LattnerAdd a prefetch intrinsic, patch contributed by Justin...
2005-02-27 Chris LattnerFix this to create a recursive mutex. Patch by Evan...
2005-02-27 Chris LattnerRename include guard, patch contributed by Evan Jones!
2005-02-27 Chris LattnerFix spelling, patch contributed by Gabor Greif
2005-02-26 Reid SpencerImplement an isBytecodeArchive method to determine...
2005-02-26 Chris LattnerFix a case where we incorrectly returned hasComputableL...
2005-02-24 Chris Lattnerswitch instructions only allow constantints for their...
2005-02-24 Chris Lattneradd a new method.
2005-02-23 Chris LattnerAdd new method.
2005-02-22 Chris Lattnerremove some more dead templates and a dead macro.
2005-02-22 Chris LattnerRemove a bunch of dead templates.
2005-02-19 Jeff CohenChange __MINGW to __MINGW32__. Patch submitted by...
2005-02-17 Chris LattnerMap doubles from integers, not the double itself.
2005-02-15 Chris LattnerAdd a new method to make it easy to update graphs.
2005-02-13 Chris LattnerMove private helper function into the only .cpp file...
2005-02-13 Chris LattnerDo not replace ostream << Module*, only ostream <<...
2005-02-13 Chris LattnerAdd a new replaceSymbolicValuesWithConcrete method...
2005-02-09 Chris LattnerAdd some iterators that should have come in long ago
2005-02-07 Chris LattnerHopefully fix the build on Darwin with GCC 3.3
2005-02-05 Chris LattnerEliminate the explicit opcode field in ConstantExpr...
2005-02-05 Chris LattnerEliminate the explicit volatile fields in LoadInst...
2005-02-05 Chris LattnerSubclassID is really a small field. Split it into...
2005-02-04 Chris LattnerAdd some new members
2005-02-04 Chris Lattneradd new member
2005-02-03 Chris LattnerAdd a new method.
2005-02-01 Chris Lattnerremove dead method
2005-02-01 Chris LattnerSwitch from using an ilist for uses to using a custom...
2005-01-30 Chris Lattner* Make some methods more const correct.
2005-01-30 Chris LattnerImprove spelling
2005-01-30 Chris LattnerImprove conformance with the Misha spelling benchmark...
2005-01-29 Chris LattnerAdjust to ilist changes.
2005-01-29 Chris LattnerAdjust to ilist changes.
2005-01-29 Chris LattnerAdjust to changes in ilist
2005-01-29 Chris LattnerRename createNode -> createSentinal.
2005-01-29 Chris LattnerThere is no reason to include ostream here, include...
2005-01-29 Chris LattnerFix quotes.
2005-01-29 Jeff CohenUnbreak VC++ build
2005-01-29 Chris LattnerMemory used is a delta between memuse at the start...
2005-01-29 Chris LattnerAdjust to changes in the User class.
2005-01-29 Chris LattnerAdjust to changes in the User class. Introduce a new...
2005-01-29 Chris LattnerAdjust to user changes.
2005-01-29 Chris LattnerMany changes to cope with the User.h changes. Instruct...
2005-01-29 Chris LattnerAdjust to User.h changes.
2005-01-29 Chris LattnerInstead of storing operands as std::vector<Use>, just...
2005-01-28 Chris LattnerDo not clean up if the MappedFile was never used or...
2005-01-28 Jeff CohenGet VC++ compiling again
2005-01-28 Reid SpencerConvert some old C-style casts to C++ style.
2005-01-24 Chris LattnerAdd some methods.
next