1. a01d5b8 [LiveDebugValues] Extend var ranges through artificial blocks by Vedant Kumar · 7 years ago
  2. ff3a583 Clarify debug output in LiveDebugValues by Vedant Kumar · 7 years ago
  3. 7336954 Remove FrameAccess struct from hasLoadFromStackSlot by Sander de Smalen · 7 years ago
  4. 67bd0d9 Fix issue introduced by r341301 that broke buildbot. by Sander de Smalen · 7 years ago
  5. 1d40abd Extend hasStoreToStackSlot with list of FI accesses. by Sander de Smalen · 7 years ago
  6. af7b183 Remove trailing space by Fangrui Song · 7 years ago
  7. b76c453 [LiveDebugValues] Tracking copying value between registers by Petar Jovanovic · 7 years ago
  8. 0818e78 Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  9. 26b584c Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  10. 0f38c60 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
  11. 18704c2 [LiveDebugValues] recognize spilled reg killed in instruction after spill by Petar Jovanovic · 8 years ago
  12. c40df75 [LiveDebugValues] Change condition for block termination recognition by Petar Jovanovic · 8 years ago
  13. d318139 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
  14. 41b2567 Remove redundant includes from lib/CodeGen. by Michael Zolotukhin · 8 years ago
  15. accb337 [CodeGen] Rename functions PrintReg* to printReg* by Francis Visoiu Mistrih · 8 years ago
  16. e3a9b4c Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  17. 4831923 Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering by David Blaikie · 8 years ago
  18. 803f827 Move TargetFrameLowering.h to CodeGen where it's implemented by David Blaikie · 8 years ago
  19. 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
  20. 5298935 [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  21. 1842f4a CodeGen: Minor cleanups to use MachineInstr::getMF. NFC by Justin Bogner · 8 years ago
  22. 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
  23. 91ad652 Retire the llvm.dbg.mir hack after r311594. by Adrian Prantl · 8 years ago
  24. cc3f143 Update LiveDebugValues to generate DIExpressions for spill offsets by Adrian Prantl · 8 years ago
  25. b2a9fcd Remove the unused offset field from LiveDebugValues (NFC) by Adrian Prantl · 8 years ago
  26. 4df9b5f Remove the unused offset from DBG_VALUE (NFC) by Adrian Prantl · 8 years ago
  27. a6df1e5 Fixing an issue with the initialization of LexicalScopes objects when mixing debug by Wolfgang Pieb · 8 years ago
  28. 94c4904 CodeGen: Rename DEBUG_TYPE to match passnames by Matthias Braun · 8 years ago
  29. 7b7499a LiveDebugValues: Assume calls never clobber SP. by Adrian Prantl · 9 years ago
  30. 5c49cf1 Reapply r294532, reverted in r294787. by Wolfgang Pieb · 9 years ago
  31. 4a82780 Revert r294532, it caused PR31935 by Nico Weber · 9 years ago
  32. 2012b38 Reapply r294356 ("Keep track of spilled variables in LiveDebugValues"). by Wolfgang Pieb · 9 years ago
  33. 22bcc0e Revert r294356, "DebugInfo: Track spilled variables in LiveDebugValues" by NAKAMURA Takumi · 9 years ago
  34. 0956efb DebugInfo: Track spilled variables in LiveDebugValues by Wolfgang Pieb · 9 years ago
  35. 0439ed6 Use print() instead of dump() in code by Matthias Braun · 9 years ago
  36. b835e6e Teach LiveDebugValues about lexical scopes. by Adrian Prantl · 9 years ago
  37. 275a9fe Propagate DBG_VALUE entries when there are unvisited predecessors by Keith Walker · 9 years ago
  38. 4e09440 Improve the -debug output for Debug Range Extension (NFC) by Keith Walker · 9 years ago
  39. 690a3cb MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compute it by Matthias Braun · 9 years ago
  40. c22fa67 Avoid duplicated map lookups. No functionality change intended. by Benjamin Kramer · 9 years ago
  41. c9cf0c8 Make LiveDebugValues preserve CFG by Matt Arsenault · 9 years ago
  42. 514970f PR26055: Speed up LiveDebugValues::transferDebugValue() by Adrian Prantl · 9 years ago
  43. 7fc375e Undo a suboptimal clang-format decision. NFC by Adrian Prantl · 9 years ago
  44. aa8d763 Work around an MSVC compiler issue in r270776. by Adrian Prantl · 9 years ago
  45. 82629e7 PR26055: Speed up LiveDebugValues by replacing lists with bitvectors. by Adrian Prantl · 9 years ago
  46. f6071e1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  47. 13fb5a3 Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.h by Reid Kleckner · 9 years ago
  48. fadd113 Introduce MachineFunctionProperties and the AllVRegsAllocated property by Derek Schuff · 9 years ago
  49. b951e50 Consider regmasks when computing register-based DBG_VALUE live ranges by Reid Kleckner · 9 years ago
  50. d046f20 Speed up LiveDebugValues by Daniel Berlin · 10 years ago
  51. 748e8f4 Don't use random class variables across functions by Daniel Berlin · 10 years ago
  52. a1505f1 [LiveDebugValues] Replace several lines of code with operator[]. by Alexey Samsonov · 10 years ago
  53. b1415e7 Recommit LiveDebugValues pass after fixing a couple of minor issues. by Vikram TV · 10 years ago
  54. b310704 Revert "Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VALUEs at each basic block and insert them. Reviewed and accepted at: http://reviews.llvm.org/D11933" by Mehdi Amini · 10 years ago
  55. 2f351a5 Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VALUEs at each basic block and insert them. Reviewed and accepted at: http://reviews.llvm.org/D11933 by Vikram TV · 10 years ago