aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* I think this file is not included by anything.Brian Gaeke2003-10-221-23/+0
* Add two new function stubs for viewing the CFG of a function inside of theChris Lattner2003-10-221-0/+15
* Add a new mapChris Lattner2003-10-201-1/+3
* This #include is no longer necessaryChris Lattner2003-10-202-2/+0
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20134-0/+938
* Oops. Typo.John Criswell2003-10-202-2/+2
* Added LLVM header notice.John Criswell2003-10-2035-78/+269
* Added LLVM notice.John Criswell2003-10-2061-0/+427
* Make replaceMachineCodeForFunction return void.Brian Gaeke2003-10-201-4/+6
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-192-3/+3
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-191-12/+0
* New revised variable argument handling supportChris Lattner2003-10-184-23/+59
* Return the Module being materialized to avoid always calling getModule().Misha Brukman2003-10-171-1/+1
* Add stub version of replaceMachineCodeForFunction. It will live here untilBrian Gaeke2003-10-171-0/+8
* Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos2003-10-172-22/+24
* This file has funny include guards and funny extra whitespace.Brian Gaeke2003-10-161-4/+2
* If we move the constructors to the .cpp file, we can drop the #includeMisha Brukman2003-10-161-7/+3
* Add weak linking typeChris Lattner2003-10-161-0/+2
* Completely rewrite support for the Value::use_* list. Now, all operations onChris Lattner2003-10-162-65/+185
* Vector is my friend, do you like vector?Chris Lattner2003-10-151-0/+1
* lalalaChris Lattner2003-10-151-0/+1
* We'll need this soon as wellChris Lattner2003-10-151-0/+1
* This file uses assert and doesn't include anything which already #includes <c...Chris Lattner2003-10-152-0/+2
* Remove usage of use_size()Chris Lattner2003-10-151-1/+1
* Add new hasOneUse() method. Remove explicit inline qualifiersChris Lattner2003-10-151-9/+13
* Generalize abstract interpreter interface to allow linking in an arbitrary nu...Chris Lattner2003-10-141-7/+20
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-141-7/+13
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-141-1/+3
* Substantial cleanups:Chris Lattner2003-10-141-39/+38
* Adding additional license information to these files.John Criswell2003-10-131-0/+6
* Add missing default argumentChris Lattner2003-10-132-2/+2
* add support for "external" depth first iterators, which store the 'visited' setChris Lattner2003-10-132-22/+198
* Added a macro and code that checks for the %a format string in sprintf().John Criswell2003-10-132-0/+6
* Extricate the "reverse" support from the depth-first iterator. This is reallyChris Lattner2003-10-132-110/+76
* Add operator= for type iterators to make them assignableChris Lattner2003-10-131-0/+6
* Remove explicit inline qualifiers when the implicit ones work just as wellChris Lattner2003-10-131-10/+10
* Add new op_erase methodChris Lattner2003-10-131-0/+3
* Rename loop preheaders pass to loop simplifyChris Lattner2003-10-121-6/+6
* Rename method to indicate what it doesChris Lattner2003-10-121-7/+10
* No longer used anywhere.Brian Gaeke2003-10-101-22/+0
* Fix spelling.Misha Brukman2003-10-103-3/+3
* Use 'F' for Function instead of 'M'.Misha Brukman2003-10-101-1/+1
* Add my abstracted dynamic linker support files.Brian Gaeke2003-10-102-0/+58
* Add a method to reserve space for operandsChris Lattner2003-10-091-0/+2
* Kill warning when compiling in optimized modeChris Lattner2003-10-091-0/+1
* Make getContainedType more efficient by not returning null if out of range!Chris Lattner2003-10-092-8/+7
* Forward declare class Type since it is used in this class and Type.h is not i...Alkis Evlogimenos2003-10-081-0/+1
* Regenerated with (at top-level llvm directory):Brian Gaeke2003-10-072-132/+164
* Moved to llvm/include/llvm/Support because it is LLVM-specific.Misha Brukman2003-10-061-121/+0
* Remove unneeded dtorsChris Lattner2003-10-062-4/+0