1. 9ff1a93 Put outputs of each type into a separate subdirectory. by Misha Brukman · 20 years ago
  2. e993d20 More pods... work in progress by Brian Gaeke · 20 years ago
  3. 3c687a0 Use <pre> instead of <p><tt> combo to decrease space used for code blocks. by Misha Brukman · 20 years ago
  4. 1e4ae2b Mention the --tool-args option that Brian and Chris added. by Misha Brukman · 20 years ago
  5. f0c71d4 Make link to HowToSubmitABug.html local instead of to LLVM website. by Misha Brukman · 20 years ago
  6. bfd1ce3 NAME section is supposed to have a brief description, for apropos(1) & whatis(1) by Brian Gaeke · 20 years ago
  7. 25ab104 This seems like as good a place as any to keep POD files. by Brian Gaeke · 20 years ago
  8. 09015d9 Don't keep track of references to LLVM BasicBlocks while emitting; use by Brian Gaeke · 20 years ago
  9. 3fb5d1a Support MachineBasicBlock operands on RawFrm instructions. by Brian Gaeke · 20 years ago
  10. 9f088e4 Generate branch machine instructions with MachineBasicBlock operands instead of by Brian Gaeke · 20 years ago
  11. fa28bb4 This was not meant to be committed by Chris Lattner · 20 years ago
  12. 82fec4e Fix a nasty bug that caused us to unroll EXTREMELY large loops due to overflow by Chris Lattner · 20 years ago
  13. 488b72b New testcase that used to cause the unroller to try to unroll the loop 2G times. :( by Chris Lattner · 20 years ago
  14. d1fbc8a Specify units in padding length. by Misha Brukman · 20 years ago
  15. 5538d83 Make page HTML-4.01 compliant (& => &amp; in URL). by Misha Brukman · 20 years ago
  16. b7cb9ff Two more improvements for null pointer handling: storing a null pointer by Chris Lattner · 20 years ago
  17. 9f1b531 Second half of my fixed-sized-alloca patch. This folds the LEA to compute by Chris Lattner · 20 years ago
  18. cb2fd55 Substantially improve code generation for address exposed locals (aka fixed by Chris Lattner · 20 years ago
  19. 0428962 Reduce line length to about 80 chars. by Reid Spencer · 20 years ago
  20. fd90f88 Insert spacing between the table and the next section. by Misha Brukman · 20 years ago
  21. f39d5d6 * Use stylesheets for table borders so we factor out the formatting and can by Misha Brukman · 20 years ago
  22. da86bdc Fix a comment. by Brian Gaeke · 20 years ago
  23. bee8872 Fix a really nasty bug from my changes on Monday to PHIElim. These changes by Chris Lattner · 20 years ago
  24. 6df9e2c Break lines at 80 cols; eliminate extra space caused by a single <p> tag on a by Misha Brukman · 20 years ago
  25. d657c42 Start NextMBBNumber out at zero. by Brian Gaeke · 20 years ago
  26. 0bcb1ad Add non-const MachineBasicBlock::getParent() accessor method. by Brian Gaeke · 20 years ago
  27. f460f16 Add a NextMBBNumber field w/ incrementing accessor method, for by Brian Gaeke · 20 years ago
  28. c07d8d8 Add a Number field w/ accessor method, for function-level unique numbering by Brian Gaeke · 20 years ago
  29. 5f4d473 Make the subsubsections stand out a bit more by Chris Lattner · 20 years ago
  30. 54dfb2a These images have been moved to img/ by Misha Brukman · 20 years ago
  31. e849a1a Use the images in the img/ directory. by Misha Brukman · 20 years ago
  32. b9e41eb Finally, switch to a stylesheet that makes the documentation easier on the eyes by Misha Brukman · 20 years ago
  33. db8d5b2 Centralize images in this dir; add lines.gif from website for consistent by Misha Brukman · 20 years ago
  34. f6a0407 Make file use stylesheets and be HTML-4.01 (Strict)-compliant. by Misha Brukman · 20 years ago
  35. 3669299 Made document HTML-4.01 (Strict)-compliant. by Misha Brukman · 20 years ago
  36. b9be2bf Make file standard-compliant once again. by Misha Brukman · 20 years ago
  37. 8287373 Made file comply with HTML-4.01 (Strict) by Misha Brukman · 20 years ago
  38. 7507c29 Turn the block extractor on by default now that it basically works, eliminating the option. by Chris Lattner · 20 years ago
  39. 836db50 Made file HTML-4.01 (Strict)-compliant. by Misha Brukman · 20 years ago
  40. 6a2b310 Made to be HTML-4.01 (Strict)-compliant. by Misha Brukman · 20 years ago
  41. c53aefb Made to be HTML-4.01 (Strict) -compliant. by Misha Brukman · 20 years ago
  42. 6c16c4b Add proper footer since this file is HTML-4.01 compliant. by Misha Brukman · 20 years ago
  43. 85234ac Make document HTML-4.01 (Strict) compliant. by Misha Brukman · 20 years ago
  44. f6acb51 Fix grammar: remove `the' before LLVM. by Misha Brukman · 20 years ago
  45. b69715e * Make the document format follow the stringent purple standards (like the rest by Misha Brukman · 20 years ago
  46. 2b10b08 Pass boolean constants into function calls more efficiently, generating: by Chris Lattner · 20 years ago
  47. 5879927 Do not pass in the same argument to the extracted function more than once, and by Chris Lattner · 20 years ago
  48. 68bee93 Check to see if all blocks are extractible first. by Chris Lattner · 20 years ago
  49. d99e1d3 Implement support for code extracting basic blocks that have a return by Chris Lattner · 20 years ago
  50. e746ad5 Implement splitting of PHI nodes, allowing block extraction of BB's that have by Chris Lattner · 20 years ago
  51. bf74936 * Pull some code out into the definedInRegion/definedInCaller methods by Chris Lattner · 20 years ago
  52. 346be7f Generate substantially better code when there are a limited number of exits by Chris Lattner · 20 years ago
  53. 5b01e29 Two minor improvements: by Chris Lattner · 20 years ago
  54. b83c0f3 Don't leave dead bytecode.output files around if the optimizer/block extractor crashes. by Chris Lattner · 20 years ago
  55. b584c5d This file has been superseded by docs/index.html . by Misha Brukman · 20 years ago
  56. 2290e75 Implement the final missing bits for block extractor support. Now bugpoint by Chris Lattner · 20 years ago
  57. 300e74b Add link to Valgrind. by Misha Brukman · 20 years ago
  58. 5e783ab Implement basic block extraction for the miscompilation debugger. This still needs by Chris Lattner · 20 years ago
  59. 1c2f686 A class that is meant to be a base class should have a virtual destructor by Chris Lattner · 20 years ago
  60. 8436c21 Add a note to make sure the program is memory correct by Chris Lattner · 20 years ago
  61. 19fa3f5 Added obsequi. by John Criswell · 20 years ago
  62. 379b380 Use inttypes.h, which exists on all of Linux, Solaris and Darwin. by Brian Gaeke · 20 years ago
  63. 3528a4b Unbreak the build on X86. by Chris Lattner · 20 years ago
  64. a7750fc Squash warnings on Solaris/sparc... the test suite is not working for me so I by Brian Gaeke · 20 years ago
  65. 2928a16 Do not hardcode the name of gcc, because its full pathname may have been by Brian Gaeke · 20 years ago
  66. 8c603ef Do not depend on the path to bash by Brian Gaeke · 20 years ago
  67. c66d8b0 Include <sys/types.h> to get the definition of int64_t on Solaris. by Brian Gaeke · 20 years ago
  68. 8abf693 Switch this from using an std::map to using a DenseMap. This speeds up by Chris Lattner · 20 years ago
  69. 80e20eb Use a new VRegPHIUseCount to compute uses of PHI values by other phi values by Chris Lattner · 20 years ago
  70. 791f896 Now that we use an ilist of machine instructions, iterators are more robust by Chris Lattner · 20 years ago
  71. c81e6ba Fix a fairly serious pessimizaion that was preventing us from efficiently by Chris Lattner · 20 years ago
  72. 3699e05 Bug fixed by Chris Lattner · 20 years ago
  73. 6d3848d Patch to fix PR337. Make sure to mark all aliased physical registers as used by Chris Lattner · 20 years ago
  74. 02eac39 Testcase for PR337, which was reduced by Reid Spencer. by Chris Lattner · 20 years ago
  75. 44ff57a Bug 178 Fixed by Reid Spencer · 20 years ago
  76. dc8e6b5 Changes to make the Stacker Stack use 64 bit values. This *should* get by Reid Spencer · 20 years ago
  77. 9984fd0 Fix some comments, avoid sign extending booleans when zero extend works fine by Chris Lattner · 20 years ago
  78. 96e3b42 Generate more efficient code for casting booleans to integers (no sign extension required) by Chris Lattner · 20 years ago
  79. 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
  80. 4589ed9 Do not emit prototypes for setjmp/longjmp, as they are handled specially by Chris Lattner · 20 years ago
  81. 0555ed8 Fine grainify namespacification by Chris Lattner · 20 years ago
  82. 6875807 Make the floating point constant pools local to each function, split the by Chris Lattner · 20 years ago
  83. b0fd761 Bug fixed. Rewrite portability intro. by Brian Gaeke · 20 years ago
  84. c242143 Get this looking more like a function pass. by Chris Lattner · 20 years ago
  85. 0979ca7 Implement the AddPrototypes method by Chris Lattner · 20 years ago
  86. 43c81f1 Add support for inserting all prototypes up-front by Chris Lattner · 20 years ago
  87. 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
  88. be97b4e Fix stupid bug in my checkin yesterday by Chris Lattner · 20 years ago
  89. b4b2e9d Fixed up sched graph. by Tanya Lattner · 20 years ago
  90. 5a75c91 Registering the ModuloScheduling pass. by Tanya Lattner · 20 years ago
  91. e5abfd2 Changed CPUResource to allow access to max num users for a resource. by Tanya Lattner · 20 years ago
  92. 6b16050 Changed CPUResource to allow access to maxnum users. by Tanya Lattner · 20 years ago
  93. 73e3e2e Updating my versions of ModuloScheduling in cvs. Still not complete. by Tanya Lattner · 20 years ago
  94. 429022b Add support for widening integral casts. by Brian Gaeke · 20 years ago
  95. 59dbff7 Add a bunch more branches by Brian Gaeke · 20 years ago
  96. 9f56482 Flesh out GEP support by Brian Gaeke · 20 years ago
  97. 6b1d2fa Add ADD with immediate by Brian Gaeke · 20 years ago
  98. c3e9701 Add forms of CMP, SUBCC, and a few branches, and some comments. by Brian Gaeke · 20 years ago
  99. 532e60c Add stub support for GEPs. by Brian Gaeke · 20 years ago
  100. 880e8e4 Add required header by Alkis Evlogimenos · 20 years ago