IA64 compat
[oota-llvm.git] / lib / Target / SparcV9 / InstrSelection / InstrSelection.cpp
2004-07-16 Chris LattnerIA64 compat
2004-07-14 Brian GaekeAdd Machine-CFG edges to SparcV9 MachineBasicBlocks.
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-20 Chris LattnerMove the IntrinsicLowering header into the CodeGen...
2004-06-08 Brian GaekeAdd a TmpInstruction ctor that doesn't take a MCFI.
2004-06-02 Chris LattnerConvert to the new TargetMachine interface.
2004-05-30 Brian GaekeInsert machine instructions generated for Phi nodes...
2004-05-29 Brian GaekeAdd comments.
2004-05-29 Brian GaekeTrim whitespace.
2004-05-29 Brian GaekeGive InsertCodeForPhis() a new documentation comment.
2004-05-28 Brian GaekeGive PhiCp nodes better names in many cases.
2004-04-23 Brian GaekeInclude SparcV9RegInfo.h instead of TargetRegInfo.h.
2004-04-07 Brian GaekeDon't include InstrSelectionSupport.h.
2004-03-13 Chris LattnerRename the intrinsic enum values for llvm.va_* from...
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2003-12-28 Chris LattnerClean up a lot of the code I added yesterday by exposin...
2003-12-28 Chris LattnerWhoops, don't try to lower non intrinsic calls
2003-12-28 Chris LattnerUse the intrinsic lowering functionality
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-23 Misha BrukmanMake code layout more consistent.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-17 Misha BrukmanFixed spelling.
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2003-07-26 Chris LattnerMaking this code const-correct would be a pain, so...
2003-05-31 Vikram S. AdveAdded MachineCodeForInstruction object as an argument to
2003-04-23 Chris LattnerRemove unneccesary &*
2003-01-15 Chris LattnerMinor changes
2002-12-29 Chris LattnerMore renamings of Target/Machine*Info to Target/Target...
2002-11-09 Chris LattnerFix warning
2002-10-28 Chris LattnerRemove usage of MachineBasicBlock::get
2002-10-28 Chris LattnerChange MachineBasicBlock's to not be Annotations, inste...
2002-10-28 Chris Lattner*** empty log message ***
2002-10-28 Chris LattnerRename MachineCodeForBasicBlock to MachineBasicBlock
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-23 Chris LattnerTell PassManager that this pass does not invalidate...
2002-09-08 Chris LattnerMake sure the leakdetector is told about temporary...
2002-09-08 Chris LattnerInform the memory leak detector that TmpInstruction...
2002-08-09 Chris LattnerWe are using std::vector, so remove extraneous namespac...
2002-07-30 Chris Lattner* Move InstructionSelection Pass here instead of living...
2002-07-22 Chris Lattner*** empty log message ***
2002-07-08 Vikram S. AdveMoved class MachineCodeForBasicBlock to MachineCodeForB...
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-20 Chris LattnerHide debugging options
2002-05-19 Vikram S. AdvecpValue2Value now needs a vector of MachineInstr to...
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-08 Chris LattnerValue cannot be directly instantiated. I think that...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-24 Vikram S. AdveUse deterministic iterator for treeRoots.
2002-03-18 Vikram S. AdveUse vector for machine instructions returned by GetInst...
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-03 Chris Lattner* Straighten out #includes
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-15 Ruchira SasankaAdded naming to inserted phi copy values - for easy...
2001-11-15 Ruchira SasankaChanged phi elimination code
2001-11-12 Ruchira SasankaFor phi elimination, now we are generating only one...
2001-11-12 Ruchira SasankaAdded phi elimination code - not final
2001-11-08 Vikram S. AdveMajor overhaul of stack frame management.
2001-10-22 Vikram S. AdveCosmetic changes only.
2001-10-17 Vikram S. Adve1. Add a bottom-up pass on BURG trees that is used...
2001-10-10 Vikram S. AdveMoved code generation support routines to InstrSelectio...
2001-09-18 Vikram S. AdveMinor changes.
2001-09-14 Chris LattnerThis checkin represents some cleanup of the backend...
2001-09-12 Chris LattnerMore cleanups, preparing to revamp InstrForest to,...
2001-09-11 Chris LattnerEliminate 'BasicNode' from InstrForest.
2001-09-11 Chris LattnerEliminate MainTreeNode function
2001-09-07 Chris LattnerA file should always include it's private header file...
2001-08-28 Vikram S. AdveMoved debug options declaration to header file, and...
2001-07-31 Vikram S. AdveSimplify command line options, and add option for printing
2001-07-30 Vikram S. AdveRecord machine instructions in the vector for each...
2001-07-23 Chris LattnerCommandLine library cleanup. No longer use getValue...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-23 Chris LattnerClean up hash table usage
2001-07-23 Chris LattnerRemoval of the redundant CompileContext wrapper
2001-07-23 Chris LattnerLarge scale changes to implement new command line argum...
2001-07-22 Chris LattnerPrivatize LLCOptions. It had no business being visible...
2001-07-21 Chris LattnerRemove unneccesary #includes
2001-07-21 Chris LattnerRenamed include/llvm/Codegen to include/llvm/CodeGen
2001-07-21 Vikram S. AdveInstruction selection via pattern matching on instructi...