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