1. 7e0281f Add links to new-featuer and code-cleanup bugs by Chris Lattner · 21 years ago
  2. 820bca2 Reid implemented this. by Chris Lattner · 21 years ago
  3. 4d00fde Changes to make the nightly tester run the regression tests at night, yaay! by Chris Lattner · 21 years ago
  4. 2089083 updates to ModuloSched by Tanya Lattner · 21 years ago
  5. fece182 Give PhiCp nodes better names in many cases. by Brian Gaeke · 21 years ago
  6. b985158 Make debugging output with -print-machineinstrs more useful: always print out by Brian Gaeke · 21 years ago
  7. f4ad013 Unbreak the bugpoint image by Chris Lattner · 21 years ago
  8. 9d1af97 Fix the big regression that has been killing the nightly tester these last by Chris Lattner · 21 years ago
  9. c3fcaea Don't use size() when you mean empty() by Chris Lattner · 21 years ago
  10. a5dcc4f Minor efficiency gain: do 1 nlogn lookup instead of two Code cleanup by Chris Lattner · 21 years ago
  11. d06a549 Minor changes. Switch to a SymbolTable remove that does not take linear time by Chris Lattner · 21 years ago
  12. eaca89b Eliminate this form of SymbolTable::remove. It ignores the type argument by Chris Lattner · 21 years ago
  13. 11b9be5 Fix one of the major things that is causing the C Backend to infinite loop by Chris Lattner · 21 years ago
  14. 49f61c4 Add support for getting executable memory on Windows. This is actually by Chris Lattner · 21 years ago
  15. c89fe6d Add a new function for the JIT. libsupport is now the only library that by Chris Lattner · 21 years ago
  16. 34e40d4 Add a new function for the JIT by Chris Lattner · 21 years ago
  17. 0cb162b Use the SystemUtils.h file to do our dirty work. by Chris Lattner · 21 years ago
  18. 18884fa Right: the #includes are not needed either by Chris Lattner · 21 years ago
  19. e53477e Add support for zero length files by Chris Lattner · 21 years ago
  20. 531b802 Use fileutilities instead of mmap directly by Chris Lattner · 21 years ago
  21. fb777c2 Use the new FileUtilities.h API for mapping a file into an address space by Chris Lattner · 21 years ago
  22. eb08299 Add a pair of functions to hide system specific details of mapping a file in for reading. by Chris Lattner · 21 years ago
  23. 4e6620c Remove some more dead code resulting from adding setTypeName(). by Reid Spencer · 21 years ago
  24. 9ed0f17 Remove an assertion that uses Type::TypeTy that is never hit and will by Reid Spencer · 21 years ago
  25. 73b7495 Clean up a comment. by Reid Spencer · 21 years ago
  26. 5dff158 Fix for bug 348. The SymbolTable changes caused this one too. by Reid Spencer · 21 years ago
  27. aeb3c80 Make comment lines stick out less. by Brian Gaeke · 21 years ago
  28. 6f05f35 Remove long unused #includes by Chris Lattner · 21 years ago
  29. 63e8dfa These #includes are long dead by Chris Lattner · 21 years ago
  30. e7b9a1a Fix a bug in the -deadtypeelim pass. The SymbolTable re-write changed it by John Criswell · 21 years ago
  31. 1fc3739 Fix warnings about reaching end of non-void function by Chris Lattner · 21 years ago
  32. 0a576b0 Add DynamicLinker support for systems that provide windows.h by Chris Lattner · 21 years ago
  33. f0f3c06 An "autoconf wrapper" for the infamous windows.h file by Chris Lattner · 21 years ago
  34. 7dde37d Make the test pass by using the correct RUN: syntax. by Reid Spencer · 21 years ago
  35. b2815e0 Added a check for a new header file. by John Criswell · 21 years ago
  36. 3153e4f Neuter the -q option. Stop printing the "program modified" message, ever by Chris Lattner · 21 years ago
  37. 6ed81e2 Use the SymbolTable::isEmpty() method instead of checking for no value by Reid Spencer · 21 years ago
  38. 12fe669 Add support for dos-style files by Chris Lattner · 21 years ago
  39. c52663c This code is a real mess, but at least get the JIT *building* on platforms by Chris Lattner · 21 years ago
  40. 91e43da doxygen no longer builds into the docs tree, and we no longer have boost by Chris Lattner · 21 years ago
  41. a0846a3 Add support for dos-style files by Chris Lattner · 21 years ago
  42. 36c5757 Add support for dos style files. by Chris Lattner · 21 years ago
  43. 8152f5f Add back a test I accidentally removed by Chris Lattner · 21 years ago
  44. e1368ae Fix InstCombine/load.ll & PR347. by Chris Lattner · 21 years ago
  45. 3ba3097 Add another testcase by Chris Lattner · 21 years ago
  46. ec7eb45 Re-introduce the -q option and make opt always return 0, even if the by Reid Spencer · 21 years ago
  47. 77ac9ed Added a "RUN:" line so this file can be executed by TestRunner.sh by Reid Spencer · 21 years ago
  48. 0870594 Removed the -q option and the default message written to stderr. The by Reid Spencer · 21 years ago
  49. 7bbf388 remove bogus test by Chris Lattner · 21 years ago
  50. 896b64b Make the test test what it is supposed to by Chris Lattner · 21 years ago
  51. c0e61e3 The -exprs pass is no longer with LLVM. *sniff* by Chris Lattner · 21 years ago
  52. 413c76f Correct test. use "not grep" instead of "grep -v" by Chris Lattner · 21 years ago
  53. 8dfe570 Implement constant folding of fmod, which is used a lot in povray by Chris Lattner · 21 years ago
  54. b04cb7d Right, globals aren't values yet.. by Chris Lattner · 21 years ago
  55. b18b9d7 Restructure call constant folding code a bit to make it simpler by Chris Lattner · 21 years ago
  56. d957211 Add a simple pass. by Chris Lattner · 21 years ago
  57. 9b2a184 Continue the exposition by Chris Lattner · 21 years ago
  58. 9772629 Continue the implementation by Chris Lattner · 21 years ago
  59. a2f45b2 A few more microsteps by Chris Lattner · 21 years ago
  60. 56fff59 gc_init now gets an argument by Chris Lattner · 21 years ago
  61. 6623cff Uhh, that doesn't exist. by Chris Lattner · 21 years ago
  62. 5e77935 Beta-test moving a header from include/Support into the llvm hierarchy: by Chris Lattner · 21 years ago
  63. bed85ff Header file moved by Chris Lattner · 21 years ago
  64. 6f9e607 Header moved by Chris Lattner · 21 years ago
  65. a5648f2 Signals.h header moved. Eventually this should move into a lib/System library, by Chris Lattner · 21 years ago
  66. 3166440 Moved header from include/Support/ to include/llvm/System by Chris Lattner · 21 years ago
  67. d895ffe Changes to make libSupport build on systems that don't have the wait syscall. by Chris Lattner · 21 years ago
  68. 9a5dc4f Add section on the newly added Instruction and subclasses constructor variant. by Alkis Evlogimenos · 21 years ago
  69. f3ecf3a Only give warnings if the user doesn't have mmap(). This is pretty much by John Criswell · 21 years ago
  70. 75dbe8e Add constructors that take a BasicBlock to append to, to the rest of by Alkis Evlogimenos · 21 years ago
  71. dcf3a6b Fix a test that was "broken" by new optimizations. The transformation we by Chris Lattner · 21 years ago
  72. fe3a093 Do not pass a null pointer if this instruction is not prepended or by Alkis Evlogimenos · 21 years ago
  73. f6e8cb4 Inline trivial constructors. by Alkis Evlogimenos · 21 years ago
  74. b03de0c Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazy by Reid Spencer · 21 years ago
  75. 75719bf Provide the correct patch for bug 345. The solution is to add a setTypeName by Reid Spencer · 21 years ago
  76. 9b41dcf Tighten up checking on SymbolTable interface to make it illegal to pass a by Reid Spencer · 21 years ago
  77. e5828f1 Refactor common initialization code in private init() functions. by Alkis Evlogimenos · 21 years ago
  78. 99c58f4 Use one destination constructor for the unconditional branch. by Alkis Evlogimenos · 21 years ago
  79. 6f35128 Fix spelling of doxygen directive. by Misha Brukman · 21 years ago
  80. 85acba6 Fix PR344: the incorrect remove was being used. by Chris Lattner · 21 years ago
  81. c293cfa Make the test use the %A type by Chris Lattner · 21 years ago
  82. 42fbc7e A quick and ugly hack to fix PR345. I used TypeTy specifically to make by Chris Lattner · 21 years ago
  83. 94c4359 Fix a bug in reid's checkin by Chris Lattner · 21 years ago
  84. 096603a Added a section on the SymbolTable class. by Reid Spencer · 21 years ago
  85. 798ff64 Part of bug 122: by Reid Spencer · 21 years ago
  86. 0d1b77e Part of bug 122. Removed dependency of AsmWriter on SlotCalculator by by Reid Spencer · 21 years ago
  87. ebac645 Adding scheduling class. by Tanya Lattner · 21 years ago
  88. 4cffb58 Updating my cvs versions. THis is still in progress and much will be changed. by Tanya Lattner · 21 years ago
  89. 1812268 Add a (not very meaningful) default constructor for AllocInfo objects. by Brian Gaeke · 21 years ago
  90. 6b1f58b Put SlotTable.h inclusion back at front of list to be coding standards by Reid Spencer · 21 years ago
  91. 4f840ed Change the install-includes target to completely ignore the llvm/Internal by Reid Spencer · 21 years ago
  92. a85b8cf Make the constructor explicit so we can't implicitly convert bool to SlotTable. by Reid Spencer · 21 years ago
  93. 3751bd6 Make some improvements suggested by Chris. by Reid Spencer · 21 years ago
  94. 293a55f Adding the initial implementation of the SlotTable class. This class is by Reid Spencer · 21 years ago
  95. 2662aa0 Remove this file as well as it is no longer needed nor it compiles by Alkis Evlogimenos · 21 years ago
  96. fa452c0 Document a couple functions. by Reid Spencer · 21 years ago
  97. 8dabb50 Make use of the doc_author and doc_code styles. <tt>'ify llvm names. Minor by Chris Lattner · 21 years ago
  98. 94f2df2 Changed to use SymbolTable's new iteration interfaces. by Reid Spencer · 21 years ago
  99. b152f9f Changed to use SymbolTable's new lookup interface. by Reid Spencer · 21 years ago
  100. e0b295a Removed unused, useless header file. by Reid Spencer · 21 years ago