Remove dead fixme
[oota-llvm.git] / include /
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...
2002-10-02 Chris LattnerRemove commented out stuff
2002-10-02 Chris LattnerMove GlobalDSGraph class defn to the end of the file
2002-10-02 Chris LattnerThis file doesn't need Pass.h
2002-10-02 Chris Lattner * Implement fully general merging of array subscrip...
2002-10-02 Chris LattnerCheckin the "meat" of the Data structure graph itself...
2002-10-01 Chris Lattner - Remove the User::eraseOperand method which is never...
2002-10-01 Chris Lattner - Rework Statistics:
2002-10-01 Chris LattnerCheck in DataStructure rewrite so far.
2002-10-01 Chris LattnerCheckin generic interval timer support
2002-09-29 Vikram S. AdveAdded several more helper functions for construction...
2002-09-29 Vikram S. AdveMinor change to interface for Create{Zero,Sign}Extensio...
2002-09-29 Chris LattnerSimplify code a bit, add an assertion
2002-09-28 Vikram S. AdveFixed method getReturnValue(): it should return NULL...
2002-09-28 Vikram S. AdveSimplified code that handles call args and rets, so...
2002-09-26 Chris LattnerFirst try at implementing the AliasSetTracker class...
2002-09-26 Chris LattnerCheckin new loop-preheader insertion pass.
2002-09-26 Chris Lattner - Fix bug in LoopInfo causing ParentLoop to be garbage
2002-09-26 Chris Lattner - Add methods to ImmediateDominators & DominatorTree...
2002-09-26 Chris LattnerAdd a new "DominatorSet::addDominator" method to allow...
2002-09-26 Chris Lattner - Add new methods to LoopInfo: getLoopPreheader,...
2002-09-26 Chris Lattner - Add new ctor to BasicBlock to allow insertion befor...
2002-09-26 Chris LattnerConverted SimpleStructMutation to take TargetData as...
2002-09-25 Chris LattnerChange LowerAllocations pass to 'require' TargetData...
2002-09-25 Chris LattnerConvert TargetData to be an ImmutablePass
2002-09-25 Chris LattnerImmutablePass's don't need a runOnFunction, nor do...
2002-09-25 Chris LattnerConvert BasicAA to be an immutable pass instead of...
next