1. 9014743 Wrap long lines. by Misha Brukman · 20 years ago
  2. 046b162 Fix case of doxygen directive \p. by Misha Brukman · 20 years ago
  3. 7c277b3 * Verify function prototypes, not just functions with bodies. by Chris Lattner · 20 years ago
  4. 8c4174a Add new internal-global-symbol mapping info pass... may its life be short by Brian Gaeke · 20 years ago
  5. f36b5f0 Expand head-of-file comment. by Brian Gaeke · 20 years ago
  6. 5821595 Add new mapping info pass, when EmitMappingInfo is on. by Brian Gaeke · 20 years ago
  7. 7d8793a Fix big mistake in my last checkin... the big question is, how did I ever by Brian Gaeke · 20 years ago
  8. 36e5254 Add decl. for new mapping info pass factory method. by Brian Gaeke · 20 years ago
  9. 20d13ea Add -disable-codegen option to disable LLC and JIT targets by Chris Lattner · 20 years ago
  10. 498231b Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, its by Brian Gaeke · 20 years ago
  11. 44afcb7 Recognize cygwin by Chris Lattner · 20 years ago
  12. 8fcf797 <alloca.h> on cygwin pulls in a ton of stuff (macros and function protos) by Chris Lattner · 20 years ago
  13. 407d7c8 Another pod by Brian Gaeke · 20 years ago
  14. 99e4306 The llvm-dis.html page was a little out of date, but this pod file can supersede it. by Brian Gaeke · 20 years ago
  15. b3bbcba Update to include llc on x86 and other systems by Chris Lattner · 20 years ago
  16. 53d91b2 Tasty, tasty pods... by Brian Gaeke · 20 years ago
  17. 2b04fa3 The -q option is gone by Chris Lattner · 20 years ago
  18. 3e7ab7e The --enable-correct-eh-support option is meaningless when provided to gccas. by Chris Lattner · 20 years ago
  19. 893c26a cygwin apparently doesn't have widechar support. But when disabled, the whole by Chris Lattner · 20 years ago
  20. 043c4b2 Add a link to the code gen document by Chris Lattner · 20 years ago
  21. 8172d53 Here's another pod. by Brian Gaeke · 20 years ago
  22. f36e2d5 Look, it's a gccas pod. by Brian Gaeke · 20 years ago
  23. 900bf8c Add a note about the V9 backend. by Chris Lattner · 20 years ago
  24. 6bc2441 Oops, this was not to go in by Chris Lattner · 20 years ago
  25. 98107ff Adjust to the new TargetMachine interface by Chris Lattner · 20 years ago
  26. 9bcdcd1 Adjust to new TargetMachine interface by Chris Lattner · 20 years ago
  27. 62d6ad2 Inline findOptimalStorageSize into it's caller, both of which are sparc specific by Chris Lattner · 20 years ago
  28. d6ad847 Adjust to new TM interface by Chris Lattner · 20 years ago
  29. bdf1400 Method has been inlined into all callers by Chris Lattner · 20 years ago
  30. d029cd2 Convert to the new TargetMachine interface. by Chris Lattner · 20 years ago
  31. 289809d Stubs are no longer needed by Chris Lattner · 20 years ago
  32. 36c2a05 Delete the V9 specific findOptimalStorageSize method, inlining it into all callers. by Chris Lattner · 20 years ago
  33. 143e0ea Adjust to new TM interfaces by Chris Lattner · 20 years ago
  34. e25738c Finegrainify namespacification by Chris Lattner · 20 years ago
  35. fd0f7b1 Fix a trivial but blatant bug by Chris Lattner · 20 years ago
  36. 681692d Make gccld copy the llvm-stub program to be the execution wrapper for by Chris Lattner · 20 years ago
  37. 5bfac5d Implement the new CopyFile function by Chris Lattner · 20 years ago
  38. 2a7f15e Add a new CopyFile function by Chris Lattner · 20 years ago
  39. fff0ff8 Fix a double negation (in grammar). by Misha Brukman · 20 years ago
  40. 0ebee74 Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us by Chris Lattner · 20 years ago
  41. 7e88d41 Refactor a bit of code into a function, no functionality changes. by Chris Lattner · 20 years ago
  42. d6af686 Fix spelling, trim empty space, tighten up function header comment. by Misha Brukman · 20 years ago
  43. f7e92b1 No really cygwin, we LIKE .exe'ness. by Chris Lattner · 20 years ago
  44. 0ed1f38 Build the llvm-stub directory by Chris Lattner · 20 years ago
  45. 4c6d124 Initial checkin of a stub executable that can be used by gccld to forward to by Chris Lattner · 20 years ago
  46. 6db8c2c On win32, process.h provides some of the traditional stuff that unistd by Chris Lattner · 20 years ago
  47. aec5f26 Bug fixed by Chris Lattner · 20 years ago
  48. abf1cd3 Implement PR315: abort, don't warn, when missing external functions encountered by Chris Lattner · 20 years ago
  49. 7124771 Add spiff by Brian Gaeke · 20 years ago
  50. dfb2e7d Use new form of unconditional branch constructor. by Brian Gaeke · 20 years ago
  51. 5beb8ba Call Cygwin by its proper name, and give it a link. :-) by Brian Gaeke · 20 years ago
  52. 9aa9b09 Maybe this will keep people from breaking -branch-combine! by Brian Gaeke · 20 years ago
  53. 74032a5 Add a note about cygwin by Chris Lattner · 20 years ago
  54. 396d96b Make tool names end with .exe on windows. This isn't needed to run the by Chris Lattner · 20 years ago
  55. e6d468f Added the EXEEXT variable so that Makefiles can figure out what extension by John Criswell · 20 years ago
  56. 7ce62cc * Standardize footer * HTML 4.01 (Strict) compliance by Misha Brukman · 20 years ago
  57. 5489e93 Finish the thought that got interrupted when my train arrived. :) by Chris Lattner · 20 years ago
  58. 4654bdb Fix wandering </a>, add note about cygwin being supported. by Chris Lattner · 20 years ago
  59. 5c7af72 * Use sans-serif fonts just like in the rest of doxygen by Misha Brukman · 20 years ago
  60. 6a615ad * Make it HTML4.01 by Chris Lattner · 20 years ago
  61. ff11842 Make doxygen pages look like our own documentation. by Misha Brukman · 20 years ago
  62. 4e7d961 * Add the year 2003 back to the copyright line by Misha Brukman · 20 years ago
  63. 7c7c5c9 * It's now the year 2004 by Misha Brukman · 20 years ago
  64. 10d6800 Add a warning about incompleteness, fix validation errors by Chris Lattner · 20 years ago
  65. 4ff620a Modified calcTypeName() so that it does not allocate a std::string for by John Criswell · 20 years ago
  66. ce52b7e It's a small start, but it is certainly needed. Contributions are certainly by Chris Lattner · 20 years ago
  67. f252371 Align the lower portion of the page with the left margin so that the page by Reid Spencer · 20 years ago
  68. aa0bfbe Clean up the Feature and Regression test output to (a) use section headers, by Reid Spencer · 20 years ago
  69. e82706b There is no "mcff" here; delete the confusing comments that refer to it. by Brian Gaeke · 20 years ago
  70. 6924063 Pull Interval class out of LiveIntervals. by Alkis Evlogimenos · 20 years ago
  71. 1da7e8e Add comparator useful for natural comparisons on collections with by Alkis Evlogimenos · 20 years ago
  72. f561b08 Transform an occurrence of if(...) { assert (0) }. by Brian Gaeke · 20 years ago
  73. 26f5a69 When spilling an register, introduce a new temporary for each of its by Alkis Evlogimenos · 20 years ago
  74. 25d4b54 Reduce the amount of LLVM Values for which we save reg. allocator by Brian Gaeke · 20 years ago
  75. a7afac2 Rename verifySavedState to dumpSavedState. Give it a new comment. by Brian Gaeke · 20 years ago
  76. 2ffbb6d Insert machine instructions generated for Phi nodes into their by Brian Gaeke · 20 years ago
  77. cdd69e6 Fix typo in head-of-file comment. by Brian Gaeke · 20 years ago
  78. 3ee239b Fix a bug that Chris asserts emphatically is a bug. The changed clause by Reid Spencer · 20 years ago
  79. 542e859 Make the Regression/Feature test support excise all ": PASS" lines that by Reid Spencer · 20 years ago
  80. 3c82aa3 Moved this file to lib/Bytecode/Writer because its used there only. by Reid Spencer · 20 years ago
  81. 84d404b Remove unused #include. by Brian Gaeke · 20 years ago
  82. 7916c92 Add comments. by Brian Gaeke · 20 years ago
  83. 1c334a3 Trim whitespace. by Brian Gaeke · 20 years ago
  84. 20ab710 Give InsertCodeForPhis() a new documentation comment. by Brian Gaeke · 20 years ago
  85. 38af59a Add method to assign stack slot to virtual register without creating a new one. by Alkis Evlogimenos · 20 years ago
  86. f174cc3 Add grow() member that grows the maps when the number of virtual by Alkis Evlogimenos · 20 years ago
  87. f717a05 Remove defs vector from live intervals. by Alkis Evlogimenos · 20 years ago
  88. aafb1c1 Thoroughly rehack the dynamic linking mechanisms on Win32. The Win32 by Chris Lattner · 20 years ago
  89. 1c457b8 Prune #includes by Chris Lattner · 20 years ago
  90. 3796024 Fix bizzare problems when you include Config/dlfcn and Config/windows.h in by Chris Lattner · 20 years ago
  91. 7e0281f Add links to new-featuer and code-cleanup bugs by Chris Lattner · 20 years ago
  92. 820bca2 Reid implemented this. by Chris Lattner · 20 years ago
  93. 4d00fde Changes to make the nightly tester run the regression tests at night, yaay! by Chris Lattner · 20 years ago
  94. 2089083 updates to ModuloSched by Tanya Lattner · 20 years ago
  95. fece182 Give PhiCp nodes better names in many cases. by Brian Gaeke · 20 years ago
  96. b985158 Make debugging output with -print-machineinstrs more useful: always print out by Brian Gaeke · 20 years ago
  97. f4ad013 Unbreak the bugpoint image by Chris Lattner · 20 years ago
  98. 9d1af97 Fix the big regression that has been killing the nightly tester these last by Chris Lattner · 20 years ago
  99. c3fcaea Don't use size() when you mean empty() by Chris Lattner · 20 years ago
  100. a5dcc4f Minor efficiency gain: do 1 nlogn lookup instead of two Code cleanup by Chris Lattner · 20 years ago