1. cb7a1eb Added a check for the -R linker option. by John Criswell · 22 years ago
  2. 444fdea This file was somehow missing a top-level comment line. by Misha Brukman · 22 years ago
  3. a83a6e4 No REALLY, get rid of ConstantPointer references by Chris Lattner · 22 years ago
  4. cf09f51 Eliminate use of the ConstantPointer class by Chris Lattner · 22 years ago
  5. 0dc3969 Constant folding shalt not be built on annotations by Chris Lattner · 22 years ago
  6. 02071d0 Remove usage of ConstantPointer by Chris Lattner · 22 years ago
  7. 41495a2 Be a bit more tolerant of broken code by Chris Lattner · 22 years ago
  8. 825b02d Fix copy-and-pasteo by Chris Lattner · 22 years ago
  9. 7fe1d16 Regenerated using autoconf-2.57. by Brian Gaeke · 22 years ago
  10. 3e66e8b Edit some comments slightly. by Brian Gaeke · 22 years ago
  11. b7508ee add PR117 by Brian Gaeke · 22 years ago
  12. 99fe6ba Document -disable-opt option that I added. by Brian Gaeke · 22 years ago
  13. 1c0b698 Include Support/FileUtilities.h. by Brian Gaeke · 22 years ago
  14. 2c61d7b Implement skeletal support for __.SYMDEF (ranlib) sections in archives. by Brian Gaeke · 22 years ago
  15. cd4a398 When you hand WriteAsOperand a type, it now prints out its symbolic name. by Brian Gaeke · 22 years ago
  16. 9cebe2d When failing a Verifier assertion, use WriteAsOperand to print out the by Brian Gaeke · 22 years ago
  17. 1ab90d4 Add a -verify option to verify the results of gccld passes. by Brian Gaeke · 22 years ago
  18. 2282ae1 When we find a module we want, in an archive, in verbose mode, by Brian Gaeke · 22 years ago
  19. 40efcec Don't print 'No predecessors!' on the entry block by Chris Lattner · 22 years ago
  20. 3af4722 Bugz fixed by Chris Lattner · 22 years ago
  21. 780bcaa There is no need to rely on LLI working for this test by Chris Lattner · 22 years ago
  22. c59c118 ISO 9899 7.13.2.1 (3) says that "[...] the values of objects of automatic by Chris Lattner · 22 years ago
  23. 08e12f1 Testcase for PR116 by Chris Lattner · 22 years ago
  24. 5edc1bb add adce bug by Chris Lattner · 22 years ago
  25. faa45ce Fix PR116 by Chris Lattner · 22 years ago
  26. d39dbcc New testcase, for PR 115 by Chris Lattner · 22 years ago
  27. ba46d55 Bugz by Chris Lattner · 22 years ago
  28. 8b70b78 Fixes for PR114: Thanks to Reid Spencer! by Chris Lattner · 22 years ago
  29. f3b2410 Regenerated with autoconf-2.57. by Brian Gaeke · 22 years ago
  30. 908647f Only default to the llvm-gcc in ~lattner if that directory exists. by Brian Gaeke · 22 years ago
  31. e9dd3f1 As per PR96, don't build subdirs if LLVMGCCDIR is not set to something by Brian Gaeke · 22 years ago
  32. 076438b Stylesheets: they do a website good! by Misha Brukman · 22 years ago
  33. 179bc7d Implement a small optimization to handling of GEP's that are equivalent to casts. by Chris Lattner · 22 years ago
  34. db9546e I can't believe the incompetence of the people I have to deal with around here. by Chris Lattner · 22 years ago
  35. 6e4046f Bugz come in, bugs go out by Chris Lattner · 22 years ago
  36. 8dc6ba9 Fix PR 110: the constant folding code assumes that if something is not a by Chris Lattner · 22 years ago
  37. 60e9742 This is obviously illegal C++ code, but was apparently accepted by 3.3 by Chris Lattner · 22 years ago
  38. 3449f4f Give props to Reid Spencer for the namespacification work. by Misha Brukman · 22 years ago
  39. c99037d Brian implemented the vaarg instruction in the interpreter. by Misha Brukman · 22 years ago
  40. 5158aaf Expose the verifier to opt by Chris Lattner · 22 years ago
  41. 172489c Removed link from the docs index too. by Brian Gaeke · 22 years ago
  42. a8d76d4 As the comments indicate, this is a temporary, repulsive, hack by Chris Lattner · 22 years ago
  43. 917e804 Implement feature: InstCombine/2003-11-13-ConstExprCastCall.ll by Chris Lattner · 22 years ago
  44. 623f707 Instcombine should promote this, and because it isn't, we are failing poolalloc tests by Chris Lattner · 22 years ago
  45. a366c98 Trying to get the dsgraph for an external function is bad for DSA's health by Chris Lattner · 22 years ago
  46. cf95d4f Fixed word order. by Misha Brukman · 22 years ago
  47. 7676f3b NEW testcase for PR84 :( by Chris Lattner · 22 years ago
  48. 8da1748 Change LLI's internal representation of va_list to a pointer to the next by Brian Gaeke · 22 years ago
  49. 79390d4 Implement the CompleteBU pass by Chris Lattner · 22 years ago
  50. 21fc51d Add methods for implementation by Chris Lattner · 22 years ago
  51. 6acfe92 Minor code cleanup by Chris Lattner · 22 years ago
  52. a3f5f80 Remove needless dependence on boost by Chris Lattner · 22 years ago
  53. a190766 Disable integer tracking by default by Chris Lattner · 22 years ago
  54. de0579d Add namespace qualifier by Chris Lattner · 22 years ago
  55. 2d3e1ee Minor cleanups by Chris Lattner · 22 years ago
  56. 95724a4 Add an initial version of the CompleteBUDataStructures class, which is currently by Chris Lattner · 22 years ago
  57. 7d26815 Add an initial version of the CompleteBUDataStructures pass by Chris Lattner · 22 years ago
  58. c6b1584 Include the file before we close the llvm namespace. by Misha Brukman · 22 years ago
  59. 6275a04 Substantially re-organized this file: by Misha Brukman · 22 years ago
  60. 661a571 The function to create an instance of this pass is no longer a method of by Misha Brukman · 22 years ago
  61. 7e060be The functions to create new instances of passes are no longer methods in the by Misha Brukman · 22 years ago
  62. 1be1a23 * Put command-line switches in their own namespace by Misha Brukman · 22 years ago
  63. bede635 Force a dependency on the .inc file, which must be generated! by Misha Brukman · 22 years ago
  64. 9a92729 Fine-grainify namespaces for this library by Chris Lattner · 22 years ago
  65. bfcadff You cannot debug namespacified LLVM with GDB 5.x anymore. by Misha Brukman · 22 years ago
  66. 502c481 Add another fixed bug. by Brian Gaeke · 22 years ago
  67. e94e0ed Fix faulty namespacification by Chris Lattner · 22 years ago
  68. 811ce9f Regenerated `configure' for adding Makefiles and test.in to FreeBench by Misha Brukman · 22 years ago
  69. 960624b OK, scratch my last post, this actually *does* work, those syntax errors were by Misha Brukman · 22 years ago
  70. d0a23ab Add new testcase for PR112 by Chris Lattner · 22 years ago
  71. 7331298 Apparently adding these entries and regenerating llvm/configure results in by Misha Brukman · 22 years ago
  72. 5541467 Some programs actually require an input to run. The nerve! by Misha Brukman · 22 years ago
  73. 558992d Mention LLVM cast instructions. by Brian Gaeke · 22 years ago
  74. 78a3710 Update section on GNU lightning fp. by Brian Gaeke · 22 years ago
  75. 0c77aeb I won't claim we're "better than and/or different from..." at Misha's behest. by Brian Gaeke · 22 years ago
  76. fed0b29 Regress to not using the llvm namespace. by John Criswell · 22 years ago
  77. 7af03e9 Make the beginning of this page look like the beginnings of other pages. by Brian Gaeke · 22 years ago
  78. 1ce764e index.html: Add link to llvm vs. the world by Brian Gaeke · 22 years ago
  79. 2f002b5 This color is making me want to puke :) by Chris Lattner · 22 years ago
  80. 22f9645 Whoops, a div got closed in the wrong place. by Brian Gaeke · 22 years ago
  81. e65a8e4 First draft of LLVM-to-anything comparison document. by Brian Gaeke · 22 years ago
  82. 3e910fe Add FreeBench benchmarks to our test suite -- they weren't available by default by Misha Brukman · 22 years ago
  83. afc1dba Add new argument to disable checking by Chris Lattner · 22 years ago
  84. f58aefc Add argument by Chris Lattner · 22 years ago
  85. 413f155 The bytecode reader/writer is borking this testcase by Chris Lattner · 22 years ago
  86. c7f05ca This is not the instruction combiner's fault! No really! by Chris Lattner · 22 years ago
  87. 9c9e9df Reduced testcase for PR 110 by Chris Lattner · 22 years ago
  88. 579de71 Detect problems with PHI node operands! by Chris Lattner · 22 years ago
  89. 6a45da0 Restore the -llvm option by Chris Lattner · 22 years ago
  90. d8ea8a5 Print return nodes for graphs with multiple functions in them correctly by Chris Lattner · 22 years ago
  91. 9dc4185 Don't crash if no gg by Chris Lattner · 22 years ago
  92. 9b29bde PR107 is now fixed by Chris Lattner · 22 years ago
  93. 15b6972 Fix bug PR107, patch contributed by Reid Spencer! by Chris Lattner · 22 years ago
  94. 400b896 New testcase for PR107 by Chris Lattner · 22 years ago
  95. 2e09698 I don't think this was supposed to have gotten into the namespaceify patch, but by Brian Gaeke · 22 years ago
  96. c5f0afa Cleanups by Chris Lattner · 22 years ago
  97. 2a77f2d reword a bit, be less aggressive with my link by Chris Lattner · 22 years ago
  98. 5f6fbeb Add a link to the llvmdev posting by Chris Lattner · 22 years ago
  99. 360c266 Mention that all LLVM C++ code has been moved into the 'llvm' C++ namespace. by Brian Gaeke · 22 years ago
  100. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago