1. 33bef48 Add a link in a prominant location. by Chris Lattner · 18 years ago
  2. 3ca002b Make getNodeValueTypes methods public. by Chris Lattner · 18 years ago
  3. f9f37fc eliminate use of getNode that takes vector of valuetypes. by Chris Lattner · 18 years ago
  4. 2198f9c untabify by Devang Patel · 18 years ago
  5. 2fa6d3b Add a new getNode() method that takes a pointer to an already-intern'd list by Chris Lattner · 18 years ago
  6. 64d128d Avoid extra string copy. by Devang Patel · 18 years ago
  7. 9977ea6 For PR876: by Reid Spencer · 18 years ago
  8. cc2665d For PR876: by Reid Spencer · 18 years ago
  9. 30235da Use mangler, instead of addUnderscore(), to get mangled name. by Devang Patel · 18 years ago
  10. 70bbf9a Provide indentation of the generated program. by Reid Spencer · 18 years ago
  11. e51ee04 remove SelectionDAG::InsertISelMapEntry, it is dead by Chris Lattner · 18 years ago
  12. 213a16c Add code to resize the CSEMap hash table. This doesn't speedup codegen of by Chris Lattner · 18 years ago
  13. b5677f9 avoid a warning by Chris Lattner · 18 years ago
  14. df32aac Handle single-entry PHI nodes correctly. This fixes PR877 and by Chris Lattner · 18 years ago
  15. a717473 new testcase from PR877 by Chris Lattner · 18 years ago
  16. 6e3b7c2 Fix more validation issues by Chris Lattner · 18 years ago
  17. 5907d40 Update the example to work with llvm-gcc4. Fix validation errors. by Chris Lattner · 18 years ago
  18. 130fc13 Add the actual constant to the hash for ConstantPool nodes. Thanks to by Chris Lattner · 18 years ago
  19. 29a965d typo by Chris Lattner · 18 years ago
  20. f428c0f Fix a typo. by Reid Spencer · 18 years ago
  21. b5fc9f5 Fix several grammaros and a few HTML usage items. by Reid Spencer · 18 years ago
  22. 61369da select code like ldr rx, [ry, #offset] by Rafael Espindola · 18 years ago
  23. ca7592a Make all tools that use llvmdo have a -topdir option that allows the top by Reid Spencer · 18 years ago
  24. e6dd6a1 Use < and > by Devang Patel · 18 years ago
  25. 2c1292f Fix verification failures. by Devang Patel · 18 years ago
  26. de4bbd9 Add lto doc link. by Devang Patel · 18 years ago
  27. 93449f1 Add lto doc. by Devang Patel · 18 years ago
  28. 9e384ab Added some comments to clarify code around sub TestDirectory by Patrick Jenkins · 18 years ago
  29. 71ddd53 Add llvm2cpp. by Reid Spencer · 18 years ago
  30. 3219563 1. fix bug by ensuring we start at the llvm source root. by Reid Spencer · 18 years ago
  31. 99aa271 Count the documentation. Otherwise we take a 30,000 hit in the LOC on the by Reid Spencer · 18 years ago
  32. c7e289f Use the new -code-only option to llvmdo so that we only count things that by Reid Spencer · 18 years ago
  33. 956dae8 Add a -code-only option which restricts llvmdo to visiting just those by Reid Spencer · 18 years ago
  34. fa34d7b Changes for LLVM coding standard compliance: by Reid Spencer · 18 years ago
  35. 52a51e38 Emit .set directives for jump table entries when possible, which reduces by Nate Begeman · 18 years ago
  36. f6e190f Fix a bug in a recent refactoring that broke a bunch of stuff. by Chris Lattner · 18 years ago
  37. 103de77 Fix an obvious bug, noticed by inspection. No current targets trigger this. by Chris Lattner · 18 years ago
  38. 3bb4657 Don't attempt to split subloops out of a loop with a huge number of backedges. by Chris Lattner · 18 years ago
  39. 9289b63 New testcase, this used to take hours to loopsimplify. by Chris Lattner · 18 years ago
  40. 69b3992 Make Loop::getExitBlocks significantly faster for large loops. Instead of by Chris Lattner · 18 years ago
  41. fa78946 Reimplement the loopsimplify code which deletes edges from unreachable by Chris Lattner · 18 years ago
  42. 8731c0d Track # nodes in a CSEMap. by Chris Lattner · 18 years ago
  43. dd28900 Switch to using SuperFastHash instead of adding all elements together. This by Chris Lattner · 18 years ago
  44. 4477185 Lexer.cpp is a generated file both in lib/AsmParser and projects/Stacker by Reid Spencer · 18 years ago
  45. 7ed9ea8 Switch NodeID to track 32-bit chunks instead of 8-bit chunks, for a 2.5% by Chris Lattner · 18 years ago
  46. f42d1dd remove IncludeFile turds in MathExtras.h, which bloats every .o file that by Chris Lattner · 18 years ago
  47. 2914a69 Weed out some cruft and add in some missing extensions. by Reid Spencer · 18 years ago
  48. c0d5ed3 Weed out cruft that should not be counted and add in extensions we by Reid Spencer · 18 years ago
  49. 1653366 move code out of line so that GCC doesn't inline it at -O3 by Chris Lattner · 18 years ago
  50. 825c2a7 Added information for the new nightly tester. by Patrick Jenkins · 18 years ago
  51. 80b6582 Split SmallVector into SmallVector and SmallVectorImpl, which allows us to by Chris Lattner · 18 years ago
  52. 0e9402f Added two flags (-submit-server and -submit-script) which allow the user to specify where the test results are submitted too. If these are not specified they default to the LLVM.org server. by Patrick Jenkins · 18 years ago
  53. 8312657 Make this script not care where it is run from by getting the llvm src by Reid Spencer · 18 years ago
  54. c9f8f41 Remove 8 more std::map's. by Chris Lattner · 18 years ago
  55. 1e75b7b Make llvmdo and llvmgrep invulnerable to where they are run from by getting by Reid Spencer · 18 years ago
  56. b43ce5a Don't print double newline for --src-root and --obj-root as it tends to by Reid Spencer · 18 years ago
  57. 0c2ecdd remove old piece of the V9 backend. by Chris Lattner · 18 years ago
  58. 2b5a82f eliminate extraneous blank line by Chris Lattner · 18 years ago
  59. 61b0941 Move the BBNodes, GlobalValues, TargetGlobalValues, Constants, TargetConstants, by Chris Lattner · 18 years ago
  60. cbea304 Start moving leaf nodes over to the CSEMap. by Chris Lattner · 18 years ago
  61. ae2e622 Clean up the HTML output. Add a -filedetails option to report the number of by Reid Spencer · 18 years ago
  62. bf49f33 Remove blank line at end of file, removing test user "foo" from CVS history. by Reid Spencer · 18 years ago
  63. e2e3409 new method for adding ints by Chris Lattner · 18 years ago
  64. 4a283e9 eliminate the NullaryOps map, use CSEMap instead. by Chris Lattner · 18 years ago
  65. bb6f6eb Drop the -details option, it was broken. If you want to know about a by Reid Spencer · 18 years ago
  66. 1e060f0 Use SmallVector instead. by Evan Cheng · 18 years ago
  67. 3577e38 change internal impl of dag combiner so that calls to CombineTo never have to by Chris Lattner · 18 years ago
  68. 8a842cf Change one ReplaceAllUsesWith method to take an array of operands to replaceinstead of a vector of operands. by Chris Lattner · 18 years ago
  69. b9ea4a3 Change one ReplaceAllUsesWith method to take an array of operands to replace by Chris Lattner · 18 years ago
  70. 246db8d Remove now-dead method. by Chris Lattner · 18 years ago
  71. e219945 Eliminate use of getNode that takes a vector. by Chris Lattner · 18 years ago
  72. 3cf5584 remove a (now) unused getNode method. by Chris Lattner · 18 years ago
  73. 8742867 elimiante use of getNode that takes vector of operands. by Chris Lattner · 18 years ago
  74. e0e42d4 eliminate use of getNode that takes vector of operands. by Chris Lattner · 18 years ago
  75. e21492b eliminate use of getNode that takes vector<SDOperand>. Wrap a really long line. by Chris Lattner · 18 years ago
  76. 79e490a Convert vectors to fixed sized arrays and smallvectors. Eliminate use of getNode that takes a vector. by Chris Lattner · 18 years ago
  77. 325f0a1 Fix miscompilation of float vector returns. Compile code to this: by Chris Lattner · 18 years ago
  78. 84ff46b New testcase by Chris Lattner · 18 years ago
  79. 8f652eb Minor cleanups by Chris Lattner · 18 years ago
  80. 64a752f Match tablegen changes. by Evan Cheng · 18 years ago
  81. bb7b844 CALLSEQ_* produces chain even if that's not needed. by Evan Cheng · 18 years ago
  82. 06d6470 - Prevent some functions from being inlined to eliminate the code size bloat by Evan Cheng · 18 years ago
  83. 311ace0 Convert more calls of getNode() that takes a vector to pass in the start of an array. by Evan Cheng · 18 years ago
  84. 23a0c76 Fix a typo noticed by Gordon Henriksen. Thanks! by Reid Spencer · 18 years ago
  85. 48f7068 llvm2cpp no longer reads LLVM assembly but LLVM bytecode instead. Adjust by Reid Spencer · 18 years ago
  86. f19ccf8 Add a cleaned-up version of the IRC conversation that spurred this FAQ. by Reid Spencer · 18 years ago
  87. e00906f Answer the most frequently asked question, about GEPs. The answer is by Reid Spencer · 18 years ago
  88. 6c8d90d Doxygenify some methods. by Chris Lattner · 18 years ago
  89. 9ceece5 Adding notes from release experience. by Tanya Lattner · 18 years ago
  90. a7465ca Fix a comment. by Reid Spencer · 18 years ago
  91. a1ab92d correctly set LocalAreaOffset of TargetFrameInfo by Rafael Espindola · 18 years ago
  92. 049ccbe Fixed misspelling by Tanya Lattner · 18 years ago
  93. 706d2d3 Revert previous patch by Chris Lattner · 18 years ago
  94. 8d4ccf0 Reverting back to original 1.8 version so I can manually merge in patch. by Tanya Lattner · 18 years ago
  95. 7a53bd0 fix the spill code by Rafael Espindola · 18 years ago
  96. 2c8cdc6 fix the loading of the link register in emitepilogue by Rafael Espindola · 18 years ago
  97. dcffb0c Merge some NightlyTest.pl changes. by Evan Cheng · 18 years ago
  98. f4334c7 Recover the lost diff between 1.221 and 1.222. by Evan Cheng · 18 years ago
  99. 888fac7 Recover the lost diff between 1.5 and 1.6. by Evan Cheng · 18 years ago
  100. df4283c Update credits and fix sorting issue. by Tanya Lattner · 18 years ago