* Fix spelling of `volatile'
[oota-llvm.git] / include /
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.
2005-01-10 Jeff CohenApply feed back from Chris:
2005-01-09 Jeff CohenAdd last four createXxxPass functions
2005-01-09 Jeff CohenGet lib/Analysis/DataStructure to compile with VC++
2005-01-09 Chris LattnerAdd interfaces to lower varargs and return/frame addres...
2005-01-08 Jeff CohenFix VC++ compilation error
2005-01-08 Jeff CohenAdd even more missing createXxxPass functions.
2005-01-08 Chris LattnerAllow array types to have 64-bit size.
2005-01-08 Jeff CohenUse size_t instead of long to represent memory usage...
2005-01-08 Chris LattnerAdjust prototype
2005-01-08 Chris LattnerSilence VS warnings.
2005-01-08 Chris LattnerMake LowerCallTo more generic and useful.
2005-01-08 Jeff CohenAdd a few more passes to LinkAllPasses.h
2005-01-08 Jeff CohenAdd more missing createXxxPass functions.
2005-01-08 Chris LattnerAdd operators for FP -> INT conversions and back.
2005-01-07 Chris LattnerAdd a new SelectionDAG::RemoveDeadNodes method
2005-01-07 Jeff CohenFix include. Too easy to make mistakes like this on...
2005-01-07 Jeff CohenGet new SelectionDAG stuff building with Visual Studio.
2005-01-07 Jeff CohenBut not the identation of THAT line
2005-01-07 Chris LattnerComplete rewrite of the SelectionDAG class.
2005-01-07 Chris LattnerCommon base class for SelectionDAG-based instruction...
2005-01-07 Chris LattnerInitial implementation of the nodes in a SelectionDAG.
2005-01-07 Chris LattnerFirst draft of a new Target interface
2005-01-07 Jeff CohenCorrect indentation levels
2005-01-07 Chris LattnerAdd convenience method.
2005-01-07 Jeff CohenAdd missing createXxxPass functions
next