1. 19a7258 Refactor PerformPHIConstruction, no functionality changes. by Evan Cheng · 16 years ago
  2. 996d7a9 Fix a bug which caused us to miscompile a couple of Ada by Chris Lattner · 16 years ago
  3. d5863dd Do not add redundant arguments in a method definition DIE. by Devang Patel · 16 years ago
  4. 55467af Duncan's patch. Further to 64382. Takes care of illegal types for shift amount. by Sanjiv Gupta · 16 years ago
  5. 3b020fe Made the common case of default address space directive as non-virtual for performance reasons. Provide a single virtual interface for directives of all sizes in non-default address spaces. by Sanjiv Gupta · 16 years ago
  6. 4b3dfbd Fix a comment (bytes -> bits), reformat a comment by Duncan Sands · 16 years ago
  7. 0e7c46b Fix an obvious thinko. by Duncan Sands · 16 years ago
  8. 97d0e0e ADD / SUB / SMUL / UMUL with overflow second result top bits must be zero. by Evan Cheng · 16 years ago
  9. 961d6d4 Add comment. by Evan Cheng · 16 years ago
  10. 67ad9db Teach LowerBRCOND to recognize (xor (setcc x), 1). The xor inverts the condition. It's normally transformed by the dag combiner, unless the condition is set by a arithmetic op with overflow. by Evan Cheng · 16 years ago
  11. 585c51e reject things like: zext <4 x i32> %tmp to i256 by Chris Lattner · 16 years ago
  12. 91dad87 Fix PR3372 by Chris Lattner · 16 years ago
  13. f5db1fb reduce indentation, (~XorCST->getValue()).isSignBit() -> isMaxSignedValue() by Chris Lattner · 16 years ago
  14. c82bf9b Preserve more SourceValue information. by Mon P Wang · 16 years ago
  15. 3f142c3 Implement -mno-sse: if SSE is disabled on x86-64, don't store XMM on stack for by Torok Edwin · 16 years ago
  16. b0d5cdd Fix PR3453 and probably a bunch of other potential by Duncan Sands · 16 years ago
  17. fc4b677 Forgot some more DebugLoc propagations. by Bill Wendling · 16 years ago
  18. 4a6d13e Fix test failures causes by my previous commit. by Owen Anderson · 16 years ago
  19. 5caedc0 Fix an issue in PHI construction that was exposed by GCC 4.2 producing a different set iteration order for the reg_iterator. by Owen Anderson · 16 years ago
  20. 2d5424d Fix PR3423: Link llvm on ARM EABI machines. Patch by Robert Schuster. by Evan Cheng · 16 years ago
  21. 644f6f8 DebugLoc propagation. by Dale Johannesen · 16 years ago
  22. 4333f49 Reinstate this optimization to fold icmp of xor when possible. Don't try to by Nick Lewycky · 16 years ago
  23. 35ba3d4 DebugLoc propagation. Done with file. by Dale Johannesen · 16 years ago
  24. 9c8ac44 DebugLoc propagation. Done with file. by Dale Johannesen · 16 years ago
  25. 39c27ed Fix PR3452 (an infinite loop bootstrapping) by disabling the recent by Chris Lattner · 16 years ago
  26. 92abc62 Fix PR3401: when using large integers, the type by Duncan Sands · 16 years ago
  27. d1b5e3f now that all the pieces are in place, teach instcombine's by Chris Lattner · 16 years ago
  28. 4598c94 simplify/clarify control flow and improve comments, no functionality change. by Chris Lattner · 16 years ago
  29. 886ab6c make some fairly meaty internal changes to how SimplifyDemandedBits works. by Chris Lattner · 16 years ago
  30. 08d2cc7 minor cleanups by Chris Lattner · 16 years ago
  31. 1e19d60 make sure to set Changed=true when instcombine hacks on the code, by Chris Lattner · 16 years ago
  32. a7b6cff If unsafe FP optimization is not set, don't allow -(A-B) => B-A because by Mon P Wang · 16 years ago
  33. 9729c5a Don't use DebugLoc::getUnknownLoc(). Default to something hopefully sensible. by Bill Wendling · 16 years ago
  34. 2e0d5f8 Simplify and generalize the SROA "convert to scalar" transformation to by Chris Lattner · 16 years ago
  35. 66978ee Move CurDebugLoc into SelectionDAGLowering. by Dale Johannesen · 16 years ago
  36. 9411cd2 back out my previous change, it exposes a latent bug. investigating by Gabor Greif · 16 years ago
  37. 3edbcad use precise accessors by Gabor Greif · 16 years ago
  38. 91b49b9 Propagate debug info in LegalizeFloatTypes. Complete (modulo bugs). by Dale Johannesen · 16 years ago
  39. 786fd4d Propagate debug info. This file complete (modulo bugs) by Dale Johannesen · 16 years ago
  40. c8fc99d Propagate debug info through MakeLibCall and a couple of things that use it. by Dale Johannesen · 16 years ago
  41. 836ca7d More DebugLoc propagation. by Bill Wendling · 16 years ago
  42. c144a57 More DebugLoc propagation. by Bill Wendling · 16 years ago
  43. c0debad More DebugLoc propagation in LOAD etc. methods. by Bill Wendling · 16 years ago
  44. 0225a1d More DebugLoc propagation in floating-point methods. by Bill Wendling · 16 years ago
  45. 7d2ad62 Make LowerCallTo and LowerArguments take a DebugLoc by Dale Johannesen · 16 years ago
  46. d34470c Standardize comments about folding xforms. by Bill Wendling · 16 years ago
  47. 7581bfa Get rid of the non-DebugLoc-ified getNOT() method. by Bill Wendling · 16 years ago
  48. a03e74b Propagate debug loc info for some FP arithmetic methods. by Bill Wendling · 16 years ago
  49. b0162f5 Propagate debug loc info for some FP arithmetic methods. by Bill Wendling · 16 years ago
  50. 67a6768 Propagate debug loc info for BIT_CONVERT. by Bill Wendling · 16 years ago
  51. 8509c90 Propagate debug loc info for more *_EXTEND methods. by Bill Wendling · 16 years ago
  52. 683c957 Propagate debug loc info for ANY_EXTEND. by Bill Wendling · 16 years ago
  53. 6ce610f Propagate debug loc info for some of the *_EXTEND functions. by Bill Wendling · 16 years ago
  54. 41b9d27 DebugLoc form of getNOT(). by Bill Wendling · 16 years ago
  55. 34584e6 - Propagate debug loc info for SELECT. by Bill Wendling · 16 years ago
  56. 8810337 Propagate debug loc info for Shifts. by Bill Wendling · 16 years ago
  57. 317bd70 Propagate debug loc info for XOR and MatchRotate. by Bill Wendling · 16 years ago
  58. 0902564 Propagate debug loc info for OR. Also clean up some comments. by Bill Wendling · 16 years ago
  59. 6af7618 Perform obvious constant arithmetic folding. by Bill Wendling · 16 years ago
  60. 2627a88 Propagate debug loc info for AND. Also clean up some comments. by Bill Wendling · 16 years ago
  61. b74c867 Propagate debug loc info in SimplifyBinOpWithSameOpcodeHands. by Bill Wendling · 16 years ago
  62. ae6ab1e use precise getters by Gabor Greif · 16 years ago
  63. c1bb13f use precise getters by Gabor Greif · 16 years ago
  64. dd9db66 by Devang Patel · 16 years ago
  65. c0425b6 As Duncan suggested, add braces for the one-line "else branch". Thanks, Duncan. by Zhou Sheng · 16 years ago
  66. 904ebf9 This is to fix the bug in IntrinsicLowering.cpp, by Zhou Sheng · 16 years ago
  67. 5af3ee2 Fixed the comment. No functionality change. by Sanjiv Gupta · 16 years ago
  68. d6f175b Add opposite_of and inverse_opt to support -fno- style options. This by Mike Stump · 16 years ago
  69. e0ffc92 Use sublw for comparison with literals instead of subwf. by Sanjiv Gupta · 16 years ago
  70. 7ad9b51 When PerformBuildVectorCombine, avoid creating a X86ISD::VZEXT_LOAD of by Mon P Wang · 16 years ago
  71. c8d7bc8 Enable emitting of constant values in non-default address space as well. The APIs emitting constants now take an additional parameter signifying the address space in which to emit. The APIs like getData8BitsDirective() etc are made virtual enabling targets to be able to define appropirate directivers for various sizes and address spaces. by Sanjiv Gupta · 16 years ago
  72. 826d114 Propagate debug loc info in SimplifyNodeWithTwoResults. by Bill Wendling · 16 years ago
  73. 326411d Propagate debug loc info for MULHS. by Bill Wendling · 16 years ago
  74. 6d3bf8c Propagate debug loc info for SREM and UREM. by Bill Wendling · 16 years ago
  75. 07d8514 Propagate debug loc info for UDIV. by Bill Wendling · 16 years ago
  76. 944d34b Propagate debug loc info for SDIV. by Bill Wendling · 16 years ago
  77. 73e16b2 Forgot to propagate debug loc info here. by Bill Wendling · 16 years ago
  78. 3311a1f Fix a post-RA scheduling dependency bug. by Dan Gohman · 16 years ago
  79. 9c8148a Propagate debug loc info for MUL. by Bill Wendling · 16 years ago
  80. b0702e0 Propagate debug loc info in SUB. by Bill Wendling · 16 years ago
  81. 14036c0 Propagate debug loc info in ADDC and ADDE. by Bill Wendling · 16 years ago
  82. f4eb226 Propagate debug loc info in DAG combine's "ADD". by Bill Wendling · 16 years ago
  83. d69c314 - Propagate debug loc info in combineSelectAndUse(). by Bill Wendling · 16 years ago
  84. fa42dea Propagate debug info when building SelectionDAG. by Dale Johannesen · 16 years ago
  85. 6360089 Remove dead code, again. by Devang Patel · 16 years ago
  86. 425b64e Remove dead code. by Devang Patel · 16 years ago
  87. d234e59 Add DW_AT_declaration for class methods. by Devang Patel · 16 years ago
  88. 5c71acf Propagate debug location info for the token factor. by Bill Wendling · 16 years ago
  89. bf3f5a0 Add dump() routines to help debug debug info :) by Devang Patel · 16 years ago
  90. 35247c3 Add DebugLoc propagation to some of the methods in DAG combiner. by Bill Wendling · 16 years ago
  91. 3ef4549 Correct the algorithms for choosing spill and restore points so that we don't try to insert loads/stores between call frame setup and the actual call. by Owen Anderson · 16 years ago
  92. 15b3830 Explicitly add PseudoSourceValue information when lowering by Dan Gohman · 16 years ago
  93. 1cc6b8e Make a few things const, fix some comments, and simplify some assertions. by Dan Gohman · 16 years ago
  94. f87d287 Fix windows build, patch by Marius Wachtler! by Chris Lattner · 16 years ago
  95. d5a4802 Local register allocator shouldn't assume only the entry and landing pad basic blocks have live-ins. by Evan Cheng · 16 years ago
  96. 2c65c3d Fix two typos that Duncan spotted in a comment. by Dan Gohman · 16 years ago
  97. 197e88f In the case of an extractelement on an insertelement value, by Dan Gohman · 16 years ago
  98. 56ab1a2 Revert r63273. This was already implemented by Dale. There's no need for my by Bill Wendling · 16 years ago
  99. c0f3a03 Fix an issue where restores could be inserted after a terminator instruction, by Owen Anderson · 16 years ago
  100. 4bfc209 Comments are good. :-) by Owen Anderson · 16 years ago