nuke some dead methods.
[oota-llvm.git] / include / llvm /
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.
2005-01-24 Misha Brukman`primitive' has no `a'
2005-01-24 Chris LattnerDo not return true from isSized for things without...
2005-01-24 Chris LattnerThis giant patch speeds up Type::isSized(). Before...
2005-01-23 Chris LattnerAdd an accessor.
2005-01-23 Chris LattnerExpose more information from register allocation to...
2005-01-23 Chris LattnerGive SelectionDAG a TargetLowering instance instead...
2005-01-23 Chris LattnerRemove two dead methods and improve the comments for...
2005-01-23 Chris LattnerNew method.
2005-01-22 Jeff CohenFix VC++ complaint
2005-01-21 Chris LattnerKeep track of node depth for each node
2005-01-20 Chris LattnerApparently destroyFile() now throws an exception. ...
2005-01-20 Chris LattnerEliminate the unimplemented ADDC/SUBB operations, add...
2005-01-19 Chris LattnerAdd an accessor for targets that pass args in regs
2005-01-19 Chris LattnerAdd a new method, described in the comment.
2005-01-19 Jeff CohenAdd missing data types for VC++
2005-01-19 Chris LattnerMove all data members to the end of the class.
2005-01-18 Chris LattnerKeep track of the returned value type as well.
2005-01-18 Chris LattnerAllow setcc operations to have non-bool types.
2005-01-17 Chris LattnerMake methods private, add a method.
2005-01-17 Chris LattnerAdd methods
2005-01-16 Chris LattnerAdd comments
2005-01-16 Chris LattnerRevamp supported ops. Instead of just being supported...
2005-01-16 Reid SpencerProvide support for HP/UX aCC compiler's variant of...
2005-01-16 Chris LattnerImprove compatiblity with HPUX on Itanium, patch by...
2005-01-16 Chris LattnerImprove compatibility with aCC on HPUX. Patch by Durai...
2005-01-16 Chris LattnerMove some information out of LegalizeDAG into the gener...
2005-01-15 Chris LattnerAdd some helper methods.
2005-01-15 Chris LattnerAdd new SIGN_EXTEND_INREG, ZERO_EXTEND_INREG, and FP_RO...
2005-01-15 Chris LattnerAdd a new target-independent code generator flag.
2005-01-14 Chris LattnerChange CopyFromReg to take and produce a chain node...
2005-01-14 Chris LattnerStart adding some new operators, give IMPLICIT_DEF...
2005-01-13 Chris LattnerAdd a method
2005-01-13 Chris LattnerAdd a method
2005-01-13 Chris LattnerAdd new ImplicitDef node, rename CopyRegSDNode class...
2005-01-13 Chris LattnerAdd a new node type, add comments.
2005-01-12 Chris LattnerNew method.
2005-01-12 Chris LattnerUpdate comments to indicate CopyFrom/ToReg take physreg...
2005-01-11 Reid SpencerFix the documentation for executeAndWait so the argumen...
2005-01-11 Chris LattnerAdd MEMSET/MEMCPY/MEMMOVE operations. Fix a really...
2005-01-11 Chris LattnerAdd support for bottom-up graphs.
2005-01-10 Chris LattnerAdd a helper method.
2005-01-10 Chris LattnerAdd support for graph operations, and add a viewGraph...
2005-01-10 Chris LattnerAdd a helper method
2005-01-10 Jeff CohenApply feedback from Chris.
next