Rename getEntryNode -> getEntryBlock()
[oota-llvm.git] / include / llvm / CodeGen /
2002-10-30 Vikram S. AdveBug fix: need to initialize new CallArgsDescriptor...
2002-10-30 Vikram S. AdveBug fix in setting an implicit ref.
2002-10-30 Chris LattnerAllow BuildMI that helps automate construction of SSA...
2002-10-30 Chris LattnerAdd support for structured printing
2002-10-30 Chris LattnerImprove comments, add methods for structured printing
2002-10-29 Chris LattnerAdd method
2002-10-29 Chris LattnerAdd capability to have machine instruction autoinsert...
2002-10-29 Chris LattnerMerge with sparc backend
2002-10-29 Chris LattnerX86 merge complete, eliminate dead code
2002-10-29 Chris LattnerX86 merge is complete, eliminate unused code
2002-10-29 Vikram S. AdveRemove separate vector of implicit refs from MachineIns...
2002-10-29 Vikram S. AdveMove CallArgsDescriptor into this class instead of...
2002-10-29 Chris LattnerRemove old entrypoint
2002-10-29 Chris LattnerRemove unneeded #include
2002-10-29 Chris LattnerDe-inline methods
2002-10-29 Chris LattnerRemove unneeded #include
2002-10-29 Chris LattnerMake assertIGNode be private to the InterferenceGraph...
2002-10-29 Chris LattnerRemove unneccesary #include
2002-10-29 Chris LattnerDelete unused header file
2002-10-28 Chris LattnerMinor comment updates
2002-10-28 Chris LattnerInitial checkin of MachineInstrBuilder class
2002-10-28 Chris LattnerRemove all traces of the "Opcode Mask" field in the...
2002-10-28 Chris LattnerRemove more default arguments that are never used
2002-10-28 Chris LattnerRemove default operands that are never used
2002-10-28 Chris Lattner* Make MachineOperand ctors private, so MachineOperand...
2002-10-28 Misha BrukmanIterator functions now line up together.
2002-10-28 Chris LattnerRemove two arguments that are never specified
2002-10-28 Chris Lattners/method/function
2002-10-28 Chris LattnerChange MachineBasicBlock's to not be Annotations, inste...
2002-10-28 Chris LattnerRemove typedef that is unneccesary
2002-10-28 Chris LattnerRename the redundant MachineOperand::getOperandType...
2002-10-28 Chris LattnerAdd new getOperandType(i) method to MachineInstr
2002-10-28 Chris LattnerFairly major overhaul of MachineInstr & Operand classes
2002-10-28 Chris LattnerMake MachineInstr.h not #include MachineInstrInfo.h
2002-10-28 Chris LattnerDon't #include <Support/*>, #include "Support/*"
2002-10-28 Chris LattnerAdd BasicBlock list to MchineFunction that will eventua...
2002-10-28 Chris LattnerMachineFunction.h now includes MachineBasicBlock.h...
2002-10-28 Chris LattnerRemvoe dead fixme and typedef
2002-10-28 Chris LattnerMachineBasicBlock doesn't need basicblock.h, it needs...
2002-10-28 Chris LattnerRename file to MachineBasicBlock.h
2002-10-28 Chris LattnerAdd note about state that should be removed when time...
2002-10-28 Chris LattnerFixes to previous checkin
2002-10-28 Chris LattnerInline some methods from .cpp files into .h files,...
2002-10-28 Chris LattnerAdd prototypes for creation/destruction passes
2002-10-28 Chris LattnerThis header is renamed to MachineFunction.h
2002-10-28 Chris LattnerWe don't need the forwarding typedef
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-27 Chris LattnerAdd support or other operand types
2002-10-27 Chris LattnerPrune #includes
2002-10-25 Chris LattnerInitial checkin of Machine Code representation for...
2002-10-23 Chris LattnerMinor cleanups
2002-10-22 Chris Lattner - Two minor improvements to the MachineInstr class...
2002-10-22 Chris LattnerSmall space optimization: Make MachineOperands take...
2002-10-21 Chris LattnerRemove a 'using' directives from a header file. Using...
2002-10-21 Chris LattnerAdd a missing std:: qualifier
2002-10-14 Vikram S. AdveRemoved misleading const keyword.
2002-09-29 Vikram S. AdveAdded several more helper functions for construction...
2002-09-28 Vikram S. AdveFixed method getReturnValue(): it should return NULL...
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...
next