Memory used is a delta between memuse at the start of the time and the
[oota-llvm.git] / include /
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
2005-01-07 Misha BrukmanFix spelling.
2005-01-07 Jeff CohenUpdate list of passes
2005-01-07 Jeff CohenFix return type
2005-01-06 Jeff CohenGet the #ifdef right on LinkAllPasses.h.
2005-01-06 Jeff CohenFix minor mistakes
2005-01-06 Jeff CohenGet rid of those pesky tabs...
2005-01-06 Jeff CohenAdd project opt to Visual Studio.
2005-01-06 Jeff CohenFix incorrect return type.
2005-01-06 Chris LattnerAdd required #include
2005-01-06 Chris LattnerAdd a useful method
2005-01-05 Chris LattnerAdd a list end sentinal
2005-01-05 Chris Lattneradd an assertion
2005-01-04 Chris LattnerDo not let 'ftostr' return a string that starts with...
2005-01-02 Chris LattnerAdd some bits that can be set on instructions. Renumbe...
2005-01-02 Reid SpencerMake printing a warning message optional in CheckByteco...
2005-01-01 Reid SpencerImplement a function to print a warning if bytecode...
2005-01-01 Reid SpencerAdd functions for determining if the stdin/out/err...
2005-01-01 Jeff CohenAdd llvm-as project to Visual Studio
2005-01-01 Jeff CohenFix bountiful sources of VC++ 'possible loss of data...
2005-01-01 Reid SpencerAdd HAVE_SBRK
next