Age | Commit message (Expand) | Author |
2004-05-23 | Add getCaller() method. | Vikram S. Adve |
2004-05-23 | Complete rewrite of the code that merges DS graphs for equivalence classes | Vikram S. Adve |
2004-05-23 | Fix size/offset assertion to allow negative offsets and folded nodes. | Vikram S. Adve |
2004-05-23 | Fix a typo in the head-of-file comment. | Brian Gaeke |
2004-05-21 | It's not clear to me whether the old version was correct C++ code, but in | Chris Lattner |
2004-05-21 | Starting an identifier with an _ is not legal C/C++ code. | Chris Lattner |
2004-05-19 | Declare function defined in namespace llvm as gcc-3.4 doesn't accept a defini... | Alkis Evlogimenos |
2004-05-17 | Minor aesthetic alignments; no functional changes. | Misha Brukman |
2004-05-17 | * Minor aesthetic alignment of iterator declarations | Misha Brukman |
2004-05-17 | Define erase forwarding method on traces | Brian Gaeke |
2004-05-12 | Fix a comment. | Brian Gaeke |
2004-05-12 | Add a NextMBBNumber field w/ incrementing accessor method, for | Brian Gaeke |
2004-05-12 | Add a Number field w/ accessor method, for function-level unique numbering | Brian Gaeke |
2004-05-09 | Add support for inserting all prototypes up-front | Chris Lattner |
2004-05-08 | Fixed up sched graph. | Tanya Lattner |
2004-05-08 | Registering the ModuloScheduling pass. | Tanya Lattner |
2004-05-08 | Changed CPUResource to allow access to max num users for a resource. | Tanya Lattner |
2004-05-07 | Add the enum corresponding to the source change I made earlier | Chris Lattner |
2004-05-06 | Fix for gcc3.4: invalid use of forward delacred class on line 93 | Alkis Evlogimenos |
2004-05-05 | Move the stuff that fixes the size, orientation & fonts of graphs to | Brian Gaeke |
2004-05-04 | Apply simplification suggested by Chris: why assign() when operator = will do? | Brian Gaeke |
2004-05-04 | Add "Args" optional argument to AbstractInterpreter factory methods, which | Brian Gaeke |
2004-05-04 | Provide visit(Module&) and visitModule(Module&) functionality. | Misha Brukman |
2004-05-04 | Add BBTrace accessor method and data member. | Brian Gaeke |
2004-05-04 | New header file containing profile info enums shared between the C++ analysis | Brian Gaeke |
2004-05-02 | Initialize member out of paranoia | Chris Lattner |
2004-05-02 | Chris told me to take these assertions out a few days ago, but I forgot to | Brian Gaeke |
2004-05-01 | Stop LiveVariables from using BasicBlocks as part of the mapping, instead | Chris Lattner |
2004-05-01 | Move the GraphTraits for MachineBasicBlocks to the MachineBasicBlock file. | Chris Lattner |
2004-04-30 | Sorry, now friend class name should be right!! | Tanya Lattner |
2004-04-30 | Fixed friend class name for ModuloScheduling. | Tanya Lattner |
2004-04-30 | Fixed friend class name for ModuloSched | Tanya Lattner |
2004-04-30 | Removing MachineResource class. | Tanya Lattner |
2004-04-29 | Add machine-CFG graph traits specializations. | Brian Gaeke |
2004-04-28 | * Make contained ostream not public. | Misha Brukman |
2004-04-28 | * Add ability to get and set the output stream | Misha Brukman |
2004-04-28 | Add pred./succ. list size methods. | Brian Gaeke |
2004-04-28 | Move private methods to end of class decl at Chris's request | Brian Gaeke |
2004-04-28 | Fix thinkos that Chris caught for me. | Brian Gaeke |
2004-04-28 | Add machine-code CFG support: MachineBasicBlocks may now have their own | Brian Gaeke |
2004-04-27 | Fix warning | Chris Lattner |
2004-04-27 | Changes to fix up the inst_iterator to pass to boost iterator checks. This | Chris Lattner |
2004-04-26 | Because I like being able to instantiate the cfgprinter from external projects, | Brian Gaeke |
2004-04-26 | Fix a typo in a comment. | Brian Gaeke |
2004-04-23 | Aggregating function arguments is now an option. Default is `no', as before. | Misha Brukman |
2004-04-23 | Remove the SCEV::expandCodeFor method, add a new SCEVVisitor class. | Chris Lattner |
2004-04-23 | Merged this file into the SparcV9 target. | Brian Gaeke |
2004-04-23 | Add emitWordAt() - a quick and dirty interface that the machine-dependent | Brian Gaeke |
2004-04-22 | Clarify the logic: the flag is renamed to `deleteFn' to signify it will delete | Misha Brukman |
2004-04-22 | Add a boolean flag to delete this function from module, leaving the rest behind. | Misha Brukman |