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