1. 7507c29 Turn the block extractor on by default now that it basically works, eliminating the option. by Chris Lattner · 20 years ago
  2. 836db50 Made file HTML-4.01 (Strict)-compliant. by Misha Brukman · 20 years ago
  3. 6a2b310 Made to be HTML-4.01 (Strict)-compliant. by Misha Brukman · 20 years ago
  4. c53aefb Made to be HTML-4.01 (Strict) -compliant. by Misha Brukman · 20 years ago
  5. 6c16c4b Add proper footer since this file is HTML-4.01 compliant. by Misha Brukman · 20 years ago
  6. 85234ac Make document HTML-4.01 (Strict) compliant. by Misha Brukman · 20 years ago
  7. f6acb51 Fix grammar: remove `the' before LLVM. by Misha Brukman · 20 years ago
  8. b69715e * Make the document format follow the stringent purple standards (like the rest by Misha Brukman · 20 years ago
  9. 2b10b08 Pass boolean constants into function calls more efficiently, generating: by Chris Lattner · 20 years ago
  10. 5879927 Do not pass in the same argument to the extracted function more than once, and by Chris Lattner · 20 years ago
  11. 68bee93 Check to see if all blocks are extractible first. by Chris Lattner · 20 years ago
  12. d99e1d3 Implement support for code extracting basic blocks that have a return by Chris Lattner · 20 years ago
  13. e746ad5 Implement splitting of PHI nodes, allowing block extraction of BB's that have by Chris Lattner · 20 years ago
  14. bf74936 * Pull some code out into the definedInRegion/definedInCaller methods by Chris Lattner · 20 years ago
  15. 346be7f Generate substantially better code when there are a limited number of exits by Chris Lattner · 20 years ago
  16. 5b01e29 Two minor improvements: by Chris Lattner · 20 years ago
  17. b83c0f3 Don't leave dead bytecode.output files around if the optimizer/block extractor crashes. by Chris Lattner · 20 years ago
  18. b584c5d This file has been superseded by docs/index.html . by Misha Brukman · 20 years ago
  19. 2290e75 Implement the final missing bits for block extractor support. Now bugpoint by Chris Lattner · 20 years ago
  20. 300e74b Add link to Valgrind. by Misha Brukman · 20 years ago
  21. 5e783ab Implement basic block extraction for the miscompilation debugger. This still needs by Chris Lattner · 20 years ago
  22. 1c2f686 A class that is meant to be a base class should have a virtual destructor by Chris Lattner · 20 years ago
  23. 8436c21 Add a note to make sure the program is memory correct by Chris Lattner · 20 years ago
  24. 19fa3f5 Added obsequi. by John Criswell · 20 years ago
  25. 379b380 Use inttypes.h, which exists on all of Linux, Solaris and Darwin. by Brian Gaeke · 20 years ago
  26. 3528a4b Unbreak the build on X86. by Chris Lattner · 20 years ago
  27. a7750fc Squash warnings on Solaris/sparc... the test suite is not working for me so I by Brian Gaeke · 20 years ago
  28. 2928a16 Do not hardcode the name of gcc, because its full pathname may have been by Brian Gaeke · 20 years ago
  29. 8c603ef Do not depend on the path to bash by Brian Gaeke · 20 years ago
  30. c66d8b0 Include <sys/types.h> to get the definition of int64_t on Solaris. by Brian Gaeke · 20 years ago
  31. 8abf693 Switch this from using an std::map to using a DenseMap. This speeds up by Chris Lattner · 20 years ago
  32. 80e20eb Use a new VRegPHIUseCount to compute uses of PHI values by other phi values by Chris Lattner · 20 years ago
  33. 791f896 Now that we use an ilist of machine instructions, iterators are more robust by Chris Lattner · 20 years ago
  34. c81e6ba Fix a fairly serious pessimizaion that was preventing us from efficiently by Chris Lattner · 20 years ago
  35. 3699e05 Bug fixed by Chris Lattner · 20 years ago
  36. 6d3848d Patch to fix PR337. Make sure to mark all aliased physical registers as used by Chris Lattner · 20 years ago
  37. 02eac39 Testcase for PR337, which was reduced by Reid Spencer. by Chris Lattner · 20 years ago
  38. 44ff57a Bug 178 Fixed by Reid Spencer · 20 years ago
  39. dc8e6b5 Changes to make the Stacker Stack use 64 bit values. This *should* get by Reid Spencer · 20 years ago
  40. 9984fd0 Fix some comments, avoid sign extending booleans when zero extend works fine by Chris Lattner · 20 years ago
  41. 96e3b42 Generate more efficient code for casting booleans to integers (no sign extension required) by Chris Lattner · 20 years ago
  42. 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
  43. 4589ed9 Do not emit prototypes for setjmp/longjmp, as they are handled specially by Chris Lattner · 20 years ago
  44. 0555ed8 Fine grainify namespacification by Chris Lattner · 20 years ago
  45. 6875807 Make the floating point constant pools local to each function, split the by Chris Lattner · 20 years ago
  46. b0fd761 Bug fixed. Rewrite portability intro. by Brian Gaeke · 20 years ago
  47. c242143 Get this looking more like a function pass. by Chris Lattner · 20 years ago
  48. 0979ca7 Implement the AddPrototypes method by Chris Lattner · 20 years ago
  49. 43c81f1 Add support for inserting all prototypes up-front by Chris Lattner · 20 years ago
  50. 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
  51. be97b4e Fix stupid bug in my checkin yesterday by Chris Lattner · 20 years ago
  52. b4b2e9d Fixed up sched graph. by Tanya Lattner · 20 years ago
  53. 5a75c91 Registering the ModuloScheduling pass. by Tanya Lattner · 20 years ago
  54. e5abfd2 Changed CPUResource to allow access to max num users for a resource. by Tanya Lattner · 20 years ago
  55. 6b16050 Changed CPUResource to allow access to maxnum users. by Tanya Lattner · 20 years ago
  56. 73e3e2e Updating my versions of ModuloScheduling in cvs. Still not complete. by Tanya Lattner · 20 years ago
  57. 429022b Add support for widening integral casts. by Brian Gaeke · 20 years ago
  58. 59dbff7 Add a bunch more branches by Brian Gaeke · 20 years ago
  59. 9f56482 Flesh out GEP support by Brian Gaeke · 20 years ago
  60. 6b1d2fa Add ADD with immediate by Brian Gaeke · 20 years ago
  61. c3e9701 Add forms of CMP, SUBCC, and a few branches, and some comments. by Brian Gaeke · 20 years ago
  62. 532e60c Add stub support for GEPs. by Brian Gaeke · 20 years ago
  63. 880e8e4 Add required header by Alkis Evlogimenos · 20 years ago
  64. feab248 Remove unneeded header by Alkis Evlogimenos · 20 years ago
  65. 620ce14 Implement folding of GEP's like: by Chris Lattner · 20 years ago
  66. 7532e34 Allow the user to set the LLVMINTERP environment variable as a workaround, for by Brian Gaeke · 20 years ago
  67. e302a7e Add support for copying bool constants to registers. by Brian Gaeke · 20 years ago
  68. e7a31c9 Codegen floating point stores of constants into integer instructions. This by Chris Lattner · 20 years ago
  69. 2c9a94c Add more casts. You can never have enough casts. by Brian Gaeke · 20 years ago
  70. 260195d Make comparisons against the null pointer as efficient as integer comparisons by Chris Lattner · 20 years ago
  71. add68af PR implemented by Chris Lattner · 20 years ago
  72. 581dc80 Bug fixed by Chris Lattner · 20 years ago
  73. da4230e New testcase by Chris Lattner · 20 years ago
  74. 13b29f6 New testcase for PR336 by Chris Lattner · 20 years ago
  75. 546516c Fix PR336: The instcombine pass asserts when visiting load instruction by Chris Lattner · 20 years ago
  76. 3a386d4 Regression test for PR#330. by John Criswell · 20 years ago
  77. 2944bca Add the enum corresponding to the source change I made earlier by Chris Lattner · 20 years ago
  78. 4d8d49f Bug fixed. by John Criswell · 20 years ago
  79. 8cb23da Don't call getForwardedType() twice, as recommended by Chris. by John Criswell · 20 years ago
  80. 60083e2 Use the new commandline flag to allow us to call bugpoint like this: by Chris Lattner · 20 years ago
  81. bf455c2 Implement the new cl::PositionalEatsArgs flag, refactor code a bit by Chris Lattner · 20 years ago
  82. be801bf Add a new cl::PositionalEatsArgs flag by Chris Lattner · 20 years ago
  83. 7775c1f Fix for PR#330. by John Criswell · 20 years ago
  84. 817d8d3 Remove a really old comment by Chris Lattner · 20 years ago
  85. 857ceab Just testing the "Reid has CVS commit access" system by Reid Spencer · 20 years ago
  86. b7206e7 Give props to Vladimir Prus for the inst_iterator patch. by Misha Brukman · 20 years ago
  87. a19eede numeric_limits::infinity() apparently does not work on all systems. As a by Chris Lattner · 20 years ago
  88. ad5c296 Fix for gcc3.4: invalid use of forward delacred class on line 93 by Alkis Evlogimenos · 20 years ago
  89. 6178085 Move the stuff that fixes the size, orientation & fonts of graphs to by Brian Gaeke · 20 years ago
  90. 48b008d Apply simplification suggested by Chris: why assign() when operator = will do? by Brian Gaeke · 20 years ago
  91. 4a9c904 Fixed inconsistent indentation. by John Criswell · 20 years ago
  92. 7ca6712 Missing piece of fix for Bug 333 by Brian Gaeke · 20 years ago
  93. 43be311 Bugs fixed by Brian Gaeke · 20 years ago
  94. cbc796e update command guide to have --tool-args by Brian Gaeke · 20 years ago
  95. 636df3d Add --tool-args flag which lets you pass arguments to llc or lli. by Brian Gaeke · 20 years ago
  96. 7e43753 Correctly mangle function names when they are used as part of a by Brian Gaeke · 20 years ago
  97. d11577b Add "Args" optional argument to AbstractInterpreter factory methods, which by Brian Gaeke · 20 years ago
  98. bbc130d Remove unneeded check by Chris Lattner · 20 years ago
  99. c8af02c Improve signed division by power of 2 *dramatically* from this: by Chris Lattner · 20 years ago
  100. 2dd5c96 Provide visit(Module&) and visitModule(Module&) functionality. by Misha Brukman · 20 years ago