1. 422fa62 Minor technical correction in documentation. by Reid Spencer · 18 years ago
  2. dcee9d0 Make sure the verify pass gets run after the user's loaded passes as well by Reid Spencer · 18 years ago
  3. ec9f050 Rename the -verify option to be -verify-each so that it doesn't conflict by Reid Spencer · 18 years ago
  4. 8e33fae Convert llvm-ld to use the PluginLoader like opt instead of having its by Reid Spencer · 18 years ago
  5. 3717ca9 call computeRegisterProperties by Rafael Espindola · 18 years ago
  6. b31950d vpkuwus didn't work, due to this typo by Chris Lattner · 18 years ago
  7. b9c65eb These changes reflect the changes in the database for how tests are stored by Patrick Jenkins · 18 years ago
  8. 224f84f regenerate by Chris Lattner · 18 years ago
  9. 703e92f trivial optimization by Chris Lattner · 18 years ago
  10. e4f4759 Add a comment about the mechanisms used to rid AsmParser of exceptions. by Reid Spencer · 18 years ago
  11. bd4b758 To avoid errors where a non-exception .o is on the stack between a throw by Reid Spencer · 18 years ago
  12. f064676 For PR797: by Reid Spencer · 18 years ago
  13. 40bb451 For PR797: Update to reflect ParseException becoming ParseError (from Parser.h) by Reid Spencer · 18 years ago
  14. 47a53ac Fix a grammaro in a comment. by Reid Spencer · 18 years ago
  15. b08b562 Drop the -s2048 option, it is specified incorrectly and the correct by Reid Spencer · 18 years ago
  16. 61c83e0 For PR797: by Reid Spencer · 18 years ago
  17. fd90dd5 For PR872: by Reid Spencer · 18 years ago
  18. 31c8e1d Temporarily xfail this test, evan will look at it in a week or so. by Chris Lattner · 18 years ago
  19. 4b7f7aa Changing the format dejagnu tests are submitted. We used to only submit multisource information for pass fail. Now we submit all pass/fail test information. This should fix the issue where some results were not being reported. by Patrick Jenkins · 18 years ago
  20. 5ea64fd Constify some methods. Patch provided by Anton Vayvod, thanks! by Chris Lattner · 18 years ago
  21. c0431fe fit in 80 cols by Chris Lattner · 18 years ago
  22. 7f27570 minor cleanups by Chris Lattner · 18 years ago
  23. 5ea7a68 Revert this patch, the front-end has been fixed to make it unneccesary. by Chris Lattner · 18 years ago
  24. b5bc04d 'g' is handled by the front-end. by Chris Lattner · 18 years ago
  25. ad1ed01 Fix handling of 'g'. Closes 883 by Andrew Lenharth · 18 years ago
  26. f3a335c add a "load effective address" by Rafael Espindola · 18 years ago
  27. d337295 Add the 'c' constraint as needed by the linux kernel by Andrew Lenharth · 18 years ago
  28. c63e56e Add support for S and D constraints, as needed to compile the linux kernel. by Andrew Lenharth · 18 years ago
  29. 4a5dfee Fix validation problem by Chris Lattner · 18 years ago
  30. 7fdf87f remove IRC transcript. Anything still misunderstood after the faq is read by Chris Lattner · 18 years ago
  31. 228a18e switch the SUnit pred/succ sets from being std::sets to being smallvectors. by Chris Lattner · 18 years ago
  32. b8f9723 Another cyclic dag test case. by Evan Cheng · 18 years ago
  33. eb8730d Doh. Incorrectly inverted condition. Also add a isOnlyUse check to match tablegen. by Evan Cheng · 18 years ago
  34. be38416 minor changes. by Chris Lattner · 18 years ago
  35. 67bb42a add an accessor by Chris Lattner · 18 years ago
  36. d3f341a My last commit added some experimental features I have been working on. This commit rolls those back. by Patrick Jenkins · 18 years ago
  37. b993b0a Changed the call to countloc.sh so that the correct topdirectory of the llvm build is set. by Patrick Jenkins · 18 years ago
  38. 9522ee3 Convert vector to smallvector: 4% speedup. by Chris Lattner · 18 years ago
  39. 67b7ff9 silence a warning. by Chris Lattner · 18 years ago
  40. b4e80c5 Added my home web page. by Bill Wendling · 18 years ago
  41. 5892d47 Change the use_list to be a smallvector instead of a vector. This reduces by Chris Lattner · 18 years ago
  42. f83482d Use the appropriate typedef by Chris Lattner · 18 years ago
  43. 3b4c5d7 Patches to correct several bugs in llvmc. by Reid Spencer · 18 years ago
  44. ec46ea3 Declare the callee saved regs by Rafael Espindola · 18 years ago
  45. 23329f5 SelectNodeTo() may return a SDOperand that is different from the input. by Evan Cheng · 18 years ago
  46. 4b79057 RET_FLAG has an optional input flag, but it does not produce a flag result. by Evan Cheng · 18 years ago
  47. 1014647 Fix a thinko noticed by Chandler Carruth. by Reid Spencer · 18 years ago
  48. 2e40ae4 add a way to have multiple modules in a JIT :) by Chris Lattner · 18 years ago
  49. 5c36d78 add a note by Chris Lattner · 18 years ago
  50. fe85403 initial changes to support JIT'ing from multiple module providers, implicitly by Chris Lattner · 18 years ago
  51. 2e6baf6 Bugfixes for smallvector when the element size is small and N is small. by Chris Lattner · 18 years ago
  52. 103febe Add a section on how to build an RPM package as an optional release activity. by Reid Spencer · 18 years ago
  53. ea949cf Add llvm.spec to the list of files to be configured. by Reid Spencer · 18 years ago
  54. f7c75a6 Add .PHONY targets for building source and binary RPM packages. You can by Reid Spencer · 18 years ago
  55. 10e4663 Transform the LLVM RPM spec file to be a configured file. This allows us by Reid Spencer · 18 years ago
  56. ccbe2ec Fix PowerPC/2006-08-15-SelectionCrash.ll and simplify selection code. by Chris Lattner · 18 years ago
  57. d039da9 New testcase by Chris Lattner · 18 years ago
  58. dfb8607 The generated runloop shouldn't require Select to update 'Result'. In fact by Chris Lattner · 18 years ago
  59. 5298de5 allow Select to return the node being selected if RAU isn't needed. by Chris Lattner · 18 years ago
  60. 0b3e525 Start using SDVTList more consistently by Chris Lattner · 18 years ago
  61. 70046e9 add a new SDVTList type and new SelectionDAG::getVTList methods to streamline by Chris Lattner · 18 years ago
  62. 80d9244 Fixed the awkward description of the -find-bugs option for bugpoint. by Patrick Jenkins · 18 years ago
  63. 94f7850 Fixed the awkward description of -find-bugs in the "Advice for using bugpoint" section. by Patrick Jenkins · 18 years ago
  64. 7d686d5 Added option description for -find-bugs. by Patrick Jenkins · 18 years ago
  65. 8268166 This commit mentions -find-bugs under the advice for using bugpoints section of the bugpoint design and usage document. by Patrick Jenkins · 18 years ago
  66. 032091d Adding FindBugs.cpp so the -find-bugs option will work. by Patrick Jenkins · 18 years ago
  67. 6a3f31c This commit adds a new feature called find-bugs. The find-bugs option can be invoked on a .bc file from the command like with -find-bugs and a list of passes you wish to test. This procedure takes the set of optimization passes the user specifies, randomizes the passes, runs the passes on the specified .bc file, compiles the program, and finally runs the program checking its output vs the .bc file with no optimizations. This process repeats until either the user kills bugpoint or an error occurs in the optimizations, program complitation, or the running of the program. If an error occurs, bugpoint attempts to diagnose the error by eliminating passes that are not at fault and code that is not needed. by Patrick Jenkins · 18 years ago
  68. 19af0e1 Haste-o discovered after. by Jim Laskey · 18 years ago
  69. af2cca1 Hypos pointed out by Jakob Praher. by Jim Laskey · 18 years ago
  70. e3c312f Typo. by Jim Laskey · 18 years ago
  71. eda573d Okay, make the prose match the example too. by Reid Spencer · 18 years ago
  72. 1c6f87d Some more correction to the examples, thanks to Chris Lattner. by Reid Spencer · 18 years ago
  73. 920baee Simplify this a little bit. by Reid Spencer · 18 years ago
  74. 6ae928f This script takes arguments so remove the check for number of arguments, by Reid Spencer · 18 years ago
  75. 5073922 Fix an example. by Reid Spencer · 18 years ago
  76. 80a4d05 Clarify the first question. by Reid Spencer · 18 years ago
  77. 919d371 Rearrange things for clarity, don't talk about "dereferencing" when we by Reid Spencer · 18 years ago
  78. 884a970 Add a link to the GEP faq. by Chris Lattner · 18 years ago
  79. 33bef48 Add a link in a prominant location. by Chris Lattner · 18 years ago
  80. 3ca002b Make getNodeValueTypes methods public. by Chris Lattner · 18 years ago
  81. f9f37fc eliminate use of getNode that takes vector of valuetypes. by Chris Lattner · 18 years ago
  82. 2198f9c untabify by Devang Patel · 18 years ago
  83. 2fa6d3b Add a new getNode() method that takes a pointer to an already-intern'd list by Chris Lattner · 18 years ago
  84. 64d128d Avoid extra string copy. by Devang Patel · 18 years ago
  85. 9977ea6 For PR876: by Reid Spencer · 18 years ago
  86. cc2665d For PR876: by Reid Spencer · 18 years ago
  87. 30235da Use mangler, instead of addUnderscore(), to get mangled name. by Devang Patel · 18 years ago
  88. 70bbf9a Provide indentation of the generated program. by Reid Spencer · 18 years ago
  89. e51ee04 remove SelectionDAG::InsertISelMapEntry, it is dead by Chris Lattner · 18 years ago
  90. 213a16c Add code to resize the CSEMap hash table. This doesn't speedup codegen of by Chris Lattner · 18 years ago
  91. b5677f9 avoid a warning by Chris Lattner · 18 years ago
  92. df32aac Handle single-entry PHI nodes correctly. This fixes PR877 and by Chris Lattner · 18 years ago
  93. a717473 new testcase from PR877 by Chris Lattner · 18 years ago
  94. 6e3b7c2 Fix more validation issues by Chris Lattner · 18 years ago
  95. 5907d40 Update the example to work with llvm-gcc4. Fix validation errors. by Chris Lattner · 18 years ago
  96. 130fc13 Add the actual constant to the hash for ConstantPool nodes. Thanks to by Chris Lattner · 18 years ago
  97. 29a965d typo by Chris Lattner · 18 years ago
  98. f428c0f Fix a typo. by Reid Spencer · 18 years ago
  99. b5fc9f5 Fix several grammaros and a few HTML usage items. by Reid Spencer · 18 years ago
  100. 61369da select code like ldr rx, [ry, #offset] by Rafael Espindola · 18 years ago