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