| Commit message (Expand) | Author | Age | Files | Lines |
* | As wierd as it feels to type it, const void* is more generic than void* | Chris Lattner | 2002-10-17 | 1 | -9/+19 |
* | Added partial specialization of GraphTraits for the DominatorTree class. | Joel Stanley | 2002-10-16 | 1 | -0/+19 |
* | Allow simple nodes to have outgoing edges | Chris Lattner | 2002-10-16 | 1 | -5/+16 |
* | * Factor printing code again, add emitSimpleNode method | Chris Lattner | 2002-10-16 | 1 | -8/+29 |
* | * Add new DOTGraphTraits::addCustomGraphFeatures method | Chris Lattner | 2002-10-16 | 2 | -0/+13 |
* | The second element of the iterator is really an offset, not a link | Chris Lattner | 2002-10-16 | 2 | -16/+20 |
* | * Significantly refactor GraphWriter into a class. | Chris Lattner | 2002-10-16 | 1 | -41/+69 |
* | - Generic graph printing infrastructure changes: | Chris Lattner | 2002-10-16 | 1 | -18/+19 |
* | Allow direct access to mergemap for printing | Chris Lattner | 2002-10-16 | 2 | -0/+10 |
* | - Eliminate SymbolTable::ParentSymTab, ST::localLookup, and | Chris Lattner | 2002-10-15 | 2 | -19/+2 |
* | - Add an endianness field to the TargetData datastructure | Chris Lattner | 2002-10-14 | 1 | -2/+9 |
* | Removed misleading const keyword. | Vikram S. Adve | 2002-10-14 | 1 | -1/+1 |
* | - Dramatically simplify the Constant::mutateReferences implementation, | Chris Lattner | 2002-10-14 | 3 | -16/+3 |
* | - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to | Chris Lattner | 2002-10-13 | 2 | -12/+12 |
* | First crack at reimplementing graph traits for DSGraphs | Chris Lattner | 2002-10-13 | 2 | -36/+70 |
* | disable the unused "pointer" member | Chris Lattner | 2002-10-13 | 1 | -1/+3 |
* | Add dummy entries to document what members can be added | Chris Lattner | 2002-10-13 | 1 | -0/+7 |
* | Use vectors instead of hash_maps for issueGaps and conflictLists. | Vikram S. Adve | 2002-10-13 | 1 | -14/+20 |
* | Added capability to get execution count of a loop if it is a predictable | Misha Brukman | 2002-10-11 | 1 | -1/+4 |
* | Added helper functions in LoopInfo: isLoopExit and numBackEdges. | Misha Brukman | 2002-10-11 | 1 | -1/+4 |
* | Expose API to graph library to allow iteration over all nodes, even unreachab... | Chris Lattner | 2002-10-10 | 1 | -1/+10 |
* | Change reference | Chris Lattner | 2002-10-10 | 2 | -2/+2 |
* | * Don't only print out reachable nodes in the graph. | Chris Lattner | 2002-10-10 | 1 | -7/+7 |
* | Add new getGraphProperties that may be specialized by graphs | Chris Lattner | 2002-10-10 | 1 | -0/+8 |
* | Rename DataStructureGraph.h to DSGraphTraits.h | Chris Lattner | 2002-10-10 | 3 | -81/+8 |
* | - Add new Constant::replaceUsesOfWithOnConstant which has an end result | Chris Lattner | 2002-10-09 | 2 | -2/+27 |
* | Make isExtern() be a virtual function inherited from GlobalValue | Chris Lattner | 2002-10-09 | 3 | -5/+10 |
* | - Detemplatize UseTy<> in Value.h, because it's only instantiated for one | Chris Lattner | 2002-10-09 | 1 | -26/+21 |
* | - Remove Value::use_push_back & Value::use_remove | Chris Lattner | 2002-10-09 | 1 | -3/+2 |
* | By default PHINode::removeIncomingValue will delete the phi node if the last | Chris Lattner | 2002-10-08 | 1 | -1/+8 |
* | Expose isCriticalEdge & SplitCriticalEdge methods from crit-edges pass | Chris Lattner | 2002-10-08 | 1 | -0/+16 |
* | Expose new "recalculate" method from dominatorset | Chris Lattner | 2002-10-08 | 1 | -0/+5 |
* | Don't rotate paper. | Chris Lattner | 2002-10-07 | 1 | -2/+1 |
* | - Allow printing generic LLVM graphs to 'dot' files, so they can be | Chris Lattner | 2002-10-07 | 2 | -0/+188 |
* | Fix bug in last checkin | Chris Lattner | 2002-10-07 | 1 | -0/+1 |
* | Implement operator= for SuccIterators | Chris Lattner | 2002-10-07 | 1 | -0/+5 |
* | - Add new isExternal() method to GlobalVariable to mirror Function. | Chris Lattner | 2002-10-06 | 1 | -10/+21 |
* | The wall clock timer (implementing using the RTC or cycle counter on x86) is | Chris Lattner | 2002-10-03 | 1 | -7/+1 |
* | Remove commented out stuff | Chris Lattner | 2002-10-02 | 2 | -24/+4 |
* | Move GlobalDSGraph class defn to the end of the file | Chris Lattner | 2002-10-02 | 2 | -58/+58 |
* | This file doesn't need Pass.h | Chris Lattner | 2002-10-02 | 2 | -2/+8 |
* | * Implement fully general merging of array subscripts on demand! This | Chris Lattner | 2002-10-02 | 2 | -0/+24 |
* | Checkin the "meat" of the Data structure graph itself. I forgot to check | Chris Lattner | 2002-10-02 | 2 | -0/+954 |
* | - Remove the User::eraseOperand method which is never used, really | Chris Lattner | 2002-10-01 | 1 | -4/+0 |
* | - Rework Statistics: | Chris Lattner | 2002-10-01 | 1 | -7/+12 |
* | Check in DataStructure rewrite so far. | Chris Lattner | 2002-10-01 | 5 | -658/+44 |
* | Checkin generic interval timer support | Chris Lattner | 2002-10-01 | 1 | -0/+136 |
* | Added several more helper functions for construction MachineInstrs. | Vikram S. Adve | 2002-09-29 | 1 | -0/+26 |
* | Minor change to interface for Create{Zero,Sign}ExtensionsInstructions. | Vikram S. Adve | 2002-09-29 | 2 | -6/+6 |
* | Simplify code a bit, add an assertion | Chris Lattner | 2002-09-29 | 1 | -3/+2 |