1. cf3056d Regularize header file comments by Chris Lattner · 21 years ago
  2. c00d23a make the indvar obviously non-canonical by Chris Lattner · 21 years ago
  3. 21fb3af Regularize header file comment, eliminate using's by Chris Lattner · 21 years ago
  4. d7db1fb Add new op_erase method by Chris Lattner · 21 years ago
  5. 6d3906b Minor cleanups by Chris Lattner · 21 years ago
  6. bb2d4de Checkin an improvement contributed by Bill: by Chris Lattner · 21 years ago
  7. 2ab6a73 Add support to the loop canonicalization pass to make it transform loops to by Chris Lattner · 21 years ago
  8. 5fdd902 new testcase by Chris Lattner · 21 years ago
  9. 2ef1236 Make getNumBackEdges more efficient by Chris Lattner · 21 years ago
  10. 9989a4e Files moved to the LoopSimplify directory by Chris Lattner · 21 years ago
  11. 98bf436 Rename loop preheaders pass to loop simplify by Chris Lattner · 21 years ago
  12. d59128a Rename -preheaders pass. Spelling fix by Chris Lattner · 21 years ago
  13. 67a9801 File is renamed to LoopSimplify.cpp by Chris Lattner · 21 years ago
  14. ee2c50c First step in renaming the preheaders pass to loopsimplify by Chris Lattner · 21 years ago
  15. 915403f The -preheaders pass is now known as -loopsimplify by Chris Lattner · 21 years ago
  16. bebd86d The preheader insertion pass only depends on the CFG. Mark it as such, which by Chris Lattner · 21 years ago
  17. 5b62cdc Rename method by Chris Lattner · 21 years ago
  18. 7f9bb6e Rename method to indicate what it does by Chris Lattner · 21 years ago
  19. 5ef6ffd * Spell "necessary" correctly by Chris Lattner · 21 years ago
  20. dfaeb0e Test that we can emit global initializers that are not normal FP values by Chris Lattner · 21 years ago
  21. 9860e77 * Be TBAA safe by Chris Lattner · 21 years ago
  22. b3dab90 Greatly expand documentation comment at head of file... I had to by Brian Gaeke · 21 years ago
  23. 364f86d Make mmap's fd for anonymous memory acquisition default to -1, except on by Brian Gaeke · 21 years ago
  24. ab9585f Quote qmtest args in $(CONTEXT). by Brian Gaeke · 21 years ago
  25. 4dd7b4f Actually pass in a pointer to the thrown object, not a pointer to the by Chris Lattner · 21 years ago
  26. be7f4af This seems to work around some unobvious bug in gcc on sparc which was by Brian Gaeke · 21 years ago
  27. ce0ea77 Removed the AnalyzeTest class. by John Criswell · 21 years ago
  28. 9fd50e2 Make the clean target remove the QMTest temporary directory. by John Criswell · 21 years ago
  29. a1f7cac Renamed the feature subtests so that they do not begin with 'f'. It was by John Criswell · 21 years ago
  30. ac32bfa Don't include <stdlib.h>. by Brian Gaeke · 21 years ago
  31. 82a036f Don't include "Config/stdlib.h". by Brian Gaeke · 21 years ago
  32. 778fab2 Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h". by Brian Gaeke · 21 years ago
  33. 854f9c4 No longer used anywhere. by Brian Gaeke · 21 years ago
  34. 623e594 Fixed spelling. by John Criswell · 21 years ago
  35. 4fa9fd3 Rewrite head-of-file comment. Include <cstdio> instead of <stdio.h>. by Brian Gaeke · 21 years ago
  36. 17634f7 Include <cstdio> instead of <stdio.h>. by Brian Gaeke · 21 years ago
  37. e24b616 Don't include Config/stdio.h or <stdio.h>. by Brian Gaeke · 21 years ago
  38. 020cbd8 Initial checkin of Testing Guide. Still very rough, IMHO. by John Criswell · 21 years ago
  39. 0cea3ec Add a new -disable-inlining option by Chris Lattner · 21 years ago
  40. cf00c4a Fix spelling. by Misha Brukman · 21 years ago
  41. 452fea9 Fix grammar. by Misha Brukman · 21 years ago
  42. 6b63452 Fix spelling/grammar. by Misha Brukman · 21 years ago
  43. 4afac18 * Tabs to spaces by Misha Brukman · 21 years ago
  44. d5d96b9 Fix spelling. by Misha Brukman · 21 years ago
  45. aa41c3c * Doxygenified comments by Misha Brukman · 21 years ago
  46. 50f7129 Use 'F' for Function instead of 'M'. by Misha Brukman · 21 years ago
  47. 10c1d77 Print out just the filename being compiled/linked, not the full path to it. by Misha Brukman · 21 years ago
  48. af9e45f Renamed dis.cpp => llvm-dis.cpp by Misha Brukman · 21 years ago
  49. 27b1a0b Renamed as.cpp => llvm-as.cpp; this should've happened a long time ago. by Misha Brukman · 21 years ago
  50. 16edea0 The code that called strsignal is toast. by Brian Gaeke · 21 years ago
  51. 235b200 Never set any signal handlers. Never call setjmp(), longjmp() or strsignal(). by Brian Gaeke · 21 years ago
  52. 58a6faa Rewrite head-of-file comment. by Brian Gaeke · 21 years ago
  53. 322cdb2 Change to use GetAddressOfSymbol instead of dlsym. by Brian Gaeke · 21 years ago
  54. 56d8616 Change to use LinkDynamicObject instead of dlopen. by Brian Gaeke · 21 years ago
  55. 2d6a236 Change to use strtoul instead of strtoll. by Brian Gaeke · 21 years ago
  56. 9c9c90d Fixing the spelling of this filename. by Misha Brukman · 21 years ago
  57. f212e47 Add my abstracted dynamic linker support files. by Brian Gaeke · 21 years ago
  58. bd2531f Reserve space for PHI operands by Chris Lattner · 21 years ago
  59. abb1b58 Removed information about compiling the GCC front end. This will be in a by John Criswell · 21 years ago
  60. 4faf860 Make the message stand out more by Chris Lattner · 21 years ago
  61. 20d2d3e Re-did some of the text wrapping (sorry). by John Criswell · 21 years ago
  62. 39cacce Ok, the "fix" for this is to do a real associative container. Symbol tables by Chris Lattner · 21 years ago
  63. 25839f0 Add documentation for weak variables by Chris Lattner · 21 years ago
  64. 2498d67 Add support for the weak linkage specifier by Chris Lattner · 21 years ago
  65. b3c495f new testcase. globaldce should not delete the global by Chris Lattner · 21 years ago
  66. f797cab Accept 'weak' as a linkage type. For now, just turn it into linkonce linkage by Chris Lattner · 21 years ago
  67. 83bb256 New testcase by Chris Lattner · 21 years ago
  68. 0f3bc5e Add better checking by Chris Lattner · 21 years ago
  69. 987e49c Added the eon and perlbmk benchmarks. by John Criswell · 21 years ago
  70. 97330cf Another 10% performance improvement by not using replaceAllUsesWith by Chris Lattner · 21 years ago
  71. 4c52392 Reserve space for PHI nodes when we read them in. This provides a VERY by Chris Lattner · 21 years ago
  72. 97622b1 Add a method to reserve space for operands by Chris Lattner · 21 years ago
  73. 35d2ca6 Use the version of getValue that takes the type plane instead of the type by Chris Lattner · 21 years ago
  74. 6fcf503 Pass a vector around to reduce dynamic allocation by Chris Lattner · 21 years ago
  75. 342be12 Kill warning when compiling in optimized mode by Chris Lattner · 21 years ago
  76. c9456ca Change getConstantValue to throw an exception on error, not return null by Chris Lattner · 21 years ago
  77. 1bc33a5 Make getContainedType more efficient by not returning null if out of range! by Chris Lattner · 21 years ago
  78. ae19bf7 Do not read past the end of the contained type list by Chris Lattner · 21 years ago
  79. 9073613 Remove potentially N^2 algorithm from symbol table reader. No speedup by Chris Lattner · 21 years ago
  80. 927b185 Major refactoring of the bytecode reader. This includes the following by Chris Lattner · 21 years ago
  81. 3483f54 Significantly clean up parsing of instructions. This exceptionizes and by Chris Lattner · 21 years ago
  82. abb84f8 Include the new docs directory, whenever it gets added. www is gone by Chris Lattner · 21 years ago
  83. 5ab7346 Added 177.mesa to the list of Makefiles to propogate to the object root. by John Criswell · 21 years ago
  84. bf43ac6 Eliminate the instruction placeholder. Simplify a bunch of code. by Chris Lattner · 21 years ago
  85. 8eb10ce Eliminate the old LateResolveValues data structure, replacing it with a by Chris Lattner · 21 years ago
  86. 13eb871 Remove a dead method by Chris Lattner · 21 years ago
  87. 4ee8ef2 This patch substantially simplifies and cleans up handling of basic blocks by Chris Lattner · 21 years ago
  88. 6e44802 Inline the postResolveValues method. It was poorly named anyway by Chris Lattner · 21 years ago
  89. 1f9bcd3 test/Programs/NoSource and www are gone from the tree; don't try to configure by Brian Gaeke · 21 years ago
  90. 1ea4fac Use 3-arg form of AC_DEFINE. by Brian Gaeke · 21 years ago
  91. a25d7ca Use 3-arg form of AC_DEFINE. by Brian Gaeke · 21 years ago
  92. b68e334 I really meant to use that AUTOHEADER variable I put in there. by Brian Gaeke · 21 years ago
  93. 36392bc Various cleanups and simplifications. This speeds up reading a bytecode file by Chris Lattner · 21 years ago
  94. 7f58de2 Destroy allocated resources on exception. by Misha Brukman · 21 years ago
  95. 608e75c Make more error messages have gccld's name in them. by Brian Gaeke · 21 years ago
  96. ecfecfe old testcase by Chris Lattner · 21 years ago
  97. b8d3fd0 Checkin an old bug, which appears to be fixed by Chris Lattner · 21 years ago
  98. 929c6fb Update comment by Chris Lattner · 21 years ago
  99. 16b18fd Use a set to keep track of which edges have been noticed as executable already by Chris Lattner · 21 years ago
  100. 3d405b0 Minor fixes here and there by Chris Lattner · 21 years ago