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