Change LowerAllocations pass to 'require' TargetData instead of it being
[oota-llvm.git] / include / llvm / CodeGen /
2002-09-21 Anand ShuklaInitial version: it adds 2 empty slots at the top of...
2002-09-20 Vikram S. AdvePeephole optimization pass on final machine code.
2002-09-20 Vikram S. AdveAdd erase() method for a single element.
2002-09-20 Vikram S. AdveAdd method MachineInstr::replace to rewrite a machine...
2002-09-16 Vikram S. AdveNew preselection pass that specializes LLVM code for...
2002-09-16 Vikram S. AdveAdd method MachineOperand::hasAllocatedReg().
2002-09-16 Vikram S. AdveAdd a version of ChooseRegOrImmed to handle numerical...
2002-09-14 Vikram S. AdveRemove unnecessary include.
2002-09-14 Vikram S. AdveBreak RA_DEBUG option into several levels to get better...
2002-09-14 Vikram S. AdveMoving to lib/CodeGen/RegAlloc.
2002-09-08 Chris LattnerMove TmpInstruction ctor to InstrSelection.cpp file
2002-08-24 Vikram S. AdveAdded function GetMemInstArgs and made FoldGetElemChain...
2002-08-24 Vikram S. AdveAdded support for type inquiry in subclasses of InstTre...
2002-08-22 Vikram S. AdveJust some extra comments.
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-08-15 Vikram S. AdveChange opLabel numbers for Not and BNot.
2002-08-14 Vikram S. AdveAdd method MachineInstr::substituteValue() which substi...
2002-08-09 Chris LattnerDo not add an extra vtable to EVERY machineinstr created.
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-08-09 Chris LattnerChange machinecode for instruction to not inherit from...
2002-08-04 Vikram S. AdveAdd function GetConstantValueAsUnsignedInt.
2002-07-30 Chris LattnerExpose instruction selection as a pass instead of a...
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-26 Chris Lattner*** empty log message ***
2002-07-26 Chris Lattner*** empty log message ***
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 NagdaMoved to Reoptimizer/Mapping directory
2002-07-15 Mehwish Nagda*** empty log message ***
2002-07-10 Vikram S. AdveBug fix: cast (bool) has higher precedence than %....
2002-07-10 Vikram S. AdveAdd support for marking each operand as a %hh, %hm...
2002-07-10 Vikram S. AdveAdded a few more methods for creating instructions.
2002-07-09 Anand Shuklaadded std:: to hash_set
2002-07-09 Chris LattnerInclude header in the compiler-neutral location
2002-07-08 Vikram S. AdveInterface to class MachineCodeForBasicBlock.
2002-07-08 Vikram S. AdveMoved class MachineCodeForBasicBlock to MachineCodeForB...
2002-07-08 Vikram S. AdveAdded two more helper functions for instruction creation.
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris Lattner*** empty log message ***
2002-05-23 Chris LattnerConvert RegClass::IsColorUsedArr from a dynamically...
2002-05-22 Chris LattnerAvoid #including CommandLine.h
2002-05-19 Vikram S. AdveBetter interface to generating machine instr for common...
2002-05-19 Vikram S. AdveMachineInstr now inherits from Annotable.
2002-05-19 Vikram S. AdveAnnotation class for MachineInstr.
2002-05-10 Chris Lattnerremove deprecated getInstType() method
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-25 Vikram S. AdveOptional args are no longer allocated as they are disco...
2002-04-09 Chris LattnerRewrite MachineCodeForBasicBlock in terms of containmen...
2002-04-09 Chris LattnerMove the InsertPrologEpilogCode class out of the Sparc...
2002-04-08 Chris LattnerDon't leak memory like a seive
2002-04-08 Chris Lattners/Method/Function
2002-03-31 Vikram S. AdveInclude temp. values when computing max. size of stack...
2002-03-24 Vikram S. AdveRefix bug: Add back method MachineCodeForInstruction...
2002-03-24 Vikram S. AdveFix padding when allocating local variables on stack.
2002-03-24 Vikram S. AdveAdd methods to support type inquiry. Rename TmpInstruc...
2002-03-24 Vikram S. AdveChange treeRoots data structure to make enumeration...
2002-03-23 Chris LattnerRename Method to Function
2002-03-19 Vikram S. AdveBig bug fix: killed uses were being inserted instead...
2002-03-18 Vikram S. AdveAdded function computeOffsetforLocalVar to check how...
2002-03-18 Vikram S. AdveUse vector for machine instructions in GetInstructionsB...
2002-03-18 Vikram S. AdveBug fix in setting CC register.
2002-02-24 Chris LattnerMake it compile with GCC 3.0.4
2002-02-05 Chris LattnerConvert BBLiveVar to be a BasicBlock annotation, this...
2002-02-05 Chris LattnerConvert operand iterator over to work like an STL iterator
2002-02-05 Chris LattnerMinor change: Methods that return ValueSet's that are...
2002-02-05 Chris LattnerRemove generic routines to Support/SetOperations.h
2002-02-05 Chris Lattner* Eliminate the LiveVarSet class, making applyTranferFu...
2002-02-05 Chris Lattner* Code Cleanups
2002-02-05 Chris Lattner* Big cleanups.
2002-02-04 Chris LattnerClean up MethodLiveVarInfo
2002-02-04 Chris LattnerTurn live variable analysis into a real MethodPass.
2002-02-04 Chris LattnerInstruction scheduling is a real pass now.
2002-02-04 Chris Lattnereliminate the add and remove methods, clients must...
2002-02-04 Chris LattnerRemove tons of include pollution
2002-02-04 Chris LattnerConvert RegisterAllocator interface to opaque pass...
2002-02-04 Chris Lattner* Minor cleanups
2002-02-04 Chris Lattner* Move command line parsing debug stuff to InstrSchedul...
2002-02-04 Chris LattnerSplit RegisterAllocation stuff OUT of Sparc.cpp into...
2002-02-03 Chris LattnerCode pulled out of MAchineInstr.(h|cpp)
2002-02-03 Chris Lattner* Prune many #includes
2002-02-03 Chris Lattner* Remove TMP_INSTRUCTION_OPCODE silliness
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2002-01-07 Ruchira SasankaAdded comments, destructors where necessary.
2001-12-15 Vikram S. AdveEliminate all uses of memInst->getIndicesBROKEN().
2001-12-08 Ruchira SasankaAdded comments are more documentation info
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerMove DataTypes.h from llvm/Support to just Support
2001-11-26 Chris LattnerFix field initialization order problem
2001-11-15 Vikram S. AdveModify method AllocateLocalVar to take size argument.
2001-11-08 Vikram S. AdveUse different op labels for bitwise logical operations...
2001-11-08 Vikram S. AdveAdded a second constructor for and improved class TmpIn...
2001-11-08 Vikram S. AdveMajor overhaul of stack frame management.
2001-11-08 Vikram S. AdveOld file which was moved to include/llvm/Target some...
next