1. 6b63452 Fix spelling/grammar. by Misha Brukman · 21 years ago
  2. 4afac18 * Tabs to spaces by Misha Brukman · 21 years ago
  3. d5d96b9 Fix spelling. by Misha Brukman · 21 years ago
  4. aa41c3c * Doxygenified comments by Misha Brukman · 21 years ago
  5. 50f7129 Use 'F' for Function instead of 'M'. by Misha Brukman · 21 years ago
  6. 10c1d77 Print out just the filename being compiled/linked, not the full path to it. by Misha Brukman · 21 years ago
  7. af9e45f Renamed dis.cpp => llvm-dis.cpp by Misha Brukman · 21 years ago
  8. 27b1a0b Renamed as.cpp => llvm-as.cpp; this should've happened a long time ago. by Misha Brukman · 21 years ago
  9. 16edea0 The code that called strsignal is toast. by Brian Gaeke · 21 years ago
  10. 235b200 Never set any signal handlers. Never call setjmp(), longjmp() or strsignal(). by Brian Gaeke · 21 years ago
  11. 58a6faa Rewrite head-of-file comment. by Brian Gaeke · 21 years ago
  12. 322cdb2 Change to use GetAddressOfSymbol instead of dlsym. by Brian Gaeke · 21 years ago
  13. 56d8616 Change to use LinkDynamicObject instead of dlopen. by Brian Gaeke · 21 years ago
  14. 2d6a236 Change to use strtoul instead of strtoll. by Brian Gaeke · 21 years ago
  15. 9c9c90d Fixing the spelling of this filename. by Misha Brukman · 21 years ago
  16. f212e47 Add my abstracted dynamic linker support files. by Brian Gaeke · 21 years ago
  17. bd2531f Reserve space for PHI operands by Chris Lattner · 21 years ago
  18. abb1b58 Removed information about compiling the GCC front end. This will be in a by John Criswell · 21 years ago
  19. 4faf860 Make the message stand out more by Chris Lattner · 21 years ago
  20. 20d2d3e Re-did some of the text wrapping (sorry). by John Criswell · 21 years ago
  21. 39cacce Ok, the "fix" for this is to do a real associative container. Symbol tables by Chris Lattner · 21 years ago
  22. 25839f0 Add documentation for weak variables by Chris Lattner · 21 years ago
  23. 2498d67 Add support for the weak linkage specifier by Chris Lattner · 21 years ago
  24. b3c495f new testcase. globaldce should not delete the global by Chris Lattner · 21 years ago
  25. f797cab Accept 'weak' as a linkage type. For now, just turn it into linkonce linkage by Chris Lattner · 21 years ago
  26. 83bb256 New testcase by Chris Lattner · 21 years ago
  27. 0f3bc5e Add better checking by Chris Lattner · 21 years ago
  28. 987e49c Added the eon and perlbmk benchmarks. by John Criswell · 21 years ago
  29. 97330cf Another 10% performance improvement by not using replaceAllUsesWith by Chris Lattner · 21 years ago
  30. 4c52392 Reserve space for PHI nodes when we read them in. This provides a VERY by Chris Lattner · 21 years ago
  31. 97622b1 Add a method to reserve space for operands by Chris Lattner · 21 years ago
  32. 35d2ca6 Use the version of getValue that takes the type plane instead of the type by Chris Lattner · 21 years ago
  33. 6fcf503 Pass a vector around to reduce dynamic allocation by Chris Lattner · 21 years ago
  34. 342be12 Kill warning when compiling in optimized mode by Chris Lattner · 21 years ago
  35. c9456ca Change getConstantValue to throw an exception on error, not return null by Chris Lattner · 21 years ago
  36. 1bc33a5 Make getContainedType more efficient by not returning null if out of range! by Chris Lattner · 21 years ago
  37. ae19bf7 Do not read past the end of the contained type list by Chris Lattner · 21 years ago
  38. 9073613 Remove potentially N^2 algorithm from symbol table reader. No speedup by Chris Lattner · 21 years ago
  39. 927b185 Major refactoring of the bytecode reader. This includes the following by Chris Lattner · 21 years ago
  40. 3483f54 Significantly clean up parsing of instructions. This exceptionizes and by Chris Lattner · 21 years ago
  41. abb84f8 Include the new docs directory, whenever it gets added. www is gone by Chris Lattner · 21 years ago
  42. 5ab7346 Added 177.mesa to the list of Makefiles to propogate to the object root. by John Criswell · 21 years ago
  43. bf43ac6 Eliminate the instruction placeholder. Simplify a bunch of code. by Chris Lattner · 21 years ago
  44. 8eb10ce Eliminate the old LateResolveValues data structure, replacing it with a by Chris Lattner · 21 years ago
  45. 13eb871 Remove a dead method by Chris Lattner · 21 years ago
  46. 4ee8ef2 This patch substantially simplifies and cleans up handling of basic blocks by Chris Lattner · 21 years ago
  47. 6e44802 Inline the postResolveValues method. It was poorly named anyway by Chris Lattner · 21 years ago
  48. 1f9bcd3 test/Programs/NoSource and www are gone from the tree; don't try to configure by Brian Gaeke · 21 years ago
  49. 1ea4fac Use 3-arg form of AC_DEFINE. by Brian Gaeke · 21 years ago
  50. a25d7ca Use 3-arg form of AC_DEFINE. by Brian Gaeke · 21 years ago
  51. b68e334 I really meant to use that AUTOHEADER variable I put in there. by Brian Gaeke · 21 years ago
  52. 36392bc Various cleanups and simplifications. This speeds up reading a bytecode file by Chris Lattner · 21 years ago
  53. 7f58de2 Destroy allocated resources on exception. by Misha Brukman · 21 years ago
  54. 608e75c Make more error messages have gccld's name in them. by Brian Gaeke · 21 years ago
  55. ecfecfe old testcase by Chris Lattner · 21 years ago
  56. b8d3fd0 Checkin an old bug, which appears to be fixed by Chris Lattner · 21 years ago
  57. 929c6fb Update comment by Chris Lattner · 21 years ago
  58. 16b18fd Use a set to keep track of which edges have been noticed as executable already by Chris Lattner · 21 years ago
  59. 3d405b0 Minor fixes here and there by Chris Lattner · 21 years ago
  60. 7d275f4 Avoid building data structures we don't really need. This improves the runtime by Chris Lattner · 21 years ago
  61. 0d4379a Convert over to short bug URLs by Chris Lattner · 21 years ago
  62. 73ff512 Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefs by Alkis Evlogimenos · 21 years ago
  63. 6b8b225 Properly close anchor tags in column descriptions by Alkis Evlogimenos · 21 years ago
  64. 185a7ab Forward declare class Type since it is used in this class and Type.h is not included by Alkis Evlogimenos · 21 years ago
  65. e9b5090 Add rule for regenerating config.h.in using autoheader. by Brian Gaeke · 21 years ago
  66. cbeedf7 Regenerated with (at top-level llvm directory): by Brian Gaeke · 21 years ago
  67. d558dc3 whoops, don't accidentally lose variable names by Chris Lattner · 21 years ago
  68. 6c266db Fix bug: InstCombine/cast.ll:test11 / PR#7 by Chris Lattner · 21 years ago
  69. d1c5ea1 new testcase by Chris Lattner · 21 years ago
  70. a44d8a2 Refactor code a bit by Chris Lattner · 21 years ago
  71. 9eacf8a Add a sanity check for constant expression casts by Chris Lattner · 21 years ago
  72. fcc54b3 Add links to bugzilla by Chris Lattner · 21 years ago
  73. 5512659 Renamed -use-spec to -use-spec2000. by John Criswell · 21 years ago
  74. 47ad72c Cleanups, include a list of passes by Chris Lattner · 21 years ago
  75. f204012 Fix bugs in mmap()-of-files test program on Mac OS X: by Brian Gaeke · 21 years ago
  76. 0c9efc2 Fixed the location of the expectations file. by John Criswell · 21 years ago
  77. f424d74 Switching over to the new test database. by John Criswell · 21 years ago
  78. 71ab896 Add more credits by Chris Lattner · 21 years ago
  79. 644b8ee cleanup analyze documents by Chris Lattner · 21 years ago
  80. 651fbec Ensure both columns take 50% by Chris Lattner · 21 years ago
  81. 83273d5 no this really isn't extract by Chris Lattner · 21 years ago
  82. 1213bc7 initial checkin of the bugpoint doxs by Chris Lattner · 21 years ago
  83. 26814d0 TTify, add links between pages by Chris Lattner · 21 years ago
  84. 08a04fd Consistently set the background color by Chris Lattner · 21 years ago
  85. bf6f438 <tt>ify things by Chris Lattner · 21 years ago
  86. d053efd Make the index page a big more attractive by Chris Lattner · 21 years ago
  87. 537a02c More changes and updates by Chris Lattner · 21 years ago
  88. aaba10c by Chris Lattner · 21 years ago
  89. f8cf416 <tt> stuff simplify a bit by Chris Lattner · 21 years ago
  90. 090fcc1 Add pointer to LLC for code generator options. <tt> a bunch of stuff which should be by Chris Lattner · 21 years ago
  91. 7a59bc8 separate options into X86 and sparc specific options by Chris Lattner · 21 years ago
  92. da78b00 Fix bugzilla bug #5 by Chris Lattner · 21 years ago
  93. 8324fa7 These scripts are no longer needed. They have been replaced by QMTest. by John Criswell · 21 years ago
  94. ebbc1a5 Bill contributed this major rewrite of the -lowerswitch pass to make it generate by Chris Lattner · 21 years ago
  95. 7528343 Add target to regenerate top-level "configure" script. by Brian Gaeke · 21 years ago
  96. 8bf3385 Wrap at 80 columns by Chris Lattner · 21 years ago
  97. 3a8bddb Renamed llvmas.html llvmdis.html and llvmlink.html to have hyphens in them by Chris Lattner · 21 years ago
  98. a2a628f remove options specific to the -internalize pass, add the -debug option by Chris Lattner · 21 years ago
  99. 94fe1f9 Depend on config.status instead of config.h, because config.h timestamp may not by Misha Brukman · 21 years ago
  100. 6061000 Fix bug in previous checkin by Chris Lattner · 21 years ago