1. 260195d Make comparisons against the null pointer as efficient as integer comparisons by Chris Lattner · 20 years ago
  2. add68af PR implemented by Chris Lattner · 20 years ago
  3. 581dc80 Bug fixed by Chris Lattner · 20 years ago
  4. da4230e New testcase by Chris Lattner · 20 years ago
  5. 13b29f6 New testcase for PR336 by Chris Lattner · 20 years ago
  6. 546516c Fix PR336: The instcombine pass asserts when visiting load instruction by Chris Lattner · 20 years ago
  7. 3a386d4 Regression test for PR#330. by John Criswell · 20 years ago
  8. 2944bca Add the enum corresponding to the source change I made earlier by Chris Lattner · 20 years ago
  9. 4d8d49f Bug fixed. by John Criswell · 20 years ago
  10. 8cb23da Don't call getForwardedType() twice, as recommended by Chris. by John Criswell · 20 years ago
  11. 60083e2 Use the new commandline flag to allow us to call bugpoint like this: by Chris Lattner · 20 years ago
  12. bf455c2 Implement the new cl::PositionalEatsArgs flag, refactor code a bit by Chris Lattner · 20 years ago
  13. be801bf Add a new cl::PositionalEatsArgs flag by Chris Lattner · 20 years ago
  14. 7775c1f Fix for PR#330. by John Criswell · 20 years ago
  15. 817d8d3 Remove a really old comment by Chris Lattner · 20 years ago
  16. 857ceab Just testing the "Reid has CVS commit access" system by Reid Spencer · 20 years ago
  17. b7206e7 Give props to Vladimir Prus for the inst_iterator patch. by Misha Brukman · 20 years ago
  18. a19eede numeric_limits::infinity() apparently does not work on all systems. As a by Chris Lattner · 20 years ago
  19. ad5c296 Fix for gcc3.4: invalid use of forward delacred class on line 93 by Alkis Evlogimenos · 20 years ago
  20. 6178085 Move the stuff that fixes the size, orientation & fonts of graphs to by Brian Gaeke · 20 years ago
  21. 48b008d Apply simplification suggested by Chris: why assign() when operator = will do? by Brian Gaeke · 20 years ago
  22. 4a9c904 Fixed inconsistent indentation. by John Criswell · 20 years ago
  23. 7ca6712 Missing piece of fix for Bug 333 by Brian Gaeke · 20 years ago
  24. 43be311 Bugs fixed by Brian Gaeke · 20 years ago
  25. cbc796e update command guide to have --tool-args by Brian Gaeke · 20 years ago
  26. 636df3d Add --tool-args flag which lets you pass arguments to llc or lli. by Brian Gaeke · 20 years ago
  27. 7e43753 Correctly mangle function names when they are used as part of a by Brian Gaeke · 20 years ago
  28. d11577b Add "Args" optional argument to AbstractInterpreter factory methods, which by Brian Gaeke · 20 years ago
  29. bbc130d Remove unneeded check by Chris Lattner · 20 years ago
  30. c8af02c Improve signed division by power of 2 *dramatically* from this: by Chris Lattner · 20 years ago
  31. 2dd5c96 Provide visit(Module&) and visitModule(Module&) functionality. by Misha Brukman · 20 years ago
  32. b171d79 Add stub support for reading BBTraces. by Brian Gaeke · 20 years ago
  33. 7e3f82e Add BBTrace accessor method and data member. by Brian Gaeke · 20 years ago
  34. d4594dc Bug fixed by Chris Lattner · 20 years ago
  35. b9110c6 Do not mark instructions in unreachable sections of the function as live. by Chris Lattner · 20 years ago
  36. b71ebdf New testcase for PR332 by Chris Lattner · 20 years ago
  37. dc0bedc New header file containing profile info enums shared between the C++ analysis by Brian Gaeke · 20 years ago
  38. 660ef70 Share ProfilingType enum with the C profiling runtime libraries. by Brian Gaeke · 20 years ago
  39. ada3c4f Share the profile info type enum with the C++ analysis libraries. by Brian Gaeke · 20 years ago
  40. 9fa49c8 Constants for profile info type changed names to match the C++ ones. by Brian Gaeke · 20 years ago
  41. 40114b7 Constants for profile info type changed names to match the C++ ones. by Brian Gaeke · 20 years ago
  42. 9eb9b8e Improve code generated for integer multiplications by 2,3,5,9 by Chris Lattner · 20 years ago
  43. 32ed46b Minor efficiency tweak, suggested by Patrick Meredith by Chris Lattner · 20 years ago
  44. 96e68f9 Fix typo by Brian Gaeke · 20 years ago
  45. ca1a697 Add initial implementation of basic block tracing runtime by Brian Gaeke · 20 years ago
  46. 86329b3 Add basic block tracing functions as exported symbols. by Brian Gaeke · 20 years ago
  47. 273595f Add basic block tracing information as a type of "profiling" information. by Brian Gaeke · 20 years ago
  48. ebbc0e9 In InsertProfilingInitCall(), make it legal to pass in a null array, in by Brian Gaeke · 20 years ago
  49. c03eb7b Add initial implementation of basic-block tracing instrumentation pass. by Brian Gaeke · 20 years ago
  50. 1570cb1 Initialize member out of paranoia by Chris Lattner · 20 years ago
  51. 7b11e33 Fix a problem with double freeing memory. For some reason, CallGraph is not by Chris Lattner · 20 years ago
  52. 224f7e6 Plug a minor memory leak by Chris Lattner · 20 years ago
  53. bdcc0b8 Do not clone arbitrary condition instructions. by Chris Lattner · 20 years ago
  54. 12fe2b1 Do not infinitely "unroll" single BB loops. by Chris Lattner · 20 years ago
  55. 6e1ef19 Add some stuff to the release notes. by Chris Lattner · 20 years ago
  56. 3ec4f26 Chris told me to take these assertions out a few days ago, but I forgot to by Brian Gaeke · 20 years ago
  57. a1f79fb Dont' merge terminators that are needed to select PHI node values. by Chris Lattner · 20 years ago
  58. e67fa05 Implement SimplifyCFG/branch-cond-merge.ll by Chris Lattner · 20 years ago
  59. 470221c New testcase: Turn "if (A < B && B < C)" into "if (A < B & B < C)" by Chris Lattner · 20 years ago
  60. 00d5131 Make sure to reprocess instructions used by deleted instructions to avoid by Chris Lattner · 20 years ago
  61. 216d4d8 Make sure the instruction combiner doesn't lose track of instructions by Chris Lattner · 20 years ago
  62. 951fdb9 Fix my missing parens by Chris Lattner · 20 years ago
  63. 92da2c2 Implement SimplifyCFG/branch-cond-prop.ll by Chris Lattner · 20 years ago
  64. be8d170 New testcase for case that simplifycfg should catch by Chris Lattner · 20 years ago
  65. 7799363 Remove unused #include by Chris Lattner · 20 years ago
  66. 2268684 Iterate over the Machine CFG that Brian added instead of the LLVM CFG. by Chris Lattner · 20 years ago
  67. 015959e Operate on the Machine CFG instead of on the LLVM CFG by Chris Lattner · 20 years ago
  68. f25fb4b Stop LiveVariables from using BasicBlocks as part of the mapping, instead by Chris Lattner · 20 years ago
  69. 96362e9 Stop LiveVariables from using BasicBlocks as part of the mapping, instead by Chris Lattner · 20 years ago
  70. 0aef12a Move the GraphTraits for MachineBasicBlocks to the MachineBasicBlock file. by Chris Lattner · 20 years ago
  71. a19a3db Add comment about optimizations by Chris Lattner · 20 years ago
  72. 55a4700 Add a constructor that got lost by Chris Lattner · 20 years ago
  73. 3c66c35 Generalize the strlen size_t hack, for the benefit of the other external by Brian Gaeke · 20 years ago
  74. 4b538b9 Fix broken link, again. by Chris Lattner · 20 years ago
  75. d11297f Sorry, now friend class name should be right!! by Tanya Lattner · 20 years ago
  76. c9bdf09 Fixed friend class name for ModuloScheduling. by Tanya Lattner · 20 years ago
  77. 32c182a Fixed friend class name for ModuloSched by Tanya Lattner · 20 years ago
  78. 0e1c48b Removing MachineResource class. by Tanya Lattner · 20 years ago
  79. eeddcdc Fix a broken link by Chris Lattner · 20 years ago
  80. c1526a9 Fix a major pessimization in the instcombiner. If an allocation instruction by Chris Lattner · 20 years ago
  81. 8c53472 Add machine-CFG graph traits specializations. by Brian Gaeke · 20 years ago
  82. 96a8bd7 Wrapped code and comments at 80 cols; doxygenified some comments. by Misha Brukman · 21 years ago
  83. bf94a1e Reorder #includes as per style guide. by Misha Brukman · 21 years ago
  84. 6cdff92 Added `zeroinitializer' keyword. by Misha Brukman · 21 years ago
  85. e5242de class AssemblyWriter: by Misha Brukman · 21 years ago
  86. df3d2e9 * Make contained ostream not public. by Misha Brukman · 21 years ago
  87. 8618e52 Send text and numbers directly to CachedWriter's contained ostream. by Misha Brukman · 21 years ago
  88. 500acf7 Squelch compile-time warning (profile build). by Misha Brukman · 21 years ago
  89. 5cf1acf * Add ability to print out type as symbolic by Misha Brukman · 21 years ago
  90. 3f98def * Add ability to get and set the output stream by Misha Brukman · 21 years ago
  91. 3707241 Add pred./succ. list size methods. by Brian Gaeke · 21 years ago
  92. 1afe773 Make RequiresFPRegKill() take a MachineBasicBlock arg. by Brian Gaeke · 21 years ago
  93. 235aa5e In InsertFPRegKills(), use the machine-CFG itself rather than the by Brian Gaeke · 21 years ago
  94. ea9ca67 Update the machine-CFG edges whenever we see a branch. by Brian Gaeke · 21 years ago
  95. 8560af4 Move private methods to end of class decl at Chris's request by Brian Gaeke · 21 years ago
  96. 61d3d5c Fix thinkos that Chris caught for me. Make pred mutators private. by Brian Gaeke · 21 years ago
  97. 76456bc Add machine-code CFG support: MachineBasicBlocks may now have their own by Brian Gaeke · 21 years ago
  98. 235d3b7 Integrate the rest of my random sparcv9 scribblings into this file by Brian Gaeke · 21 years ago
  99. 003d517 Fix warning building in optimized mode by Chris Lattner · 21 years ago
  100. 0ebf428 Fix warning by Chris Lattner · 21 years ago