1. 043c4b2 Add a link to the code gen document by Chris Lattner · 21 years ago
  2. 8172d53 Here's another pod. by Brian Gaeke · 21 years ago
  3. f36e2d5 Look, it's a gccas pod. by Brian Gaeke · 21 years ago
  4. 900bf8c Add a note about the V9 backend. by Chris Lattner · 21 years ago
  5. 6bc2441 Oops, this was not to go in by Chris Lattner · 21 years ago
  6. 98107ff Adjust to the new TargetMachine interface by Chris Lattner · 21 years ago
  7. 9bcdcd1 Adjust to new TargetMachine interface by Chris Lattner · 21 years ago
  8. 62d6ad2 Inline findOptimalStorageSize into it's caller, both of which are sparc specific by Chris Lattner · 21 years ago
  9. d6ad847 Adjust to new TM interface by Chris Lattner · 21 years ago
  10. bdf1400 Method has been inlined into all callers by Chris Lattner · 21 years ago
  11. d029cd2 Convert to the new TargetMachine interface. by Chris Lattner · 21 years ago
  12. 289809d Stubs are no longer needed by Chris Lattner · 21 years ago
  13. 36c2a05 Delete the V9 specific findOptimalStorageSize method, inlining it into all callers. by Chris Lattner · 21 years ago
  14. 143e0ea Adjust to new TM interfaces by Chris Lattner · 21 years ago
  15. e25738c Finegrainify namespacification by Chris Lattner · 21 years ago
  16. fd0f7b1 Fix a trivial but blatant bug by Chris Lattner · 21 years ago
  17. 681692d Make gccld copy the llvm-stub program to be the execution wrapper for by Chris Lattner · 21 years ago
  18. 5bfac5d Implement the new CopyFile function by Chris Lattner · 21 years ago
  19. 2a7f15e Add a new CopyFile function by Chris Lattner · 21 years ago
  20. fff0ff8 Fix a double negation (in grammar). by Misha Brukman · 21 years ago
  21. 0ebee74 Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us by Chris Lattner · 21 years ago
  22. 7e88d41 Refactor a bit of code into a function, no functionality changes. by Chris Lattner · 21 years ago
  23. d6af686 Fix spelling, trim empty space, tighten up function header comment. by Misha Brukman · 21 years ago
  24. f7e92b1 No really cygwin, we LIKE .exe'ness. by Chris Lattner · 21 years ago
  25. 0ed1f38 Build the llvm-stub directory by Chris Lattner · 21 years ago
  26. 4c6d124 Initial checkin of a stub executable that can be used by gccld to forward to by Chris Lattner · 21 years ago
  27. 6db8c2c On win32, process.h provides some of the traditional stuff that unistd by Chris Lattner · 21 years ago
  28. aec5f26 Bug fixed by Chris Lattner · 21 years ago
  29. abf1cd3 Implement PR315: abort, don't warn, when missing external functions encountered by Chris Lattner · 21 years ago
  30. 7124771 Add spiff by Brian Gaeke · 21 years ago
  31. dfb2e7d Use new form of unconditional branch constructor. by Brian Gaeke · 21 years ago
  32. 5beb8ba Call Cygwin by its proper name, and give it a link. :-) by Brian Gaeke · 21 years ago
  33. 9aa9b09 Maybe this will keep people from breaking -branch-combine! by Brian Gaeke · 21 years ago
  34. 74032a5 Add a note about cygwin by Chris Lattner · 21 years ago
  35. 396d96b Make tool names end with .exe on windows. This isn't needed to run the by Chris Lattner · 21 years ago
  36. e6d468f Added the EXEEXT variable so that Makefiles can figure out what extension by John Criswell · 21 years ago
  37. 7ce62cc * Standardize footer * HTML 4.01 (Strict) compliance by Misha Brukman · 21 years ago
  38. 5489e93 Finish the thought that got interrupted when my train arrived. :) by Chris Lattner · 21 years ago
  39. 4654bdb Fix wandering </a>, add note about cygwin being supported. by Chris Lattner · 21 years ago
  40. 5c7af72 * Use sans-serif fonts just like in the rest of doxygen by Misha Brukman · 21 years ago
  41. 6a615ad * Make it HTML4.01 by Chris Lattner · 21 years ago
  42. ff11842 Make doxygen pages look like our own documentation. by Misha Brukman · 21 years ago
  43. 4e7d961 * Add the year 2003 back to the copyright line by Misha Brukman · 21 years ago
  44. 7c7c5c9 * It's now the year 2004 by Misha Brukman · 21 years ago
  45. 10d6800 Add a warning about incompleteness, fix validation errors by Chris Lattner · 21 years ago
  46. 4ff620a Modified calcTypeName() so that it does not allocate a std::string for by John Criswell · 21 years ago
  47. ce52b7e It's a small start, but it is certainly needed. Contributions are certainly by Chris Lattner · 21 years ago
  48. f252371 Align the lower portion of the page with the left margin so that the page by Reid Spencer · 21 years ago
  49. aa0bfbe Clean up the Feature and Regression test output to (a) use section headers, by Reid Spencer · 21 years ago
  50. e82706b There is no "mcff" here; delete the confusing comments that refer to it. by Brian Gaeke · 21 years ago
  51. 6924063 Pull Interval class out of LiveIntervals. by Alkis Evlogimenos · 21 years ago
  52. 1da7e8e Add comparator useful for natural comparisons on collections with by Alkis Evlogimenos · 21 years ago
  53. f561b08 Transform an occurrence of if(...) { assert (0) }. by Brian Gaeke · 21 years ago
  54. 26f5a69 When spilling an register, introduce a new temporary for each of its by Alkis Evlogimenos · 21 years ago
  55. 25d4b54 Reduce the amount of LLVM Values for which we save reg. allocator by Brian Gaeke · 21 years ago
  56. a7afac2 Rename verifySavedState to dumpSavedState. Give it a new comment. by Brian Gaeke · 21 years ago
  57. 2ffbb6d Insert machine instructions generated for Phi nodes into their by Brian Gaeke · 21 years ago
  58. cdd69e6 Fix typo in head-of-file comment. by Brian Gaeke · 21 years ago
  59. 3ee239b Fix a bug that Chris asserts emphatically is a bug. The changed clause by Reid Spencer · 21 years ago
  60. 542e859 Make the Regression/Feature test support excise all ": PASS" lines that by Reid Spencer · 21 years ago
  61. 3c82aa3 Moved this file to lib/Bytecode/Writer because its used there only. by Reid Spencer · 21 years ago
  62. 84d404b Remove unused #include. by Brian Gaeke · 21 years ago
  63. 7916c92 Add comments. by Brian Gaeke · 21 years ago
  64. 1c334a3 Trim whitespace. by Brian Gaeke · 21 years ago
  65. 20ab710 Give InsertCodeForPhis() a new documentation comment. by Brian Gaeke · 21 years ago
  66. 38af59a Add method to assign stack slot to virtual register without creating a new one. by Alkis Evlogimenos · 21 years ago
  67. f174cc3 Add grow() member that grows the maps when the number of virtual by Alkis Evlogimenos · 21 years ago
  68. f717a05 Remove defs vector from live intervals. by Alkis Evlogimenos · 21 years ago
  69. aafb1c1 Thoroughly rehack the dynamic linking mechanisms on Win32. The Win32 by Chris Lattner · 21 years ago
  70. 1c457b8 Prune #includes by Chris Lattner · 21 years ago
  71. 3796024 Fix bizzare problems when you include Config/dlfcn and Config/windows.h in by Chris Lattner · 21 years ago
  72. 7e0281f Add links to new-featuer and code-cleanup bugs by Chris Lattner · 21 years ago
  73. 820bca2 Reid implemented this. by Chris Lattner · 21 years ago
  74. 4d00fde Changes to make the nightly tester run the regression tests at night, yaay! by Chris Lattner · 21 years ago
  75. 2089083 updates to ModuloSched by Tanya Lattner · 21 years ago
  76. fece182 Give PhiCp nodes better names in many cases. by Brian Gaeke · 21 years ago
  77. b985158 Make debugging output with -print-machineinstrs more useful: always print out by Brian Gaeke · 21 years ago
  78. f4ad013 Unbreak the bugpoint image by Chris Lattner · 21 years ago
  79. 9d1af97 Fix the big regression that has been killing the nightly tester these last by Chris Lattner · 21 years ago
  80. c3fcaea Don't use size() when you mean empty() by Chris Lattner · 21 years ago
  81. a5dcc4f Minor efficiency gain: do 1 nlogn lookup instead of two Code cleanup by Chris Lattner · 21 years ago
  82. d06a549 Minor changes. Switch to a SymbolTable remove that does not take linear time by Chris Lattner · 21 years ago
  83. eaca89b Eliminate this form of SymbolTable::remove. It ignores the type argument by Chris Lattner · 21 years ago
  84. 11b9be5 Fix one of the major things that is causing the C Backend to infinite loop by Chris Lattner · 21 years ago
  85. 49f61c4 Add support for getting executable memory on Windows. This is actually by Chris Lattner · 21 years ago
  86. c89fe6d Add a new function for the JIT. libsupport is now the only library that by Chris Lattner · 21 years ago
  87. 34e40d4 Add a new function for the JIT by Chris Lattner · 21 years ago
  88. 0cb162b Use the SystemUtils.h file to do our dirty work. by Chris Lattner · 21 years ago
  89. 18884fa Right: the #includes are not needed either by Chris Lattner · 21 years ago
  90. e53477e Add support for zero length files by Chris Lattner · 21 years ago
  91. 531b802 Use fileutilities instead of mmap directly by Chris Lattner · 21 years ago
  92. fb777c2 Use the new FileUtilities.h API for mapping a file into an address space by Chris Lattner · 21 years ago
  93. eb08299 Add a pair of functions to hide system specific details of mapping a file in for reading. by Chris Lattner · 21 years ago
  94. 4e6620c Remove some more dead code resulting from adding setTypeName(). by Reid Spencer · 21 years ago
  95. 9ed0f17 Remove an assertion that uses Type::TypeTy that is never hit and will by Reid Spencer · 21 years ago
  96. 73b7495 Clean up a comment. by Reid Spencer · 21 years ago
  97. 5dff158 Fix for bug 348. The SymbolTable changes caused this one too. by Reid Spencer · 21 years ago
  98. aeb3c80 Make comment lines stick out less. by Brian Gaeke · 21 years ago
  99. 6f05f35 Remove long unused #includes by Chris Lattner · 21 years ago
  100. 63e8dfa These #includes are long dead by Chris Lattner · 21 years ago