| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change signature of this method again | Chris Lattner | 2004-10-07 | 1 | -1/+1 |
* | Rename pass | Chris Lattner | 2004-10-07 | 1 | -3/+3 |
* | Undoxyfy internal method. | Misha Brukman | 2004-10-06 | 1 | -3/+2 |
* | Doxygen-ify comments | Misha Brukman | 2004-10-06 | 1 | -2/+3 |
* | Rename method, change comment, add argument | Chris Lattner | 2004-10-06 | 1 | -3/+3 |
* | Fix #include flavor | Chris Lattner | 2004-10-04 | 5 | -5/+5 |
* | Add HAVE_BZIP2 and HAVE_ZLIB | Reid Spencer | 2004-10-04 | 1 | -0/+6 |
* | Add a context for the callback so different compression scenarios can be | Reid Spencer | 2004-10-04 | 1 | -9/+11 |
* | Minor corrections suggested by Chris' ever-watchful eye. | Reid Spencer | 2004-10-04 | 1 | -9/+4 |
* | First version of the MappedFile abstraction for operating system idependent | Reid Spencer | 2004-10-04 | 1 | -0/+160 |
* | First version of a support utility to provide generalized compression in | Reid Spencer | 2004-10-04 | 1 | -0/+99 |
* | Add const version of getLastBlock() member function. | Alkis Evlogimenos | 2004-09-30 | 1 | -0/+3 |
* | Remove whitespace from the end of the line. | Alkis Evlogimenos | 2004-09-30 | 2 | -4/+4 |
* | Add accessor function prototypes for reoptimizer support passes. | Brian Gaeke | 2004-09-30 | 1 | -3/+18 |
* | * Wrap some comments to 80 cols | Chris Lattner | 2004-09-30 | 1 | -1/+6 |
* | Be consistent with our naming | Chris Lattner | 2004-09-28 | 1 | -2/+2 |
* | Capture information about whether the target instructions have delay slots | Chris Lattner | 2004-09-28 | 1 | -0/+9 |
* | Add includes and use std:: for standard library calls to make code | Alkis Evlogimenos | 2004-09-28 | 1 | -2/+2 |
* | Use class instead of struct for defining classes. This unbreaks the | Alkis Evlogimenos | 2004-09-28 | 3 | -3/+6 |
* | Clean up the interface of TimeValue: | Reid Spencer | 2004-09-25 | 1 | -207/+171 |
* | Initial implementation of the TimeValue abstraction. | Reid Spencer | 2004-09-24 | 1 | -0/+391 |
* | Updated the last two header files so that they are configured with | John Criswell | 2004-09-24 | 4 | -6/+44 |
* | Modified hash_map and hash_set configuration so that they are not | John Criswell | 2004-09-24 | 2 | -6/+14 |
* | Configure Datatypes.h.in with AC_CONFIG_HEADERS. This should prevent it | John Criswell | 2004-09-24 | 1 | -3/+15 |
* | Change Value from a "struct" to a "class" so that VC 7.1 doesn't generate | Reid Spencer | 2004-09-23 | 1 | -1/+1 |
* | Update to add the HAVE_UINT64_T test and the STACK_DIRECTION indicator. | Reid Spencer | 2004-09-22 | 1 | -7/+4 |
* | The alloca function, strangely enough, is found in the malloc.h header file | Reid Spencer | 2004-09-22 | 1 | -0/+2 |
* | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 9 | -31/+46 |
* | Do not prototype any of these passes as returning Pass*. Instead, be specific | Chris Lattner | 2004-09-20 | 2 | -33/+33 |
* | Adjust to API changes | Chris Lattner | 2004-09-20 | 1 | -2/+2 |
* | Add CallGraphNode::removeAnyCallEdgeTo method | Chris Lattner | 2004-09-18 | 1 | -0/+5 |
* | Implement new changeFunction method, nuke a never implemented one. | Chris Lattner | 2004-09-18 | 1 | -11/+19 |
* | Make sure to update the list end when an element is removed from it. This | Chris Lattner | 2004-09-15 | 1 | -0/+4 |
* | Add an optional argument to PromoteMemToReg | Chris Lattner | 2004-09-15 | 1 | -1/+5 |
* | Add an AliasSetTracker::copyValue method | Chris Lattner | 2004-09-14 | 1 | -9/+19 |
* | Remove unused pass | Chris Lattner | 2004-09-14 | 1 | -23/+0 |
* | Okay, the list of link-time passes wasn't such a hot idea. Its prone to | Reid Spencer | 2004-09-14 | 1 | -26/+0 |
* | Adjust to #include movage | Chris Lattner | 2004-09-14 | 1 | -2/+2 |
* | Add the GetLibraryPath method. | Reid Spencer | 2004-09-13 | 1 | -0/+11 |
* | Add support for the link-time pass list to Modules. | Reid Spencer | 2004-09-13 | 1 | -1/+30 |
* | Simplify the sys::Memory interface per Chris' request. | Reid Spencer | 2004-09-13 | 1 | -23/+33 |
* | Clean up the interface and implementation of sys::Program so that it is | Reid Spencer | 2004-09-13 | 1 | -22/+14 |
* | * Fix grammar | Misha Brukman | 2004-09-12 | 1 | -4/+4 |
* | Fix the replace method to assert if an item was erased from the set but not | Reid Spencer | 2004-09-11 | 1 | -2/+2 |
* | Correct the interface of a function to use the correct typedef for an | Reid Spencer | 2004-09-11 | 1 | -2/+2 |
* | Implement the remove method for deleting entries from the SetVector. | Reid Spencer | 2004-09-11 | 1 | -0/+11 |
* | Make the dependent libraries list use a SetVector instead of a regular | Reid Spencer | 2004-09-11 | 1 | -3/+4 |
* | Initial commit of a file to declare the interface for platform independent | Reid Spencer | 2004-09-11 | 1 | -0/+53 |
* | Add methods for detecting file types by magic number, getting the file name | Reid Spencer | 2004-09-11 | 1 | -1/+38 |
* | Add methods for detecting different kinds of files by their magic number, | Reid Spencer | 2004-09-11 | 1 | -0/+42 |