Age | Commit message (Expand) | Author |
2002-05-06 | Replace all usages of Type::isPointerType with isa<PointerType> | Chris Lattner |
2002-04-29 | Add neccesary #include | Chris Lattner |
2002-04-29 | Eliminate duplicate or unneccesary #include's | Chris Lattner |
2002-04-29 | Add new optional getPassName() virtual function that a Pass can override | Chris Lattner |
2002-04-28 | Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica... | Chris Lattner |
2002-04-28 | Add #include that was removed from TargetMachine.h | Chris Lattner |
2002-04-28 | Include appropriate file | Chris Lattner |
2002-04-28 | Split ConstantVals.h into Constant.h and Constants.h | Chris Lattner |
2002-04-28 | Simplify and update code a bit | Chris Lattner |
2002-04-28 | Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes | Chris Lattner |
2002-04-28 | Remove all contents of the cfg namespace to the global namespace | Chris Lattner |
2002-04-28 | Simplify code | Chris Lattner |
2002-04-27 | s/Method/Function | Chris Lattner |
2002-04-27 | * Rename MethodPass class to FunctionPass | Chris Lattner |
2002-04-27 | Use the cast<> operator in favor of C style casts | Chris Lattner |
2002-04-27 | Change Constant::getNullConstant to Constant::getNullValue | Chris Lattner |
2002-04-27 | Simplify code a bit | Chris Lattner |
2002-04-25 | Don't record instructions for copying method arguments in the | Vikram S. Adve |
2002-04-25 | Don't pad spills and temp. stack areas for alignment. | Vikram S. Adve |
2002-04-25 | Major changes to how int and FP arguments are handled. Varargs | Vikram S. Adve |
2002-04-25 | Added functions to compute which register, if any, to use | Vikram S. Adve |
2002-04-25 | Insert copy operations for FP arguments to a varargs function, | Vikram S. Adve |
2002-04-25 | Implementation of class MachineFrameInfo. | Vikram S. Adve |
2002-04-25 | Don't record instructions for copying method arguments in the | Vikram S. Adve |
2002-04-18 | * getAsString requires that the input array is string compatible, so | Chris Lattner |
2002-04-18 | Just use << isntead of forcing getStrValue | Chris Lattner |
2002-04-15 | Only print debug message if DEBUG_RA is on | Chris Lattner |
2002-04-15 | Only emit message if DEBUG_RA is on | Chris Lattner |
2002-04-11 | Handle the FP format problem, where outputed FP constants were not precise | Chris Lattner |
2002-04-09 | Move FunctionArgument out of iOther.h into Argument.h and rename class to | Chris Lattner |
2002-04-09 | Eliminate unneccesary extraneous iterators | Chris Lattner |
2002-04-09 | Add explicit #includes of Function.h to make up for the removed #include | Chris Lattner |
2002-04-09 | iUse new form of pop_back to make code more concise | Chris Lattner |
2002-04-09 | No need to reserve space, erasing does not change the size of the container. | Chris Lattner |
2002-04-09 | Delete NOP instructions as they are eliminated. | Chris Lattner |
2002-04-09 | * Add a file header with some information | Chris Lattner |
2002-04-09 | * Add a useful file comment | Chris Lattner |
2002-04-09 | Move the InsertPrologEpilogCode class out of the Sparc.cpp file into the | Chris Lattner |
2002-04-09 | Move the InsertPrologEpilogCode class out of the Sparc.cpp file, and include | Chris Lattner |
2002-04-09 | Include prototype for interface to PrologEpilogCodeInserter.cpp file | Chris Lattner |
2002-04-09 | Use new higher level isFloatingPoint() function | Chris Lattner |
2002-04-09 | Clean up the ownership model a bit so that nodes actually get deleted more | Chris Lattner |
2002-04-09 | * General cleanups | Chris Lattner |
2002-04-09 | Convert AddedInstrMapType to contain AddedInstrns by value instead of by | Chris Lattner |
2002-04-09 | GCC3.0 is reported to die without an alloca definition. | Chris Lattner |
2002-04-08 | Don't leak memory like a seive | Chris Lattner |
2002-04-08 | Value cannot be directly instantiated. I think that this code was TRYING to | Chris Lattner |
2002-04-08 | s/Method/Function | Chris Lattner |
2002-04-08 | s/method/function | Chris Lattner |
2002-04-08 | isLabelType is obsolete | Chris Lattner |