1. 6a513d8 Added a link to the main page for LLVM. by John Criswell · 22 years ago
  2. 99b8533 Unbreak code generator debug mode by Chris Lattner · 22 years ago
  3. 7eadec6 Adding additional license information to these files. by John Criswell · 22 years ago
  4. 3875657 Do not allow fallthroughs in switch statements. This fixes PR37, by Chris Lattner · 22 years ago
  5. d12fa6c LLVM CVS repository has moved. by Misha Brukman · 22 years ago
  6. 4296088 Remove WordsEmitted statistic; there's already a non-backend-specific by Brian Gaeke · 22 years ago
  7. da17eb6 LLI no longer has -abort-on-exception by Chris Lattner · 22 years ago
  8. c9e64b5 Removed items that are done or irrelevant. Added a few new items. by John Criswell · 22 years ago
  9. 4946a8c Use the autoconf macro John wrote by Chris Lattner · 22 years ago
  10. 8b716f6 Whoops, we inserted into the wrong set. What's up with the dead set anyway? by Chris Lattner · 22 years ago
  11. 46e033d Use external df iterators to avoid revisiting blocks in functions with by Chris Lattner · 22 years ago
  12. 1e79609 Add missing default argument by Chris Lattner · 22 years ago
  13. 50b5d71 Make use of "external" depth-first iterators to avoid revisiting nodes by Chris Lattner · 22 years ago
  14. 9061e99 add support for "external" depth first iterators, which store the 'visited' set by Chris Lattner · 22 years ago
  15. a0137d3 Added a macro and code that checks for the %a format string in sprintf(). by John Criswell · 22 years ago
  16. b5ca43e Fixed the name of a hyperlink. by John Criswell · 22 years ago
  17. b96646f Removed information on common build problems. That is now documented in by John Criswell · 22 years ago
  18. c310f62 Fequently Asked Questions about LLVM. Mainly focuses on build problems, but by John Criswell · 22 years ago
  19. 85bf334 Master README file that points to all other documentation. by John Criswell · 22 years ago
  20. 4846f4b Extricate the "reverse" support from the depth-first iterator. This is really by Chris Lattner · 22 years ago
  21. ba7beb0 Add operator= for type iterators to make them assignable by Chris Lattner · 22 years ago
  22. 814f622 Remove explicit inline qualifiers when the implicit ones work just as well by Chris Lattner · 22 years ago
  23. cb18d18 Stop using "reverse depth first" order by Chris Lattner · 22 years ago
  24. c49fcd1 Oops, forgot to commit this before: standardize header comments by Chris Lattner · 22 years ago
  25. 7dc3a2e Minor cleanups by Chris Lattner · 22 years ago
  26. 5af4197 Speed up TypesEqual by specializing it for all of the derived types, avoiding by Chris Lattner · 22 years ago
  27. f0d9273 Avoid calling getTypeSlot more by Chris Lattner · 22 years ago
  28. 1825009 Avoid creating lots of pointless opaque types, with short lifetimes by Chris Lattner · 22 years ago
  29. 236f646 This is a header file, hear me roar by Chris Lattner · 22 years ago
  30. 3e58d9b * Remove extraneous #includes by Chris Lattner · 22 years ago
  31. 4a650af Wrap code at 80 columns by Chris Lattner · 22 years ago
  32. d9113c7 This is a header file, thus it needs a -*-C++-*- by Chris Lattner · 22 years ago
  33. cf3056d Regularize header file comments by Chris Lattner · 22 years ago
  34. c00d23a make the indvar obviously non-canonical by Chris Lattner · 22 years ago
  35. 21fb3af Regularize header file comment, eliminate using's by Chris Lattner · 22 years ago
  36. d7db1fb Add new op_erase method by Chris Lattner · 22 years ago
  37. 6d3906b Minor cleanups by Chris Lattner · 22 years ago
  38. bb2d4de Checkin an improvement contributed by Bill: by Chris Lattner · 22 years ago
  39. 2ab6a73 Add support to the loop canonicalization pass to make it transform loops to by Chris Lattner · 22 years ago
  40. 5fdd902 new testcase by Chris Lattner · 22 years ago
  41. 2ef1236 Make getNumBackEdges more efficient by Chris Lattner · 22 years ago
  42. 9989a4e Files moved to the LoopSimplify directory by Chris Lattner · 22 years ago
  43. 98bf436 Rename loop preheaders pass to loop simplify by Chris Lattner · 22 years ago
  44. d59128a Rename -preheaders pass. Spelling fix by Chris Lattner · 22 years ago
  45. 67a9801 File is renamed to LoopSimplify.cpp by Chris Lattner · 22 years ago
  46. ee2c50c First step in renaming the preheaders pass to loopsimplify by Chris Lattner · 22 years ago
  47. 915403f The -preheaders pass is now known as -loopsimplify by Chris Lattner · 22 years ago
  48. bebd86d The preheader insertion pass only depends on the CFG. Mark it as such, which by Chris Lattner · 22 years ago
  49. 5b62cdc Rename method by Chris Lattner · 22 years ago
  50. 7f9bb6e Rename method to indicate what it does by Chris Lattner · 22 years ago
  51. 5ef6ffd * Spell "necessary" correctly by Chris Lattner · 22 years ago
  52. dfaeb0e Test that we can emit global initializers that are not normal FP values by Chris Lattner · 22 years ago
  53. 9860e77 * Be TBAA safe by Chris Lattner · 22 years ago
  54. b3dab90 Greatly expand documentation comment at head of file... I had to by Brian Gaeke · 22 years ago
  55. 364f86d Make mmap's fd for anonymous memory acquisition default to -1, except on by Brian Gaeke · 22 years ago
  56. ab9585f Quote qmtest args in $(CONTEXT). by Brian Gaeke · 22 years ago
  57. 4dd7b4f Actually pass in a pointer to the thrown object, not a pointer to the by Chris Lattner · 22 years ago
  58. be7f4af This seems to work around some unobvious bug in gcc on sparc which was by Brian Gaeke · 22 years ago
  59. ce0ea77 Removed the AnalyzeTest class. by John Criswell · 22 years ago
  60. 9fd50e2 Make the clean target remove the QMTest temporary directory. by John Criswell · 22 years ago
  61. a1f7cac Renamed the feature subtests so that they do not begin with 'f'. It was by John Criswell · 22 years ago
  62. ac32bfa Don't include <stdlib.h>. by Brian Gaeke · 22 years ago
  63. 82a036f Don't include "Config/stdlib.h". by Brian Gaeke · 22 years ago
  64. 778fab2 Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h". by Brian Gaeke · 22 years ago
  65. 854f9c4 No longer used anywhere. by Brian Gaeke · 22 years ago
  66. 623e594 Fixed spelling. by John Criswell · 22 years ago
  67. 4fa9fd3 Rewrite head-of-file comment. Include <cstdio> instead of <stdio.h>. by Brian Gaeke · 22 years ago
  68. 17634f7 Include <cstdio> instead of <stdio.h>. by Brian Gaeke · 22 years ago
  69. e24b616 Don't include Config/stdio.h or <stdio.h>. by Brian Gaeke · 22 years ago
  70. 020cbd8 Initial checkin of Testing Guide. Still very rough, IMHO. by John Criswell · 22 years ago
  71. 0cea3ec Add a new -disable-inlining option by Chris Lattner · 22 years ago
  72. cf00c4a Fix spelling. by Misha Brukman · 22 years ago
  73. 452fea9 Fix grammar. by Misha Brukman · 22 years ago
  74. 6b63452 Fix spelling/grammar. by Misha Brukman · 22 years ago
  75. 4afac18 * Tabs to spaces by Misha Brukman · 22 years ago
  76. d5d96b9 Fix spelling. by Misha Brukman · 22 years ago
  77. aa41c3c * Doxygenified comments by Misha Brukman · 22 years ago
  78. 50f7129 Use 'F' for Function instead of 'M'. by Misha Brukman · 22 years ago
  79. 10c1d77 Print out just the filename being compiled/linked, not the full path to it. by Misha Brukman · 22 years ago
  80. af9e45f Renamed dis.cpp => llvm-dis.cpp by Misha Brukman · 22 years ago
  81. 27b1a0b Renamed as.cpp => llvm-as.cpp; this should've happened a long time ago. by Misha Brukman · 22 years ago
  82. 16edea0 The code that called strsignal is toast. by Brian Gaeke · 22 years ago
  83. 235b200 Never set any signal handlers. Never call setjmp(), longjmp() or strsignal(). by Brian Gaeke · 22 years ago
  84. 58a6faa Rewrite head-of-file comment. by Brian Gaeke · 22 years ago
  85. 322cdb2 Change to use GetAddressOfSymbol instead of dlsym. by Brian Gaeke · 22 years ago
  86. 56d8616 Change to use LinkDynamicObject instead of dlopen. by Brian Gaeke · 22 years ago
  87. 2d6a236 Change to use strtoul instead of strtoll. by Brian Gaeke · 22 years ago
  88. 9c9c90d Fixing the spelling of this filename. by Misha Brukman · 22 years ago
  89. f212e47 Add my abstracted dynamic linker support files. by Brian Gaeke · 22 years ago
  90. bd2531f Reserve space for PHI operands by Chris Lattner · 22 years ago
  91. abb1b58 Removed information about compiling the GCC front end. This will be in a by John Criswell · 22 years ago
  92. 4faf860 Make the message stand out more by Chris Lattner · 22 years ago
  93. 20d2d3e Re-did some of the text wrapping (sorry). by John Criswell · 22 years ago
  94. 39cacce Ok, the "fix" for this is to do a real associative container. Symbol tables by Chris Lattner · 22 years ago
  95. 25839f0 Add documentation for weak variables by Chris Lattner · 22 years ago
  96. 2498d67 Add support for the weak linkage specifier by Chris Lattner · 22 years ago
  97. b3c495f new testcase. globaldce should not delete the global by Chris Lattner · 22 years ago
  98. f797cab Accept 'weak' as a linkage type. For now, just turn it into linkonce linkage by Chris Lattner · 22 years ago
  99. 83bb256 New testcase by Chris Lattner · 22 years ago
  100. 0f3bc5e Add better checking by Chris Lattner · 22 years ago