- d0c668c Two Cleanups to generated C code: by Chris Lattner · 23 years ago
- 4fbf26d * Remove CInstPrintVisitor class, incorporating it into the CWriter class by Chris Lattner · 23 years ago
- 497e19a Remove CLocalVars data structure entirely, instead of building stuff and by Chris Lattner · 23 years ago
- 7683a12 Simplify code by removing InstLocalVarsVisitor, replacing it with a simple by Chris Lattner · 23 years ago
- 1f02c89 * Clean up how PHI nodes are handled by Chris Lattner · 23 years ago
- 8c8a370 Emit: by Chris Lattner · 23 years ago
- 8c3c4bf * Print structures types correctly by Chris Lattner · 23 years ago
- deed7a5 * Continue cleanup of type printing code by Chris Lattner · 23 years ago
- 3ef6dc7 Gut the type printing code so there is only one copy of it instead of 3 by Chris Lattner · 23 years ago
- 2d05a1a * Remove dead "constant printing" code by Chris Lattner · 23 years ago
- 2a7ab2e Remove gross "Operand" instance variable by Chris Lattner · 23 years ago
- 2f49902 Simplify and clean up function calls. by Chris Lattner · 23 years ago
- 2f5eb4e * Remove dead function by Chris Lattner · 23 years ago
- 4440826 Make Getelementptr, load & store all work the right way. by Chris Lattner · 23 years ago
- 2f5f51a Many random fixes: by Chris Lattner · 23 years ago
- f34ee81 Incorporate and purge function before and after printing them so unnamed values by Chris Lattner · 23 years ago
- b5af06a Factor out the code to print a value to ONE place. by Chris Lattner · 23 years ago
- 16c7bb2 First wave of cleanups, looks like the first of many. by Chris Lattner · 23 years ago
- 9ddc86c *** empty log message *** by Sumant Kowshik · 23 years ago
- a163fdf Extend TargetData::getIndexedOffset to support arrays and pointers! by Chris Lattner · 23 years ago
- 9b62503 Replace all usages of Type::isPointerType with isa<PointerType> by Chris Lattner · 23 years ago
- 86e9187 Add neccesary #include by Chris Lattner · 23 years ago
- c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 23 years ago
- 96c466b Add new optional getPassName() virtual function that a Pass can override by Chris Lattner · 23 years ago
- 97e52e4 Tighten up the AnalysisUsage of lots of passes, primarily to correctly indicate whether or not they invalidate the CFGA by Chris Lattner · 23 years ago
- d50b671 Add #include that was removed from TargetMachine.h by Chris Lattner · 23 years ago
- 97453d6 Include appropriate file by Chris Lattner · 23 years ago
- 31bcdb8 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 23 years ago
- bfeec10 Simplify and update code a bit by Chris Lattner · 23 years ago
- 1b7f7dc Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes by Chris Lattner · 23 years ago
- 8fc2f20 Remove all contents of the cfg namespace to the global namespace by Chris Lattner · 23 years ago
- fd63f25f Simplify code Remove unneccesary getID variant for module's by Chris Lattner · 23 years ago
- 483e14e s/Method/Function by Chris Lattner · 23 years ago
- f57b845 * Rename MethodPass class to FunctionPass by Chris Lattner · 23 years ago
- 3550420 Use the cast<> operator in favor of C style casts by Chris Lattner · 23 years ago
- 1a18b7c Change Constant::getNullConstant to Constant::getNullValue by Chris Lattner · 23 years ago
- 87e873b Simplify code a bit by Chris Lattner · 23 years ago
- d23a229 Don't record instructions for copying method arguments in the by Vikram S. Adve · 23 years ago
- 0bc0516 Don't pad spills and temp. stack areas for alignment. by Vikram S. Adve · 23 years ago
- 31f78c4 Major changes to how int and FP arguments are handled. Varargs by Vikram S. Adve · 23 years ago
- 6d78311 Added functions to compute which register, if any, to use by Vikram S. Adve · 23 years ago
- dbc4fad Insert copy operations for FP arguments to a varargs function, by Vikram S. Adve · 23 years ago
- a4a943d Implementation of class MachineFrameInfo. by Vikram S. Adve · 23 years ago
- 4876209 Don't record instructions for copying method arguments in the by Vikram S. Adve · 23 years ago
- 4b1de8e * getAsString requires that the input array is string compatible, so by Chris Lattner · 23 years ago
- 6228106 Just use << isntead of forcing getStrValue by Chris Lattner · 23 years ago
- e4a94f2 Only print debug message if DEBUG_RA is on by Chris Lattner · 23 years ago
- 167b962 Only emit message if DEBUG_RA is on by Chris Lattner · 23 years ago
- f678dc6 Handle the FP format problem, where outputed FP constants were not precise by Chris Lattner · 23 years ago
- 73e2142 Move FunctionArgument out of iOther.h into Argument.h and rename class to by Chris Lattner · 23 years ago
- b62fc4a Eliminate unneccesary extraneous iterators by Chris Lattner · 23 years ago
- 0ac5429 Add explicit #includes of Function.h to make up for the removed #include by Chris Lattner · 23 years ago
- cc5933c iUse new form of pop_back to make code more concise by Chris Lattner · 23 years ago
- 9bbf99d No need to reserve space, erasing does not change the size of the container. by Chris Lattner · 23 years ago
- 73c8d75 Delete NOP instructions as they are eliminated. by Chris Lattner · 23 years ago
- af50d00 * Add a file header with some information by Chris Lattner · 23 years ago
- 1d21f3e * Add a useful file comment by Chris Lattner · 23 years ago
- 6111a87 Move the InsertPrologEpilogCode class out of the Sparc.cpp file into the by Chris Lattner · 23 years ago
- bcd6cc8 Move the InsertPrologEpilogCode class out of the Sparc.cpp file, and include by Chris Lattner · 23 years ago
- 9aa697b Include prototype for interface to PrologEpilogCodeInserter.cpp file by Chris Lattner · 23 years ago
- c1ffdb1 Use new higher level isFloatingPoint() function by Chris Lattner · 23 years ago
- f3dd05c Clean up the ownership model a bit so that nodes actually get deleted more by Chris Lattner · 23 years ago
- fb005fe * General cleanups by Chris Lattner · 23 years ago
- 0b0ffa0 Convert AddedInstrMapType to contain AddedInstrns by value instead of by by Chris Lattner · 23 years ago
- 244212a GCC3.0 is reported to die without an alloca definition. by Chris Lattner · 23 years ago
- 7884cd1 Don't leak memory like a seive by Chris Lattner · 23 years ago
- 69a34cd Value cannot be directly instantiated. I think that this code was TRYING to by Chris Lattner · 23 years ago
- b7653df s/Method/Function by Chris Lattner · 23 years ago
- 4d669b5 s/method/function by Chris Lattner · 23 years ago
- c8a79af isLabelType is obsolete by Chris Lattner · 23 years ago
- b579400 * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h by Chris Lattner · 23 years ago
- 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
- 2aac6bf s/MethodType/FunctionType by Chris Lattner · 23 years ago
- 85e1e9c Case numbers were not updated when Sparc.burg.in was changed by Vikram S. Adve · 23 years ago
- a10d1a7 1. Fix a leftover bug in generating memory instructions. by Vikram S. Adve · 23 years ago
- a44c6c0 Added function getCallInstIndirectAddrVal() to set call interference by Vikram S. Adve · 23 years ago
- fbd2161 Minor cleanup in printing constants. I think this included a bug by Vikram S. Adve · 23 years ago
- 1f81861 Add method clearCallInterference(). by Vikram S. Adve · 23 years ago
- 1792779 Fix a bug in previous bug fix. by Vikram S. Adve · 23 years ago
- 1a53f03 Bug fix: address used by indirect call instruction should also by Vikram S. Adve · 23 years ago
- f7cedec Fix CreateUIntSetInstruction() to handle sign extensions correctly. by Vikram S. Adve · 23 years ago
- c9aa7df s/Method/Function by Chris Lattner · 23 years ago
- 79df7c0 Change references from Method to Function by Chris Lattner · 23 years ago
- b0d0472 Convert to use new style casts instead of direct checking by Chris Lattner · 23 years ago
- dfe412d Refix bug: Add back method MachineCodeForInstruction::dropAllReferences. by Vikram S. Adve · 23 years ago
- 9c4f726 Destroy MethodLiveVarInfo after register allocation. by Vikram S. Adve · 23 years ago
- 97fb99b Use deterministic iterator for SchedGraphs. This is actually not by Vikram S. Adve · 23 years ago
- 1392d69 Bug fix: nextToTry was not being initialized in one case. by Vikram S. Adve · 23 years ago
- 7c7e46a Add option to disable scheduling. by Vikram S. Adve · 23 years ago
- 802cec4 Add option to disable scheduling. by Vikram S. Adve · 23 years ago
- cf8a98f Minor changes. by Vikram S. Adve · 23 years ago
- c941b87 Major overhaul to FoldGetElemPtr to handle mixed array and struct refs. by Vikram S. Adve · 23 years ago
- 4e7bc49 Use deterministic iterator for treeRoots. by Vikram S. Adve · 23 years ago
- d7e6bec Bug re-fix: put back MachineCodeForInstruction::get(*I).dropAllReferences(). by Vikram S. Adve · 23 years ago
- 585612e Change latencies for Load, Store and Branch instructions. by Vikram S. Adve · 23 years ago
- fd3900a Major enhancements to how array and structure indices are handled. by Vikram S. Adve · 23 years ago
- d95919c Change treeRoots data structure to make enumeration deterministic. by Vikram S. Adve · 23 years ago
- e7506a3 Rename Method to Function by Chris Lattner · 23 years ago
- 4a12da7 Fixed several problems with handling arguments to Phis. by Vikram S. Adve · 23 years ago
- 9cf85a7 Big bug fix: killed uses were being inserted instead of erased! by Vikram S. Adve · 23 years ago