aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* The word `separate' only has one `e'.Misha Brukman2003-07-144-4/+4
* Values stored in CallArgsDescriptor cannot be const.Vikram S. Adve2003-07-101-11/+11
* Change interface to MachineInstr::substituteValue to specify more preciselyVikram S. Adve2003-07-101-1/+2
* Lowercase versions of `occurrence' need to be spelled correctly, too.Misha Brukman2003-07-102-12/+12
* `Occurrence' has no `a' and the `r' is doubled.Misha Brukman2003-07-102-44/+44
* INCLUDE_PARENT_GRAPH is requiredChris Lattner2003-07-022-16/+0
* Remove dead methodChris Lattner2003-07-022-2/+0
* Add new methodsChris Lattner2003-07-022-0/+24
* Disable the parent graph code when not compiled in DEBUG modeChris Lattner2003-07-022-2/+16
* Leak fix: delete old objects before reallocation in an assignment operator!Vikram S. Adve2003-07-021-0/+2
* TD pass keeps track of which functions have complete argumentsChris Lattner2003-07-012-0/+2
* Add new operator= implChris Lattner2003-07-012-0/+18
* Ok, I'm a moron. Fixed nowChris Lattner2003-07-012-2/+2
* Fix major problem that was causing all kinds of nasty foldingsChris Lattner2003-07-012-0/+2
* Add new methods to BUDS for keeping track of a precise call graphChris Lattner2003-07-012-24/+26
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-3075-122/+1313
* Add new methodChris Lattner2003-06-302-0/+8
* Be more const correctChris Lattner2003-06-302-2/+2
* Constness changesChris Lattner2003-06-302-20/+26
* Substantial revamp: DSGraphs now may contain the graphs for multiple functionsChris Lattner2003-06-302-48/+82
* Add argumentChris Lattner2003-06-301-1/+2
* Remove prototype for dead methodChris Lattner2003-06-302-4/+0
* Add support for gathering sets of must aliasesChris Lattner2003-06-291-0/+9
* Add new DSGraph::ScalarMapTy typedef to avoid pulling representation issuesChris Lattner2003-06-282-14/+20
* Add new 'isComplete' methodChris Lattner2003-06-282-0/+2
* Add support for 'unsigned' command line argumentsChris Lattner2003-06-282-0/+30
* Nice tasty llc fixes. These should fix LLC for x86 for everything inBrian Gaeke2003-06-271-8/+9
* Add argument to DAE to allow operation on non-internal functionsChris Lattner2003-06-251-2/+5
* Add prototype for tail-dup passChris Lattner2003-06-221-0/+9
* Get rid of WORDSIZE macro which can pollute untold numbers of translation unitsChris Lattner2003-06-222-36/+24
* Remove a ton of extraneous #includesChris Lattner2003-06-2252-103/+14
* Whoops, accidentally lost a #includeChris Lattner2003-06-222-0/+4
* Remove support for the MultiObject flag, which was just fundamentally brokenChris Lattner2003-06-222-32/+10
* Lots of changes to make the NodeType field private to DSNode.Chris Lattner2003-06-196-40/+114
* Update commentsChris Lattner2003-06-191-4/+4
* Detemplatize the PATypeHandle class, which was only really instantiated on 'T...Chris Lattner2003-06-183-27/+25
* * Add new CallSite::get factory methodChris Lattner2003-06-171-1/+22
* Add new op_erase methodChris Lattner2003-06-171-0/+5
* Make sure accessor is properly doxygenized. It wants two linesChris Lattner2003-06-171-0/+1
* Add accessorChris Lattner2003-06-171-0/+3
* Make CallSite's default constructable, copyable, and assignable (explicitly)Chris Lattner2003-06-171-0/+3
* Regularize the names of #include-guards.Brian Gaeke2003-06-1739-80/+80
* Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke2003-06-161-0/+30
* Whoops. I didn't mean to step on John's changes.Brian Gaeke2003-06-161-7/+22
* This version supports FreeBSD.Brian Gaeke2003-06-161-25/+25
* Add prototype for the new DAE passChris Lattner2003-06-161-0/+6
* Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG.John Criswell2003-06-112-12/+27
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-1161-1/+101
* Made changes suggested by ChrisSumant Kowshik2003-06-041-2/+2
* Made changes suggested by Chris; Renamed 'union' function to unionSetsWithSumant Kowshik2003-06-042-22/+14