A new test case that tries to generate all the different possible shift
[oota-llvm.git] / include /
2002-10-31 Chris LattnerEliminate some unneccesary #includes and forward decls
2002-10-31 Misha BrukmanRefactored DSGraph.h:
2002-10-31 Chris LattnerThis fixes all kinds of problems with array handling...
2002-10-31 Chris LattnerNew isAssociative/isCommutative inspection methods...
2002-10-31 Chris LattnerStatistic class should return const reference to *this...
2002-10-31 Chris LattnerAdd interface to update domfrontier info, thanks to...
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 Lattner* Add new "Target Specific Flags" field to instruction...
2002-10-30 Chris LattnerAdd new optional getRegisterInfo to TargetMachine
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 Misha BrukmanFixed spelling of `propagation'.
2002-10-29 Chris LattnerEliminate virtual methods that are sparc specific
2002-10-29 Chris Lattner* Privatize the TargetName
2002-10-29 Chris LattnerAllow TargetMachine to refuse static code gen
2002-10-29 Chris LattnerRename Sparc.h to TargetMachineImpls.h. Add hook for...
2002-10-29 Chris LattnerAdd hook for JIT compiler
2002-10-29 Chris LattnerMove to TargetMachineImpls.h
2002-10-29 Chris LattnerMerge with sparc backend
2002-10-29 Chris LattnerMerge to MachineInstrInfo.h
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 LattnerMove TargetInstrDescriptors extern to the one .cpp...
2002-10-29 Chris LattnerRename opCodeString to Name, add new getName() method
2002-10-29 Chris LattnerRename MachineInstrInfo::getDescriptor to MachineInstrI...
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-29 Chris LattnerMachineInstrInfo doesn't need a TargetMachine member
2002-10-28 Chris LattnerMinor cleanups, remove noncopyable so dot doesn't clust...
2002-10-28 Chris LattnerStrip a bunch of #includes from the file, move some...
2002-10-28 Chris LattnerInline some code from the cpp 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 Lattner* s/unsigned int/unsigned
2002-10-28 Chris LattnerMake scheduling class variables be 'unsigned' instead...
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 LattnerRemvoe a bunch of unneeded forward decls
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 Lattner* Doxygenify comments
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-27 Chris LattnerAdd neccesary #include
2002-10-27 Chris LattnerOld GCC's don't have an <ostream>
2002-10-27 Chris LattnerAdd #include
2002-10-25 Chris LattnerInitial checkin of target support for X86 backend.
2002-10-25 Chris LattnerInitial checkin of Machine Code representation for...
2002-10-25 Chris LattnerFix typo
2002-10-24 Chris Lattner* Remove unneccesary #includes
2002-10-23 Chris LattnerMinor cleanups
2002-10-22 Chris Lattner - Two minor improvements to the MachineInstr class...
2002-10-22 Chris LattnerWe need to know the call sites each function hosts
2002-10-22 Chris LattnerAllow modification of callee
2002-10-22 Chris LattnerSmall space optimization: Make MachineOperands take...
2002-10-21 Chris Lattner - Rename AnalysisUsage::preservesAll to getPreservesA...
2002-10-21 Chris LattnerDelete unused arguments to DSGraph::cloneInto method
2002-10-21 Chris Lattner - Add "ResolvingCaller" to the CallSite record. ...
2002-10-21 Chris LattnerAdd another copy ctor form
2002-10-21 Chris LattnerAs it turns out, we don't need a fully generic mapping...
2002-10-21 Chris LattnerMake sure to initialize isArray member
2002-10-21 Chris LattnerRemove a 'using' directives from a header file. Using...
2002-10-21 Chris LattnerAdd a missing std:: qualifier
2002-10-21 Chris LattnerTwo callsites are equivalent even if they are from...
2002-10-21 Chris Lattner - Make DSCallSite not inherit from std::vector. ...
2002-10-20 Vikram S. AdveRemove spurious caller pointer in DSCallSite.
2002-10-20 Chris LattnerAdd isArray flag
next