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