1. a5464f3 Create archives with the same permissions are ar. by Owen Anderson · 16 years ago
  2. cad93bd Fix win32 when no bison is around, PR2331, patch by 'hume'. by Chris Lattner · 16 years ago
  3. e7a83df Add FreeBSD/PPC support, patch by Marcel Moolenaar! by Chris Lattner · 16 years ago
  4. 393f7eb Fix a serious brain-o. Obviously no-one reviewed my patch :( by Chris Lattner · 16 years ago
  5. 6030160 Fix PR2358 by resolving calls with undef arguments to overdefined. by Chris Lattner · 16 years ago
  6. a315939 Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq. by Evan Cheng · 16 years ago
  7. e716bb1 Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and x86.sse2.unpckl.pd intrinsics. These will be lowered into shuffles. by Evan Cheng · 16 years ago
  8. 5ea38a6 Tweak how ConstantFP80Ty constants are output by Duncan Sands · 16 years ago
  9. 247580b Put initialized const weak objects into correct by Dale Johannesen · 16 years ago
  10. fe5b159 This is done. by Evan Cheng · 16 years ago
  11. ef1ba38 New loadl_pd and loadh_pd tests. by Evan Cheng · 16 years ago
  12. 4797f61 Autoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd. by Evan Cheng · 16 years ago
  13. 999dbe6 Remove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These will be lowered into load and shuffle instructions. by Evan Cheng · 16 years ago
  14. 3cc8f9b Remove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These will be lowered into load and shuffle instructions. by Evan Cheng · 16 years ago
  15. 2307a7f Document common linkage. by Dale Johannesen · 16 years ago
  16. 0a891ed Revert 51440 as it breaks a bunch of PIC tests. by Evan Cheng · 16 years ago
  17. ade5faa label is a first-class type. by Dan Gohman · 16 years ago
  18. 2d0a77a It turns out there are only 3 non-first-class type kinds left now, so by Dan Gohman · 16 years ago
  19. a834fca Remove a bogus svn:mime-type property. by Dan Gohman · 16 years ago
  20. c4b49eb Update the description of first-class types to reflect that by Dan Gohman · 16 years ago
  21. 80f0f61 Don't silently truncate array extents to 32 bits. by Dan Gohman · 16 years ago
  22. 80d7e26 Add a missed CommonLinkage check. by Dale Johannesen · 16 years ago
  23. cd0baf2 Use movlps / movhps to modify low / high half of 16-byet memory location. by Evan Cheng · 16 years ago
  24. 3bf19e4 Remove lingering references to .llx and .tr in the tests. by Dan Gohman · 16 years ago
  25. 02dea8b Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to by Dan Gohman · 16 years ago
  26. ee335e3 Add #includes to make some dependencies explicit. by Dan Gohman · 16 years ago
  27. 9c531cd Issue errors in several situations instead of aborting. by Dan Gohman · 16 years ago
  28. a9e7563 Elaborate on the entry on integer vector multiplication by constants. by Dan Gohman · 16 years ago
  29. 50f778d Fix a duplicated pattern. by Evan Cheng · 16 years ago
  30. 0b924dc Use PMULDQ for v2i64 multiplies when SSE4.1 is available. And add by Dan Gohman · 16 years ago
  31. d4083d0 New entry. by Evan Cheng · 16 years ago
  32. 679860e Rewrite a loop to avoid using iterators pointing to by Dale Johannesen · 16 years ago
  33. b737a64 Fix the spelling of the va_arg keyword. by Dan Gohman · 16 years ago
  34. 17dab19 Fix another isFirstClassType that now needs to be isSingleValueType. by Dan Gohman · 16 years ago
  35. 214142c Replace some weird usage of UserOp1 introduced in r49492 by a plain if. by Matthijs Kooijman · 16 years ago
  36. 6fce844 Restructure the testing documentation. by Matthijs Kooijman · 16 years ago
  37. 5e179a2 Restucture a part of the SimplifyCFG pass and include a testcase. by Matthijs Kooijman · 16 years ago
  38. 992e97e Indent fix. by Matthijs Kooijman · 16 years ago
  39. 18b3da6 Constant integer vectors may also be negated. by Nick Lewycky · 16 years ago
  40. 7d26bd8 Typo. by Nick Lewycky · 16 years ago
  41. 02d639f Revert X + X --> X * 2 optz'n which pessimizes heavily on x86. by Nick Lewycky · 16 years ago
  42. 3adaa93 we compile multiply-by-constant into horrible code. Doesn't sse4 have some by Chris Lattner · 16 years ago
  43. 8539fe2 Implement X + X for vectors. by Nick Lewycky · 16 years ago
  44. 39ac3b5 Fix a recently added optimization to not crash on vectors. by Nick Lewycky · 16 years ago
  45. a332f17 Generalize the new code in instcombine's ComputeNumSignBits for handling by Dan Gohman · 16 years ago
  46. e4977cf Make structs and arrays first-class types, and add assembly by Dan Gohman · 16 years ago
  47. 8f8e269 Use isSingleValueType instead of isFirstClassType to by Dan Gohman · 16 years ago
  48. f3061f8 Remove warnings about comparison between signed and unsigned expressions. by Bill Wendling · 16 years ago
  49. 9bca583 Allow for switch with no cases. Was causing fault in gcc.dg/pr27531-1.c. by Dale Johannesen · 16 years ago
  50. b193826 Bug: rcpps can only folds a load if the address is 16-byte aligned. Fixed many 'ps' load folding patterns in X86InstrSSE.td which are missing the proper alignment checks. by Evan Cheng · 16 years ago
  51. e456994 Add more IR support for the new extractvalue and insertvalue instructions. by Dan Gohman · 16 years ago
  52. 4fa2a3f Use isSingleValueType instead of isFirstClassType to by Dan Gohman · 16 years ago
  53. 399101a Use isSingleValueType instead of isFirstClassType to by Dan Gohman · 16 years ago
  54. bbcb34c Put const weak stuff in appropriate section on Darwin. g++.dg/abi/key2.C by Dale Johannesen · 16 years ago
  55. ed1ec3a Make LTO expect common and weak to be represented differently. by Dale Johannesen · 16 years ago
  56. 31e5bdc Use isSingleValueType instead of isFirstClassType to by Dan Gohman · 16 years ago
  57. 5bbaf01 X86CodeEmitter should not set PIC style to None at initialization time. This will break codegen if relocation model is changed to PIC_ later. by Evan Cheng · 16 years ago
  58. b64aa11 Use isSingleValueType instead of isFirstClassType to by Dan Gohman · 16 years ago
  59. 890c31c Add a polygen grammar definition for LLVM assembly language. by Dan Gohman · 16 years ago
  60. fdfef0d Recognize the "default" keyword, which is documented in LangRef.html by Dan Gohman · 16 years ago
  61. d86323e Add a couple of test cases. by Evan Cheng · 16 years ago
  62. abe93d9 by David Greene · 16 years ago
  63. cff8608 by David Greene · 16 years ago
  64. 785c6af transform more loops to iterator form, detabify by Gabor Greif · 16 years ago
  65. c36c0ab Add missing patterns. by Evan Cheng · 16 years ago
  66. b074f80 Suppress warnings about missing placement delete. This should now be std-conformant even if compiled with exceptions on. by Gabor Greif · 16 years ago
  67. de2d74b Rewrite operand loops to use iterators. This shrinks .o file (at gcc4.0.1 -O3 x86) substantially (>500 bytes). Reason still unknown. by Gabor Greif · 16 years ago
  68. 687a4cb fix an off-by-one error in my previous patch, don't treat the callee as a incoming arg. by Chris Lattner · 16 years ago
  69. f6a048c Add support for multiple-return values in inline asm. This should by Chris Lattner · 16 years ago
  70. ea21ad4 Fix PR2267, by allowing indirect outputs to be intermixed by Chris Lattner · 16 years ago
  71. 9c287c2 testcase for PR2267 by Chris Lattner · 16 years ago
  72. 05a24e5 Free and vaarg are not really volatile. by Chris Lattner · 16 years ago
  73. 19d9d43 rewrite the validity checking for memory promotion to be simpler, by Chris Lattner · 16 years ago
  74. 64a4c11 minor edits by Chris Lattner · 16 years ago
  75. 29d9293 Use 'continue' to reduce nesting in this loop. No functionality change. by Chris Lattner · 16 years ago
  76. ddc4ee8 Add a Type::isSingleValueType method. This will be used by code by Dan Gohman · 16 years ago
  77. f4ea510 Fix PR2343. An *interesting* coalescer bug. by Evan Cheng · 16 years ago
  78. 40db5d4 Follow-up to the reverting of r51218. This puts the checks out-of-line. Because by Bill Wendling · 16 years ago
  79. 0263140 update a comment by Gabor Greif · 16 years ago
  80. 97e378e adapt to new API by Gabor Greif · 16 years ago
  81. 03dace8 Rename -no-lazy to -disable-lazy-compilation. by Evan Cheng · 16 years ago
  82. f049e07 Fix a couple issues with the JIT and multiple modules: by Nate Begeman · 16 years ago
  83. a3f3343 resurrect lost tests by renaming them to not end with .tr by Gabor Greif · 16 years ago
  84. 33e456d suppress gcc3.4.6's <no value returned> warnings by Gabor Greif · 16 years ago
  85. 010ee2d When LSR is replacing an instruction, call by Dan Gohman · 16 years ago
  86. 55384a8 Reverting r51218 because of breakage on PPC32. by Bill Wendling · 16 years ago
  87. 5edf210 Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. by Gabor Greif · 16 years ago
  88. eb0fdc1 Fix PR2346 by marking vaarg as volatile so that licm doesn't try to hoist them. by Chris Lattner · 16 years ago
  89. 7a9708b Oops, commit the version of this test that actually works. by Dan Gohman · 16 years ago
  90. f35c882 Port SelectionDAG's ComputeNumSignBits-using code to instcombine, by Dan Gohman · 16 years ago
  91. f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 16 years ago
  92. c84941b Port the fix for the select operator from instcombine's by Dan Gohman · 16 years ago
  93. 1fdfa6a Code simplification. by Dan Gohman · 16 years ago
  94. 5568e94 Clarify that and/or/xor/sdiv etc all allow vectors. by Chris Lattner · 16 years ago
  95. 305915b Clarify copyright transfer when you don't own the copyright of by Chris Lattner · 16 years ago
  96. 722243b Rename the last test with .llx extension to .ll, resolve duplicate test by renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too. by Gabor Greif · 16 years ago
  97. 8e8de68 movsd and movq do not require 16-byte alignment. This fixes vec_set-5.ll on Linux. by Evan Cheng · 16 years ago
  98. 71472ba "The two generated files in the AsmParser.vcproj are pointing to the by Chris Lattner · 16 years ago
  99. d30020a Clarify the testing documentation a bit and solve two HTML validator warnings. by Matthijs Kooijman · 16 years ago
  100. 7a0f185 More local spiller complexity! by Evan Cheng · 16 years ago