- c43e0ae Rename a method by Chris Lattner · 21 years ago
- b5159ed Fixed up my changes to add support for cloning Machine Instructions. by Tanya Lattner · 21 years ago
- 14d2638 Remove virtual destructor from InstVisitor. This class should never be by Alkis Evlogimenos · 21 years ago
- 466b534 Adding support to clone MachineInstr by Tanya Lattner · 21 years ago
- 6ffd14d Remember the set of leaders. Also compute on demand and cache the equiv by Vikram S. Adve · 21 years ago
- b5b0b45 Add getCaller() method. by Vikram S. Adve · 21 years ago
- c5204fb Complete rewrite of the code that merges DS graphs for equivalence classes by Vikram S. Adve · 21 years ago
- 44860cc Fix size/offset assertion to allow negative offsets and folded nodes. by Vikram S. Adve · 21 years ago
- 91ad59d Fix a typo in the head-of-file comment. by Brian Gaeke · 21 years ago
- d49b120 It's not clear to me whether the old version was correct C++ code, but in by Chris Lattner · 21 years ago
- 3b96359 Starting an identifier with an _ is not legal C/C++ code. by Chris Lattner · 21 years ago
- 2b6d2eb Declare function defined in namespace llvm as gcc-3.4 doesn't accept a definition in a namespace of a non-declared function. by Alkis Evlogimenos · 21 years ago
- a4c6c52 Minor aesthetic alignments; no functional changes. by Misha Brukman · 21 years ago
- f40ae3c * Minor aesthetic alignment of iterator declarations by Misha Brukman · 21 years ago
- 71d3a87 Define erase forwarding method on traces by Brian Gaeke · 21 years ago
- da86bdc Fix a comment. by Brian Gaeke · 21 years ago
- f460f16 Add a NextMBBNumber field w/ incrementing accessor method, for by Brian Gaeke · 21 years ago
- c07d8d8 Add a Number field w/ accessor method, for function-level unique numbering by Brian Gaeke · 21 years ago
- 43c81f1 Add support for inserting all prototypes up-front by Chris Lattner · 21 years ago
- b4b2e9d Fixed up sched graph. by Tanya Lattner · 21 years ago
- 5a75c91 Registering the ModuloScheduling pass. by Tanya Lattner · 21 years ago
- e5abfd2 Changed CPUResource to allow access to max num users for a resource. by Tanya Lattner · 21 years ago
- 2944bca Add the enum corresponding to the source change I made earlier by Chris Lattner · 21 years ago
- ad5c296 Fix for gcc3.4: invalid use of forward delacred class on line 93 by Alkis Evlogimenos · 21 years ago
- 6178085 Move the stuff that fixes the size, orientation & fonts of graphs to by Brian Gaeke · 21 years ago
- 48b008d Apply simplification suggested by Chris: why assign() when operator = will do? by Brian Gaeke · 21 years ago
- d11577b Add "Args" optional argument to AbstractInterpreter factory methods, which by Brian Gaeke · 21 years ago
- 2dd5c96 Provide visit(Module&) and visitModule(Module&) functionality. by Misha Brukman · 21 years ago
- 7e3f82e Add BBTrace accessor method and data member. by Brian Gaeke · 21 years ago
- dc0bedc New header file containing profile info enums shared between the C++ analysis by Brian Gaeke · 21 years ago
- 1570cb1 Initialize member out of paranoia by Chris Lattner · 21 years ago
- 3ec4f26 Chris told me to take these assertions out a few days ago, but I forgot to by Brian Gaeke · 21 years ago
- 96362e9 Stop LiveVariables from using BasicBlocks as part of the mapping, instead by Chris Lattner · 21 years ago
- 0aef12a Move the GraphTraits for MachineBasicBlocks to the MachineBasicBlock file. by Chris Lattner · 21 years ago
- d11297f Sorry, now friend class name should be right!! by Tanya Lattner · 21 years ago
- c9bdf09 Fixed friend class name for ModuloScheduling. by Tanya Lattner · 21 years ago
- 32c182a Fixed friend class name for ModuloSched by Tanya Lattner · 21 years ago
- 0e1c48b Removing MachineResource class. by Tanya Lattner · 21 years ago
- 8c53472 Add machine-CFG graph traits specializations. by Brian Gaeke · 21 years ago
- df3d2e9 * Make contained ostream not public. by Misha Brukman · 21 years ago
- 3f98def * Add ability to get and set the output stream by Misha Brukman · 21 years ago
- 3707241 Add pred./succ. list size methods. by Brian Gaeke · 21 years ago
- 8560af4 Move private methods to end of class decl at Chris's request by Brian Gaeke · 21 years ago
- 61d3d5c Fix thinkos that Chris caught for me. Make pred mutators private. by Brian Gaeke · 21 years ago
- 76456bc Add machine-code CFG support: MachineBasicBlocks may now have their own by Brian Gaeke · 21 years ago
- 0ebf428 Fix warning by Chris Lattner · 21 years ago
- 6ffe551 Changes to fix up the inst_iterator to pass to boost iterator checks. This by Chris Lattner · 21 years ago
- 21e2325 Because I like being able to instantiate the cfgprinter from external projects, by Brian Gaeke · 21 years ago
- e0baeec Fix a typo in a comment. by Brian Gaeke · 21 years ago
- de41aab Aggregating function arguments is now an option. Default is `no', as before. by Misha Brukman · 21 years ago
- 2cdf0a7 Remove the SCEV::expandCodeFor method, add a new SCEVVisitor class. by Chris Lattner · 21 years ago
- a7e405c Merged this file into the SparcV9 target. by Brian Gaeke · 21 years ago
- fd1bb8b Add emitWordAt() - a quick and dirty interface that the machine-dependent by Brian Gaeke · 21 years ago
- 7d24839 Clarify the logic: the flag is renamed to `deleteFn' to signify it will delete by Misha Brukman · 21 years ago
- 127a3e0 Add a boolean flag to delete this function from module, leaving the rest behind. by Misha Brukman · 21 years ago
- 7d221c5 Add an ugly cast by Chris Lattner · 21 years ago
- e1beb8f Add a method by Chris Lattner · 21 years ago
- afa9235 Declare iterator as public since it is defined as such (gcc-3.4 fix) by Alkis Evlogimenos · 21 years ago
- 78637fe Allow getting the module from a call graph by Chris Lattner · 21 years ago
- 25942e9 Change it to take a callgraph, from which we can get a module by Chris Lattner · 21 years ago
- a10df50 Add the ability for SCC passes to initialize and finalize themselves by Chris Lattner · 21 years ago
- 8277567 Add accessor for a Loop Unswitching pass by Chris Lattner · 21 years ago
- 06ac2be Eliminate a poorly conceived method by Chris Lattner · 21 years ago
- 072b163 * Improve file header comment by Chris Lattner · 21 years ago
- 4e77cc4 Provide an interface that is more convenient for iterating over the blocks by Chris Lattner · 21 years ago
- 88d3ef2 Add new method. by Chris Lattner · 21 years ago
- f1ab4b4 Change the ExitBlocks list from being explicitly contained in the Loop by Chris Lattner · 21 years ago
- 9afb24b Add a new method by Chris Lattner · 21 years ago
- 4e55b7d Allow clients to delete loops, add a new method by Chris Lattner · 21 years ago
- 4c174a7 Add prototype by Chris Lattner · 21 years ago
- f9a5f78 Switch to including <iostream> for compatibility with gcc-3.0.x (Debian). by Brian Gaeke · 21 years ago
- 5a509c8 Include <string> for compatibility with gcc 3.0.x (the system compiler on by Brian Gaeke · 21 years ago
- bf60593 Assert if Instruction is being deleted before being removed from BasicBlock. by Misha Brukman · 21 years ago
- 70c5836 Don't use invalid HTML in doxygen comments. by Misha Brukman · 21 years ago
- e725cb0 Add some helpful methods by Chris Lattner · 21 years ago
- 4950e88 Publically export all of these classes from the ScalarEvolutions.cpp file by Chris Lattner · 21 years ago
- 3252971 Add a copy constructor for TargetData. by Brian Gaeke · 21 years ago
- f1d483d Temporarily hack in the intrinsics that John added. I expect him to finish up their addition, but in the meantime, the build should not be broken. by Chris Lattner · 21 years ago
- a2631b0 Add new interfaces by Chris Lattner · 21 years ago
- 46758a8 Add some methods that are useful for updating loop information. by Chris Lattner · 21 years ago
- b81c021 Change the call graph class to have TWO external nodes, making call graph by Chris Lattner · 21 years ago
- 414c367 Make comments above APIs reflect what they should do. by Chris Lattner · 21 years ago
- e40bb91 New method to allow more efficient clients by Chris Lattner · 21 years ago
- 7015a03 Note to self: SAVE FILES! by Chris Lattner · 21 years ago
- c39546c Add an interface to update value numbering by Chris Lattner · 21 years ago
- 94c420d Clarify interface by Chris Lattner · 21 years ago
- 9a8b490 Add definition list to each live interval. by Alkis Evlogimenos · 21 years ago
- 60a505b Added the llvm.readport and llvm.writeport intrinsics. by John Criswell · 21 years ago
- 92eaec9 This file does not appear to be included anywhere. by Brian Gaeke · 21 years ago
- c326c92 This file is no longer used. by Brian Gaeke · 21 years ago
- 6805612 Be more restrictive with the index types we allow for sequential types by Chris Lattner · 21 years ago
- d144f42 Add ConstantExpr::get(Sign|Zero)Extend methods by Chris Lattner · 21 years ago
- 72e606e Support iteration over constant instructions by Chris Lattner · 21 years ago
- 43cb041 Allow for use of arbitrary iterator types... by Chris Lattner · 21 years ago
- 02cef96 Regenerated using autoheader-2.57. by Brian Gaeke · 21 years ago
- 9687845 Remove obsolete files by Chris Lattner · 21 years ago
- 254bacd cleanup some long-dead code by Chris Lattner · 21 years ago
- ec42d98 Ignore configure produced files by Chris Lattner · 21 years ago
- 53e677a Add a new analysis by Chris Lattner · 21 years ago
- 0e4271f Make the verifier API more complete and useful by Chris Lattner · 21 years ago