1. 261cc19 Accidently dropped this while removing dead code in previous commit. by Devang Patel · 15 years ago
  2. 0a4afb6 Remove dead code. by Devang Patel · 15 years ago
  3. 93a65b2 Struct types are described using field types only. by Devang Patel · 15 years ago
  4. 1dbc771 s/MainCU/ModuleCU/g by Devang Patel · 15 years ago
  5. 70f4426 Multiple DW_TAG_compile_unit is not used, afaict, on any target. by Devang Patel · 15 years ago
  6. 13e16b6 by Devang Patel · 15 years ago
  7. 208622d Simplify. by Devang Patel · 15 years ago
  8. 04c05f7 Down with statics! by Owen Anderson · 15 years ago
  9. b839c3f simplify macro debug info directive handling. by Chris Lattner · 15 years ago
  10. c223082 Use MainCU if it is available. by Devang Patel · 15 years ago
  11. 11a407f Gracefully handle imbalanced inline function begin and end markers. by Devang Patel · 15 years ago
  12. daf9e02 llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block in a function. If that happens then any basic block that follows (lexically) the block with regin.end will not have scope info available. LexicalScopeStack relies on processing basic block in CFG order, but this processing order is not guaranteed. Things get complicated when the optimizer gets a chance to optimizer IR with dbg intrinsics. by Devang Patel · 15 years ago
  13. 9217f79 Clear AbstractInstanceRootMap at the end of the function. by Devang Patel · 15 years ago
  14. c965ee2 Remove some unnecessary #includes. by Dan Gohman · 15 years ago
  15. 8fff19b Accidental commit. This isn't ready for prime time just yet. by Bill Wendling · 15 years ago
  16. 51b16f4 Untabification. by Bill Wendling · 15 years ago
  17. 39dd696 Minor code cleanup. No functionality change. by Bill Wendling · 15 years ago
  18. 1795616 Merge 'ConstructFunctionDbgScope' and 'ConstructAbstractDbgScope'. by Bill Wendling · 15 years ago
  19. 995f80a Rename 'New*' methods to 'Create*' to be consistent. 'NewString' isn't used. by Bill Wendling · 15 years ago
  20. 829e67b Add comment for emit section. by Bill Wendling · 15 years ago
  21. 94d04b8 Move 'Emit' methods down to their own place. by Bill Wendling · 15 years ago
  22. f0fb987 Revert r72192. It was causing a build failure. by Bill Wendling · 15 years ago
  23. 63ad10c Do some mechanical changes. Combine the 'construct abastract dbg thingy' in with by Bill Wendling · 15 years ago
  24. 1180c78 Don't set the "location" information for inlined functions' variables. by Bill Wendling · 15 years ago
  25. cde5d63 Small code cleanup. by Bill Wendling · 15 years ago
  26. 6679ee4 RecordVariable is called each time a DECLARE node is encountered. For an inlined by Bill Wendling · 15 years ago
  27. 0310d76 Split out the DwarfDebug module from the DwarfWriter module. by Bill Wendling · 16 years ago