1. ba4733d Remove what little AIX support we have. It has never been tested and isn't by Chris Lattner · 19 years ago
  2. fb5115e The generated index array should be const. by Chris Lattner · 19 years ago
  3. efb9b81 Add an out-of-line virtual function to home class. by Chris Lattner · 19 years ago
  4. a3b5939 Add an out-of-line virtual method for X86DwarfWriter to give it a home. by Chris Lattner · 19 years ago
  5. 6af022f Emit the string information for the asm writer as a single large string by Chris Lattner · 19 years ago
  6. 53eca94 Add two helpers for escaping and unescaping strings. by Chris Lattner · 19 years ago
  7. 1e36126 Add two helper functions by Chris Lattner · 19 years ago
  8. 27d6721 eliminate some ugly code, using ConstantExpr::getWithOperands instead. by Chris Lattner · 19 years ago
  9. b88a7fb Add a new helper, simplify ConstantExpr::getWithOperandReplaced at Gabor's by Chris Lattner · 19 years ago
  10. 6b8408e Add another helper method. by Chris Lattner · 19 years ago
  11. 79fbf7f Fixed an issue where the user specified gcc was not the gcc we report to the nightly test server. by Patrick Jenkins · 19 years ago
  12. 1fe8f6b Add a new method for bugpoint to use by Chris Lattner · 19 years ago
  13. 79ce587 Add a new method for bugpoint to use. by Chris Lattner · 19 years ago
  14. c1be492 Hopefully the final attempt at making IndVars preserve LCSSA. by Owen Anderson · 19 years ago
  15. 518f9c7 Add missing PPC64 extload/truncstores by Chris Lattner · 19 years ago
  16. 1eeedae Add a note by Chris Lattner · 19 years ago
  17. f4392da Bring the Xcode project up to date. by Jim Laskey · 19 years ago
  18. cb12903 Clean up. by Jim Laskey · 19 years ago
  19. a606b70 Another fix in the rotate encodings, needed when the first two operands are not by Chris Lattner · 19 years ago
  20. f1b05bf 1. Simplfy bit operations. 2. Coalesce instruction cases. by Jim Laskey · 19 years ago
  21. 2620418 Revert this patch temporarily until PR831 is fixed. by Chris Lattner · 19 years ago
  22. 0b7ae54 Syntax error. I will run perl -c before commiting perl scripts. by Patrick Jenkins · 19 years ago
  23. 4bde3bc Fixed some small bugs exposed when trying to get a sparc machine to run the script. Specifically some misnamed variables. by Patrick Jenkins · 19 years ago
  24. d04c159 Fixed a bug handling void function types. by Jim Laskey · 19 years ago
  25. 45c04fc Print negative immediates as negative values instead of large constants by Chris Lattner · 19 years ago
  26. 0228c0f Turn an if into an else if. by Chris Lattner · 19 years ago
  27. b2c0650 Fix encoding of rotates, such as rldicl by Chris Lattner · 19 years ago
  28. 981418b Handle instructions in the map, but that map to a null pointer. by Chris Lattner · 19 years ago
  29. bcfb913 IndVars now (correctly) preserves LCSSA form. by Owen Anderson · 19 years ago
  30. 3bc8a76 Implement PPC64 relocations types by Chris Lattner · 19 years ago
  31. 3d6721a An overaggressive #ifdef allows a function to fall off the bottom of the by Chris Lattner · 19 years ago
  32. ed39343 Move base value of instruction to lookup table to prepare for case reduction. by Jim Laskey · 19 years ago
  33. 1bb3a40 In addition to deleting calls, the inliner can constant fold them as well. by Chris Lattner · 19 years ago
  34. d85340f Change the callgraph representation to store the callsite along with the by Chris Lattner · 19 years ago
  35. 2ade228 testcase for PR827 by Chris Lattner · 19 years ago
  36. 6d34657 Add information preventing several register class constraints from working. by Chris Lattner · 19 years ago
  37. 08c3f7b Testcase for PR828. by Chris Lattner · 19 years ago
  38. b7f7128 Fix test failure on non-Apple systems. by Evan Cheng · 19 years ago
  39. 21c39a6 Remove non-portable optimization that isn't worth it by Chris Lattner · 19 years ago
  40. be6a039 The PPC64 JIT needs register numbers to encode instructions. by Chris Lattner · 19 years ago
  41. 810ad8c Revamp this doc to be accurate w.r.t. building llvmgcc4 by Chris Lattner · 19 years ago
  42. f4ea921 Fix PR826, testcase here: Regression/Verifier/2006-07-11-StoreStruct.ll by Chris Lattner · 19 years ago
  43. f7cb674 Testcase for PR826 by Chris Lattner · 19 years ago
  44. f7eb5d0 Emit inc / dec of registers as one byte instruction. by Evan Cheng · 19 years ago
  45. 041572f Profile builds should always have debug info enabled. by Chris Lattner · 19 years ago
  46. ed36b2f Silence a warning produced in assertions-disabled mode by Chris Lattner · 19 years ago
  47. 27bc97d Fix typo. by Devang Patel · 19 years ago
  48. 16d42c6 It was pointed out that DEBUG() is only available with -debug. by Jim Laskey · 19 years ago
  49. e37fe9b Ensure that dump calls that are associated with asserts are removed from by Jim Laskey · 19 years ago
  50. e2a78f2 1. Support for c++ mangled names. by Jim Laskey · 19 years ago
  51. a4e6435 add the memri memory operand by Rafael Espindola · 19 years ago
  52. 4a8aadd Revert my indvars changes because they were breaking things. Unfortunately this by Owen Anderson · 19 years ago
  53. f4dff84 Implement the inline asm 'A' constraint. This implements PR825 and by Chris Lattner · 19 years ago
  54. fbc9891 New testcase for PR825. by Chris Lattner · 19 years ago
  55. 25a022c Fix CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll and PR818. by Chris Lattner · 19 years ago
  56. 4de62ea This is fixed by Chris Lattner · 19 years ago
  57. 1406bda Reduce bloat in target libraries by removing per machine instruction assertion by Jim Laskey · 19 years ago
  58. 804e067 In 64-bit mode, 64-bit GPRs are callee saved, not 32-bit ones. by Chris Lattner · 19 years ago
  59. b64ab87 Add a comment, and fix a typo that broke the build. by Owen Anderson · 19 years ago
  60. 7e05714 Don't indent the entire function. by Owen Anderson · 19 years ago
  61. b1ed76a Update. by Evan Cheng · 19 years ago
  62. 20adf47 New entry. by Evan Cheng · 19 years ago
  63. 1e60c09 Fixed stack objects do not specify alignments, but their offsets are known. by Evan Cheng · 19 years ago
  64. d998938 Implement Regression/CodeGen/PowerPC/bswap-load-store.ll by folding bswaps by Chris Lattner · 19 years ago
  65. 5895a13 New testcase for folding bswaps into i16/i32 loads and stores. by Chris Lattner · 19 years ago
  66. 6423d4c Recognize 16-bit bswaps by relaxing overconstrained pattern. by Chris Lattner · 19 years ago
  67. e5ff22e Add tests for 16-bit byteswaps. by Chris Lattner · 19 years ago
  68. 5c5f4ca Mark internal function static by Chris Lattner · 19 years ago
  69. d1b78a1 Make instcombine not remove Phi nodes when LCSSA is live. by Owen Anderson · 19 years ago
  70. 7267bd6 Fixed some output issues where newlines were not being printed after error messages by Patrick Jenkins · 19 years ago
  71. 7b4bb60 Fixed an issue that tried to cat externalprogramstable.txt from the testresults directory when it doesnt exist. by Patrick Jenkins · 19 years ago
  72. aefe142 create the raddr addressing mode that matches any register and the frame index by Rafael Espindola · 19 years ago
  73. f8dad7a Fix typo in the comment. by Owen Anderson · 19 years ago
  74. bfd4dab Add a test for the LCSSA issue I just fixed. by Owen Anderson · 19 years ago
  75. e4e1ecd Add a fix for an issue where LCSSA would fail to insert undef's in some corner by Owen Anderson · 19 years ago
  76. 00fbdf1 Syntax error in NewNightlyTest.pl by Patrick Jenkins · 19 years ago
  77. 4c4e356 Fixed a variable naming issue for the External Program Results table. Also fixed an issue with printing the sent data to a sentdata.txt by Patrick Jenkins · 19 years ago
  78. 42f75a9 Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail. by Evan Cheng · 19 years ago
  79. 7cd580f Fix PR820 and Transforms/GlobalOpt/2006-07-07-InlineAsmCrash.ll by Chris Lattner · 19 years ago
  80. e89121b Testcase for PR820 by Chris Lattner · 19 years ago
  81. a962bfa Add a 64-bit test case. by Evan Cheng · 19 years ago
  82. b14c342 no need to do a stat then an lstat. lstat will tell us if normal files don't exist. by Chris Lattner · 19 years ago
  83. 8d8a7ff Finish removal of EH usage from the Archive library. The REQUIRES_EH flag by Reid Spencer · 19 years ago
  84. 3039b99 Remove EH use from the Archive library and adjust its users accordingly. by Reid Spencer · 19 years ago
  85. 215b48f Updated comments at top of file to reflect relevant command line options. by Patrick Jenkins · 19 years ago
  86. c67dc45 Move << method out of line. by Chris Lattner · 19 years ago
  87. ff74ac1 #include <iosfwd> not <ostream> by Chris Lattner · 19 years ago
  88. cb7938c New vector shuffle test case. by Evan Cheng · 19 years ago
  89. a78d327 Update by Evan Cheng · 19 years ago
  90. bed22d8 Change AllocateRWX/DeallocateRWX to not throw an exception. by Chris Lattner · 19 years ago
  91. c1780d2 Change AllocateRWX/DeallocateRWX do not throw an exception. by Chris Lattner · 19 years ago
  92. a5c04d6 Added the -noremoveresults option which will not remove the $WebDir from the nightly test runs. by Patrick Jenkins · 19 years ago
  93. 61ae820 Fix this impl by Chris Lattner · 19 years ago
  94. 5c72a3a Adapt to new interface function materialization interface by Chris Lattner · 19 years ago
  95. 17aa9d3 LoadLibraryPermanently no longer throws an exception, so this code doesn't have by Chris Lattner · 19 years ago
  96. cc2fa54 Add a helper function by Chris Lattner · 19 years ago
  97. adcbce0 Change LoadLibraryPermanently to not throw an exception. by Chris Lattner · 19 years ago
  98. b26d39e Fixed variable naming issue that prevented $Prefix-senddata.txt from having any information by Patrick Jenkins · 19 years ago
  99. bbf3439 This patch (written by Reid) changes compressor to never throw an exception. by Chris Lattner · 19 years ago
  100. e9c701f This uses EH info by Chris Lattner · 19 years ago