summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add a new mapChris Lattner2003-10-20
* This #include is no longer necessaryChris Lattner2003-10-20
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Oops. Typo.John Criswell2003-10-20
* Added LLVM header notice.John Criswell2003-10-20
* Added LLVM notice.John Criswell2003-10-20
* Make replaceMachineCodeForFunction return void.Brian Gaeke2003-10-20
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-19
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-19
* New revised variable argument handling supportChris Lattner2003-10-18
* Return the Module being materialized to avoid always calling getModule().Misha Brukman2003-10-17
* Add stub version of replaceMachineCodeForFunction. It will live here untilBrian Gaeke2003-10-17
* Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos2003-10-17
* This file has funny include guards and funny extra whitespace.Brian Gaeke2003-10-16
* If we move the constructors to the .cpp file, we can drop the #includeMisha Brukman2003-10-16
* Add weak linking typeChris Lattner2003-10-16
* Completely rewrite support for the Value::use_* list. Now, all operations onChris Lattner2003-10-16
* Vector is my friend, do you like vector?Chris Lattner2003-10-15
* lalalaChris Lattner2003-10-15
* We'll need this soon as wellChris Lattner2003-10-15
* This file uses assert and doesn't include anything which already #includes <c...Chris Lattner2003-10-15
* Remove usage of use_size()Chris Lattner2003-10-15
* Add new hasOneUse() method. Remove explicit inline qualifiersChris Lattner2003-10-15
* Generalize abstract interpreter interface to allow linking in an arbitrary nu...Chris Lattner2003-10-14
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-14
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-14
* Substantial cleanups:Chris Lattner2003-10-14
* Adding additional license information to these files.John Criswell2003-10-13
* Add missing default argumentChris Lattner2003-10-13
* add support for "external" depth first iterators, which store the 'visited' setChris Lattner2003-10-13
* Added a macro and code that checks for the %a format string in sprintf().John Criswell2003-10-13
* Extricate the "reverse" support from the depth-first iterator. This is reallyChris Lattner2003-10-13
* Add operator= for type iterators to make them assignableChris Lattner2003-10-13
* Remove explicit inline qualifiers when the implicit ones work just as wellChris Lattner2003-10-13
* Add new op_erase methodChris Lattner2003-10-13
* Rename loop preheaders pass to loop simplifyChris Lattner2003-10-12
* Rename method to indicate what it doesChris Lattner2003-10-12
* No longer used anywhere.Brian Gaeke2003-10-10
* Fix spelling.Misha Brukman2003-10-10
* Use 'F' for Function instead of 'M'.Misha Brukman2003-10-10
* Add my abstracted dynamic linker support files.Brian Gaeke2003-10-10
* Add a method to reserve space for operandsChris Lattner2003-10-09
* Kill warning when compiling in optimized modeChris Lattner2003-10-09
* Make getContainedType more efficient by not returning null if out of range!Chris Lattner2003-10-09
* Forward declare class Type since it is used in this class and Type.h is not i...Alkis Evlogimenos2003-10-08
* Regenerated with (at top-level llvm directory):Brian Gaeke2003-10-07
* Moved to llvm/include/llvm/Support because it is LLVM-specific.Misha Brukman2003-10-06
* Remove unneeded dtorsChris Lattner2003-10-06
* Doxygenize class comments. Add new NamedRegionTimer classChris Lattner2003-10-06
* Change the interface to PromoteMemToReg to also take a DominatorTreeChris Lattner2003-10-05