1. 5f38880 [NFC] Refine doxygen format. by Hsiangkai Wang · 7 years ago
  2. 66586cc [DebugInfo] Handle stack slot offsets for spilled sub-registers in LDV by David Stenberg · 7 years ago
  3. 10377f6 [DebugInfo] Fix bug in LiveDebugVariables. by Hsiangkai Wang · 7 years ago
  4. e39c39b Revert "[DebugInfo] Fix bug in LiveDebugVariables." by Hsiangkai Wang · 7 years ago
  5. 27ea31c [DebugInfo] Fix bug in LiveDebugVariables. by Hsiangkai Wang · 7 years ago
  6. 48bfbb5 [LiveDebugVariables] Avoid faulty addDefsFromCopies in computeIntervals by Bjorn Pettersson · 7 years ago
  7. d8e05e4 Revert r340508: [DebugInfo] Fix bug in LiveDebugVariables. by Chandler Carruth · 7 years ago
  8. 0119632 [DebugInfo] Fix bug in LiveDebugVariables. by Hsiangkai Wang · 7 years ago
  9. 7d88286 [CodeGen] Fix inconsistent declaration parameter name by Fangrui Song · 7 years ago
  10. b16b4ba [DebugInfo] Make sure all DBG_VALUEs' reguse operands have IsDebug property by Mikael Holmen · 7 years ago
  11. 57db017 [DebugInfo] Keep DBG_VALUE undef in LiveDebugVariables by Mikael Holmen · 7 years ago
  12. 0818e78 Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  13. 0f38c60 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
  14. 866cf8f Fixup for rL326769 (RegState::Debug is being truncated to a bool) by Bjorn Pettersson · 7 years ago
  15. 783006e [DebugInfo] Discard invalid DBG_VALUE instructions in LiveDebugVariables by Bjorn Pettersson · 7 years ago
  16. 3d785e7 [DebugInfo] Don't insert DEBUG_VALUE after terminators by Stefan Maksimovic · 8 years ago
  17. 3906434 [MachineOperand] Fix LiveDebugVariables code after isRenamable change. by Geoff Berry · 8 years ago
  18. d318139 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
  19. fa621d2 Rename LiveIntervalAnalysis.h to LiveIntervals.h by Matthias Braun · 8 years ago
  20. ca0df55 [CodeGen] Unify MBB reference format in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  21. e3a9b4c Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  22. 4831923 Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering by David Blaikie · 8 years ago
  23. 1d03d38 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
  24. 5298935 [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  25. b71dbea [DebugInfo] Insert DEBUG_VALUEs after each register redefinition by Karl-Johan Karlsson · 8 years ago
  26. 3aeae94 Implement David Blaikie's suggestion for comparison operators by Reid Kleckner · 8 years ago
  27. f6c62f9 [DebugInfo] Correctly coalesce DBG_VALUEs that mix direct and indirect values by Reid Kleckner · 8 years ago
  28. 4b8314b [DebugInfo] Do not extend range for physreg in LiveDebugVariables by Bjorn Pettersson · 8 years ago
  29. de9cae2 Cleanup some problems with LLVM_ENABLE_DUMP in release builds, and by Don Hinton · 8 years ago
  30. ca18763 Re-land "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs" by Reid Kleckner · 8 years ago
  31. cf0cb49 [DebugInfo] Use a MapVector to coalesce MachineOperand locations by Reid Kleckner · 8 years ago
  32. a08ffd6 Revert "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs" by Reid Kleckner · 8 years ago
  33. 032e160 Re-land r313400 "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs" by Reid Kleckner · 8 years ago
  34. 96d3026 Revert r313400 "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs" by Hans Wennborg · 8 years ago
  35. 5461cbf Name the sentinel value used for the location number of the undefined register NFC by Reid Kleckner · 8 years ago
  36. 17be5c3 [DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs by Reid Kleckner · 8 years ago
  37. 2de563a [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  38. b587c9e [LiveDebugVariables] Use lexical scope to trim debug value live intervals by Robert Lougher · 8 years ago
  39. 45a44be Extend ifndef to printDebugLoc. by Florian Hahn · 8 years ago
  40. a08eb0f Extend ifdefs to more unused helper functions. by Florian Hahn · 8 years ago
  41. 8b71279 Guard print() functions only used by dump() functions. by Florian Hahn · 8 years ago
  42. 24019d6 Remove the unused offset field from LiveDebugVariables (NFC) by Adrian Prantl · 8 years ago
  43. 4df9b5f Remove the unused offset from DBG_VALUE (NFC) by Adrian Prantl · 8 years ago
  44. b209206 Mark dump() methods as const. NFC by Sam Clegg · 8 years ago
  45. 94c4904 CodeGen: Rename DEBUG_TYPE to match passnames by Matthias Braun · 8 years ago
  46. 88d2075 Cleanup dump() functions. by Matthias Braun · 9 years ago
  47. 8a47810 [CodeGen] Rename MachineInstrBuilder::addOperand. NFC by Diana Picus · 9 years ago
  48. 07aadc2 Remove dead code from LiveDebugVariables.cpp (NFC) by Adrian Prantl · 9 years ago
  49. 7435b28 Place the lowered phi instruction(s) before the DEBUG_VALUE entry by Keith Walker · 9 years ago
  50. 8a1fda1 CodeGen: Use MachineInstr& in LDVImpl::handleDebugValue, NFC by Duncan P. N. Exon Smith · 9 years ago
  51. af18e01 Pass DebugLoc and SDLoc by const ref. by Benjamin Kramer · 9 years ago
  52. 14aae01 Apply clang-tidy's misc-move-constructor-init throughout LLVM. by Benjamin Kramer · 9 years ago
  53. 42e1835 CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC by Duncan P. N. Exon Smith · 9 years ago
  54. 1b96cbe Remove uses of builtin comma operator. by Richard Trieu · 10 years ago
  55. 5530798 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  56. 9e02fe5 Fix PR24563 (LiveDebugVariables unconditionally propagates all DBG_VALUEs) by Adrian Prantl · 10 years ago
  57. 5f220be DI: Reverse direction of subprogram -> function edge. by Peter Collingbourne · 10 years ago
  58. 2fe94b6 Refactor: Simplify boolean conditional return statements in lib/CodeGen. by Rafael Espindola · 10 years ago
  59. 3f2c43f CodeGen: Remove more ilist iterator implicit conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  60. e56023a IR: Give 'DI' prefix to debug info metadata by Duncan P. N. Exon Smith · 10 years ago
  61. 7f89271 DebugInfo: Drop rest of DIDescriptor subclasses by Duncan P. N. Exon Smith · 10 years ago
  62. 1d30e3f DebugInfo: Fix UserValue::match() in LiveDebugVariables after r235050 by Duncan P. N. Exon Smith · 10 years ago
  63. 9c1aa1c DebugInfo: Gut DIScope, DIEnumerator and DISubrange by Duncan P. N. Exon Smith · 10 years ago
  64. 88e419d DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable by Duncan P. N. Exon Smith · 10 years ago
  65. 79666c2 DebugInfo: Move DIVariable::printExtendedName() to its only caller by Duncan P. N. Exon Smith · 10 years ago
  66. 0477045 CodeGen: Stop using DIDescriptor::is*() and auto-casting by Duncan P. N. Exon Smith · 10 years ago
  67. f4f021c CodeGen: Assert that inlined-at locations agree by Duncan P. N. Exon Smith · 10 years ago
  68. 1bfcd1f Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. by Benjamin Kramer · 10 years ago
  69. 9656d2d Rewrite MachineOperand::print and MachineInstr::print to avoid by Eric Christopher · 10 years ago
  70. 1b27914 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  71. 77348a5 Added reset of LexicalScope in LiveDebugVariables reset function. by Marcello Maggioni · 11 years ago
  72. 02474a3 Move the complex address expression out of DIVariable and into an extra by Adrian Prantl · 11 years ago
  73. 10c4265 Revert r218778 while investigating buldbot breakage. by Adrian Prantl · 11 years ago
  74. 076fd5d Move the complex address expression out of DIVariable and into an extra by Adrian Prantl · 11 years ago
  75. 7d05a0f test commit: remove trailing whitespace. by Frederic Riss · 11 years ago
  76. 6035518 Have MachineFunction cache a pointer to the subtarget to make lookups by Eric Christopher · 11 years ago
  77. 9f85dcc Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  78. e27d5a0 Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for functions that do not have top level debug information. by David Blaikie · 11 years ago
  79. 5291652 Revert "Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for functions that do not have top level debug information." by David Blaikie · 11 years ago
  80. eff0c67 Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for functions that do not have top level debug information. by David Blaikie · 11 years ago
  81. 3a39415 Temporarily revert "Don't try to construct debug LexicalScopes hierarchy for functions that do not have top level debug information." as it appears to be breaking some LTO constructs. by Eric Christopher · 11 years ago
  82. f9b6d03 Don't try to construct debug LexicalScopes hierarchy for functions that do not have top level debug information. by David Blaikie · 11 years ago
  83. 988b78a This reapplies r207235 with an additional bugfixes caught by the msan by Adrian Prantl · 11 years ago
  84. 25c74de Revert "This reapplies r207130 with an additional testcase+and a missing check for" by Adrian Prantl · 11 years ago
  85. 7e96d88 This reapplies r207130 with an additional testcase+and a missing check for by Adrian Prantl · 11 years ago
  86. 680311d Revert "This reapplies r207130 with an additional testcase+and a missing check for" by Adrian Prantl · 11 years ago
  87. 50e7ba1 This reapplies r207130 with an additional testcase+and a missing check for by Adrian Prantl · 11 years ago
  88. ab6ab3c Revert "Debug info for optimized code: Support variables that are on the stack and" by Adrian Prantl · 11 years ago
  89. f28f471 Debug info for optimized code: Support variables that are on the stack and by Adrian Prantl · 11 years ago
  90. 8677f2f [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 11 years ago
  91. 864c531 Use unique_ptr to handle ownership of UserValues in LiveDebugVariablesImpl by David Blaikie · 11 years ago
  92. 4ba8443 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
  93. 92fca73 Switch a number of loops in lib/CodeGen over to range-based for-loops, now that by Owen Anderson · 11 years ago
  94. bf63022 Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing by Owen Anderson · 11 years ago
  95. f4ec8bf [Layering] Move DebugInfo.h into the IR library where its implementation by Chandler Carruth · 11 years ago
  96. d628f19 [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. by Benjamin Kramer · 11 years ago
  97. b88a94f Remove capability for polymorphic destruction from LexicalScope by Eric Christopher · 12 years ago
  98. 1f12b50 Grammar. by Eric Christopher · 12 years ago
  99. 4f3b5e8 Represent RegUnit liveness with LiveRange instance by Matthias Braun · 12 years ago
  100. 331de11 Rename LiveRange to LiveInterval::Segment by Matthias Braun · 12 years ago