aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2003-10-24Merged revision 1.19.John Criswell
2003-10-23This commit was manufactured by cvs2svn to create branch 'release_1'.cvs2svn
2003-10-23Include new prototypeChris Lattner
2003-10-23Actually share constants local to a function!Chris Lattner
2003-10-23Fix apparent typo in head-of-file comment.Brian Gaeke
2003-10-22I think this file is not included by anything.Brian Gaeke
2003-10-22Add two new function stubs for viewing the CFG of a function inside of theChris Lattner
2003-10-20Add a new mapChris Lattner
2003-10-20This #include is no longer necessaryChris Lattner
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-20Oops. Typo.John Criswell
2003-10-20Added LLVM header notice.John Criswell
2003-10-20Added LLVM notice.John Criswell
2003-10-20Make replaceMachineCodeForFunction return void.Brian Gaeke
2003-10-19Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner
2003-10-19Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner
2003-10-18New revised variable argument handling supportChris Lattner
2003-10-17Return the Module being materialized to avoid always calling getModule().Misha Brukman
2003-10-17Add stub version of replaceMachineCodeForFunction. It will live here untilBrian Gaeke
2003-10-17Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos
2003-10-16This file has funny include guards and funny extra whitespace.Brian Gaeke
2003-10-16If we move the constructors to the .cpp file, we can drop the #includeMisha Brukman
2003-10-16Add weak linking typeChris Lattner
2003-10-16Completely rewrite support for the Value::use_* list. Now, all operations onChris Lattner
2003-10-15Vector is my friend, do you like vector?Chris Lattner
2003-10-15lalalaChris Lattner
2003-10-15We'll need this soon as wellChris Lattner
2003-10-15This file uses assert and doesn't include anything which already #includes <c...Chris Lattner
2003-10-15Remove usage of use_size()Chris Lattner
2003-10-15Add new hasOneUse() method. Remove explicit inline qualifiersChris Lattner
2003-10-14Generalize abstract interpreter interface to allow linking in an arbitrary nu...Chris Lattner
2003-10-14Enabling incremental bytecode loading in the JIT:Misha Brukman
2003-10-14Enabling incremental bytecode loading in the JIT:Misha Brukman
2003-10-14Substantial cleanups:Chris Lattner
2003-10-13Adding additional license information to these files.John Criswell
2003-10-13Add missing default argumentChris Lattner
2003-10-13add support for "external" depth first iterators, which store the 'visited' setChris Lattner
2003-10-13Added a macro and code that checks for the %a format string in sprintf().John Criswell
2003-10-13Extricate the "reverse" support from the depth-first iterator. This is reallyChris Lattner
2003-10-13Add operator= for type iterators to make them assignableChris Lattner
2003-10-13Remove explicit inline qualifiers when the implicit ones work just as wellChris Lattner
2003-10-13Add new op_erase methodChris Lattner
2003-10-12Rename loop preheaders pass to loop simplifyChris Lattner
2003-10-12Rename method to indicate what it doesChris Lattner
2003-10-10No longer used anywhere.Brian Gaeke
2003-10-10Fix spelling.Misha Brukman
2003-10-10Use 'F' for Function instead of 'M'.Misha Brukman
2003-10-10Add my abstracted dynamic linker support files.Brian Gaeke
2003-10-09Add a method to reserve space for operandsChris Lattner
2003-10-09Kill warning when compiling in optimized modeChris Lattner