Include HashExtras.h since it is almost always needed anyway.
[oota-llvm.git] / include /
2002-11-08 Vikram S. AdveInclude HashExtras.h since it is almost always needed...
2002-11-08 Chris LattnerUse DSNodeHandle for persistent maps
2002-11-08 Chris LattnerAdd flag that may be used to determine if dead nodes...
2002-11-08 Vikram S. AdveRestore a #include because this header file needs the...
2002-11-07 Chris LattnerAdd interfaces for ResolveCallSiteModRefInfo
2002-11-07 Chris LattnerInstead of using a bool that constant has to be explain...
2002-11-07 Chris LattnerAdd new method
2002-11-07 Chris LattnerExpose isPointerType to clients of dsanalysis
2002-11-06 Chris LattnerAdd a comment
2002-11-06 Chris LattnerAllow the ResolveCallSiteModRefInfo method to return...
2002-11-06 Chris LattnerAdd a stub to implement the context sensitive mod/ref...
2002-11-06 Chris LattnerGive a back pointer to the IPModRef object to the Funct...
2002-11-06 Chris LattnerRemove a couple of #includes, move some code to .cpp...
2002-11-06 Chris LattnerMake maxSize a private variable, add a size() accessor
2002-11-06 Chris LattnerMake PointerShift/Size be enums so they are constants...
2002-11-06 Vikram S. AdveMake query operations non-const to allow demand-driven...
2002-11-06 Vikram S. AdveAn implementation of the bit-vector representation...
2002-11-06 Vikram S. AdveAn interprocedural analysis pass that computes flow...
2002-11-06 Vikram S. AdveAdd const version of function getNodeForValue:
2002-11-06 Chris LattnerDramatically simplify internal DSNode representation...
2002-11-06 Chris LattnerRemove stripscalars argument to cloneInto
2002-11-04 Chris LattnerAdd a bunch of assertions
2002-11-04 Chris LattnerAllow memory sizes to be negative, eliminate TmpRSS
2002-11-04 Vikram S. AdveGeneric graph iterator to enumerate the SCCs of a graph
2002-11-04 Chris LattnerImplement methods needed to print out call graph
2002-11-04 Chris LattnerAllow the call graph to be called from analyze naturall...
2002-11-03 Chris LattnerRename ValueMap to ScalarMap
2002-11-03 Chris LattnerRename NewNode flag to HeapNode
2002-11-03 Chris LattnerCheck in header file that was missing, thus broke the...
2002-11-02 Misha BrukmanFixed comment on top of DSNode.h, added note to DSSuppo...
2002-11-02 Chris LattnerImplement the "unknown flag" which mainly consists...
2002-11-02 Chris Lattner* Eliminate Scalar node type (renumber other node types)
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
next