2005-01-29 |
Chris Lattner | Adjust to changes in the User class. Introduce a new... |
tree | commitdiff |
2005-01-29 |
Chris Lattner | Adjust to user changes. |
tree | commitdiff |
2005-01-29 |
Chris Lattner | Many changes to cope with the User.h changes. Instruct... |
tree | commitdiff |
2005-01-29 |
Chris Lattner | Adjust to User.h changes. |
tree | commitdiff |
2005-01-29 |
Chris Lattner | Instead of storing operands as std::vector<Use>, just... |
tree | commitdiff |
2005-01-28 |
Chris Lattner | Do not clean up if the MappedFile was never used or... |
tree | commitdiff |
2005-01-28 |
Jeff Cohen | Get VC++ compiling again |
tree | commitdiff |
2005-01-28 |
Reid Spencer | Convert some old C-style casts to C++ style. |
tree | commitdiff |
2005-01-24 |
Chris Lattner | Add some methods. |
tree | commitdiff |
2005-01-24 |
Misha Brukman | `primitive' has no `a' |
tree | commitdiff |
2005-01-24 |
Chris Lattner | Do not return true from isSized for things without... |
tree | commitdiff |
2005-01-24 |
Chris Lattner | This giant patch speeds up Type::isSized(). Before... |
tree | commitdiff |
2005-01-23 |
Chris Lattner | Add an accessor. |
tree | commitdiff |
2005-01-23 |
Chris Lattner | Expose more information from register allocation to... |
tree | commitdiff |
2005-01-23 |
Chris Lattner | Give SelectionDAG a TargetLowering instance instead... |
tree | commitdiff |
2005-01-23 |
Chris Lattner | Remove two dead methods and improve the comments for... |
tree | commitdiff |
2005-01-23 |
Chris Lattner | New method. |
tree | commitdiff |
2005-01-22 |
Jeff Cohen | Fix VC++ complaint |
tree | commitdiff |
2005-01-21 |
Chris Lattner | Keep track of node depth for each node |
tree | commitdiff |
2005-01-20 |
Chris Lattner | Apparently destroyFile() now throws an exception. ... |
tree | commitdiff |
2005-01-20 |
Chris Lattner | Eliminate the unimplemented ADDC/SUBB operations, add... |
tree | commitdiff |
2005-01-19 |
Chris Lattner | Add an accessor for targets that pass args in regs |
tree | commitdiff |
2005-01-19 |
Chris Lattner | Add a new method, described in the comment. |
tree | commitdiff |
2005-01-19 |
Jeff Cohen | Add missing data types for VC++ |
tree | commitdiff |
2005-01-19 |
Chris Lattner | Move all data members to the end of the class. |
tree | commitdiff |
2005-01-18 |
Chris Lattner | Keep track of the returned value type as well. |
tree | commitdiff |
2005-01-18 |
Chris Lattner | Allow setcc operations to have non-bool types. |
tree | commitdiff |
2005-01-17 |
Chris Lattner | Make methods private, add a method. |
tree | commitdiff |
2005-01-17 |
Chris Lattner | Add methods |
tree | commitdiff |
2005-01-16 |
Chris Lattner | Add comments |
tree | commitdiff |
2005-01-16 |
Chris Lattner | Revamp supported ops. Instead of just being supported... |
tree | commitdiff |
2005-01-16 |
Reid Spencer | Provide support for HP/UX aCC compiler's variant of... |
tree | commitdiff |
2005-01-16 |
Chris Lattner | Improve compatiblity with HPUX on Itanium, patch by... |
tree | commitdiff |
2005-01-16 |
Chris Lattner | Improve compatibility with aCC on HPUX. Patch by Durai... |
tree | commitdiff |
2005-01-16 |
Chris Lattner | Move some information out of LegalizeDAG into the gener... |
tree | commitdiff |
2005-01-15 |
Chris Lattner | Add some helper methods. |
tree | commitdiff |
2005-01-15 |
Chris Lattner | Add new SIGN_EXTEND_INREG, ZERO_EXTEND_INREG, and FP_RO... |
tree | commitdiff |
2005-01-15 |
Chris Lattner | Add a new target-independent code generator flag. |
tree | commitdiff |
2005-01-14 |
Chris Lattner | Change CopyFromReg to take and produce a chain node... |
tree | commitdiff |
2005-01-14 |
Chris Lattner | Start adding some new operators, give IMPLICIT_DEF... |
tree | commitdiff |
2005-01-13 |
Chris Lattner | Add a method |
tree | commitdiff |
2005-01-13 |
Chris Lattner | Add a method |
tree | commitdiff |
2005-01-13 |
Chris Lattner | Add new ImplicitDef node, rename CopyRegSDNode class... |
tree | commitdiff |
2005-01-13 |
Chris Lattner | Add a new node type, add comments. |
tree | commitdiff |
2005-01-12 |
Chris Lattner | New method. |
tree | commitdiff |
2005-01-12 |
Chris Lattner | Update comments to indicate CopyFrom/ToReg take physreg... |
tree | commitdiff |
2005-01-11 |
Reid Spencer | Fix the documentation for executeAndWait so the argumen... |
tree | commitdiff |
2005-01-11 |
Chris Lattner | Add MEMSET/MEMCPY/MEMMOVE operations. Fix a really... |
tree | commitdiff |
2005-01-11 |
Chris Lattner | Add support for bottom-up graphs. |
tree | commitdiff |
2005-01-10 |
Chris Lattner | Add a helper method. |
tree | commitdiff |
2005-01-10 |
Chris Lattner | Add support for graph operations, and add a viewGraph... |
tree | commitdiff |
2005-01-10 |
Chris Lattner | Add a helper method |
tree | commitdiff |
2005-01-10 |
Jeff Cohen | Apply feedback from Chris. |
tree | commitdiff |
2005-01-10 |
Jeff Cohen | Apply feed back from Chris: |
tree | commitdiff |
2005-01-09 |
Jeff Cohen | Add last four createXxxPass functions |
tree | commitdiff |
2005-01-09 |
Jeff Cohen | Get lib/Analysis/DataStructure to compile with VC++ |
tree | commitdiff |
2005-01-09 |
Chris Lattner | Add interfaces to lower varargs and return/frame addres... |
tree | commitdiff |
2005-01-08 |
Jeff Cohen | Fix VC++ compilation error |
tree | commitdiff |
2005-01-08 |
Jeff Cohen | Add even more missing createXxxPass functions. |
tree | commitdiff |
2005-01-08 |
Chris Lattner | Allow array types to have 64-bit size. |
tree | commitdiff |
2005-01-08 |
Jeff Cohen | Use size_t instead of long to represent memory usage... |
tree | commitdiff |
2005-01-08 |
Chris Lattner | Adjust prototype |
tree | commitdiff |
2005-01-08 |
Chris Lattner | Silence VS warnings. |
tree | commitdiff |
2005-01-08 |
Chris Lattner | Make LowerCallTo more generic and useful. |
tree | commitdiff |
2005-01-08 |
Jeff Cohen | Add a few more passes to LinkAllPasses.h |
tree | commitdiff |
2005-01-08 |
Jeff Cohen | Add more missing createXxxPass functions. |
tree | commitdiff |
2005-01-08 |
Chris Lattner | Add operators for FP -> INT conversions and back. |
tree | commitdiff |
2005-01-07 |
Chris Lattner | Add a new SelectionDAG::RemoveDeadNodes method |
tree | commitdiff |
2005-01-07 |
Jeff Cohen | Fix include. Too easy to make mistakes like this on... |
tree | commitdiff |
2005-01-07 |
Jeff Cohen | Get new SelectionDAG stuff building with Visual Studio. |
tree | commitdiff |
2005-01-07 |
Jeff Cohen | But not the identation of THAT line |
tree | commitdiff |
2005-01-07 |
Chris Lattner | Complete rewrite of the SelectionDAG class. |
tree | commitdiff |
2005-01-07 |
Chris Lattner | Common base class for SelectionDAG-based instruction... |
tree | commitdiff |
2005-01-07 |
Chris Lattner | Initial implementation of the nodes in a SelectionDAG. |
tree | commitdiff |
2005-01-07 |
Chris Lattner | First draft of a new Target interface |
tree | commitdiff |
2005-01-07 |
Jeff Cohen | Correct indentation levels |
tree | commitdiff |
2005-01-07 |
Chris Lattner | Add convenience method. |
tree | commitdiff |
2005-01-07 |
Jeff Cohen | Add missing createXxxPass functions |
tree | commitdiff |
2005-01-07 |
Misha Brukman | Fix spelling. |
tree | commitdiff |
2005-01-07 |
Jeff Cohen | Update list of passes |
tree | commitdiff |
2005-01-07 |
Jeff Cohen | Fix return type |
tree | commitdiff |
2005-01-06 |
Jeff Cohen | Get the #ifdef right on LinkAllPasses.h. |
tree | commitdiff |
2005-01-06 |
Jeff Cohen | Fix minor mistakes |
tree | commitdiff |
2005-01-06 |
Jeff Cohen | Get rid of those pesky tabs... |
tree | commitdiff |
2005-01-06 |
Jeff Cohen | Add project opt to Visual Studio. |
tree | commitdiff |
2005-01-06 |
Jeff Cohen | Fix incorrect return type. |
tree | commitdiff |
2005-01-06 |
Chris Lattner | Add required #include |
tree | commitdiff |
2005-01-06 |
Chris Lattner | Add a useful method |
tree | commitdiff |
2005-01-05 |
Chris Lattner | Add a list end sentinal |
tree | commitdiff |
2005-01-05 |
Chris Lattner | add an assertion |
tree | commitdiff |
2005-01-04 |
Chris Lattner | Do not let 'ftostr' return a string that starts with... |
tree | commitdiff |
2005-01-02 |
Chris Lattner | Add some bits that can be set on instructions. Renumbe... |
tree | commitdiff |
2005-01-02 |
Reid Spencer | Make printing a warning message optional in CheckByteco... |
tree | commitdiff |
2005-01-01 |
Reid Spencer | Implement a function to print a warning if bytecode... |
tree | commitdiff |
2005-01-01 |
Reid Spencer | Add functions for determining if the stdin/out/err... |
tree | commitdiff |
2005-01-01 |
Jeff Cohen | Add llvm-as project to Visual Studio |
tree | commitdiff |
2005-01-01 |
Jeff Cohen | Fix bountiful sources of VC++ 'possible loss of data... |
tree | commitdiff |
2005-01-01 |
Reid Spencer | Add HAVE_SBRK |
tree | commitdiff |
2005-01-01 |
Chris Lattner | Add a useful accessor |
tree | commitdiff |
2005-01-01 |
Chris Lattner | Add two helper functions. |
tree | commitdiff |
next |