1. 36c2a05 Delete the V9 specific findOptimalStorageSize method, inlining it into all callers. by Chris Lattner · 21 years ago
  2. 2a7f15e Add a new CopyFile function by Chris Lattner · 21 years ago
  3. 6db8c2c On win32, process.h provides some of the traditional stuff that unistd by Chris Lattner · 21 years ago
  4. 6924063 Pull Interval class out of LiveIntervals. by Alkis Evlogimenos · 21 years ago
  5. 1da7e8e Add comparator useful for natural comparisons on collections with by Alkis Evlogimenos · 21 years ago
  6. 26f5a69 When spilling an register, introduce a new temporary for each of its by Alkis Evlogimenos · 21 years ago
  7. f717a05 Remove defs vector from live intervals. by Alkis Evlogimenos · 21 years ago
  8. 3796024 Fix bizzare problems when you include Config/dlfcn and Config/windows.h in by Chris Lattner · 21 years ago
  9. eaca89b Eliminate this form of SymbolTable::remove. It ignores the type argument by Chris Lattner · 21 years ago
  10. 34e40d4 Add a new function for the JIT by Chris Lattner · 21 years ago
  11. eb08299 Add a pair of functions to hide system specific details of mapping a file in for reading. by Chris Lattner · 21 years ago
  12. f0f3c06 An "autoconf wrapper" for the infamous windows.h file by Chris Lattner · 21 years ago
  13. b2815e0 Added a check for a new header file. by John Criswell · 21 years ago
  14. 5e77935 Beta-test moving a header from include/Support into the llvm hierarchy: by Chris Lattner · 21 years ago
  15. 3166440 Moved header from include/Support/ to include/llvm/System by Chris Lattner · 21 years ago
  16. 75dbe8e Add constructors that take a BasicBlock to append to, to the rest of by Alkis Evlogimenos · 21 years ago
  17. f6e8cb4 Inline trivial constructors. by Alkis Evlogimenos · 21 years ago
  18. 75719bf Provide the correct patch for bug 345. The solution is to add a setTypeName by Reid Spencer · 21 years ago
  19. 9b41dcf Tighten up checking on SymbolTable interface to make it illegal to pass a by Reid Spencer · 21 years ago
  20. e5828f1 Refactor common initialization code in private init() functions. by Alkis Evlogimenos · 21 years ago
  21. 6f35128 Fix spelling of doxygen directive. by Misha Brukman · 21 years ago
  22. 798ff64 Part of bug 122: by Reid Spencer · 21 years ago
  23. a85b8cf Make the constructor explicit so we can't implicitly convert bool to SlotTable. by Reid Spencer · 21 years ago
  24. 293a55f Adding the initial implementation of the SlotTable class. This class is by Reid Spencer · 21 years ago
  25. e0b295a Removed unused, useless header file. by Reid Spencer · 21 years ago
  26. ec55b08 Give Type its own dump() method in preparation for Type != Value. by Reid Spencer · 21 years ago
  27. bdfb668 Completely rewrote the class. SymbolTable now separates Type* from Value* in preparation\ by Reid Spencer · 21 years ago
  28. 3afbb1a Convert dump() method to call Type::dump() instead of Value::dump(). by Reid Spencer · 21 years ago
  29. 02140b0 Add some helpers by Chris Lattner · 21 years ago
  30. 17fb34b Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDetector to fix memory leak bug. by Tanya Lattner · 21 years ago
  31. 792699c Added MachineFunction parent* to MachineBasicBlock. Customized ilist template by Tanya Lattner · 21 years ago
  32. 0c63e03 Changed clone to be const. by Tanya Lattner · 21 years ago
  33. 942ae1a Add the new GC intrinsics by Chris Lattner · 21 years ago
  34. bab838e Add a new prototype by Chris Lattner · 21 years ago
  35. ab8c565 Several *major* changes to the AA interfaces: by Chris Lattner · 21 years ago
  36. bc78225 Add interfaces to update value numbering results by Chris Lattner · 21 years ago
  37. c43e0ae Rename a method by Chris Lattner · 21 years ago
  38. b5159ed Fixed up my changes to add support for cloning Machine Instructions. by Tanya Lattner · 21 years ago
  39. 14d2638 Remove virtual destructor from InstVisitor. This class should never be by Alkis Evlogimenos · 21 years ago
  40. 466b534 Adding support to clone MachineInstr by Tanya Lattner · 21 years ago
  41. 6ffd14d Remember the set of leaders. Also compute on demand and cache the equiv by Vikram S. Adve · 21 years ago
  42. b5b0b45 Add getCaller() method. by Vikram S. Adve · 21 years ago
  43. c5204fb Complete rewrite of the code that merges DS graphs for equivalence classes by Vikram S. Adve · 21 years ago
  44. 44860cc Fix size/offset assertion to allow negative offsets and folded nodes. by Vikram S. Adve · 21 years ago
  45. 91ad59d Fix a typo in the head-of-file comment. by Brian Gaeke · 21 years ago
  46. d49b120 It's not clear to me whether the old version was correct C++ code, but in by Chris Lattner · 21 years ago
  47. 3b96359 Starting an identifier with an _ is not legal C/C++ code. by Chris Lattner · 21 years ago
  48. 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
  49. a4c6c52 Minor aesthetic alignments; no functional changes. by Misha Brukman · 21 years ago
  50. f40ae3c * Minor aesthetic alignment of iterator declarations by Misha Brukman · 21 years ago
  51. 71d3a87 Define erase forwarding method on traces by Brian Gaeke · 21 years ago
  52. da86bdc Fix a comment. by Brian Gaeke · 21 years ago
  53. f460f16 Add a NextMBBNumber field w/ incrementing accessor method, for by Brian Gaeke · 21 years ago
  54. c07d8d8 Add a Number field w/ accessor method, for function-level unique numbering by Brian Gaeke · 21 years ago
  55. 43c81f1 Add support for inserting all prototypes up-front by Chris Lattner · 21 years ago
  56. b4b2e9d Fixed up sched graph. by Tanya Lattner · 21 years ago
  57. 5a75c91 Registering the ModuloScheduling pass. by Tanya Lattner · 21 years ago
  58. e5abfd2 Changed CPUResource to allow access to max num users for a resource. by Tanya Lattner · 21 years ago
  59. 2944bca Add the enum corresponding to the source change I made earlier by Chris Lattner · 21 years ago
  60. ad5c296 Fix for gcc3.4: invalid use of forward delacred class on line 93 by Alkis Evlogimenos · 21 years ago
  61. 6178085 Move the stuff that fixes the size, orientation & fonts of graphs to by Brian Gaeke · 21 years ago
  62. 48b008d Apply simplification suggested by Chris: why assign() when operator = will do? by Brian Gaeke · 21 years ago
  63. d11577b Add "Args" optional argument to AbstractInterpreter factory methods, which by Brian Gaeke · 21 years ago
  64. 2dd5c96 Provide visit(Module&) and visitModule(Module&) functionality. by Misha Brukman · 21 years ago
  65. 7e3f82e Add BBTrace accessor method and data member. by Brian Gaeke · 21 years ago
  66. dc0bedc New header file containing profile info enums shared between the C++ analysis by Brian Gaeke · 21 years ago
  67. 1570cb1 Initialize member out of paranoia by Chris Lattner · 21 years ago
  68. 3ec4f26 Chris told me to take these assertions out a few days ago, but I forgot to by Brian Gaeke · 21 years ago
  69. 96362e9 Stop LiveVariables from using BasicBlocks as part of the mapping, instead by Chris Lattner · 21 years ago
  70. 0aef12a Move the GraphTraits for MachineBasicBlocks to the MachineBasicBlock file. by Chris Lattner · 21 years ago
  71. d11297f Sorry, now friend class name should be right!! by Tanya Lattner · 21 years ago
  72. c9bdf09 Fixed friend class name for ModuloScheduling. by Tanya Lattner · 21 years ago
  73. 32c182a Fixed friend class name for ModuloSched by Tanya Lattner · 21 years ago
  74. 0e1c48b Removing MachineResource class. by Tanya Lattner · 21 years ago
  75. 8c53472 Add machine-CFG graph traits specializations. by Brian Gaeke · 21 years ago
  76. df3d2e9 * Make contained ostream not public. by Misha Brukman · 21 years ago
  77. 3f98def * Add ability to get and set the output stream by Misha Brukman · 21 years ago
  78. 3707241 Add pred./succ. list size methods. by Brian Gaeke · 21 years ago
  79. 8560af4 Move private methods to end of class decl at Chris's request by Brian Gaeke · 21 years ago
  80. 61d3d5c Fix thinkos that Chris caught for me. Make pred mutators private. by Brian Gaeke · 21 years ago
  81. 76456bc Add machine-code CFG support: MachineBasicBlocks may now have their own by Brian Gaeke · 21 years ago
  82. 0ebf428 Fix warning by Chris Lattner · 21 years ago
  83. 6ffe551 Changes to fix up the inst_iterator to pass to boost iterator checks. This by Chris Lattner · 21 years ago
  84. 21e2325 Because I like being able to instantiate the cfgprinter from external projects, by Brian Gaeke · 21 years ago
  85. e0baeec Fix a typo in a comment. by Brian Gaeke · 21 years ago
  86. de41aab Aggregating function arguments is now an option. Default is `no', as before. by Misha Brukman · 21 years ago
  87. 2cdf0a7 Remove the SCEV::expandCodeFor method, add a new SCEVVisitor class. by Chris Lattner · 21 years ago
  88. a7e405c Merged this file into the SparcV9 target. by Brian Gaeke · 21 years ago
  89. fd1bb8b Add emitWordAt() - a quick and dirty interface that the machine-dependent by Brian Gaeke · 21 years ago
  90. 7d24839 Clarify the logic: the flag is renamed to `deleteFn' to signify it will delete by Misha Brukman · 21 years ago
  91. 127a3e0 Add a boolean flag to delete this function from module, leaving the rest behind. by Misha Brukman · 21 years ago
  92. 7d221c5 Add an ugly cast by Chris Lattner · 21 years ago
  93. e1beb8f Add a method by Chris Lattner · 21 years ago
  94. afa9235 Declare iterator as public since it is defined as such (gcc-3.4 fix) by Alkis Evlogimenos · 21 years ago
  95. 78637fe Allow getting the module from a call graph by Chris Lattner · 21 years ago
  96. 25942e9 Change it to take a callgraph, from which we can get a module by Chris Lattner · 21 years ago
  97. a10df50 Add the ability for SCC passes to initialize and finalize themselves by Chris Lattner · 21 years ago
  98. 8277567 Add accessor for a Loop Unswitching pass by Chris Lattner · 21 years ago
  99. 06ac2be Eliminate a poorly conceived method by Chris Lattner · 21 years ago
  100. 072b163 * Improve file header comment by Chris Lattner · 21 years ago