summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Add an assertion.Vikram S. Adve2003-07-25
* Forward-declare class Module to make the header file self-contained.Brian Gaeke2003-07-25
* More cassert inclusion for GCC 3.3Chris Lattner2003-07-25
* #include <cassert> as necessary...Chris Lattner2003-07-25
* Fix another accessibility problem illuminated by GCC 3.3Chris Lattner2003-07-25
* Fix visibility problem exposed by GCC 3.3Chris Lattner2003-07-25
* Remove inline declarations that GCC 3.3 doesn't like without a bodyChris Lattner2003-07-25
* Regardless of whether C provides assert.h, C++ source can always includeChris Lattner2003-07-25
* Use the C++ <cassert> header, not the C <assert.h> headerChris Lattner2003-07-25
* This header works with GCC 3.3Chris Lattner2003-07-25
* Add includes of assertChris Lattner2003-07-25
* Fix accessibility problems GCC 3.3Chris Lattner2003-07-25
* Add assert.h includeChris Lattner2003-07-25
* Convert to C++ style commentsChris Lattner2003-07-25
* Include vector into these two files to ensure that specializations likeVikram S. Adve2003-07-25
* Cleanups:Brian Gaeke2003-07-24
* Factor out name-mangling from X86/Printer, which is derived from CWriter,Brian Gaeke2003-07-24
* Add support for ~ operator on constantsChris Lattner2003-07-23
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-23
* Add more doxygen comments, add new ConstantInt::getRawValue methodChris Lattner2003-07-23
* Added special consideration for instrumentation strategyAnand Shukla2003-07-20
* (1) Added DSGraph::cloneReachableSubgraph and DSGraph::cloneReachableNodesVikram S. Adve2003-07-16
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Values stored in CallArgsDescriptor cannot be const.Vikram S. Adve2003-07-10
* Change interface to MachineInstr::substituteValue to specify more preciselyVikram S. Adve2003-07-10
* Lowercase versions of `occurrence' need to be spelled correctly, too.Misha Brukman2003-07-10
* `Occurrence' has no `a' and the `r' is doubled.Misha Brukman2003-07-10
* INCLUDE_PARENT_GRAPH is requiredChris Lattner2003-07-02
* Remove dead methodChris Lattner2003-07-02
* Add new methodsChris Lattner2003-07-02
* Disable the parent graph code when not compiled in DEBUG modeChris Lattner2003-07-02
* Leak fix: delete old objects before reallocation in an assignment operator!Vikram S. Adve2003-07-02
* TD pass keeps track of which functions have complete argumentsChris Lattner2003-07-01
* Add new operator= implChris Lattner2003-07-01
* Ok, I'm a moron. Fixed nowChris Lattner2003-07-01
* Fix major problem that was causing all kinds of nasty foldingsChris Lattner2003-07-01
* Add new methods to BUDS for keeping track of a precise call graphChris Lattner2003-07-01
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Add new methodChris Lattner2003-06-30
* Be more const correctChris Lattner2003-06-30
* Constness changesChris Lattner2003-06-30
* Substantial revamp: DSGraphs now may contain the graphs for multiple functionsChris Lattner2003-06-30
* Add argumentChris Lattner2003-06-30
* Remove prototype for dead methodChris Lattner2003-06-30
* Add support for gathering sets of must aliasesChris Lattner2003-06-29
* Add new DSGraph::ScalarMapTy typedef to avoid pulling representation issuesChris Lattner2003-06-28
* Add new 'isComplete' methodChris Lattner2003-06-28
* Add support for 'unsigned' command line argumentsChris Lattner2003-06-28
* Nice tasty llc fixes. These should fix LLC for x86 for everything inBrian Gaeke2003-06-27
* Add argument to DAE to allow operation on non-internal functionsChris Lattner2003-06-25