aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Support array allocationsChris Lattner2002-04-272-4/+14
* Rename getNullConstant to getNullValueChris Lattner2002-04-271-11/+11
* Added functions to compute the offset of a given incoming or outgoingVikram S. Adve2002-04-251-7/+15
* Optional args are no longer allocated as they are discovered.Vikram S. Adve2002-04-252-34/+28
* Changes to make print pass work!Chris Lattner2002-04-181-1/+2
* New api for signal handling for LLVM toolsChris Lattner2002-04-182-0/+36
* Remove getStrValue method from Constant implementations. The AssemblyWriterChris Lattner2002-04-181-15/+0
* * Add a comment to the header giving a breif overview of how to return aChris Lattner2002-04-181-23/+62
* * Make dtor virtualChris Lattner2002-04-181-26/+28
* * StoreInst's shouldn't take names (they are _always_ void type)Chris Lattner2002-04-181-6/+2
* Make data structure acurately get ALL edges, even loads of null fields ofChris Lattner2002-04-172-20/+24
* Remove the concept of a critical shadow nodeChris Lattner2002-04-162-28/+12
* * Eliminate ArgDSNode's completely, rely now on Scalar mapChris Lattner2002-04-162-46/+14
* * s/Method/FunctionChris Lattner2002-04-151-5/+21
* s/Method/FunctionChris Lattner2002-04-141-4/+4
* Add Module::getTypeNameChris Lattner2002-04-131-0/+5
* Split the CleanupGCCOutput pass into two passes, and add real life actualChris Lattner2002-04-101-0/+27
* Allow a pass to obtain an analysis result for updating.Chris Lattner2002-04-101-0/+20
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-096-17/+17
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-092-32/+40
* Use explicit .get() calls to avoid having to #include Function.hChris Lattner2002-04-091-3/+2
* Use .get() explicitly and add a few extra casts to avoid 2 #includesChris Lattner2002-04-091-15/+13
* Use opaque decl instead of #includeChris Lattner2002-04-092-2/+2
* Rewrite MachineCodeForBasicBlock in terms of containment rather thanChris Lattner2002-04-091-4/+45
* Free memory when done with it.Chris Lattner2002-04-091-1/+4
* Don't leak all of the Loop objects created...Chris Lattner2002-04-091-1/+8
* Move the InsertPrologEpilogCode class out of the Sparc.cpp file into theChris Lattner2002-04-091-8/+0
* Don't leak memory like a seiveChris Lattner2002-04-081-1/+4
* s/Method/FunctionChris Lattner2002-04-083-11/+10
* * Add virtual print methodsChris Lattner2002-04-087-1/+14
* * Trim #includesChris Lattner2002-04-081-64/+4
* s/Method/FunctionChris Lattner2002-04-081-7/+6
* Trim #includesChris Lattner2002-04-082-3/+12
* * Move casting stuff out to Support/Casting.hChris Lattner2002-04-081-72/+16
* * Fix commentChris Lattner2002-04-081-3/+6
* Pull casting operators out of Value.hChris Lattner2002-04-082-0/+160
* Minor change to reflect that ConstantHandling is now part of VMCoreChris Lattner2002-04-081-2/+2
* * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner2002-04-072-24/+32
* VCG output support removed because it was broken and will never be used.Chris Lattner2002-04-071-11/+0
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-074-42/+45
* Source base has been completely changed over to use Function instead of Metho...Chris Lattner2002-04-071-12/+0
* Add new function utohexstr.Chris Lattner2002-04-072-0/+36
* Implement constant propogation of multiply and divide instructions!!Chris Lattner2002-04-071-0/+9
* * Delete getNumAbstractTypeUsers methodChris Lattner2002-04-051-17/+7
* s/MethodType/FunctionTypeChris Lattner2002-04-041-1/+1
* Remove backwards compatibility codeChris Lattner2002-04-041-5/+0
* Deparameterize PATypeHolderChris Lattner2002-04-041-1/+1
* Add method to get # nodes in the graphChris Lattner2002-04-042-0/+8
* Make the release build workChris Lattner2002-04-041-7/+2
* Fix the release buildChris Lattner2002-04-041-2/+0