1. d4fb793 Fix some validation errors. by Bill Wendling · 18 years ago
  2. 462fc8a Converted to "svn" and reformatted. by Bill Wendling · 18 years ago
  3. 0a4c8de Remove dead option. by Reid Spencer · 18 years ago
  4. 0dafa8d Small change. by Bill Wendling · 18 years ago
  5. ccef69d Point to the correct SVN repository. by Bill Wendling · 18 years ago
  6. 6a20cf0 Add missing SSE builtins: by Bill Wendling · 18 years ago
  7. 858dd54 Report an error if one occurs in releaseModule. by Reid Spencer · 18 years ago
  8. c640201 Disable the string map copy ctor and assignment operators, by Chris Lattner · 18 years ago
  9. 5392987 Remove -O1 in favour of making llvm-gcc-4.2 a bit smarter. by Duncan Sands · 18 years ago
  10. e29459e This xform isn't safe, removing it. by Chris Lattner · 18 years ago
  11. 5cd2aab Update for changes in library.sh by Reid Spencer · 18 years ago
  12. 00ae1a2 Apply temporary work around to fix llvm mis-compilation reported in PR 1556. by Devang Patel · 18 years ago
  13. ffbacca No more noResults. by Evan Cheng · 18 years ago
  14. c674a92 Don't assume that only Uses can be kills. Defs are marked as kills initially by Dan Gohman · 18 years ago
  15. b1d1f7a Simplify the logic for setVolatile. by Dan Gohman · 18 years ago
  16. 3e54953 Need -O1 or better to have these builtins lowered to by Duncan Sands · 18 years ago
  17. d2f0996 zext(undef) = 0 and sext(undef) = 0, not undef. by Chris Lattner · 18 years ago
  18. 3ccc6bc this xform is already done by the constant folder. by Chris Lattner · 18 years ago
  19. 8bd6035 Added -print-emitted-asm to print out JIT generated asm to cerr. by Evan Cheng · 18 years ago
  20. d485dc3 Update to include clean and install commands. by Reid Spencer · 18 years ago
  21. 6813c15 No longer referencing "shared memory" as this can confuse people. The memory is by Chandler Carruth · 18 years ago
  22. 1cff408 Silly HTML by Reid Spencer · 18 years ago
  23. 2067764 Fix validation errors. by Reid Spencer · 18 years ago
  24. 2eb93b3 This introduces the atomic operation intrinsics into the documentation. This is by Chandler Carruth · 18 years ago
  25. 398b406 Make the heuristic for shrinking DenseMap smarter. by Owen Anderson · 18 years ago
  26. edbef38 Use SmallVector instead of std::vector. by Devang Patel · 18 years ago
  27. ef3d016 Fixing some differences between CVS and SVN diff'ing. Reid fixed these already, by Chandler Carruth · 18 years ago
  28. 9941f74 Optimize alignment of loads and stores. by Dan Gohman · 18 years ago
  29. 9bc5dce Update these regression tests to accomodate X86InstrSSE.td now using movups/movaps by Dan Gohman · 18 years ago
  30. 6ad5fde Have DenseMap auto-shrink itself on clear(). This improves the time to optimize by Owen Anderson · 18 years ago
  31. e2abf12 Place SCCPSolver also in the anonymous namespace. This pacifies g++-4.2. by Duncan Sands · 18 years ago
  32. c9399be Fix a bug where we were marking GEP expressions with the wrong opcode. by Owen Anderson · 18 years ago
  33. 521a202 When removing instructions from the analysis, be sure to check the confirmed by Owen Anderson · 18 years ago
  34. 7800479 New test. by Evan Cheng · 18 years ago
  35. b4162fd Because we promote SSE logical ops and loads to v2i64, we often end up generate by Evan Cheng · 18 years ago
  36. 102dc19 No need for noResults anymore. by Evan Cheng · 18 years ago
  37. d5f181a Oops. These stores actually produce results. by Evan Cheng · 18 years ago
  38. 6674674 New test. by Evan Cheng · 18 years ago
  39. 158622c Try fixing it again. by Evan Cheng · 18 years ago
  40. d4d01b7 Fix custom lowering of SSE FXOR. by Evan Cheng · 18 years ago
  41. 31d3a65 Fix patterns so we isel the xorps, etc. for floating pt logical SSE ops. DAG combiner may fold away the (bit_convert (load)). by Evan Cheng · 18 years ago
  42. 9445e9a For PR1553: by Reid Spencer · 18 years ago
  43. 087b72d Hush a noisy warning from GCC 4.2 about overflow during conversion by using by Reid Spencer · 18 years ago
  44. b83e56f Make val_replace fail early, which reduces the time to optimize 403.gcc to 14.8s. by Owen Anderson · 18 years ago
  45. 3b1c099 Don't need the "&&" to glue lines together. by Bill Wendling · 18 years ago
  46. 58e0ef1 Verify loop info. by Devang Patel · 18 years ago
  47. 6b83373 Properly initialize value :) by Anton Korobeynikov · 18 years ago
  48. 20d824b Replace mysterious code causing a g++-4.2 warning by Duncan Sands · 18 years ago
  49. 1d572db Fix this test. We produce pretty cruddy code for this by Duncan Sands · 18 years ago
  50. 70d0bd1 As pointed out by g++-4.2, the original code didn't do by Duncan Sands · 18 years ago
  51. 71a1e57 Remember to free the heap allocated array if we're not going to use it. by Owen Anderson · 18 years ago
  52. 19bc4a8 Use SmallVector and DenseMap in even more places. by Owen Anderson · 18 years ago
  53. 74430e7 Testcase for PR1549 by Bill Wendling · 18 years ago
  54. fb66541 Change ValueTable to use a DenseMap for mapping expressions to value numbers. by Owen Anderson · 18 years ago
  55. 9750b5d Set up ground work to verify preserved analysis info. by Devang Patel · 18 years ago
  56. b978198 Move some sets and maps to SmallPtrSet and DenseMap respectively. This by Owen Anderson · 18 years ago
  57. a8a8a36 After a basic block is split into two parts, by Devang Patel · 18 years ago
  58. 72ea8d9 Now this temp. fix is not required. by Devang Patel · 18 years ago
  59. 64d80e3 Change instruction description to split OperandList into OutOperandList and by Evan Cheng · 18 years ago
  60. 4558b80 Only adjust esp around calls in presence of alloca. by Evan Cheng · 18 years ago
  61. 7e7bbf8 Only adjust esp around calls in presence of alloca. by Evan Cheng · 18 years ago
  62. 24857a3 Fix typo. by Devang Patel · 18 years ago
  63. 31ad753 Fix dominator info update to accommodate CFG changes. This fixes PR1559. by Devang Patel · 18 years ago
  64. a8d507d New test. by Devang Patel · 18 years ago
  65. 273288c Add comment. by Evan Cheng · 18 years ago
  66. ccb21fd New test. by Evan Cheng · 18 years ago
  67. 3c46eef Use MOV instead of LEA to restore ESP if callee-saved frame size is 0; if previous instruction updates esp, fold it in. by Evan Cheng · 18 years ago
  68. 6ab2d18 Add constructor overloads for LoadInst and StoreInst that insert at the by Dan Gohman · 18 years ago
  69. 4106f37 Implement initial memory alignment awareness for SSE instructions. Vector loads by Dan Gohman · 18 years ago
  70. b54b315 Fix an issue where assignments that caused a SmallPtrSet to become non-small by Owen Anderson · 18 years ago
  71. 48613b9 It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago
  72. b5cd249 New entry. by Evan Cheng · 18 years ago
  73. cbb7ec7 Fix a sys::Path API error caught by a gcc 4.2 warning. by Reid Spencer · 18 years ago
  74. ad8c531 Work around a bogus gcc 4.2 warning. by Chris Lattner · 18 years ago
  75. 531ec1e Fix this test to not rely on the path but to use the by Reid Spencer · 18 years ago
  76. 9a9d03d The property is svn:executable not svn:execute. by Reid Spencer · 18 years ago
  77. 254aa7c Alphabetize. Document -mlimit parameter. by Nick Lewycky · 18 years ago
  78. b63c7b6 Turn on FastDSE by default. by Owen Anderson · 18 years ago
  79. 9b8c674 Fold prologue esp update when possible. by Evan Cheng · 18 years ago
  80. 0af3225 support poolalloc as checked out from svn by Andrew Lenharth · 18 years ago
  81. 74b1e14 Change sroa threshold back. by Evan Cheng · 18 years ago
  82. f99002c Dead code. by Evan Cheng · 18 years ago
  83. 5b3332c Make sure not to break eh_return. by Evan Cheng · 18 years ago
  84. 698b638 Update. by Evan Cheng · 18 years ago
  85. 574470a Fix test. by Evan Cheng · 18 years ago
  86. c462d25 Don't use * in XFAIL line unless you want it to XFAIL on everything. I don't believe you can use true regular expressions here. It will just look for those keywords. Please test this on sparc and see if they still are xfailed. by Tanya Lattner · 18 years ago
  87. f27795d Missed the case where alloca is used but the stack size (not including callee-saved portion) is zero. Thanks Dan. by Evan Cheng · 18 years ago
  88. 969c444 detect invalid combination of sret and byval by Rafael Espindola · 18 years ago
  89. 6bd7ada XFAIL these on sparc-solaris by Gabor Greif · 18 years ago
  90. 89d1659 Use push / pop for prologues and epilogues. by Evan Cheng · 18 years ago
  91. 8d1b8f7 Make use of the process_builder_args library function. by Reid Spencer · 18 years ago
  92. cb5da4a For PR1558: by Reid Spencer · 18 years ago
  93. c3dbe70 no email addrs in file headers by Chris Lattner · 18 years ago
  94. 845b31d Unbreak the build by putting calls to free into the implementation file and by Reid Spencer · 18 years ago
  95. a8b9a7b Temporarily set SROA threshold to 512. by Evan Cheng · 18 years ago
  96. ce17b1c Take advantage of undefined behavior if the source program tries to GEP by Owen Anderson · 18 years ago
  97. 162c518 Normally, we don't want to install and we only need to build tools. by Reid Spencer · 18 years ago
  98. 3b52308 No, we're not looking for a directory named /config.status. by Reid Spencer · 18 years ago
  99. 8c88b6d In ModuleInfo.txt, make sure that the script being executed can be by Reid Spencer · 18 years ago
  100. e68da83 Prepare for the future when llvm doesn't depend on llvm-gcc-4-0. by Reid Spencer · 18 years ago