aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-2919-24/+7
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-296-0/+24
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-281-1/+9
* Add #include that was removed from TargetMachine.hChris Lattner2002-04-282-0/+2
* Include appropriate fileChris Lattner2002-04-281-0/+2
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-286-10/+10
* Simplify and update code a bitChris Lattner2002-04-281-5/+5
* Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner2002-04-281-6/+4
* Remove all contents of the cfg namespace to the global namespaceChris Lattner2002-04-281-4/+4
* Simplify codeChris Lattner2002-04-281-15/+5
* s/Method/FunctionChris Lattner2002-04-278-35/+36
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-277-61/+53
* Use the cast<> operator in favor of C style castsChris Lattner2002-04-271-3/+3
* Change Constant::getNullConstant to Constant::getNullValueChris Lattner2002-04-271-3/+2
* Simplify code a bitChris Lattner2002-04-271-6/+5
* Don't record instructions for copying method arguments in theVikram S. Adve2002-04-251-0/+1
* Don't pad spills and temp. stack areas for alignment.Vikram S. Adve2002-04-251-4/+5
* Major changes to how int and FP arguments are handled. VarargsVikram S. Adve2002-04-251-189/+254
* Added functions to compute which register, if any, to useVikram S. Adve2002-04-251-15/+20
* Insert copy operations for FP arguments to a varargs function,Vikram S. Adve2002-04-251-31/+69
* Implementation of class MachineFrameInfo.Vikram S. Adve2002-04-251-0/+50
* Don't record instructions for copying method arguments in theVikram S. Adve2002-04-251-66/+78
* * getAsString requires that the input array is string compatible, soChris Lattner2002-04-181-33/+32
* Just use << isntead of forcing getStrValueChris Lattner2002-04-181-1/+1
* Only print debug message if DEBUG_RA is onChris Lattner2002-04-151-8/+6
* Only emit message if DEBUG_RA is onChris Lattner2002-04-151-6/+6
* Handle the FP format problem, where outputed FP constants were not preciseChris Lattner2002-04-111-7/+24
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-1/+1
* Eliminate unneccesary extraneous iteratorsChris Lattner2002-04-091-10/+4
* Add explicit #includes of Function.h to make up for the removed #includeChris Lattner2002-04-091-0/+1
* iUse new form of pop_back to make code more conciseChris Lattner2002-04-091-2/+1
* No need to reserve space, erasing does not change the size of the container.Chris Lattner2002-04-091-1/+0
* Delete NOP instructions as they are eliminated.Chris Lattner2002-04-091-0/+1
* * Add a file header with some informationChris Lattner2002-04-091-35/+25
* * Add a useful file commentChris Lattner2002-04-091-91/+7
* Move the InsertPrologEpilogCode class out of the Sparc.cpp file into theChris Lattner2002-04-091-81/+0
* Move the InsertPrologEpilogCode class out of the Sparc.cpp file, and includeChris Lattner2002-04-091-0/+153
* Include prototype for interface to PrologEpilogCodeInserter.cpp fileChris Lattner2002-04-091-0/+2
* Use new higher level isFloatingPoint() functionChris Lattner2002-04-091-1/+1
* Clean up the ownership model a bit so that nodes actually get deleted moreChris Lattner2002-04-091-12/+8
* * General cleanupsChris Lattner2002-04-091-21/+21
* Convert AddedInstrMapType to contain AddedInstrns by value instead of byChris Lattner2002-04-093-65/+39
* GCC3.0 is reported to die without an alloca definition.Chris Lattner2002-04-091-0/+1
* Don't leak memory like a seiveChris Lattner2002-04-081-18/+5
* Value cannot be directly instantiated. I think that this code was TRYING toChris Lattner2002-04-081-5/+3
* s/Method/FunctionChris Lattner2002-04-088-37/+35
* s/method/functionChris Lattner2002-04-081-3/+3
* isLabelType is obsoleteChris Lattner2002-04-081-1/+1
* * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner2002-04-071-4/+4
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-079-207/+187