summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Get friendly with TypeChris Lattner2004-10-07
* Change signature of this method againChris Lattner2004-10-07
* Rename passChris Lattner2004-10-07
* Undoxyfy internal method.Misha Brukman2004-10-06
* Doxygen-ify commentsMisha Brukman2004-10-06
* Rename method, change comment, add argumentChris Lattner2004-10-06
* Fix #include flavorChris Lattner2004-10-04
* Add HAVE_BZIP2 and HAVE_ZLIBReid Spencer2004-10-04
* Add a context for the callback so different compression scenarios can beReid Spencer2004-10-04
* Minor corrections suggested by Chris' ever-watchful eye.Reid Spencer2004-10-04
* First version of the MappedFile abstraction for operating system idependentReid Spencer2004-10-04
* First version of a support utility to provide generalized compression inReid Spencer2004-10-04
* Add const version of getLastBlock() member function.Alkis Evlogimenos2004-09-30
* Remove whitespace from the end of the line.Alkis Evlogimenos2004-09-30
* Add accessor function prototypes for reoptimizer support passes.Brian Gaeke2004-09-30
* * Wrap some comments to 80 colsChris Lattner2004-09-30
* Be consistent with our namingChris Lattner2004-09-28
* Capture information about whether the target instructions have delay slotsChris Lattner2004-09-28
* Add includes and use std:: for standard library calls to make codeAlkis Evlogimenos2004-09-28
* Use class instead of struct for defining classes. This unbreaks theAlkis Evlogimenos2004-09-28
* Clean up the interface of TimeValue:Reid Spencer2004-09-25
* Initial implementation of the TimeValue abstraction.Reid Spencer2004-09-24
* Updated the last two header files so that they are configured withJohn Criswell2004-09-24
* Modified hash_map and hash_set configuration so that they are notJohn Criswell2004-09-24
* Configure Datatypes.h.in with AC_CONFIG_HEADERS. This should prevent itJohn Criswell2004-09-24
* Change Value from a "struct" to a "class" so that VC 7.1 doesn't generateReid Spencer2004-09-23
* Update to add the HAVE_UINT64_T test and the STACK_DIRECTION indicator.Reid Spencer2004-09-22
* The alloca function, strangely enough, is found in the malloc.h header fileReid Spencer2004-09-22
* This is an empty directoryChris Lattner2004-09-21
* This is a dead directory nowChris Lattner2004-09-21
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Do not prototype any of these passes as returning Pass*. Instead, be specificChris Lattner2004-09-20
* Adjust to API changesChris Lattner2004-09-20
* Add CallGraphNode::removeAnyCallEdgeTo methodChris Lattner2004-09-18
* Implement new changeFunction method, nuke a never implemented one.Chris Lattner2004-09-18
* Make sure to update the list end when an element is removed from it. ThisChris Lattner2004-09-15
* Add an optional argument to PromoteMemToRegChris Lattner2004-09-15
* Add an AliasSetTracker::copyValue methodChris Lattner2004-09-14
* Remove unused passChris Lattner2004-09-14
* Okay, the list of link-time passes wasn't such a hot idea. Its prone toReid Spencer2004-09-14
* Adjust to #include movageChris Lattner2004-09-14
* Add the GetLibraryPath method.Reid Spencer2004-09-13
* Add support for the link-time pass list to Modules.Reid Spencer2004-09-13
* Simplify the sys::Memory interface per Chris' request.Reid Spencer2004-09-13
* Clean up the interface and implementation of sys::Program so that it isReid Spencer2004-09-13
* * Fix grammarMisha Brukman2004-09-12
* Fix the replace method to assert if an item was erased from the set but notReid Spencer2004-09-11
* Correct the interface of a function to use the correct typedef for anReid Spencer2004-09-11
* Implement the remove method for deleting entries from the SetVector.Reid Spencer2004-09-11
* Make the dependent libraries list use a SetVector instead of a regularReid Spencer2004-09-11