1. c4fb6fd Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  2. 69c856a Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  3. 005e5e9 Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  4. 7b2b40f Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  5. b6c54ed Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  6. deb1740 Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  7. 7915a1e Substantial cleanups: by Chris Lattner · 21 years ago
  8. a0f5b15 The return value of compileSharedObject was never used. Return the shared by Chris Lattner · 21 years ago
  9. 1798e4a Actually return an error if something bad happens, don't just exit. by Chris Lattner · 21 years ago
  10. 8deb581 minor cleanups by Chris Lattner · 21 years ago
  11. 18ab2b9 The -mode option is no longer by Chris Lattner · 21 years ago
  12. 182a21e Fix minor formatting bug by Chris Lattner · 21 years ago
  13. a5a96a9 Eliminate the bugpoint -mode option, by making bugpoint automatically infer the root of all of your problems by Chris Lattner · 21 years ago
  14. c2b81f6 Output a contorted sequence of instructions to make sure that we don't access by Chris Lattner · 21 years ago
  15. d5b7c47 Disable the leaf function optimization, which is apparently not legal on by Chris Lattner · 21 years ago
  16. 9d13efa Fix bug in script by Chris Lattner · 21 years ago
  17. f775f95 Do not move variable sized allocations to the top of the caller, which might by Chris Lattner · 21 years ago
  18. ebb3acc New testcase which the inliner breaks by Chris Lattner · 21 years ago
  19. 6a513d8 Added a link to the main page for LLVM. by John Criswell · 21 years ago
  20. 99b8533 Unbreak code generator debug mode by Chris Lattner · 21 years ago
  21. 7eadec6 Adding additional license information to these files. by John Criswell · 21 years ago
  22. 3875657 Do not allow fallthroughs in switch statements. This fixes PR37, by Chris Lattner · 21 years ago
  23. d12fa6c LLVM CVS repository has moved. by Misha Brukman · 21 years ago
  24. 4296088 Remove WordsEmitted statistic; there's already a non-backend-specific by Brian Gaeke · 21 years ago
  25. da17eb6 LLI no longer has -abort-on-exception by Chris Lattner · 21 years ago
  26. c9e64b5 Removed items that are done or irrelevant. Added a few new items. by John Criswell · 21 years ago
  27. 4946a8c Use the autoconf macro John wrote by Chris Lattner · 21 years ago
  28. 8b716f6 Whoops, we inserted into the wrong set. What's up with the dead set anyway? by Chris Lattner · 21 years ago
  29. 46e033d Use external df iterators to avoid revisiting blocks in functions with by Chris Lattner · 21 years ago
  30. 1e79609 Add missing default argument by Chris Lattner · 21 years ago
  31. 50b5d71 Make use of "external" depth-first iterators to avoid revisiting nodes by Chris Lattner · 21 years ago
  32. 9061e99 add support for "external" depth first iterators, which store the 'visited' set by Chris Lattner · 21 years ago
  33. a0137d3 Added a macro and code that checks for the %a format string in sprintf(). by John Criswell · 21 years ago
  34. b5ca43e Fixed the name of a hyperlink. by John Criswell · 21 years ago
  35. b96646f Removed information on common build problems. That is now documented in by John Criswell · 21 years ago
  36. c310f62 Fequently Asked Questions about LLVM. Mainly focuses on build problems, but by John Criswell · 21 years ago
  37. 85bf334 Master README file that points to all other documentation. by John Criswell · 21 years ago
  38. 4846f4b Extricate the "reverse" support from the depth-first iterator. This is really by Chris Lattner · 21 years ago
  39. ba7beb0 Add operator= for type iterators to make them assignable by Chris Lattner · 21 years ago
  40. 814f622 Remove explicit inline qualifiers when the implicit ones work just as well by Chris Lattner · 21 years ago
  41. cb18d18 Stop using "reverse depth first" order by Chris Lattner · 21 years ago
  42. c49fcd1 Oops, forgot to commit this before: standardize header comments by Chris Lattner · 21 years ago
  43. 7dc3a2e Minor cleanups by Chris Lattner · 21 years ago
  44. 5af4197 Speed up TypesEqual by specializing it for all of the derived types, avoiding by Chris Lattner · 21 years ago
  45. f0d9273 Avoid calling getTypeSlot more by Chris Lattner · 21 years ago
  46. 1825009 Avoid creating lots of pointless opaque types, with short lifetimes by Chris Lattner · 21 years ago
  47. 236f646 This is a header file, hear me roar by Chris Lattner · 21 years ago
  48. 3e58d9b * Remove extraneous #includes by Chris Lattner · 21 years ago
  49. 4a650af Wrap code at 80 columns by Chris Lattner · 21 years ago
  50. d9113c7 This is a header file, thus it needs a -*-C++-*- by Chris Lattner · 21 years ago
  51. cf3056d Regularize header file comments by Chris Lattner · 21 years ago
  52. c00d23a make the indvar obviously non-canonical by Chris Lattner · 21 years ago
  53. 21fb3af Regularize header file comment, eliminate using's by Chris Lattner · 21 years ago
  54. d7db1fb Add new op_erase method by Chris Lattner · 21 years ago
  55. 6d3906b Minor cleanups by Chris Lattner · 21 years ago
  56. bb2d4de Checkin an improvement contributed by Bill: by Chris Lattner · 21 years ago
  57. 2ab6a73 Add support to the loop canonicalization pass to make it transform loops to by Chris Lattner · 21 years ago
  58. 5fdd902 new testcase by Chris Lattner · 21 years ago
  59. 2ef1236 Make getNumBackEdges more efficient by Chris Lattner · 21 years ago
  60. 9989a4e Files moved to the LoopSimplify directory by Chris Lattner · 21 years ago
  61. 98bf436 Rename loop preheaders pass to loop simplify by Chris Lattner · 21 years ago
  62. d59128a Rename -preheaders pass. Spelling fix by Chris Lattner · 21 years ago
  63. 67a9801 File is renamed to LoopSimplify.cpp by Chris Lattner · 21 years ago
  64. ee2c50c First step in renaming the preheaders pass to loopsimplify by Chris Lattner · 21 years ago
  65. 915403f The -preheaders pass is now known as -loopsimplify by Chris Lattner · 21 years ago
  66. bebd86d The preheader insertion pass only depends on the CFG. Mark it as such, which by Chris Lattner · 21 years ago
  67. 5b62cdc Rename method by Chris Lattner · 21 years ago
  68. 7f9bb6e Rename method to indicate what it does by Chris Lattner · 21 years ago
  69. 5ef6ffd * Spell "necessary" correctly by Chris Lattner · 21 years ago
  70. dfaeb0e Test that we can emit global initializers that are not normal FP values by Chris Lattner · 21 years ago
  71. 9860e77 * Be TBAA safe by Chris Lattner · 21 years ago
  72. b3dab90 Greatly expand documentation comment at head of file... I had to by Brian Gaeke · 21 years ago
  73. 364f86d Make mmap's fd for anonymous memory acquisition default to -1, except on by Brian Gaeke · 21 years ago
  74. ab9585f Quote qmtest args in $(CONTEXT). by Brian Gaeke · 21 years ago
  75. 4dd7b4f Actually pass in a pointer to the thrown object, not a pointer to the by Chris Lattner · 21 years ago
  76. be7f4af This seems to work around some unobvious bug in gcc on sparc which was by Brian Gaeke · 21 years ago
  77. ce0ea77 Removed the AnalyzeTest class. by John Criswell · 21 years ago
  78. 9fd50e2 Make the clean target remove the QMTest temporary directory. by John Criswell · 21 years ago
  79. a1f7cac Renamed the feature subtests so that they do not begin with 'f'. It was by John Criswell · 21 years ago
  80. ac32bfa Don't include <stdlib.h>. by Brian Gaeke · 21 years ago
  81. 82a036f Don't include "Config/stdlib.h". by Brian Gaeke · 21 years ago
  82. 778fab2 Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h". by Brian Gaeke · 21 years ago
  83. 854f9c4 No longer used anywhere. by Brian Gaeke · 21 years ago
  84. 623e594 Fixed spelling. by John Criswell · 21 years ago
  85. 4fa9fd3 Rewrite head-of-file comment. Include <cstdio> instead of <stdio.h>. by Brian Gaeke · 21 years ago
  86. 17634f7 Include <cstdio> instead of <stdio.h>. by Brian Gaeke · 21 years ago
  87. e24b616 Don't include Config/stdio.h or <stdio.h>. by Brian Gaeke · 21 years ago
  88. 020cbd8 Initial checkin of Testing Guide. Still very rough, IMHO. by John Criswell · 21 years ago
  89. 0cea3ec Add a new -disable-inlining option by Chris Lattner · 21 years ago
  90. cf00c4a Fix spelling. by Misha Brukman · 21 years ago
  91. 452fea9 Fix grammar. by Misha Brukman · 21 years ago
  92. 6b63452 Fix spelling/grammar. by Misha Brukman · 21 years ago
  93. 4afac18 * Tabs to spaces by Misha Brukman · 21 years ago
  94. d5d96b9 Fix spelling. by Misha Brukman · 21 years ago
  95. aa41c3c * Doxygenified comments by Misha Brukman · 21 years ago
  96. 50f7129 Use 'F' for Function instead of 'M'. by Misha Brukman · 21 years ago
  97. 10c1d77 Print out just the filename being compiled/linked, not the full path to it. by Misha Brukman · 21 years ago
  98. af9e45f Renamed dis.cpp => llvm-dis.cpp by Misha Brukman · 21 years ago
  99. 27b1a0b Renamed as.cpp => llvm-as.cpp; this should've happened a long time ago. by Misha Brukman · 21 years ago
  100. 16edea0 The code that called strsignal is toast. by Brian Gaeke · 21 years ago