Replaced uses of deprecated `MachineFunction::get(BasicBlock *BB)'.
[oota-llvm.git] / include /
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
2002-10-20 Vikram S. AdveAdded a first-class representation for each call site...
2002-10-20 Vikram S. AdveAdded a first-class representation for each call site...
2002-10-18 Chris LattnerConvert typerec to be a structure instead of a pair
2002-10-18 Chris LattnerDon't emit braces around something without outgoing...
2002-10-17 Chris LattnerAdd interface for mod/ref info to be captures by dsgraphs
2002-10-17 Chris Lattner * Add data structures to BU pass to keep track of...
2002-10-17 Chris Lattner * Remove a lot of obsolete #if 0'd code
2002-10-17 Chris LattnerUse the forward declaration for GraphTraits instead...
2002-10-17 Chris LattnerBe const correct. Handle both DSGraph* and const DSGra...
2002-10-17 Chris LattnerBreak up the GraphWriter into smaller chunks to be...
2002-10-17 Chris LattnerAs wierd as it feels to type it, const void* is more...
2002-10-16 Joel StanleyAdded partial specialization of GraphTraits for the...
2002-10-16 Chris LattnerAllow simple nodes to have outgoing edges
2002-10-16 Chris Lattner * Factor printing code again, add emitSimpleNode...
2002-10-16 Chris Lattner * Add new DOTGraphTraits::addCustomGraphFeatures...
2002-10-16 Chris LattnerThe second element of the iterator is really an offset...
2002-10-16 Chris Lattner * Significantly refactor GraphWriter into a class.
2002-10-16 Chris Lattner - Generic graph printing infrastructure changes:
2002-10-16 Chris LattnerAllow direct access to mergemap for printing
2002-10-15 Chris Lattner - Eliminate SymbolTable::ParentSymTab, ST::localLooku...
2002-10-14 Chris Lattner - Add an endianness field to the TargetData datastructure
2002-10-14 Vikram S. AdveRemoved misleading const keyword.
2002-10-14 Chris Lattner - Dramatically simplify the Constant::mutateReference...
2002-10-13 Chris Lattner - Rename Instruction::First*Op to *OpsBegin, and...
2002-10-13 Chris LattnerFirst crack at reimplementing graph traits for DSGraphs
2002-10-13 Chris Lattnerdisable the unused "pointer" member
2002-10-13 Chris LattnerAdd dummy entries to document what members can be added
2002-10-13 Vikram S. AdveUse vectors instead of hash_maps for issueGaps and...
2002-10-11 Misha BrukmanAdded capability to get execution count of a loop if...
2002-10-11 Misha BrukmanAdded helper functions in LoopInfo: isLoopExit and...
2002-10-10 Chris LattnerExpose API to graph library to allow iteration over...
2002-10-10 Chris LattnerChange reference
2002-10-10 Chris Lattner* Don't only print out reachable nodes in the graph.
2002-10-10 Chris LattnerAdd new getGraphProperties that may be specialized...
2002-10-10 Chris LattnerRename DataStructureGraph.h to DSGraphTraits.h
2002-10-09 Chris Lattner - Add new Constant::replaceUsesOfWithOnConstant which...
2002-10-09 Chris LattnerMake isExtern() be a virtual function inherited from...
2002-10-09 Chris Lattner - Detemplatize UseTy<> in Value.h, because it's only...
2002-10-09 Chris Lattner - Remove Value::use_push_back & Value::use_remove
2002-10-08 Chris LattnerBy default PHINode::removeIncomingValue will delete...
2002-10-08 Chris LattnerExpose isCriticalEdge & SplitCriticalEdge methods from...
2002-10-08 Chris LattnerExpose new "recalculate" method from dominatorset
2002-10-07 Chris LattnerDon't rotate paper.
2002-10-07 Chris Lattner - Allow printing generic LLVM graphs to 'dot' files...
2002-10-07 Chris LattnerFix bug in last checkin
2002-10-07 Chris LattnerImplement operator= for SuccIterators
2002-10-06 Chris Lattner - Add new isExternal() method to GlobalVariable to...
2002-10-03 Chris LattnerThe wall clock timer (implementing using the RTC or...
next