- Cleaned up the interface to AnalysisUsage to take analysis class names
[oota-llvm.git] / lib / CodeGen /
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-08-04 Vikram S. AdveAdd function GetConstantValueAsUnsignedInt.
2002-07-30 Chris Lattner* Move InstructionSelection Pass here instead of living...
2002-07-30 Chris LattnerRemove unused vector
2002-07-25 Chris LattnerRefix stuff for GCC 2.95, 3.0.4 & 3.1
2002-07-25 Mehwish Nagdanow removes deleted nops from MachineCodeForInstruction
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerNon-standard hash classes are not in the std:: namespace
2002-07-24 Chris Lattner*** empty log message ***
2002-07-22 Mehwish Nagdamoving to the Reoptimizer/Mapping dir
2002-07-22 Chris Lattner*** empty log message ***
2002-07-19 Mehwish Nagdachanged size computation
2002-07-17 Mehwish Nagdaadded check for Function with 0 BB
2002-07-16 Mehwish NagdaNow will profile all Basic Blocks
2002-07-15 Mehwish NagdaInitial checking : Writes LLVM - MI mappiing to the...
2002-07-11 Anand Shuklaadded std:: to endl
2002-07-10 Vikram S. AdveFix print of BB name in dump().
2002-07-10 Vikram S. AdveAdd support for marking each operand as a %hh, %hm...
2002-07-09 Anand Shuklachanged mem_fun to std::mem_fun
2002-07-08 Vikram S. AdveSignificant changes to correctly spill CC registers...
2002-07-08 Vikram S. AdveMachineInstr* in vector are not const (and never really...
2002-07-08 Vikram S. AdveRename static struct Initializer to avoid name conflict...
2002-07-08 Vikram S. AdveFix printing of BB in dump.
2002-07-08 Vikram S. AdveMoved class MachineCodeForBasicBlock to MachineCodeForB...
2002-07-08 Vikram S. AdveMachineInstr::dump() now takes no arguments.
2002-07-08 Vikram S. AdveImplementation of class MachineCodeForBasicBlock.
2002-07-08 Vikram S. AdveA single MachineInstr operand may now be both a def...
2002-07-08 Vikram S. AdvegetUsableUniRegAtMI interface simplified slightly.
2002-07-08 Vikram S. AdveMoved class MachineCodeForBasicBlock to MachineCodeForB...
2002-07-08 Vikram S. AdveMachineInstr* in vector are not const (and never really...
2002-06-30 Chris LattnerRemove tag that just clutters diffs
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-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 LattnerAvoid #including CommandLine.h
2002-05-20 Chris LattnerHide debugging options
2002-05-20 Chris LattnerDon't lose namespace qualifications on previous patch.
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-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 LattnerInclude appropriate file
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
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-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-25 Vikram S. AdveDon't record instructions for copying method arguments...
2002-04-25 Vikram S. AdveDon't record instructions for copying method arguments...
2002-04-25 Vikram S. AdveImprove printing during dumps.
2002-04-25 Vikram S. AdveOptional args are no longer allocated as they are disco...
2002-04-15 Chris LattnerOnly emit message if DEBUG_RA is on
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerNo need to reserve space, erasing does not change the...
2002-04-09 Chris Lattner* Add a file header with some information
2002-04-09 Chris LattnerClean up the ownership model a bit so that nodes actual...
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-07 Chris LattnerChange references to the Method class to be references...
2002-03-31 Vikram S. AdveAdd method clearCallInterference().
2002-03-31 Vikram S. AdveInclude temp. values when computing max. size of stack...
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-26 Chris LattnerChange references from Method to Function
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. AdveRe-fix bug: Put back MachineCodeForInstruction::dropAll...
2002-03-24 Vikram S. AdveFix padding for variables allocated on stack.
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. AdveChange treeRoots data structure to make enumeration...
2002-03-23 Chris LattnerRename Method to Function
2002-03-18 Vikram S. AdveBig bug fix: getUsableUniRegAtMI needed to return value...
2002-03-18 Vikram S. AdveAdded function computeOffsetforLocalVar to check how...
2002-03-18 Vikram S. AdveBug fix in setting CC register.
2002-03-18 Vikram S. AdveConstants are now added to the constant pool only when...
2002-03-18 Vikram S. AdveUse vector for machine instructions returned by GetInst...
2002-03-18 Vikram S. AdveBig bug fix: getUsableUniRegAtMI needed to return value...
2002-02-26 Anand ShuklaChange to make it build with GCC 2.95.3
2002-02-24 Chris Lattner* Make it compile with GCC 3.0.4
2002-02-24 Chris Lattner* Silence signed/unsigned warnings
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
next