aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add new setCondition memberChris Lattner2003-06-041-4/+6
* Minor cleanups:Chris Lattner2003-06-031-52/+29
* Remove use of enumChris Lattner2003-06-031-4/+4
* There are now no uses of NonCopyableVChris Lattner2003-06-031-11/+0
* Add doxygen comment for namespaceChris Lattner2003-06-032-2/+8
* Add comment for doxygen for namespaceChris Lattner2003-06-031-0/+4
* Minor cleanups:Chris Lattner2003-06-031-26/+36
* Remove noncopyable base class as it was making the doxygen docs harder to readChris Lattner2003-06-031-2/+3
* Remove noncopyableV base classes, as they were confusing the doxygen document...Chris Lattner2003-06-034-10/+19
* Remove NonCopyable base class to clean up doxygen outputChris Lattner2003-06-021-3/+3
* Hack up MachineCodeEmitter to actually be target independent.Chris Lattner2003-06-011-37/+36
* Fixed comment width, changed arg to be const, fixed indentation, removed unne...Tanya Lattner2003-05-311-5/+5
* Made a single common InvalidRegNum = -1.Vikram S. Adve2003-05-311-5/+8
* Renamed a variable.Vikram S. Adve2003-05-311-8/+10
* Support for annul/pred and other future flags on op codes.Vikram S. Adve2003-05-311-14/+51