1. b51d40c First initialize DAG otherwise dwarf writer is used uninitialized. by Devang Patel · 17 years ago
  2. 95c5f05 Fix PR3411. When replacing values, nodes are analyzed by Duncan Sands · 17 years ago
  3. d62e06c Explicitly pass in debug location information to BuildMI. by Bill Wendling · 17 years ago
  4. 6a8a0d7 Pass in something sensible for the debug location information when creating the by Bill Wendling · 17 years ago
  5. dbfd8db Fill in some missing DL propagation in getNode()s. by Dale Johannesen · 17 years ago
  6. b288487 Use SDL->getCurDebugLoc() instead of unknown loc for landing pads. by Bill Wendling · 17 years ago
  7. ec37e98 Explicitly pass in the "unknown" debug location. This is probably not by Bill Wendling · 17 years ago
  8. 0eb96fd Alphabetize includes. by Bill Wendling · 17 years ago
  9. f2ad58d Propagate debug loc info during SDNode -> machine instr creation. by Bill Wendling · 17 years ago
  10. 9bc96a5 Create DebugLoc information in FastISel. Several temporary methods were by Bill Wendling · 17 years ago
  11. ff97d4f Propagation in TargetLowering. Includes passing a DL by Dale Johannesen · 17 years ago
  12. a7ce741 Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedMode by Dan Gohman · 17 years ago
  13. ca57b84 Last DebugLoc propagation for this file. by Dale Johannesen · 17 years ago
  14. c6be110 More DebugLoc propagation. This should be everything except LegalizeOp itself. by Dale Johannesen · 17 years ago
  15. 5b93f6f MergeValueInto is too smart: it might choose to do the merge the opposite direction. by Owen Anderson · 17 years ago
  16. 8a782a2 DebugLoc propagation. ExpandOp and PromoteOp, among others. by Dale Johannesen · 17 years ago
  17. 54c9452 Commit missing files. by Dale Johannesen · 17 years ago
  18. bb5da91 More DebugLoc propagation. by Dale Johannesen · 17 years ago
  19. 7fb0858 Remove trailing spaces. by Duncan Sands · 17 years ago
  20. af43527 DebugLoc propagation for int<->fp conversions. by Dale Johannesen · 17 years ago
  21. 19a7258 Refactor PerformPHIConstruction, no functionality changes. by Evan Cheng · 17 years ago
  22. d5863dd Do not add redundant arguments in a method definition DIE. by Devang Patel · 17 years ago
  23. 55467af Duncan's patch. Further to 64382. Takes care of illegal types for shift amount. by Sanjiv Gupta · 17 years ago
  24. c82bf9b Preserve more SourceValue information. by Mon P Wang · 17 years ago
  25. b0d5cdd Fix PR3453 and probably a bunch of other potential by Duncan Sands · 17 years ago
  26. fc4b677 Forgot some more DebugLoc propagations. by Bill Wendling · 17 years ago
  27. 4a6d13e Fix test failures causes by my previous commit. by Owen Anderson · 17 years ago
  28. 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 · 17 years ago
  29. 644f6f8 DebugLoc propagation. by Dale Johannesen · 17 years ago
  30. 35ba3d4 DebugLoc propagation. Done with file. by Dale Johannesen · 17 years ago
  31. 9c8ac44 DebugLoc propagation. Done with file. by Dale Johannesen · 17 years ago
  32. 92abc62 Fix PR3401: when using large integers, the type by Duncan Sands · 17 years ago
  33. a7b6cff If unsafe FP optimization is not set, don't allow -(A-B) => B-A because by Mon P Wang · 17 years ago
  34. 9729c5a Don't use DebugLoc::getUnknownLoc(). Default to something hopefully sensible. by Bill Wendling · 17 years ago
  35. 66978ee Move CurDebugLoc into SelectionDAGLowering. by Dale Johannesen · 17 years ago
  36. 91b49b9 Propagate debug info in LegalizeFloatTypes. Complete (modulo bugs). by Dale Johannesen · 17 years ago
  37. 786fd4d Propagate debug info. This file complete (modulo bugs) by Dale Johannesen · 17 years ago
  38. c8fc99d Propagate debug info through MakeLibCall and a couple of things that use it. by Dale Johannesen · 17 years ago
  39. 836ca7d More DebugLoc propagation. by Bill Wendling · 17 years ago
  40. c144a57 More DebugLoc propagation. by Bill Wendling · 17 years ago
  41. c0debad More DebugLoc propagation in LOAD etc. methods. by Bill Wendling · 17 years ago
  42. 0225a1d More DebugLoc propagation in floating-point methods. by Bill Wendling · 17 years ago
  43. 7d2ad62 Make LowerCallTo and LowerArguments take a DebugLoc by Dale Johannesen · 17 years ago
  44. d34470c Standardize comments about folding xforms. by Bill Wendling · 17 years ago
  45. 7581bfa Get rid of the non-DebugLoc-ified getNOT() method. by Bill Wendling · 17 years ago
  46. a03e74b Propagate debug loc info for some FP arithmetic methods. by Bill Wendling · 17 years ago
  47. b0162f5 Propagate debug loc info for some FP arithmetic methods. by Bill Wendling · 17 years ago
  48. 67a6768 Propagate debug loc info for BIT_CONVERT. by Bill Wendling · 17 years ago
  49. 8509c90 Propagate debug loc info for more *_EXTEND methods. by Bill Wendling · 17 years ago
  50. 683c957 Propagate debug loc info for ANY_EXTEND. by Bill Wendling · 17 years ago
  51. 6ce610f Propagate debug loc info for some of the *_EXTEND functions. by Bill Wendling · 17 years ago
  52. 41b9d27 DebugLoc form of getNOT(). by Bill Wendling · 17 years ago
  53. 34584e6 - Propagate debug loc info for SELECT. by Bill Wendling · 17 years ago
  54. 8810337 Propagate debug loc info for Shifts. by Bill Wendling · 17 years ago
  55. 317bd70 Propagate debug loc info for XOR and MatchRotate. by Bill Wendling · 17 years ago
  56. 0902564 Propagate debug loc info for OR. Also clean up some comments. by Bill Wendling · 17 years ago
  57. 6af7618 Perform obvious constant arithmetic folding. by Bill Wendling · 17 years ago
  58. 2627a88 Propagate debug loc info for AND. Also clean up some comments. by Bill Wendling · 17 years ago
  59. b74c867 Propagate debug loc info in SimplifyBinOpWithSameOpcodeHands. by Bill Wendling · 17 years ago
  60. dd9db66 by Devang Patel · 17 years ago
  61. c0425b6 As Duncan suggested, add braces for the one-line "else branch". Thanks, Duncan. by Zhou Sheng · 17 years ago
  62. 904ebf9 This is to fix the bug in IntrinsicLowering.cpp, by Zhou Sheng · 17 years ago
  63. 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 · 17 years ago
  64. 826d114 Propagate debug loc info in SimplifyNodeWithTwoResults. by Bill Wendling · 17 years ago
  65. 326411d Propagate debug loc info for MULHS. by Bill Wendling · 17 years ago
  66. 6d3bf8c Propagate debug loc info for SREM and UREM. by Bill Wendling · 17 years ago
  67. 07d8514 Propagate debug loc info for UDIV. by Bill Wendling · 17 years ago
  68. 944d34b Propagate debug loc info for SDIV. by Bill Wendling · 17 years ago
  69. 73e16b2 Forgot to propagate debug loc info here. by Bill Wendling · 17 years ago
  70. 3311a1f Fix a post-RA scheduling dependency bug. by Dan Gohman · 17 years ago
  71. 9c8148a Propagate debug loc info for MUL. by Bill Wendling · 17 years ago
  72. b0702e0 Propagate debug loc info in SUB. by Bill Wendling · 17 years ago
  73. 14036c0 Propagate debug loc info in ADDC and ADDE. by Bill Wendling · 17 years ago
  74. f4eb226 Propagate debug loc info in DAG combine's "ADD". by Bill Wendling · 17 years ago
  75. d69c314 - Propagate debug loc info in combineSelectAndUse(). by Bill Wendling · 17 years ago
  76. fa42dea Propagate debug info when building SelectionDAG. by Dale Johannesen · 17 years ago
  77. 6360089 Remove dead code, again. by Devang Patel · 17 years ago
  78. 425b64e Remove dead code. by Devang Patel · 17 years ago
  79. d234e59 Add DW_AT_declaration for class methods. by Devang Patel · 17 years ago
  80. 5c71acf Propagate debug location info for the token factor. by Bill Wendling · 17 years ago
  81. 35247c3 Add DebugLoc propagation to some of the methods in DAG combiner. by Bill Wendling · 17 years ago
  82. 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 · 17 years ago
  83. 15b3830 Explicitly add PseudoSourceValue information when lowering by Dan Gohman · 17 years ago
  84. 1cc6b8e Make a few things const, fix some comments, and simplify some assertions. by Dan Gohman · 17 years ago
  85. d5a4802 Local register allocator shouldn't assume only the entry and landing pad basic blocks have live-ins. by Evan Cheng · 17 years ago
  86. 2c65c3d Fix two typos that Duncan spotted in a comment. by Dan Gohman · 17 years ago
  87. 197e88f In the case of an extractelement on an insertelement value, by Dan Gohman · 17 years ago
  88. 56ab1a2 Revert r63273. This was already implemented by Dale. There's no need for my by Bill Wendling · 17 years ago
  89. c0f3a03 Fix an issue where restores could be inserted after a terminator instruction, by Owen Anderson · 17 years ago
  90. 4bfc209 Comments are good. :-) by Owen Anderson · 17 years ago
  91. 45e6855 Add support for aggressive load-use-store folding. This takes care of the by Owen Anderson · 17 years ago
  92. 6e1bb38 - Add DebugLoc to getTargetNode(). by Bill Wendling · 17 years ago
  93. 5a3c6a8 Exit with nice warnings when register allocator run out of registers. by Evan Cheng · 17 years ago
  94. e5af2d3 Make x86's BT instruction matching more thorough, and add some by Dan Gohman · 17 years ago
  95. 7ddee0a A slight compile time optimization. If the caller knows there isn't a free register getReg() should not call getFreeReg(). by Evan Cheng · 17 years ago
  96. e8c1733 Add DebugLoc-sensitive versions of many node creation by Dale Johannesen · 17 years ago
  97. 42cc6e3 Fix comment about removeRange. by Evan Cheng · 17 years ago
  98. 7ade28c Add DebugLoc to the getNode() methods. by Bill Wendling · 17 years ago
  99. 3edb43e Add DebugLoc-aware constructors for SDNode derived by Dale Johannesen · 17 years ago
  100. f923574 by Devang Patel · 17 years ago