1. 29ce701 Fix the type signature of DwarfExpression::Add.*Constant to support values >32 bits. by Adrian Prantl · 9 years ago
  2. c321e53 Apply most suggestions of clang-tidy's performance-unnecessary-value-param by Benjamin Kramer · 9 years ago
  3. 96c9ae6 CodeGen: Do not require a MachineFunction just to create a DIEDwarfExpression. by Peter Collingbourne · 10 years ago
  4. 3e9c887 DwarfDebug: Support floating point constants in location lists. by Adrian Prantl · 10 years ago
  5. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  6. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  7. 0ebe35b Revert "[DWARF] Fix a few corner cases in expression emission" by David Blaikie · 10 years ago
  8. e34147c [DWARF] Fix a few corner cases in expression emission by Keno Fischer · 10 years ago
  9. 477300d Revert "Add bool to DebugLocDwarfExpression to control emitting comments." by Pete Cooper · 11 years ago
  10. 3552200 Add bool to DebugLocDwarfExpression to control emitting comments. by Pete Cooper · 11 years ago
  11. a9308c4 IR: Give 'DI' prefix to debug info metadata by Duncan P. N. Exon Smith · 11 years ago
  12. 60635e3 DebugInfo: Drop rest of DIDescriptor subclasses by Duncan P. N. Exon Smith · 11 years ago
  13. 76c9184 DebugInfo: Remove special iterators from DIExpression by Duncan P. N. Exon Smith · 11 years ago
  14. 5123368 Change the datatype of DwarfExpression::Emit(Un)Signed to (u)int64_t by Adrian Prantl · 11 years ago
  15. 92da14b Refactor DebugLocDWARFExpression so it doesn't require access to the by Adrian Prantl · 11 years ago
  16. 2185aa1 Revert "Refactor DebugLocDWARFExpression so it doesn't require access to the" by Adrian Prantl · 11 years ago
  17. d50bca7 Refactor DebugLocDWARFExpression so it doesn't require access to the by Adrian Prantl · 11 years ago
  18. 968cedd Revert r230930, it caused PR22747. by Nico Weber · 11 years ago
  19. e2c9e64 Refactor DebugLocDWARFExpression so it doesn't require access to the by Adrian Prantl · 11 years ago
  20. 57bab0b AsmPrinter: Take range in DwarfExpression::AddExpression(), NFC by Duncan P. N. Exon Smith · 11 years ago
  21. d49691f Fix indentation. by Adrian Prantl · 11 years ago
  22. 2585a98 Rename DIExpressionIterator to DIExpression::iterator. by Adrian Prantl · 11 years ago
  23. 531641a Make DwarfExpression use the new DIExpressionIterator. NFC. by Adrian Prantl · 11 years ago
  24. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  25. ad768c3 Debug Info: Emitting a register in DwarfExpression may fail. Report the by Adrian Prantl · 11 years ago
  26. 658676c Debug Info: Move DIEDwarfExpression into DwarfExpression.h because it by Adrian Prantl · 11 years ago
  27. 092d948 Debug Info: Move the complex expression handling (=the remainder) of by Adrian Prantl · 11 years ago
  28. 172ab66 Document, cleanup, and clang-format DwarfExpression.h by Adrian Prantl · 11 years ago
  29. 8995f5c Debug Info: Turn DIExpression::getFrameRegister() into an isFrameRegister() by Adrian Prantl · 11 years ago
  30. 66f2595 Debug Info: Move support for constants into DwarfExpression. by Adrian Prantl · 11 years ago
  31. a4c30d6 Make DwarfExpression store the AsmPrinter instead of the TargetMachine. NFC. by Adrian Prantl · 11 years ago
  32. 9cffbd8 remove extra semicolon by Adrian Prantl · 11 years ago
  33. 0fec811 Debug Info: Add a virtual destructor to DwarfExpression. by Adrian Prantl · 11 years ago
  34. 00dbc2a Debug Info: Implement DwarfUnit::addRegisterOffset using DwarfExpression. by Adrian Prantl · 11 years ago
  35. b16d9eb Debug info: Factor out the creation of DWARF expressions from AsmPrinter by Adrian Prantl · 11 years ago