1. 522ad74 Remove DW_AT_start_scope support. It is incomplete and superseeded by location entries support. by Devang Patel · 15 years ago
  2. 6236704 Take care of special characters while creating named MDNode name to hold function specific local variable's info. by Devang Patel · 15 years ago
  3. 7387345 Add 118023 back, but with proper spelling for .uleb128/.sleb128. by Rafael Espindola · 15 years ago
  4. 537ebea Revert previous patch. Some targets don't support uleb and say they do :-( by Rafael Espindola · 15 years ago
  5. 40f6514 MCize. by Rafael Espindola · 15 years ago
  6. c882104 Simplify. by Devang Patel · 15 years ago
  7. 4d7f9a0 Ignore empty blocks. by Devang Patel · 15 years ago
  8. bc2bb9b Do not work too hard to find type's file info. There is a special field to record file info. by Devang Patel · 15 years ago
  9. 3cabc9d Technically DIFile scope should also be handled here. by Devang Patel · 15 years ago
  10. cbbe287 s/beginScope/beginInstruction/g s/endScope/endInstruction/g by Devang Patel · 15 years ago
  11. a568d66 For statistics that are only used in functions declared in !NDEBUG, wrap the by Nick Lewycky · 15 years ago
  12. 9a31f0f Add simple counter to count no. of basic blocks without any line number information. At -O0, these basic block coule cause less than optimial debugging experience. by Devang Patel · 15 years ago
  13. b2bada3 Line number 0 indicates there is no source line/file name info available for this construct. by Devang Patel · 15 years ago
  14. 7b172c6 Provie a clearner interface so that FE can decide whether a function has prototype or not. by Devang Patel · 15 years ago
  15. d6747df Add support for DW_TAG_unspecified_parameters. by Devang Patel · 15 years ago
  16. 21ea1d5 Add support to let FE mark explict methods as explict in debug info. by Devang Patel · 15 years ago
  17. 2b2de24 Nuke trailing whitespace. by Jim Grosbach · 15 years ago
  18. 3cf763d Let FE mark a variable as artificial variable. by Devang Patel · 15 years ago
  19. 1a30123 Add support to let FE encode method access specifier. by Devang Patel · 15 years ago
  20. 2a36160 Assign DW_ACCESS_public accessibility attribute to members by default. by Devang Patel · 15 years ago
  21. 3609eb0 Removed a bunch of unnecessary target_link_libraries. by Oscar Fuentes · 15 years ago
  22. 1a7ca03 Provide an interface to let FEs anchor debug info for types. by Devang Patel · 15 years ago
  23. ee70fa7 Remove dead argument. by Devang Patel · 15 years ago
  24. 8048ebe the latest assembler that runs on powerpc 10.4 machines doesn't by Chris Lattner · 15 years ago
  25. be90c3a Use DW_OP_fbreg when offset is based on frame register. by Devang Patel · 15 years ago
  26. 1905a18 If FE forgot to provide a file name (usually it uses "stdin" as name in such situation) then make one up to ensure that debug info is not malformed. by Devang Patel · 15 years ago
  27. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 15 years ago
  28. 12ea765 Fix linux/msvc build, move include. by Benjamin Kramer · 15 years ago
  29. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 15 years ago
  30. dfe254b add a comment about where this should eventually move. by Chris Lattner · 15 years ago
  31. a660be7 There is no need to use .set here. Thanks Chris! by Devang Patel · 15 years ago
  32. b1fcfbe Fix .debug_range for linux. Patch by Krister Wombell. by Devang Patel · 15 years ago
  33. ae84d5b Use absolute label for DW_AT_stmt_list if a target does not prefer offset here. by Devang Patel · 15 years ago
  34. 0b48ead Reapply r112623. Included additional check for unused byval argument. by Devang Patel · 15 years ago
  35. 81b79b5 Revert r112623. It is causing self host build failures. by Devang Patel · 15 years ago
  36. 8480c2e Remember byval argument's frame index during argument lowering and use this info to emit debug info. by Devang Patel · 15 years ago
  37. 9e3bd2c Simplify. by Devang Patel · 15 years ago
  38. 61c70e9 remove unions from LLVM IR. They are severely buggy and not by Chris Lattner · 15 years ago
  39. af608bd Revert r107202. It is not adding any value. by Devang Patel · 15 years ago
  40. 0c4720c Handle qualified constants that are directly folded by FE. PR 7920. by Devang Patel · 15 years ago
  41. 55ae515 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 15 years ago
  42. 3d7ff08 Improve whitespace. by Bill Wendling · 15 years ago
  43. 0b95fdb Until uleb/sleb are MC-ized, add a hack to make them work with ELF object by Eli Friedman · 15 years ago
  44. e7e5a0f Do not forget debug info for enums. Use named mdnode to keep track of these types. by Devang Patel · 15 years ago
  45. 2936807 Handle TAG_constant for integers. by Devang Patel · 15 years ago
  46. ecbd8e8 Simplify. by Devang Patel · 15 years ago
  47. 85e9580 Drop "const". It does not add value here. by Devang Patel · 15 years ago
  48. 9fa539c Do not include file static variable in pubnames list. by Devang Patel · 15 years ago
  49. 02ecdef Undo accidental commit. by Devang Patel · 15 years ago
  50. 450b793 Simplify. Avoid redundant checks. by Devang Patel · 15 years ago
  51. 2739896 Refactor. by Devang Patel · 15 years ago
  52. 8bd11de Refactoring. Update DbgVarible to handle queries itself. by Devang Patel · 15 years ago
  53. 8162574 It is ok, and convenient, to pass descriptors by value. by Devang Patel · 15 years ago
  54. e03161c Rename a method. by Devang Patel · 15 years ago
  55. 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  56. 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  57. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  58. 5573a7d Use location entry only of the location described by DBG_VALUE is valid. by Devang Patel · 15 years ago
  59. a54e0cc Fix typo in comment. by Devang Patel · 15 years ago
  60. 9f6a6862 Change this llvm_unreachable to report_fatal_error, since it can by Dan Gohman · 15 years ago
  61. b2cf581 If a variable is spilled by code generator then use DW_OP_fbreg to describe its location on stack. by Devang Patel · 15 years ago
  62. e9a1cca Free DbgScope created for dead functions. by Devang Patel · 15 years ago
  63. 57dba1c Reference the personalities. Don't copy them into a new vector. by Bill Wendling · 15 years ago
  64. 3703235 It is FE's responsibility to emit proper directory name. by Devang Patel · 15 years ago
  65. 2f58485 Use current working directory when Dirname is empty. This only happens when absolute source file path is used on compiler command line. by Devang Patel · 15 years ago
  66. 5f2f69b Revert r109262. by Devang Patel · 15 years ago
  67. f83f425 IF directory name is empty then try to extract one using absolute file name. by Devang Patel · 15 years ago
  68. 9172900 For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumb by Jim Grosbach · 15 years ago
  69. 1e20b96 80 column and trailing whitespace cleanup by Jim Grosbach · 15 years ago
  70. 872814a Disallow null as a named metadata operand. by Dan Gohman · 15 years ago
  71. 0db4271 Correct line info for declarations/definitions. Radar 8063111. by Stuart Hastings · 15 years ago
  72. 8b3a6b6 Fix PR 7662. by Devang Patel · 15 years ago
  73. d73ada7 Target: Give the TargetAsmParser access to the TargetMachine. by Daniel Dunbar · 15 years ago
  74. 9fbb37e MC: Move several clients to using AsmParser constructor function. by Daniel Dunbar · 15 years ago
  75. 7490896 Use isPrologLabel() instead of checking the opcode directly. by Bill Wendling · 15 years ago
  76. dc86704 Consider this function: by Bill Wendling · 15 years ago
  77. 7431bea Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and by Bill Wendling · 15 years ago
  78. 04c528a Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway. by Jakob Stoklund Olesen · 15 years ago
  79. b5b73c4 a more graceful fix for test/Other/inline-asm-newline-terminator.ll, by Chris Lattner · 15 years ago
  80. 99cfb69 Reverting r107918 and r107919. Radar 8063111. by Stuart Hastings · 15 years ago
  81. 0afbf23 Relax assertion. In optimized code, it is possible that first instruction is coming from a inlined function. by Devang Patel · 15 years ago
  82. c0e2639 Fix decl/def debug info for template functions. Radar 8063111. by Stuart Hastings · 15 years ago
  83. ca76f6f Reuse DIEInteger for 1. This is frequently used while emitting an attribute using dwarf::DW_FORM_flag form. by Devang Patel · 15 years ago
  84. 8aa6147 One MDNode may be used to create regular DIE as well as abstract DIE. by Devang Patel · 15 years ago
  85. 869aa46 Rename couple of maps. by Devang Patel · 15 years ago
  86. 6140962 80 cols. by Devang Patel · 15 years ago
  87. f1e309e Propagate the AlignStack bit in InlineAsm's to the by Dale Johannesen · 15 years ago
  88. eabd735 Make the "linker_private" linkage type emit a non-weak symbol to the file. It by Bill Wendling · 15 years ago
  89. 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 15 years ago
  90. 7fb231c Do not require line number entry for undefined local variable. by Devang Patel · 15 years ago
  91. 9186fa6 MC: Pass the target instance to the AsmParser constructor. by Daniel Dunbar · 15 years ago
  92. dd2ad84 Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  93. 90e19aa Do not construct DIE for already processed MDNode. by Devang Patel · 15 years ago
  94. 1d68d21 Add variables into a scope before constructing scope DIE otherwise variables won't be included DIE tree. by Devang Patel · 15 years ago
  95. 07d3177 Revert r107205 and r107207. by Bill Wendling · 15 years ago
  96. e025e96 Print InlinedAt location. by Devang Patel · 15 years ago
  97. 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 15 years ago
  98. 1e4782d Do not hardcode DW_AT_stmt_list value. Inspired by Artur Pietrek. by Devang Patel · 15 years ago
  99. 9b93b6b Use DW_FORM_addr for DW_AT_entry_pc. by Devang Patel · 15 years ago
  100. 0dd4558 Include inlined function in list of processed subprograms. by Devang Patel · 15 years ago