1. dc817b6 Non-functionality changes: by Bill Wendling · 16 years ago
  2. ad9c278 Print out nicer dump info for DIDescriptor. by Bill Wendling · 16 years ago
  3. 9a38e3e Revert 71165. It did more than just revert 71158 and it introduced by Dan Gohman · 16 years ago
  4. 5b8479c Temporarily revert r71158. It was causing a failure during a full bootstrap: by Bill Wendling · 16 years ago
  5. 16de013 Add dump method to DIDescriptor. by Bill Wendling · 16 years ago
  6. e3f6cea Do not require variable debug info nodes to have a compile unit. by Chris Lattner · 16 years ago
  7. 77eaa68 -Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDebugInfo by Argyrios Kyrtzidis · 16 years ago
  8. af5b6bb Add a method to check that the subprogram holds debug info for the given Function or not. by Devang Patel · 16 years ago
  9. 25cb0d7 by Devang Patel · 16 years ago
  10. 0582ae9 Oops...I committed too much. by Bill Wendling · 16 years ago
  11. c7a09ab Temporarily XFAIL this test. by Bill Wendling · 16 years ago
  12. ff7d0e9 Global variables don't have a corresponding llvm.dbg.declare, yet it is possible by Torok Edwin · 16 years ago
  13. ccbdc7a Pass in a std::string when getting the names of debugging things. This cuts down by Bill Wendling · 16 years ago
  14. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
  15. d8e880c If compile unit's language is not set then don't crash while dump'ing compile unit. by Devang Patel · 16 years ago
  16. 13319ce The debugger sometimes lookup dynamically in the runtime to find ivar info of any Objective-C classes. It would be very helpful to debugger if the compiler encodes runtime version number in DWARF. by Devang Patel · 16 years ago
  17. 36375ee Emit debug info for bitfields. by Devang Patel · 16 years ago
  18. dd9db66 by Devang Patel · 17 years ago
  19. bf3f5a0 Add dump() routines to help debug debug info :) by Devang Patel · 17 years ago
  20. 3b64c6b Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_flags. by Devang Patel · 17 years ago
  21. 6906ba5 Need only one set of debug info versions enum. by Devang Patel · 17 years ago
  22. b79b535 Verify debug info. by Devang Patel · 17 years ago
  23. 486938f Add classof() methods to support isa<> and other related facilities. by Devang Patel · 17 years ago
  24. a22d57d Add classof() methods so that dwarf writer can decide what DIDescriptor is in its hand. by Devang Patel · 17 years ago
  25. 68afdc3 Construct array/vector type DIEs using DebugInfo. by Devang Patel · 17 years ago
  26. 854967e by Devang Patel · 17 years ago
  27. 620f280 Add utility functions to search for DbgStopPointInst corresponding to an by Torok Edwin · 17 years ago
  28. a70c68e use different name for parameter to make it clear that we set DIDescriptor::GV by Torok Edwin · 17 years ago
  29. b07fbd9 Fix getFieldAs() to use the parameter instead of 6. by Torok Edwin · 17 years ago
  30. 497a7a8 Move getCastToEmpty out of DIDescriptor into DIFactory. It is an by Chris Lattner · 17 years ago
  31. a45664f Add a new set of helper classes for creating and reading debug by Chris Lattner · 17 years ago