Fix warning
[oota-llvm.git] / lib / CodeGen /
2002-11-09 Chris LattnerFix warning
2002-11-02 Chris LattnerMove function to cpp file from header
2002-11-01 Chris LattnerNew iostream definitions
2002-10-31 Vikram S. AdveRestore support for indirect function calls (which...
2002-10-30 Chris LattnerRemove fixme
2002-10-30 Chris LattnerAdd special code to make printing SSA form machine...
2002-10-30 Chris LattnerUse MRegisterInfo, if available, to print symbolic...
2002-10-30 Chris LattnerImplement structured machine code printing
2002-10-29 Chris LattnerMake argsize calculation stuff optional, so that Target...
2002-10-29 Chris LattnerImplement autoinserting ctor
2002-10-29 Chris LattnerRename annotation id
2002-10-29 Chris LattnerMerge with sparc backend
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 LattnerMove TargetInstrDescriptors extern to the one .cpp...
2002-10-29 Chris LattnerUse higher level methods, don't use TargetInstrDescript...
2002-10-29 Chris LattnerUse higher level method
2002-10-29 Chris LattnerRemove #include, misleading comment, and a typedef...
2002-10-29 Chris LattnerInline typedef, eliminate unused method
2002-10-29 Chris LattnerRemove long dead #if 0
2002-10-29 Chris LattnerAdd #includes that were eliminated from headers
2002-10-29 Chris LattnerDe-inline methods
2002-10-29 Chris LattnerRemove #include
2002-10-29 Chris LattnerRemove unneeded #include
2002-10-29 Chris LattnerRemove forward decl
2002-10-29 Chris LattnerMake assertIGNode be private to the InterferenceGraph...
2002-10-28 Chris LattnerMachineInstrInfo no longer #includes this header, so...
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 BrukmanReplaced uses of deprecated `MachineFunction::get(Basic...
2002-10-28 Chris LattnerRemove two arguments that are never specified
2002-10-28 Chris LattnerRename some regalloc fields
2002-10-28 Chris LattnerEliminate usage of MachineBasicBlock::get
2002-10-28 Chris LattnerRemove usage of MachineBasicBlock::get
2002-10-28 Chris LattnerRemove usage of MachineBasicBlock::get
2002-10-28 Chris LattnerEliminate unneccesary use of MachineBasicBlock::get
2002-10-28 Chris Lattners/method/function
2002-10-28 Chris LattnerChange MachineBasicBlock's to not be Annotations, inste...
2002-10-28 Chris LattnerMake Scheduling Class variables be 'unsigned' instead...
2002-10-28 Chris LattnerRename the redundant MachineOperand::getOperandType...
2002-10-28 Chris LattnerFairly major overhaul of MachineInstr & Operand classes
2002-10-28 Chris LattnerAdd #includes now that MachineInstr.h doesn't include...
2002-10-28 Chris LattnerDon't #include <Support/*>, #include "Support/*"
2002-10-28 Chris Lattner*** empty log message ***
2002-10-28 Chris LattnerMachineFunction now includes MachineBasicBlock so there...
2002-10-28 Chris LattnerRename MachineCodeForBasicBlock to MachineBasicBlock
2002-10-28 Chris Lattner*** empty log message ***
2002-10-28 Chris LattnerInline some methods from .cpp files into .h files,...
2002-10-28 Chris LattnerMinor cleanups
2002-10-28 Chris LattnerMove machine code generation/destruction passes out...
2002-10-28 Chris LattnerPrune #includes
2002-10-28 Chris LattnerUpdates to match misha's changes
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-25 Chris LattnerInitial checkin of codegen infrastructure for LLVM-JIT
2002-10-23 Chris LattnerTell PassManager that this pass does not invalidate...
2002-10-22 Chris LattnerEnsure definate initialization
2002-10-22 Chris Lattner - Two minor improvements to the MachineInstr class...
2002-10-14 Vikram S. AdveSignificant improvement: GEP used by a load or store...
2002-10-13 Vikram S. AdveUse vectors instead of hash_maps for issueGaps and...
2002-10-13 Vikram S. AdveMajor bug fix: was not adding CD edges for RETURNs!
2002-10-11 Vikram S. AdveMajor bug fix: spill code for an instruction in a delay...
2002-10-11 Vikram S. AdveDon't pad variables in stack slots for performance!
2002-09-29 Vikram S. AdveBug fix in folding getElementPtr instructions: don...
2002-09-29 Vikram S. AdveConvert DIRS to PARALLEL_DIRS. They can be built indep...
2002-09-28 Vikram S. AdveAdded a couple of helper methods for live range constru...
2002-09-28 Vikram S. AdveLive ranges for Return value and return address of...
2002-09-28 Vikram S. AdveFixed method getReturnValue(): it should return NULL...
2002-09-28 Vikram S. AdveFixed incorrect assertion: spill code for function...
2002-09-27 Vikram S. AdveSign-extend integer constants from original type size...
2002-09-20 Vikram S. AdveAdd method IGNode::getCombinedDegree to count the sum...
2002-09-20 Vikram S. AdveAdd PostOpts/ and rename PreSelection/ to PreOpts/.
2002-09-20 Vikram S. AdveAdd method MachineInstr::replace to rewrite a machine...
2002-09-20 Vikram S. AdveAllow copy coalescing in more cases: if sum of node...
2002-09-20 Vikram S. AdvePeephole optimization pass on final machine code.
2002-09-20 Vikram S. AdveFiles moved to CodeGen/PreOpts.
2002-09-20 Vikram S. AdveMoving these files from Code/PreSelection to here.
2002-09-17 Chris LattnerDon't put default parameter values into .cpp files...
2002-09-17 Chris LattnerAdd support for GCC 2.96
2002-09-16 Vikram S. AdveAdd subdirectory PreSelection.
2002-09-16 Vikram S. AdveNew preselection pass that specializes LLVM code for...
2002-09-16 Vikram S. AdveDump routine now writes out allocated register numbers...
2002-09-16 Vikram S. AdveImprove and fix error in allocating stack slots: adjust...
2002-09-16 Vikram S. AdveAdd a version of ChooseRegOrImmed to handle numerical...
2002-09-16 Vikram S. AdveAdd an assertion.
2002-09-15 Vikram S. AdveFix typos in previous checkin.
2002-09-15 Chris LattnerRegAllocCommon no longer includes CommandLine.h so...
2002-09-14 Vikram S. AdveBreak RA_DEBUG option into several levels to get better...
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-12 Chris LattnerFix a bug I introduced into the code generator. :(
2002-09-11 Chris Lattner - Change getelementptr instruction to use long indexe...
2002-09-08 Chris LattnerMake sure the leakdetector is told about temporary...
2002-09-08 Chris LattnerInform the memory leak detector that TmpInstruction...
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-08-27 Anand Shuklamoved this file from lib/Reoptimizer/Mapping
2002-08-27 Anand ShuklaMakefile for new sub directory
next