1. 1fdbc1d Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing by Dan Gohman · 17 years ago
  2. 92570c4 Make SDNode constructors take a DebugLoc always. by Dale Johannesen · 17 years ago
  3. c963b63 Enable machine sinking pass in non-fast mode. by Evan Cheng · 17 years ago
  4. edb62c4 Remove now-unused constructors. by Dale Johannesen · 17 years ago
  5. b6f5417 Don't sink the instruction if TargetRegisterInfo::isSafeToMoveRegClassDefs doesn't think it's safe. This works around PR1911. by Evan Cheng · 17 years ago
  6. b300d2a Get rid of the last non-DebugLoc versions of getNode! by Dale Johannesen · 17 years ago
  7. e8d7230 Remove more non-DebugLoc getNode variants. Use by Dale Johannesen · 17 years ago
  8. e72c596 And one more file. by Dale Johannesen · 17 years ago
  9. de06470 Remove more non-DebugLoc versions of getNode. by Dale Johannesen · 17 years ago
  10. 8fcf170 Clear out the CurDebugLoc info when doing a 'clear' on the SDL object. by Bill Wendling · 17 years ago
  11. f5f5dce Eliminate remaining non-DebugLoc version of getTargetNode. by Dale Johannesen · 17 years ago
  12. 0a3776d Rename SelectionDAGISel::Schedule to by Dan Gohman · 17 years ago
  13. 56774d2 Delete an unused member function. by Dan Gohman · 17 years ago
  14. 770bcc7 Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo. by Evan Cheng · 17 years ago
  15. 84fbac5 Move ScheduleDAGSDNodes.h to be a private header. Front-ends by Dan Gohman · 17 years ago
  16. 4350eb8 Add TargetInstrInfo::isSafeToMoveRegisterClassDefs. It returns true if it's safe to move an instruction which defines a value in the register class. Replace pre-splitting specific IgnoreRegisterClassBarriers with this new hook. by Evan Cheng · 17 years ago
  17. 6dc75fe Move ScheduleDAGInstrs.h to be a private header. Front-ends by Dan Gohman · 17 years ago
  18. f90b2a7 get rid of some non-DebugLoc getTargetNode variants. by Dale Johannesen · 17 years ago
  19. ed2eee6 Get rid of one more non-DebugLoc getNode and by Dale Johannesen · 17 years ago
  20. 54801f78 isAsCheapAsMove instructions can have register src operands. Check if they are really re-materializable. by Evan Cheng · 17 years ago
  21. 3484c09 Remove a non-DebugLoc version of getNode. by Dale Johannesen · 17 years ago
  22. 9b36c63 Remove 3 non-DebugLoc variants of getNode. by Dale Johannesen · 17 years ago
  23. 740854b Machine LICM increases register pressure and it almost always increase code size. For now, disable it for optimizing for size. by Evan Cheng · 17 years ago
  24. c5d1a4f Turn on machine LICM in non-fast mode. by Evan Cheng · 17 years ago
  25. af6949d Teach machine licm to CSE hoisted instructions. by Evan Cheng · 17 years ago
  26. 961154f ReMaterializeTrivialDef need to trim the live interval to the last kill if the copy kills the source register. This fixes uint64tof64.ll after ARM::MOVi is marked as isAsCheapAsAMove. by Evan Cheng · 17 years ago
  27. 4798bbe if we have a large GEP offset on a 32-bit or other target, make by Chris Lattner · 17 years ago
  28. 5734c94 Pre-alloc splitting needs to be more careful to avoid inserting spills/restores by Owen Anderson · 17 years ago
  29. b0e341b Fix a bug where we were not emitting a cvt rnd sat node for converting by Mon P Wang · 17 years ago
  30. 49de982 Reapply 63765. Patches for clang and llvm-gcc to follow. by Dale Johannesen · 17 years ago
  31. 2fabcb2 Get rid of 3 non-DebugLoc getNode variants. by Dale Johannesen · 17 years ago
  32. 4be0bdf Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg. by Dale Johannesen · 17 years ago
  33. a05dca4 Remove non-DebugLoc forms of CopyToReg and CopyFromReg. Adjust callers. by Dale Johannesen · 17 years ago
  34. 4d452de Reverting 63765. This broke the build of both clang and llvm-gcc. by Dale Johannesen · 17 years ago
  35. 4caa042 80 column rule. by Stuart Hastings · 17 years ago
  36. 33c960f Remove non-DebugLoc versions of getLoad and getStore. by Dale Johannesen · 17 years ago
  37. d244797 New feature: add support for target intrinsics being defined in the by Nate Begeman · 17 years ago
  38. e5ab34e Avoids generating a legalization assert for the case where a vector type is legal by Mon P Wang · 17 years ago
  39. 6792e90 Skip over zero registers. by Evan Cheng · 17 years ago
  40. 80d6977 Since I'm obliged to work with a development OS that currently doesn't by Stuart Hastings · 17 years ago
  41. 5caa883 Don't call isInvariantLoad twice. by Evan Cheng · 17 years ago
  42. 45e94d6 Don't bother hoisting out a "cheap" instruction if all of its uses are PHIs. LICM "cheap" instructions are not particularly beneficial to start with. This will just end up making the copies harder to coalesce. by Evan Cheng · 17 years ago
  43. 9b61f33 For now, only hoist re-materilizable instructions. LICM will increase register pressure. We want to avoid spilling more instructions if it's possible. by Evan Cheng · 17 years ago
  44. 39355f9 Remove non-DebugLoc forms of the exotic forms of Lod and Sto; patch uses. by Dale Johannesen · 17 years ago
  45. f5d9789 Remove some more non-DebugLoc versions of construction by Dale Johannesen · 17 years ago
  46. f8d3ec2 Check in file I forgot. by Dale Johannesen · 17 years ago
  47. 8ad9b43 Remove a few non-DebugLoc versions of node creation functions. by Dale Johannesen · 17 years ago
  48. c460ae9 Fill in more omissions in DebugLog propagation. by Dale Johannesen · 17 years ago
  49. a929c68 Constify and don't return a reference. by Bill Wendling · 17 years ago
  50. a04b757 DebugLoc propagation; adjustment to things omitted from SelectionDagBuild. by Dale Johannesen · 17 years ago
  51. 44f6ac6 Erm. Would be nice to initialize this variable. . . by Bill Wendling · 17 years ago
  52. 85e3af9 Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object. by Bill Wendling · 17 years ago
  53. 0f502f6 Add some DL propagation to places that didn't have it yet. More coming. by Dale Johannesen · 17 years ago
  54. ef7e18e More whitespace fixin'. by Bill Wendling · 17 years ago
  55. b9dcef2 Whitespace and comment changes. No functionality change. by Bill Wendling · 17 years ago
  56. 6268d69 Remove dead code. by Devang Patel · 17 years ago
  57. 43f07fb Change the post-RA scheduler to iterate through the by Dan Gohman · 17 years ago
  58. b51d40c First initialize DAG otherwise dwarf writer is used uninitialized. by Devang Patel · 17 years ago
  59. 95c5f05 Fix PR3411. When replacing values, nodes are analyzed by Duncan Sands · 17 years ago
  60. d62e06c Explicitly pass in debug location information to BuildMI. by Bill Wendling · 17 years ago
  61. 6a8a0d7 Pass in something sensible for the debug location information when creating the by Bill Wendling · 17 years ago
  62. dbfd8db Fill in some missing DL propagation in getNode()s. by Dale Johannesen · 17 years ago
  63. b288487 Use SDL->getCurDebugLoc() instead of unknown loc for landing pads. by Bill Wendling · 17 years ago
  64. ec37e98 Explicitly pass in the "unknown" debug location. This is probably not by Bill Wendling · 17 years ago
  65. 0eb96fd Alphabetize includes. by Bill Wendling · 17 years ago
  66. f2ad58d Propagate debug loc info during SDNode -> machine instr creation. by Bill Wendling · 17 years ago
  67. 9bc96a5 Create DebugLoc information in FastISel. Several temporary methods were by Bill Wendling · 17 years ago
  68. ff97d4f Propagation in TargetLowering. Includes passing a DL by Dale Johannesen · 17 years ago
  69. a7ce741 Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedMode by Dan Gohman · 17 years ago
  70. ca57b84 Last DebugLoc propagation for this file. by Dale Johannesen · 17 years ago
  71. c6be110 More DebugLoc propagation. This should be everything except LegalizeOp itself. by Dale Johannesen · 17 years ago
  72. 5b93f6f MergeValueInto is too smart: it might choose to do the merge the opposite direction. by Owen Anderson · 17 years ago
  73. 8a782a2 DebugLoc propagation. ExpandOp and PromoteOp, among others. by Dale Johannesen · 17 years ago
  74. 54c9452 Commit missing files. by Dale Johannesen · 17 years ago
  75. bb5da91 More DebugLoc propagation. by Dale Johannesen · 17 years ago
  76. 7fb0858 Remove trailing spaces. by Duncan Sands · 17 years ago
  77. af43527 DebugLoc propagation for int<->fp conversions. by Dale Johannesen · 17 years ago
  78. 19a7258 Refactor PerformPHIConstruction, no functionality changes. by Evan Cheng · 17 years ago
  79. d5863dd Do not add redundant arguments in a method definition DIE. by Devang Patel · 17 years ago
  80. 55467af Duncan's patch. Further to 64382. Takes care of illegal types for shift amount. by Sanjiv Gupta · 17 years ago
  81. c82bf9b Preserve more SourceValue information. by Mon P Wang · 17 years ago
  82. b0d5cdd Fix PR3453 and probably a bunch of other potential by Duncan Sands · 17 years ago
  83. fc4b677 Forgot some more DebugLoc propagations. by Bill Wendling · 17 years ago
  84. 4a6d13e Fix test failures causes by my previous commit. by Owen Anderson · 17 years ago
  85. 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
  86. 644f6f8 DebugLoc propagation. by Dale Johannesen · 17 years ago
  87. 35ba3d4 DebugLoc propagation. Done with file. by Dale Johannesen · 17 years ago
  88. 9c8ac44 DebugLoc propagation. Done with file. by Dale Johannesen · 17 years ago
  89. 92abc62 Fix PR3401: when using large integers, the type by Duncan Sands · 17 years ago
  90. a7b6cff If unsafe FP optimization is not set, don't allow -(A-B) => B-A because by Mon P Wang · 17 years ago
  91. 9729c5a Don't use DebugLoc::getUnknownLoc(). Default to something hopefully sensible. by Bill Wendling · 17 years ago
  92. 66978ee Move CurDebugLoc into SelectionDAGLowering. by Dale Johannesen · 17 years ago
  93. 91b49b9 Propagate debug info in LegalizeFloatTypes. Complete (modulo bugs). by Dale Johannesen · 17 years ago
  94. 786fd4d Propagate debug info. This file complete (modulo bugs) by Dale Johannesen · 17 years ago
  95. c8fc99d Propagate debug info through MakeLibCall and a couple of things that use it. by Dale Johannesen · 17 years ago
  96. 836ca7d More DebugLoc propagation. by Bill Wendling · 17 years ago
  97. c144a57 More DebugLoc propagation. by Bill Wendling · 17 years ago
  98. c0debad More DebugLoc propagation in LOAD etc. methods. by Bill Wendling · 17 years ago
  99. 0225a1d More DebugLoc propagation in floating-point methods. by Bill Wendling · 17 years ago
  100. 7d2ad62 Make LowerCallTo and LowerArguments take a DebugLoc by Dale Johannesen · 17 years ago