- 36c2a05 Delete the V9 specific findOptimalStorageSize method, inlining it into all callers. by Chris Lattner · 21 years ago
- 2a7f15e Add a new CopyFile function by Chris Lattner · 21 years ago
- 6db8c2c On win32, process.h provides some of the traditional stuff that unistd by Chris Lattner · 21 years ago
- 6924063 Pull Interval class out of LiveIntervals. by Alkis Evlogimenos · 21 years ago
- 1da7e8e Add comparator useful for natural comparisons on collections with by Alkis Evlogimenos · 21 years ago
- 26f5a69 When spilling an register, introduce a new temporary for each of its by Alkis Evlogimenos · 21 years ago
- f717a05 Remove defs vector from live intervals. by Alkis Evlogimenos · 21 years ago
- 3796024 Fix bizzare problems when you include Config/dlfcn and Config/windows.h in by Chris Lattner · 21 years ago
- eaca89b Eliminate this form of SymbolTable::remove. It ignores the type argument by Chris Lattner · 21 years ago
- 34e40d4 Add a new function for the JIT by Chris Lattner · 21 years ago
- eb08299 Add a pair of functions to hide system specific details of mapping a file in for reading. by Chris Lattner · 21 years ago
- f0f3c06 An "autoconf wrapper" for the infamous windows.h file by Chris Lattner · 21 years ago
- b2815e0 Added a check for a new header file. by John Criswell · 21 years ago
- 5e77935 Beta-test moving a header from include/Support into the llvm hierarchy: by Chris Lattner · 21 years ago
- 3166440 Moved header from include/Support/ to include/llvm/System by Chris Lattner · 21 years ago
- 75dbe8e Add constructors that take a BasicBlock to append to, to the rest of by Alkis Evlogimenos · 21 years ago
- f6e8cb4 Inline trivial constructors. by Alkis Evlogimenos · 21 years ago
- 75719bf Provide the correct patch for bug 345. The solution is to add a setTypeName by Reid Spencer · 21 years ago
- 9b41dcf Tighten up checking on SymbolTable interface to make it illegal to pass a by Reid Spencer · 21 years ago
- e5828f1 Refactor common initialization code in private init() functions. by Alkis Evlogimenos · 21 years ago
- 6f35128 Fix spelling of doxygen directive. by Misha Brukman · 21 years ago
- 798ff64 Part of bug 122: by Reid Spencer · 21 years ago
- a85b8cf Make the constructor explicit so we can't implicitly convert bool to SlotTable. by Reid Spencer · 21 years ago
- 293a55f Adding the initial implementation of the SlotTable class. This class is by Reid Spencer · 21 years ago
- e0b295a Removed unused, useless header file. by Reid Spencer · 21 years ago
- ec55b08 Give Type its own dump() method in preparation for Type != Value. by Reid Spencer · 21 years ago
- bdfb668 Completely rewrote the class. SymbolTable now separates Type* from Value* in preparation\ by Reid Spencer · 21 years ago
- 3afbb1a Convert dump() method to call Type::dump() instead of Value::dump(). by Reid Spencer · 21 years ago
- 02140b0 Add some helpers by Chris Lattner · 21 years ago
- 17fb34b Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDetector to fix memory leak bug. by Tanya Lattner · 21 years ago
- 792699c Added MachineFunction parent* to MachineBasicBlock. Customized ilist template by Tanya Lattner · 21 years ago
- 0c63e03 Changed clone to be const. by Tanya Lattner · 21 years ago
- 942ae1a Add the new GC intrinsics by Chris Lattner · 21 years ago
- bab838e Add a new prototype by Chris Lattner · 21 years ago
- ab8c565 Several *major* changes to the AA interfaces: by Chris Lattner · 21 years ago
- bc78225 Add interfaces to update value numbering results by Chris Lattner · 21 years ago
- 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