Fix anands changes
[oota-llvm.git] / lib / Target / SparcV9 /
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Anand Shuklaminor change in removing endl
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris Lattner*** empty log message ***
2002-06-05 Chris LattnerFix constness
2002-06-05 Chris LattnerFix Constness problems
2002-06-04 Chris LattnerDisable debugging output
2002-05-23 Chris LattnerConvert RegClass::IsColorUsedArr from a dynamically...
2002-05-22 Chris LattnerMove debug options out of header files so that the...
2002-05-22 Chris LattnerMove the DEBUG_LV option out of the public header file...
2002-05-22 Chris LattnerAvoid #including CommandLine.h
2002-05-21 Mehwish NagdaFixed the makefile to not die when compiling a new...
2002-05-20 Chris LattnerHide debugging options
2002-05-20 Chris LattnerDon't lose namespace qualifications on previous patch.
2002-05-19 Chris LattnerRename IsPowerOf2 to isPowerOf2
2002-05-19 Vikram S. AdveInstrnsBefore and InstrnsAfter are now vectors instead...
2002-05-19 Vikram S. AdveBetter folding getelementptr operations with mixed
2002-05-19 Vikram S. AdvecpValue2Value now needs a vector of MachineInstr to...
2002-05-19 Vikram S. AdveAnnotation class for MachineInstr.
2002-05-19 Vikram S. AdveNumerous bug fixes:
2002-05-19 Vikram S. AdveNumerous bug fixes:
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-04-29 Chris LattnerAdd neccesary #include
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerTighten up the AnalysisUsage of lots of passes, primari...
2002-04-28 Chris LattnerAdd #include that was removed from TargetMachine.h
2002-04-28 Chris LattnerInclude appropriate file
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-28 Chris LattnerSimplify and update code a bit
2002-04-28 Chris LattnerEliminate the cfg namespace, moving LoopInfo, Dominator...
2002-04-28 Chris LattnerRemove all contents of the cfg namespace to the global...
2002-04-28 Chris LattnerSimplify code
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-27 Chris LattnerUse the cast<> operator in favor of C style casts
2002-04-27 Chris LattnerChange Constant::getNullConstant to Constant::getNullValue
2002-04-27 Chris LattnerSimplify code a bit
2002-04-25 Vikram S. AdveDon't record instructions for copying method arguments...
2002-04-25 Vikram S. AdveDon't pad spills and temp. stack areas for alignment.
2002-04-25 Vikram S. AdveMajor changes to how int and FP arguments are handled...
2002-04-25 Vikram S. AdveAdded functions to compute which register, if any,...
2002-04-25 Vikram S. AdveInsert copy operations for FP arguments to a varargs...
2002-04-25 Vikram S. AdveDon't record instructions for copying method arguments...
2002-04-18 Chris Lattner* getAsString requires that the input array is string...
2002-04-18 Chris LattnerJust use << isntead of forcing getStrValue
2002-04-15 Chris LattnerOnly print debug message if DEBUG_RA is on
2002-04-15 Chris LattnerOnly emit message if DEBUG_RA is on
2002-04-11 Chris LattnerHandle the FP format problem, where outputed FP constan...
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerEliminate unneccesary extraneous iterators
2002-04-09 Chris LattnerAdd explicit #includes of Function.h to make up for...
2002-04-09 Chris LattneriUse new form of pop_back to make code more concise
2002-04-09 Chris LattnerNo need to reserve space, erasing does not change the...
2002-04-09 Chris LattnerDelete NOP instructions as they are eliminated.
2002-04-09 Chris Lattner* Add a file header with some information
2002-04-09 Chris Lattner* Add a useful file comment
2002-04-09 Chris LattnerMove the InsertPrologEpilogCode class out of the Sparc...
2002-04-09 Chris LattnerMove the InsertPrologEpilogCode class out of the Sparc...
2002-04-09 Chris LattnerInclude prototype for interface to PrologEpilogCodeInse...
2002-04-09 Chris LattnerUse new higher level isFloatingPoint() function
2002-04-09 Chris LattnerClean up the ownership model a bit so that nodes actual...
2002-04-09 Chris Lattner* General cleanups
2002-04-09 Chris LattnerConvert AddedInstrMapType to contain AddedInstrns by...
2002-04-09 Chris LattnerGCC3.0 is reported to die without an alloca definition.
2002-04-08 Chris LattnerDon't leak memory like a seive
2002-04-08 Chris LattnerValue cannot be directly instantiated. I think that...
2002-04-08 Chris Lattners/Method/Function
2002-04-08 Chris Lattners/method/function
2002-04-08 Chris LattnerisLabelType is obsolete
2002-04-07 Chris Lattner* Move include/llvm/Analysis/SlotCalculator.h to includ...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-04-04 Chris Lattners/MethodType/FunctionType
2002-04-01 Vikram S. AdveCase numbers were not updated when Sparc.burg.in was...
2002-03-31 Vikram S. Adve1. Fix a leftover bug in generating memory instructions.
2002-03-31 Vikram S. AdveAdded function getCallInstIndirectAddrVal() to set...
2002-03-31 Vikram S. AdveMinor cleanup in printing constants. I think this...
2002-03-31 Vikram S. AdveAdd method clearCallInterference().
2002-03-31 Vikram S. AdveFix a bug in previous bug fix.
2002-03-31 Vikram S. AdveBug fix: address used by indirect call instruction...
2002-03-31 Vikram S. AdveFix CreateUIntSetInstruction() to handle sign extension...
2002-03-29 Chris Lattners/Method/Function
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-26 Chris LattnerConvert to use new style casts instead of direct checking
2002-03-24 Vikram S. AdveRefix bug: Add back method MachineCodeForInstruction...
2002-03-24 Vikram S. AdveDestroy MethodLiveVarInfo after register allocation.
2002-03-24 Vikram S. AdveUse deterministic iterator for SchedGraphs. This is...
2002-03-24 Vikram S. AdveBug fix: nextToTry was not being initialized in one...
2002-03-24 Vikram S. AdveAdd option to disable scheduling.
2002-03-24 Vikram S. AdveAdd option to disable scheduling.
2002-03-24 Vikram S. AdveMinor changes.
2002-03-24 Vikram S. AdveMajor overhaul to FoldGetElemPtr to handle mixed array...
2002-03-24 Vikram S. AdveUse deterministic iterator for treeRoots.
2002-03-24 Vikram S. AdveBug re-fix: put back MachineCodeForInstruction::get...
2002-03-24 Vikram S. AdveChange latencies for Load, Store and Branch instructions.
2002-03-24 Vikram S. AdveMajor enhancements to how array and structure indices...
2002-03-24 Vikram S. AdveChange treeRoots data structure to make enumeration...
next