1. 6282406 Simplify code using convertFromZeroExtendedInteger with an APInt by Dan Gohman · 17 years ago
  2. 93c276e Add a method to APFloat to convert directly from APInt. by Dan Gohman · 17 years ago
  3. d703ed6 Added option -align-loops=<true/false> to disable loop aligner pass. by Evan Cheng · 17 years ago
  4. 9b80bd8 Update testcase. by Lauro Ramos Venancio · 17 years ago
  5. 28d08fd Interface of getByValTypeAlignment differed between by Dale Johannesen · 17 years ago
  6. 63b8c1f Make llvm-ar behave like ar, if you create an empty archive, ar creates an empty archive. llvm-ar would not generate an output file in this case by Andrew Lenharth · 17 years ago
  7. f3c630e Initialize TextAlignFillValue. Fix revision 47703. by Lauro Ramos Venancio · 17 years ago
  8. 1f4a887 Avoid collisions in value names. by Lauro Ramos Venancio · 17 years ago
  9. a4a0323 Run 'svn info' in the C locale. Also appropriately escape spaces and ? for gawk in darwin. by Gabor Greif · 17 years ago
  10. cd9f174 Fix an assertion message. by Dale Johannesen · 17 years ago
  11. e29536c add a note by Chris Lattner · 17 years ago
  12. 59c2e86 Document that the shuffle mask may contain undef values. by Duncan Sands · 17 years ago
  13. 9fa4226 Simplify and clean up "update" target. Also by Gabor Greif · 17 years ago
  14. 1d7ca71 Now that targets are serialized, introduce two new convenience targets: by Gabor Greif · 17 years ago
  15. 2ae1955 Treat all targets serially at the toplevel. This allows by Gabor Greif · 17 years ago
  16. c0734e3 Fix http://llvm.org/bugs/show_bug.cgi?id=2104 by ordering lexicographically what gets printed. Be const-correct in PrintResults and uninline it too by Gabor Greif · 17 years ago
  17. e526d8a Set to default: x86 no longer fold and into test if it has more than one use. by Evan Cheng · 17 years ago
  18. 643afa5 Keep track how many commutes are performed by the scheduler. by Evan Cheng · 17 years ago
  19. 6baaf91 Sparc backend doesn't support debug info yet, mark the nodes as expand. This fixes a crash on by Chris Lattner · 17 years ago
  20. e07415d implement expand for ISD::DECLARE by just deleting it. by Chris Lattner · 17 years ago
  21. a4b5215 Fix CodeGen/Generic/storetrunc-fp.ll on sparc, PR2105 by Chris Lattner · 17 years ago
  22. 61273d5 fix CodeGen/Generic/2008-01-25-dag-combine-mul.ll on sparc, PR2105 by Chris Lattner · 17 years ago
  23. 48840f8 target-indep codegen memcpy lowering issue. by Chris Lattner · 17 years ago
  24. daf6c54 Add a random not very important note by Chris Lattner · 17 years ago
  25. fb8075d Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to 16-byte boundaries. by Evan Cheng · 17 years ago
  26. 41ce5b8 A few more small things I've run into. by Eli Friedman · 17 years ago
  27. 7b1b7f5 EHPreferredDataFormat hook for PPC targets. Looks like Darwin by Anton Korobeynikov · 17 years ago
  28. 26c22cf Remove dead code. by Devang Patel · 17 years ago
  29. cee750f Preparation step for some cleanup/generalization in EH information emission: by Anton Korobeynikov · 17 years ago
  30. 0154e47 New test for misaligned Altivec laod/store. by Dale Johannesen · 17 years ago
  31. 351b0d4 Assert on invalid PHINode::addIncoming() arguments. Patch by Erick Tryzelaar! by Anton Korobeynikov · 17 years ago
  32. 8155d64 Handle load/store of misaligned vectors that are the by Dale Johannesen · 17 years ago
  33. ef194ed fixes from review of first commit by Nick Kledzik · 17 years ago
  34. cfd7279 use PROJ_SRC_DIR so this builds with Apple style builds by Nick Kledzik · 17 years ago
  35. ec59b95 Don't hard-code the mask size to be 32, which is incorrect on ppc64 by Dan Gohman · 17 years ago
  36. fd1074f This is done. by Evan Cheng · 17 years ago
  37. 21b3f31 Fix a bug in dead spill slot elimination. by Evan Cheng · 17 years ago
  38. 18714ae Remove the `else', at Evan's insistence. by Dan Gohman · 17 years ago
  39. e8ae2fe Add -analyze support to postdomtree. by Dan Gohman · 17 years ago
  40. e416b7d actually run llc, thanks Dan :) by Chris Lattner · 17 years ago
  41. 052e976 Add a FIXME about the VECTOR_SHUFFLE evil hack. by Duncan Sands · 17 years ago
  42. 6b0f14b Emit an error when a library is not found. It is the GNU ld behavior and it is expected by the configure scripts. by Lauro Ramos Venancio · 17 years ago
  43. 077f9b2 LegalizeTypes support for EXTRACT_VECTOR_ELT. The by Duncan Sands · 17 years ago
  44. 0a4c378 Remove inappropriate whitespace, change CVS to SVN where it makes sense. by Gabor Greif · 17 years ago
  45. 8745b52 LegalizeTypes support for legalizing the mask by Duncan Sands · 17 years ago
  46. 4f069e6 LegalizeTypes support for INSERT_VECTOR_ELT. by Duncan Sands · 17 years ago
  47. be680dc Don't track max alignment during stack object allocations since they can be deleted later. Let PEI compute it. by Evan Cheng · 17 years ago
  48. e90a615 Support for legalizing MEMBARRIER. by Duncan Sands · 17 years ago
  49. 6ef781f Final de-tabification. by Bill Wendling · 17 years ago
  50. e1b332a Add path separator support, patch by Sam Bishop. by Chris Lattner · 17 years ago
  51. b09916b Make X86TargetLowering::LowerSINT_TO_FP return without creating a dead by Chris Lattner · 17 years ago
  52. 22eedf4 this code is correct but strange looking ;-) by Chris Lattner · 17 years ago
  53. d0ba2a9 Compile x86-64-and-mask.ll into: by Chris Lattner · 17 years ago
  54. d365312 Spiller now remove unused spill slots. by Evan Cheng · 17 years ago
  55. 1953ecb Teach Legalize how to expand an EXTRACT_ELEMENT. by Dan Gohman · 17 years ago
  56. b3564aa Convert the last remaining users of the non-APInt form of by Dan Gohman · 17 years ago
  57. e6be34a Add comment. by Devang Patel · 17 years ago
  58. ba309d4 add a note by Chris Lattner · 17 years ago
  59. 7b8d4a9 Convert SimplifyDemandedMask and ShrinkDemandedConstant to use APInt. by Dan Gohman · 17 years ago
  60. cc48318 Upgrade testcase. by Bill Wendling · 17 years ago
  61. 13b823c regenerate. by Devang Patel · 17 years ago
  62. 43a1bb3 Add assert. by Devang Patel · 17 years ago
  63. bf931bb Add PR number to testcase. by Owen Anderson · 17 years ago
  64. 77db50f Fix an issue where GVN had the sizes of the two memcpy's reverse, resulting by Owen Anderson · 17 years ago
  65. 8e50760 Add assert to check return type. by Devang Patel · 17 years ago
  66. 258bb1b Refactor according to Evan's and Anton's suggestions. by Arnold Schwaighofer · 17 years ago
  67. b82b7f2 regenerate by Devang Patel · 17 years ago
  68. 53284d3 Remove unncessary ReturnInst constructors. by Devang Patel · 17 years ago
  69. fe42462 Use a smallvector for inactiveCounts and initialize it lazily by Chris Lattner · 17 years ago
  70. e6d088a Rename PrintableName to Name. by Bill Wendling · 17 years ago
  71. 95e7834 Update per review. Patch by Mikhail Glushenkov! by Anton Korobeynikov · 17 years ago
  72. 74ab84c Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool by Bill Wendling · 17 years ago
  73. 4d535ca Enable -coalescer-commute-instrs by default. by Evan Cheng · 17 years ago
  74. 3907246 Do not treat Lexer.cpp as a generated file any more, let svn show it with a question mark if it is around. by Gabor Greif · 17 years ago
  75. 77595fc first commit of new LTO system. It is not hooked up in the llvm/tools/Makefile, so no one will build it be default yet by Nick Kledzik · 17 years ago
  76. f4511cd Use SmallVector while constructing ReturnInst. by Devang Patel · 17 years ago
  77. fea9830 Avoid const_casts by Devang Patel · 17 years ago
  78. 53bdbd7 fix http://llvm.org/bugs/show_bug.cgi?id=2097 by Gabor Greif · 17 years ago
  79. f898965 by Devang Patel · 17 years ago
  80. d4cf992 Avoid aborting on invalid shift counts. by Dan Gohman · 17 years ago
  81. 814ebd7 by Devang Patel · 17 years ago
  82. 9ec8095 Fix for pr2093: direct operands aren't necessarily addresses, so don't by Eli Friedman · 17 years ago
  83. 36ab301 fix this test so that the fn name doesn't match the regex by Chris Lattner · 17 years ago
  84. 64d4e61 Optimize most common case by using single RetVal in ReturnInst. by Devang Patel · 17 years ago
  85. 16a3e52 Correct function comments. by Arnold Schwaighofer · 17 years ago
  86. aeecb6c Fix PR2096, a regression introduced with my patch last night. This by Chris Lattner · 17 years ago
  87. 72c8f0d Really feed llvm-as with the testcase, do not let it read from stdin. This fixes the hangs seen on solaris10. by Gabor Greif · 17 years ago
  88. 1514010 unbreak check-one by supplying a dummy "verbose" procedure by Gabor Greif · 17 years ago
  89. 684ed3d While hunting for two hanging tests, by Gabor Greif · 17 years ago
  90. 212a11c Fix a nasty bug in LegalizeTypes (spotted in by Duncan Sands · 17 years ago
  91. 85db3a9 De-tabify by Bill Wendling · 17 years ago
  92. 587c01d De-tabify. by Bill Wendling · 17 years ago
  93. f059deb De-tabify. by Bill Wendling · 17 years ago
  94. e85fe66 Detabify by Bill Wendling · 17 years ago
  95. 584c3bf Detabify. by Bill Wendling · 17 years ago
  96. 27926af De-tabify. by Bill Wendling · 17 years ago
  97. a2a4b47 Add support for intermodule tail calls on x86/32bit with by Arnold Schwaighofer · 17 years ago
  98. 865c681 Change the lowering of arguments for tail call optimized by Arnold Schwaighofer · 17 years ago
  99. c886c46 This is possible: by Evan Cheng · 17 years ago
  100. 0254e70 Fix isNegatibleForFree to not return true for ConstantFP nodes by Chris Lattner · 17 years ago