summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* `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
* Add prototype for tail-dup passChris Lattner2003-06-22
* Get rid of WORDSIZE macro which can pollute untold numbers of translation unitsChris Lattner2003-06-22
* Remove a ton of extraneous #includesChris Lattner2003-06-22
* Whoops, accidentally lost a #includeChris Lattner2003-06-22
* Remove support for the MultiObject flag, which was just fundamentally brokenChris Lattner2003-06-22
* Lots of changes to make the NodeType field private to DSNode.Chris Lattner2003-06-19
* Update commentsChris Lattner2003-06-19
* Detemplatize the PATypeHandle class, which was only really instantiated on 'T...Chris Lattner2003-06-18
* * Add new CallSite::get factory methodChris Lattner2003-06-17
* Add new op_erase methodChris Lattner2003-06-17
* Make sure accessor is properly doxygenized. It wants two linesChris Lattner2003-06-17
* Add accessorChris Lattner2003-06-17
* Make CallSite's default constructable, copyable, and assignable (explicitly)Chris Lattner2003-06-17
* Regularize the names of #include-guards.Brian Gaeke2003-06-17
* Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke2003-06-16
* Whoops. I didn't mean to step on John's changes.Brian Gaeke2003-06-16
* This version supports FreeBSD.Brian Gaeke2003-06-16
* Add prototype for the new DAE passChris Lattner2003-06-16
* Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG.John Criswell2003-06-11
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* Made changes suggested by ChrisSumant Kowshik2003-06-04
* Made changes suggested by Chris; Renamed 'union' function to unionSetsWithSumant Kowshik2003-06-04
* Add new setCondition memberChris Lattner2003-06-04
* Minor cleanups:Chris Lattner2003-06-03
* Remove use of enumChris Lattner2003-06-03
* There are now no uses of NonCopyableVChris Lattner2003-06-03