1. e38c628 Minor edits by Chris Lattner · 22 years ago
  2. c3afd9b Make this pass substantially stronger by having it delete dead return values by Chris Lattner · 22 years ago
  3. 3087550 To say this file is obsolete to understate the obvious by Chris Lattner · 22 years ago
  4. b215425 Really close the <li> tags. by Misha Brukman · 22 years ago
  5. e8320f2 Remove extraneous comments. by Misha Brukman · 22 years ago
  6. 21b892c * Quote a value in <font> tag. by Misha Brukman · 22 years ago
  7. 83bd33a * Use UTF-8 instead of ISO-8859-1 by Misha Brukman · 22 years ago
  8. cd11e45 * Use UTF-8 instead of soon-to-be-extinct ISO-8859-1 ;) by Misha Brukman · 22 years ago
  9. 4b0faec We will distributed this stylesheet with the documentation, as well as use it by Misha Brukman · 22 years ago
  10. ce9431955 This important patch fixes two warnings in the linker which can occur from linking by Chris Lattner · 22 years ago
  11. de0dcc3 New testcase for the deadreturnvalue deletion extension to -deadargelim by Chris Lattner · 22 years ago
  12. 3692fd9 Change the type of FnAllocState. by Brian Gaeke · 22 years ago
  13. 60a3c55 Don't worry about converting each function's reg. alloc. state into One Big by Brian Gaeke · 22 years ago
  14. b8dc21e Add prototype for verifySavedState(). by Brian Gaeke · 22 years ago
  15. af84370 Doxygenify method comments. by Brian Gaeke · 22 years ago
  16. b7c4c99 This is a disgusting hack that improves code substantially, by making by Chris Lattner · 22 years ago
  17. 15a2a25 Clarify our testing experience. by Brian Gaeke · 22 years ago
  18. a493aa3 Do not check for strings.h. This is an old, old, old pre-C89 header that by Brian Gaeke · 22 years ago
  19. e1ff6cd I think this file is not included by anything. by Brian Gaeke · 22 years ago
  20. afac73e * Changed URL referring to zion to use llvm instead * Close <li> tags by Misha Brukman · 22 years ago
  21. 59dc178 Do not add unreachable code to a natural loop! by Chris Lattner · 22 years ago
  22. d073ea0 Make sure to print labels on nodes without names by Chris Lattner · 22 years ago
  23. a75b3ef If the basic block has no name, make sure to print the % number of it by Chris Lattner · 22 years ago
  24. 002362c Implement the Function::viewCFG* methods, for use in a debugger. Also, the by Chris Lattner · 22 years ago
  25. c149c47 Add two new function stubs for viewing the CFG of a function inside of the by Chris Lattner · 22 years ago
  26. 3b39537 Delete the -print-cfg pass from this file by Chris Lattner · 22 years ago
  27. 4d37c7b Added information on using Bugzilla. by John Criswell · 22 years ago
  28. 0b51e4a Add comments to describe what these functions actually do. by Misha Brukman · 22 years ago
  29. 3494329 * Use <cmath> instead of <math.h> by Misha Brukman · 22 years ago
  30. f978ef5 Removed completely duplicated function comment (an identical one appears later). by Misha Brukman · 22 years ago
  31. bb8c863 No, really, order the #includes correctly. by Misha Brukman · 22 years ago
  32. 6be5e56 Update the 'used' flag correctly by Chris Lattner · 22 years ago
  33. 4cb766a Loop over the module, not the symbol table. This makes the code handle by Chris Lattner · 22 years ago
  34. 20678b9 New library needed by Chris Lattner · 22 years ago
  35. efd47ba Implement FunctionResolve/2003-10-21-GlobalResolveHack.ll by Chris Lattner · 22 years ago
  36. f4e643f New testcase for fun hack that is absolutely necessary for the C++ stdlib. by Chris Lattner · 22 years ago
  37. 523b30c * Fix order of #includes to follow style guide by Misha Brukman · 22 years ago
  38. 2e385b4 Converted tabs to spaces. by Misha Brukman · 22 years ago
  39. 5858e1e Fix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.ll by Chris Lattner · 22 years ago
  40. 4b61163 New testcase: globals should be linked if they are the wrong type. We should by Chris Lattner · 22 years ago
  41. aeb18ce Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll by Chris Lattner · 22 years ago
  42. 3d6a08d New testcase. The linker should not consider it an error if two types by Chris Lattner · 22 years ago
  43. 46079d2 Add C/C++ build instructions, first draft. by Brian Gaeke · 22 years ago
  44. f85770c Fix message to make more sense and confuse Chris less by Chris Lattner · 22 years ago
  45. db15798 New testcase, fixed in the C++ frontend by Chris Lattner · 22 years ago
  46. e04c263 Added the name of the public CVS repository. by John Criswell · 22 years ago
  47. f1fce08 Fix off-by-one error in processing of libraries named on command line. by Brian Gaeke · 22 years ago
  48. 2b89a6a Adding information on what testing support is provided by the LLVM build by John Criswell · 22 years ago
  49. 2a211c4 Add dummy content for libgdbm. by Misha Brukman · 22 years ago
  50. 724d084 Fix libm's name to be `libm' by Misha Brukman · 22 years ago
  51. 60d3ba8 Fix library name and fix line to fit within 80 columns. by Misha Brukman · 22 years ago
  52. c536545 Add tools-only target, for bootstrapping the C/C++ front end. by Brian Gaeke · 22 years ago
  53. 48c9cb6 This was not a lower-switch bug, it was a preselection bug by Chris Lattner · 22 years ago
  54. 771ed15 When linking the runtime libraries, do not link -lc and -lgcc into the libraries by Chris Lattner · 22 years ago
  55. 68172da Fix strcpy implementation and trie by Chris Lattner · 22 years ago
  56. b5ee509 Fix the first FIXME in this file: automatically pick a "good" by Brian Gaeke · 22 years ago
  57. 2765c41 Make sure to add a type for va_next operands, which may not other wise by Chris Lattner · 22 years ago
  58. 389dbfb Fix problem which effected linking apache by Chris Lattner · 22 years ago
  59. 08d702b Hrm, unbreak stuph :( by Chris Lattner · 22 years ago
  60. ff3d5d9 Fix preselection/lowerswitches bug by Chris Lattner · 22 years ago
  61. 4c62e79 Pull the PHI special case into it's own visit* method by Chris Lattner · 22 years ago
  62. d48a1d7 The lastOp operand is never used by Chris Lattner · 22 years ago
  63. 91480ff Add more space! by Chris Lattner · 22 years ago
  64. 2c1bbd8 Hrm, for some reason, my fingers like typing va_begin. Weird by Chris Lattner · 22 years ago
  65. 84a6f39 Syntax highlight the new operators by Chris Lattner · 22 years ago
  66. 25e6e99 Update test to new style by Chris Lattner · 22 years ago
  67. 7939597 Removed LLVM copyright from sample Makefile. by John Criswell · 22 years ago
  68. c2bc2f1 Removed LLVM copyright notice from sample Makefile. by John Criswell · 22 years ago
  69. aefb666 Added LLVM copyright notice. by John Criswell · 22 years ago
  70. 856ba76 Added LLVM copyright header. by John Criswell · 22 years ago
  71. dac9131 Preselection is _not_ a basicblock pass, because it adds global variables to by Chris Lattner · 22 years ago
  72. d8846c1 Added LLVM copyright notice. by John Criswell · 22 years ago
  73. d248652 When opcodes like ADD were split into reg. and immed. versions (ADDi and ADDr), by Vikram S. Adve · 22 years ago
  74. 472c304 Why does g++ not even generate a warning when you miss a break statement? by Vikram S. Adve · 22 years ago
  75. 40dee51 Implement the new varargs instructions and intrinsics. by Vikram S. Adve · 22 years ago
  76. 648cbd9 Only fails on the Sparc, only when run via the JIT. by Misha Brukman · 22 years ago
  77. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 22 years ago
  78. e26ba9f Added LLVM copyrights to Makefiles. by John Criswell · 22 years ago
  79. e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 22 years ago
  80. 5f7e61d Add a new map by Chris Lattner · 22 years ago
  81. e9d3c6b Convert this code from using annotations to using a local map by Chris Lattner · 22 years ago
  82. 5c288be Goodbye, AddRegNumToValues by Brian Gaeke · 22 years ago
  83. 1ee1e64 Removed extraneous comment line. by John Criswell · 22 years ago
  84. 0beae0c Remove using declaration by Chris Lattner · 22 years ago
  85. 60f1445 This #include is no longer necessary by Chris Lattner · 22 years ago
  86. 01d4582 Added LLVM copyright header. by John Criswell · 22 years ago
  87. 6fbcc26 Added LLVM copyright header (for lack of a better term). by John Criswell · 22 years ago
  88. 1fc0d67 Oops. Typo. by John Criswell · 22 years ago
  89. 2efc5b5 Added LLVM header notice. by John Criswell · 22 years ago
  90. 65797b8 Fixed the documentation to coincide with the code. by Misha Brukman · 22 years ago
  91. b2109ce Added LLVM notice. by John Criswell · 22 years ago
  92. 06ea151 Made error message more comprehensible. by Misha Brukman · 22 years ago
  93. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  94. ce439b5 "Function"[0] == 'F', not 'M' by Chris Lattner · 22 years ago
  95. e84843b Update release notes by Chris Lattner · 22 years ago
  96. 0522b08 Minor leftover fixups from replaceMachineCodeForFunction () change. by Brian Gaeke · 22 years ago
  97. 1dd27b1 fix file header by Chris Lattner · 22 years ago
  98. 9432111 fix file headers by Chris Lattner · 22 years ago
  99. 10cf8fa Fix file header by Chris Lattner · 22 years ago
  100. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago