1. b584c5d This file has been superseded by docs/index.html . by Misha Brukman · 20 years ago
  2. 2290e75 Implement the final missing bits for block extractor support. Now bugpoint by Chris Lattner · 20 years ago
  3. 300e74b Add link to Valgrind. by Misha Brukman · 20 years ago
  4. 5e783ab Implement basic block extraction for the miscompilation debugger. This still needs by Chris Lattner · 20 years ago
  5. 1c2f686 A class that is meant to be a base class should have a virtual destructor by Chris Lattner · 20 years ago
  6. 8436c21 Add a note to make sure the program is memory correct by Chris Lattner · 20 years ago
  7. 19fa3f5 Added obsequi. by John Criswell · 20 years ago
  8. 379b380 Use inttypes.h, which exists on all of Linux, Solaris and Darwin. by Brian Gaeke · 20 years ago
  9. 3528a4b Unbreak the build on X86. by Chris Lattner · 20 years ago
  10. a7750fc Squash warnings on Solaris/sparc... the test suite is not working for me so I by Brian Gaeke · 20 years ago
  11. 2928a16 Do not hardcode the name of gcc, because its full pathname may have been by Brian Gaeke · 20 years ago
  12. 8c603ef Do not depend on the path to bash by Brian Gaeke · 20 years ago
  13. c66d8b0 Include <sys/types.h> to get the definition of int64_t on Solaris. by Brian Gaeke · 20 years ago
  14. 8abf693 Switch this from using an std::map to using a DenseMap. This speeds up by Chris Lattner · 20 years ago
  15. 80e20eb Use a new VRegPHIUseCount to compute uses of PHI values by other phi values by Chris Lattner · 20 years ago
  16. 791f896 Now that we use an ilist of machine instructions, iterators are more robust by Chris Lattner · 20 years ago
  17. c81e6ba Fix a fairly serious pessimizaion that was preventing us from efficiently by Chris Lattner · 20 years ago
  18. 3699e05 Bug fixed by Chris Lattner · 20 years ago
  19. 6d3848d Patch to fix PR337. Make sure to mark all aliased physical registers as used by Chris Lattner · 20 years ago
  20. 02eac39 Testcase for PR337, which was reduced by Reid Spencer. by Chris Lattner · 20 years ago
  21. 44ff57a Bug 178 Fixed by Reid Spencer · 20 years ago
  22. dc8e6b5 Changes to make the Stacker Stack use 64 bit values. This *should* get by Reid Spencer · 20 years ago
  23. 9984fd0 Fix some comments, avoid sign extending booleans when zero extend works fine by Chris Lattner · 20 years ago
  24. 96e3b42 Generate more efficient code for casting booleans to integers (no sign extension required) by Chris Lattner · 20 years ago
  25. cb3ad01 syntactically loopify natural loops so that the GCC loop optimizer can find them. This should *dramatically* improve the performance of CBE compiled code on targets that depend on GCC's loop optimizations (like PPC) by Chris Lattner · 20 years ago
  26. 4589ed9 Do not emit prototypes for setjmp/longjmp, as they are handled specially by Chris Lattner · 20 years ago
  27. 0555ed8 Fine grainify namespacification by Chris Lattner · 20 years ago
  28. 6875807 Make the floating point constant pools local to each function, split the by Chris Lattner · 20 years ago
  29. b0fd761 Bug fixed. Rewrite portability intro. by Brian Gaeke · 20 years ago
  30. c242143 Get this looking more like a function pass. by Chris Lattner · 20 years ago
  31. 0979ca7 Implement the AddPrototypes method by Chris Lattner · 20 years ago
  32. 43c81f1 Add support for inserting all prototypes up-front by Chris Lattner · 20 years ago
  33. a05e0ec Print all PHI copies for successor blocks before the terminator, whether it be a conditional branch or switch. by Chris Lattner · 20 years ago
  34. be97b4e Fix stupid bug in my checkin yesterday by Chris Lattner · 20 years ago
  35. b4b2e9d Fixed up sched graph. by Tanya Lattner · 20 years ago
  36. 5a75c91 Registering the ModuloScheduling pass. by Tanya Lattner · 20 years ago
  37. e5abfd2 Changed CPUResource to allow access to max num users for a resource. by Tanya Lattner · 20 years ago
  38. 6b16050 Changed CPUResource to allow access to maxnum users. by Tanya Lattner · 20 years ago
  39. 73e3e2e Updating my versions of ModuloScheduling in cvs. Still not complete. by Tanya Lattner · 20 years ago
  40. 429022b Add support for widening integral casts. by Brian Gaeke · 20 years ago
  41. 59dbff7 Add a bunch more branches by Brian Gaeke · 20 years ago
  42. 9f56482 Flesh out GEP support by Brian Gaeke · 20 years ago
  43. 6b1d2fa Add ADD with immediate by Brian Gaeke · 20 years ago
  44. c3e9701 Add forms of CMP, SUBCC, and a few branches, and some comments. by Brian Gaeke · 20 years ago
  45. 532e60c Add stub support for GEPs. by Brian Gaeke · 20 years ago
  46. 880e8e4 Add required header by Alkis Evlogimenos · 20 years ago
  47. feab248 Remove unneeded header by Alkis Evlogimenos · 20 years ago
  48. 620ce14 Implement folding of GEP's like: by Chris Lattner · 20 years ago
  49. 7532e34 Allow the user to set the LLVMINTERP environment variable as a workaround, for by Brian Gaeke · 20 years ago
  50. e302a7e Add support for copying bool constants to registers. by Brian Gaeke · 20 years ago
  51. e7a31c9 Codegen floating point stores of constants into integer instructions. This by Chris Lattner · 20 years ago
  52. 2c9a94c Add more casts. You can never have enough casts. by Brian Gaeke · 20 years ago
  53. 260195d Make comparisons against the null pointer as efficient as integer comparisons by Chris Lattner · 20 years ago
  54. add68af PR implemented by Chris Lattner · 20 years ago
  55. 581dc80 Bug fixed by Chris Lattner · 20 years ago
  56. da4230e New testcase by Chris Lattner · 20 years ago
  57. 13b29f6 New testcase for PR336 by Chris Lattner · 20 years ago
  58. 546516c Fix PR336: The instcombine pass asserts when visiting load instruction by Chris Lattner · 20 years ago
  59. 3a386d4 Regression test for PR#330. by John Criswell · 20 years ago
  60. 2944bca Add the enum corresponding to the source change I made earlier by Chris Lattner · 20 years ago
  61. 4d8d49f Bug fixed. by John Criswell · 20 years ago
  62. 8cb23da Don't call getForwardedType() twice, as recommended by Chris. by John Criswell · 20 years ago
  63. 60083e2 Use the new commandline flag to allow us to call bugpoint like this: by Chris Lattner · 20 years ago
  64. bf455c2 Implement the new cl::PositionalEatsArgs flag, refactor code a bit by Chris Lattner · 20 years ago
  65. be801bf Add a new cl::PositionalEatsArgs flag by Chris Lattner · 20 years ago
  66. 7775c1f Fix for PR#330. by John Criswell · 20 years ago
  67. 817d8d3 Remove a really old comment by Chris Lattner · 20 years ago
  68. 857ceab Just testing the "Reid has CVS commit access" system by Reid Spencer · 20 years ago
  69. b7206e7 Give props to Vladimir Prus for the inst_iterator patch. by Misha Brukman · 20 years ago
  70. a19eede numeric_limits::infinity() apparently does not work on all systems. As a by Chris Lattner · 20 years ago
  71. ad5c296 Fix for gcc3.4: invalid use of forward delacred class on line 93 by Alkis Evlogimenos · 20 years ago
  72. 6178085 Move the stuff that fixes the size, orientation & fonts of graphs to by Brian Gaeke · 20 years ago
  73. 48b008d Apply simplification suggested by Chris: why assign() when operator = will do? by Brian Gaeke · 20 years ago
  74. 4a9c904 Fixed inconsistent indentation. by John Criswell · 20 years ago
  75. 7ca6712 Missing piece of fix for Bug 333 by Brian Gaeke · 20 years ago
  76. 43be311 Bugs fixed by Brian Gaeke · 20 years ago
  77. cbc796e update command guide to have --tool-args by Brian Gaeke · 20 years ago
  78. 636df3d Add --tool-args flag which lets you pass arguments to llc or lli. by Brian Gaeke · 20 years ago
  79. 7e43753 Correctly mangle function names when they are used as part of a by Brian Gaeke · 20 years ago
  80. d11577b Add "Args" optional argument to AbstractInterpreter factory methods, which by Brian Gaeke · 20 years ago
  81. bbc130d Remove unneeded check by Chris Lattner · 20 years ago
  82. c8af02c Improve signed division by power of 2 *dramatically* from this: by Chris Lattner · 20 years ago
  83. 2dd5c96 Provide visit(Module&) and visitModule(Module&) functionality. by Misha Brukman · 20 years ago
  84. b171d79 Add stub support for reading BBTraces. by Brian Gaeke · 20 years ago
  85. 7e3f82e Add BBTrace accessor method and data member. by Brian Gaeke · 20 years ago
  86. d4594dc Bug fixed by Chris Lattner · 20 years ago
  87. b9110c6 Do not mark instructions in unreachable sections of the function as live. by Chris Lattner · 20 years ago
  88. b71ebdf New testcase for PR332 by Chris Lattner · 20 years ago
  89. dc0bedc New header file containing profile info enums shared between the C++ analysis by Brian Gaeke · 20 years ago
  90. 660ef70 Share ProfilingType enum with the C profiling runtime libraries. by Brian Gaeke · 20 years ago
  91. ada3c4f Share the profile info type enum with the C++ analysis libraries. by Brian Gaeke · 20 years ago
  92. 9fa49c8 Constants for profile info type changed names to match the C++ ones. by Brian Gaeke · 20 years ago
  93. 40114b7 Constants for profile info type changed names to match the C++ ones. by Brian Gaeke · 20 years ago
  94. 9eb9b8e Improve code generated for integer multiplications by 2,3,5,9 by Chris Lattner · 20 years ago
  95. 32ed46b Minor efficiency tweak, suggested by Patrick Meredith by Chris Lattner · 20 years ago
  96. 96e68f9 Fix typo by Brian Gaeke · 20 years ago
  97. ca1a697 Add initial implementation of basic block tracing runtime by Brian Gaeke · 20 years ago
  98. 86329b3 Add basic block tracing functions as exported symbols. by Brian Gaeke · 20 years ago
  99. 273595f Add basic block tracing information as a type of "profiling" information. by Brian Gaeke · 20 years ago
  100. ebbc0e9 In InsertProfilingInitCall(), make it legal to pass in a null array, in by Brian Gaeke · 20 years ago