1. ea8880b LiveDebugValues: Assume calls never clobber SP. by Adrian Prantl · 9 years ago
  2. 399dcfa Reapply r294532, reverted in r294787. by Wolfgang Pieb · 9 years ago
  3. ee0b0ec Revert r294532, it caused PR31935 by Nico Weber · 9 years ago
  4. 458b4e7 Reapply r294356 ("Keep track of spilled variables in LiveDebugValues"). by Wolfgang Pieb · 9 years ago
  5. a3bc043 Revert r294356, "DebugInfo: Track spilled variables in LiveDebugValues" by NAKAMURA Takumi · 9 years ago
  6. 02f3293 DebugInfo: Track spilled variables in LiveDebugValues by Wolfgang Pieb · 9 years ago
  7. 194ded5 Use print() instead of dump() in code by Matthias Braun · 9 years ago
  8. 7f5866c Teach LiveDebugValues about lexical scopes. by Adrian Prantl · 9 years ago
  9. 83ebef5 Propagate DBG_VALUE entries when there are unvisited predecessors by Keith Walker · 9 years ago
  10. f83a19f Improve the -debug output for Debug Range Extension (NFC) by Keith Walker · 9 years ago
  11. 1eb4736 MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compute it by Matthias Braun · 9 years ago
  12. 4dea8f5 Avoid duplicated map lookups. No functionality change intended. by Benjamin Kramer · 9 years ago
  13. b1630a1 Make LiveDebugValues preserve CFG by Matt Arsenault · 9 years ago
  14. 7509d54 PR26055: Speed up LiveDebugValues::transferDebugValue() by Adrian Prantl · 9 years ago
  15. aa9d6c3 Undo a suboptimal clang-format decision. NFC by Adrian Prantl · 9 years ago
  16. 0069873 Work around an MSVC compiler issue in r270776. by Adrian Prantl · 9 years ago
  17. 6ee02c7 PR26055: Speed up LiveDebugValues by replacing lists with bitvectors. by Adrian Prantl · 9 years ago
  18. b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
  19. 2886580 Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.h by Reid Kleckner · 10 years ago
  20. ad154c8 Introduce MachineFunctionProperties and the AllVRegsAllocated property by Derek Schuff · 10 years ago
  21. f6f04f8 Consider regmasks when computing register-based DBG_VALUE live ranges by Reid Kleckner · 10 years ago
  22. 7256059 Speed up LiveDebugValues by Daniel Berlin · 10 years ago
  23. ca4d93a Don't use random class variables across functions by Daniel Berlin · 10 years ago
  24. 117b104 [LiveDebugValues] Replace several lines of code with operator[]. by Alexey Samsonov · 10 years ago
  25. 859ad29 Recommit LiveDebugValues pass after fixing a couple of minor issues. by Vikram TV · 10 years ago
  26. ceca971 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
  27. 0876d2d 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