1. 9d419d3 [CodeGen] Rename functions PrintReg* to printReg* by Francis Visoiu Mistrih · 8 years ago
  2. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  3. 3f833ed Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering by David Blaikie · 8 years ago
  4. 1be62f0 Move TargetFrameLowering.h to CodeGen where it's implemented by David Blaikie · 8 years ago
  5. 615eb47 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
  6. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  7. fdf9bf4 CodeGen: Minor cleanups to use MachineInstr::getMF. NFC by Justin Bogner · 8 years ago
  8. 5df3d89 [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  9. 7db6b5e Retire the llvm.dbg.mir hack after r311594. by Adrian Prantl · 8 years ago
  10. 83ca4fc Update LiveDebugValues to generate DIExpressions for spill offsets by Adrian Prantl · 8 years ago
  11. 359846f Remove the unused offset field from LiveDebugValues (NFC) by Adrian Prantl · 8 years ago
  12. 8b9bb53 Remove the unused offset from DBG_VALUE (NFC) by Adrian Prantl · 8 years ago
  13. e018bbd Fixing an issue with the initialization of LexicalScopes objects when mixing debug by Wolfgang Pieb · 8 years ago
  14. 1527baa CodeGen: Rename DEBUG_TYPE to match passnames by Matthias Braun · 8 years ago
  15. ea8880b LiveDebugValues: Assume calls never clobber SP. by Adrian Prantl · 9 years ago
  16. 399dcfa Reapply r294532, reverted in r294787. by Wolfgang Pieb · 9 years ago
  17. ee0b0ec Revert r294532, it caused PR31935 by Nico Weber · 9 years ago
  18. 458b4e7 Reapply r294356 ("Keep track of spilled variables in LiveDebugValues"). by Wolfgang Pieb · 9 years ago
  19. a3bc043 Revert r294356, "DebugInfo: Track spilled variables in LiveDebugValues" by NAKAMURA Takumi · 9 years ago
  20. 02f3293 DebugInfo: Track spilled variables in LiveDebugValues by Wolfgang Pieb · 9 years ago
  21. 194ded5 Use print() instead of dump() in code by Matthias Braun · 9 years ago
  22. 7f5866c Teach LiveDebugValues about lexical scopes. by Adrian Prantl · 9 years ago
  23. 83ebef5 Propagate DBG_VALUE entries when there are unvisited predecessors by Keith Walker · 9 years ago
  24. f83a19f Improve the -debug output for Debug Range Extension (NFC) by Keith Walker · 9 years ago
  25. 1eb4736 MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compute it by Matthias Braun · 9 years ago
  26. 4dea8f5 Avoid duplicated map lookups. No functionality change intended. by Benjamin Kramer · 9 years ago
  27. b1630a1 Make LiveDebugValues preserve CFG by Matt Arsenault · 9 years ago
  28. 7509d54 PR26055: Speed up LiveDebugValues::transferDebugValue() by Adrian Prantl · 9 years ago
  29. aa9d6c3 Undo a suboptimal clang-format decision. NFC by Adrian Prantl · 9 years ago
  30. 0069873 Work around an MSVC compiler issue in r270776. by Adrian Prantl · 9 years ago
  31. 6ee02c7 PR26055: Speed up LiveDebugValues by replacing lists with bitvectors. by Adrian Prantl · 9 years ago
  32. b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
  33. 2886580 Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.h by Reid Kleckner · 10 years ago
  34. ad154c8 Introduce MachineFunctionProperties and the AllVRegsAllocated property by Derek Schuff · 10 years ago
  35. f6f04f8 Consider regmasks when computing register-based DBG_VALUE live ranges by Reid Kleckner · 10 years ago
  36. 7256059 Speed up LiveDebugValues by Daniel Berlin · 10 years ago
  37. ca4d93a Don't use random class variables across functions by Daniel Berlin · 10 years ago
  38. 117b104 [LiveDebugValues] Replace several lines of code with operator[]. by Alexey Samsonov · 10 years ago
  39. 859ad29 Recommit LiveDebugValues pass after fixing a couple of minor issues. by Vikram TV · 10 years ago
  40. 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
  41. 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