1. 75f258e * Use HTML 4.01 Strict DTD by Misha Brukman · 22 years ago
  2. 85be5e0 Add a style for document footers. by Misha Brukman · 22 years ago
  3. 7905a8a * Made into valid CSS that W3C accepts by Misha Brukman · 22 years ago
  4. 13964e0 Add note about multilibs. THis should go into the 1.0 release if possible by Chris Lattner · 22 years ago
  5. 2af4605 Update list of passes and buglist. by Chris Lattner · 22 years ago
  6. 242978c Destroy MachineFunction for any Function that we are about to by Brian Gaeke · 22 years ago
  7. 45daa0a Organized in 4 parts. The last two are the same as before: LLVM Docs and by Vikram S. Adve · 22 years ago
  8. 232db6e Move the implementations of ==, != on AllocInfos here, from UnpackTraceFunction. by Brian Gaeke · 22 years ago
  9. 537132b Move AllocInfo structure to a private AllocInfo.h header file. by Brian Gaeke · 22 years ago
  10. b8dbbce Make FnAllocState contain vectors of AllocInfo, instead of LLVM Constants. by Brian Gaeke · 22 years ago
  11. 3d7125c New file, containing AllocInfo structure. by Brian Gaeke · 22 years ago
  12. 70bb09b Recommend using -z3 by Chris Lattner · 22 years ago
  13. fafe630 Remove explicit paths by Chris Lattner · 22 years ago
  14. 7c4098e Add assertions by Chris Lattner · 22 years ago
  15. 4a2c0e9 Fix bug in eon hopefully by Chris Lattner · 22 years ago
  16. 472a7ef Fix bug: CBackend/2003-10-23-UnusedType.ll and hopefully 252.eon by Chris Lattner · 22 years ago
  17. 10be6a6 New testcase, which failes to compile. 252.eon hits this problem by Chris Lattner · 22 years ago
  18. e8a63eb Updated configure script. by John Criswell · 22 years ago
  19. 2e56dd8 We might as well strip off any CPRs before propagation by Chris Lattner · 22 years ago
  20. 4065ef9 Fail gracefully if we have a zero arg varargs function by Chris Lattner · 22 years ago
  21. eaa35bb Turn on the IPCP pass by default. It has passed all of the tests by Chris Lattner · 22 years ago
  22. af19f2e Reformat. A few minor edits. by Brian Gaeke · 22 years ago
  23. f54c437 * Eliminate `using' directive by Misha Brukman · 22 years ago
  24. 396c8c3 * Fix order of #include files * Doxygen-ify method comments by Misha Brukman · 22 years ago
  25. 0d82a54 * Order #includes as per style guide by Misha Brukman · 22 years ago
  26. a1f6435 * Use C++ style comments instead of C-style by Misha Brukman · 22 years ago
  27. 1913848 * Eliminate `using' directive * Order #includes as per style guide by Misha Brukman · 22 years ago
  28. ff5bf9c * We were forgetting to pass varargs arguments through a call by Chris Lattner · 22 years ago
  29. 0849f5a * Eliminate `using' directive * Make code layout more consistent by Misha Brukman · 22 years ago
  30. 5e15259 Make code layout more consistent. by Misha Brukman · 22 years ago
  31. eea7cca Zero arg varargs functions are legal in LLVM, but not in C. by Chris Lattner · 22 years ago
  32. cadff44 Delete unused EmitByteSwap method Implement mul/div/rem constant expressions by Chris Lattner · 22 years ago
  33. d358e6f Check in initial version of ipcp by Chris Lattner · 22 years ago
  34. 815904d Include new prototype by Chris Lattner · 22 years ago
  35. b461d37 Make code layout more consistent. by Misha Brukman · 22 years ago
  36. d97487d Actually share constants local to a function! by Chris Lattner · 22 years ago
  37. c8893fc * Order includes according to style guide by Misha Brukman · 22 years ago
  38. 1da2d6a * Stop referring to llvmbugs mailing list, point them to Bugzilla by Misha Brukman · 22 years ago
  39. 5139f2b Update test by Chris Lattner · 22 years ago
  40. 599dcb0 document real source of bug by Chris Lattner · 22 years ago
  41. e35a61c Added new license information in preparation for LLVM 1.0. by John Criswell · 22 years ago
  42. 0655845 fix test by Chris Lattner · 22 years ago
  43. de08597 Fix test by Chris Lattner · 22 years ago
  44. 8087e25 Fix buggy test by Chris Lattner · 22 years ago
  45. 5da69c7 Fix an assertion failure in Bugpoint by Chris Lattner · 22 years ago
  46. 4920792 Do not report errors if QMTest returns a non-zero value. by John Criswell · 22 years ago
  47. 653de27 Fix bug: instcombine/2003-10-23-InstcombineNullFail.ll by Chris Lattner · 22 years ago
  48. 5e845c5 A new testcase for an instcombine miscompilation! by Chris Lattner · 22 years ago
  49. 0bd2189 Fix apparent typo in head-of-file comment. by Brian Gaeke · 22 years ago
  50. e38c628 Minor edits by Chris Lattner · 22 years ago
  51. c3afd9b Make this pass substantially stronger by having it delete dead return values by Chris Lattner · 22 years ago
  52. 3087550 To say this file is obsolete to understate the obvious by Chris Lattner · 22 years ago
  53. b215425 Really close the <li> tags. by Misha Brukman · 22 years ago
  54. e8320f2 Remove extraneous comments. by Misha Brukman · 22 years ago
  55. 21b892c * Quote a value in <font> tag. by Misha Brukman · 22 years ago
  56. 83bd33a * Use UTF-8 instead of ISO-8859-1 by Misha Brukman · 22 years ago
  57. cd11e45 * Use UTF-8 instead of soon-to-be-extinct ISO-8859-1 ;) by Misha Brukman · 22 years ago
  58. 4b0faec We will distributed this stylesheet with the documentation, as well as use it by Misha Brukman · 22 years ago
  59. ce9431955 This important patch fixes two warnings in the linker which can occur from linking by Chris Lattner · 22 years ago
  60. de0dcc3 New testcase for the deadreturnvalue deletion extension to -deadargelim by Chris Lattner · 22 years ago
  61. 3692fd9 Change the type of FnAllocState. by Brian Gaeke · 22 years ago
  62. 60a3c55 Don't worry about converting each function's reg. alloc. state into One Big by Brian Gaeke · 22 years ago
  63. b8dc21e Add prototype for verifySavedState(). by Brian Gaeke · 22 years ago
  64. af84370 Doxygenify method comments. by Brian Gaeke · 22 years ago
  65. b7c4c99 This is a disgusting hack that improves code substantially, by making by Chris Lattner · 22 years ago
  66. 15a2a25 Clarify our testing experience. by Brian Gaeke · 22 years ago
  67. a493aa3 Do not check for strings.h. This is an old, old, old pre-C89 header that by Brian Gaeke · 22 years ago
  68. e1ff6cd I think this file is not included by anything. by Brian Gaeke · 22 years ago
  69. afac73e * Changed URL referring to zion to use llvm instead * Close <li> tags by Misha Brukman · 22 years ago
  70. 59dc178 Do not add unreachable code to a natural loop! by Chris Lattner · 22 years ago
  71. d073ea0 Make sure to print labels on nodes without names by Chris Lattner · 22 years ago
  72. a75b3ef If the basic block has no name, make sure to print the % number of it by Chris Lattner · 22 years ago
  73. 002362c Implement the Function::viewCFG* methods, for use in a debugger. Also, the by Chris Lattner · 22 years ago
  74. c149c47 Add two new function stubs for viewing the CFG of a function inside of the by Chris Lattner · 22 years ago
  75. 3b39537 Delete the -print-cfg pass from this file by Chris Lattner · 22 years ago
  76. 4d37c7b Added information on using Bugzilla. by John Criswell · 22 years ago
  77. 0b51e4a Add comments to describe what these functions actually do. by Misha Brukman · 22 years ago
  78. 3494329 * Use <cmath> instead of <math.h> by Misha Brukman · 22 years ago
  79. f978ef5 Removed completely duplicated function comment (an identical one appears later). by Misha Brukman · 22 years ago
  80. bb8c863 No, really, order the #includes correctly. by Misha Brukman · 22 years ago
  81. 6be5e56 Update the 'used' flag correctly by Chris Lattner · 22 years ago
  82. 4cb766a Loop over the module, not the symbol table. This makes the code handle by Chris Lattner · 22 years ago
  83. 20678b9 New library needed by Chris Lattner · 22 years ago
  84. efd47ba Implement FunctionResolve/2003-10-21-GlobalResolveHack.ll by Chris Lattner · 22 years ago
  85. f4e643f New testcase for fun hack that is absolutely necessary for the C++ stdlib. by Chris Lattner · 22 years ago
  86. 523b30c * Fix order of #includes to follow style guide by Misha Brukman · 22 years ago
  87. 2e385b4 Converted tabs to spaces. by Misha Brukman · 22 years ago
  88. 5858e1e Fix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.ll by Chris Lattner · 22 years ago
  89. 4b61163 New testcase: globals should be linked if they are the wrong type. We should by Chris Lattner · 22 years ago
  90. aeb18ce Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll by Chris Lattner · 22 years ago
  91. 3d6a08d New testcase. The linker should not consider it an error if two types by Chris Lattner · 22 years ago
  92. 46079d2 Add C/C++ build instructions, first draft. by Brian Gaeke · 22 years ago
  93. f85770c Fix message to make more sense and confuse Chris less by Chris Lattner · 22 years ago
  94. db15798 New testcase, fixed in the C++ frontend by Chris Lattner · 22 years ago
  95. e04c263 Added the name of the public CVS repository. by John Criswell · 22 years ago
  96. f1fce08 Fix off-by-one error in processing of libraries named on command line. by Brian Gaeke · 22 years ago
  97. 2b89a6a Adding information on what testing support is provided by the LLVM build by John Criswell · 22 years ago
  98. 2a211c4 Add dummy content for libgdbm. by Misha Brukman · 22 years ago
  99. 724d084 Fix libm's name to be `libm' by Misha Brukman · 22 years ago
  100. 60d3ba8 Fix library name and fix line to fit within 80 columns. by Misha Brukman · 22 years ago