- 522ad74 Remove DW_AT_start_scope support. It is incomplete and superseeded by location entries support. by Devang Patel · 15 years ago
- 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
- 7387345 Add 118023 back, but with proper spelling for .uleb128/.sleb128. by Rafael Espindola · 15 years ago
- 537ebea Revert previous patch. Some targets don't support uleb and say they do :-( by Rafael Espindola · 15 years ago
- 40f6514 MCize. by Rafael Espindola · 15 years ago
- c882104 Simplify. by Devang Patel · 15 years ago
- 4d7f9a0 Ignore empty blocks. by Devang Patel · 15 years ago
- 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
- 3cabc9d Technically DIFile scope should also be handled here. by Devang Patel · 15 years ago
- cbbe287 s/beginScope/beginInstruction/g s/endScope/endInstruction/g by Devang Patel · 15 years ago
- a568d66 For statistics that are only used in functions declared in !NDEBUG, wrap the by Nick Lewycky · 15 years ago
- 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
- b2bada3 Line number 0 indicates there is no source line/file name info available for this construct. by Devang Patel · 15 years ago
- 7b172c6 Provie a clearner interface so that FE can decide whether a function has prototype or not. by Devang Patel · 15 years ago
- d6747df Add support for DW_TAG_unspecified_parameters. by Devang Patel · 15 years ago
- 21ea1d5 Add support to let FE mark explict methods as explict in debug info. by Devang Patel · 15 years ago
- 2b2de24 Nuke trailing whitespace. by Jim Grosbach · 15 years ago
- 3cf763d Let FE mark a variable as artificial variable. by Devang Patel · 15 years ago
- 1a30123 Add support to let FE encode method access specifier. by Devang Patel · 15 years ago
- 2a36160 Assign DW_ACCESS_public accessibility attribute to members by default. by Devang Patel · 15 years ago
- 3609eb0 Removed a bunch of unnecessary target_link_libraries. by Oscar Fuentes · 15 years ago
- 1a7ca03 Provide an interface to let FEs anchor debug info for types. by Devang Patel · 15 years ago
- ee70fa7 Remove dead argument. by Devang Patel · 15 years ago
- 8048ebe the latest assembler that runs on powerpc 10.4 machines doesn't by Chris Lattner · 15 years ago
- be90c3a Use DW_OP_fbreg when offset is based on frame register. by Devang Patel · 15 years ago
- 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
- 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 15 years ago
- 12ea765 Fix linux/msvc build, move include. by Benjamin Kramer · 15 years ago
- 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 15 years ago
- dfe254b add a comment about where this should eventually move. by Chris Lattner · 15 years ago
- a660be7 There is no need to use .set here. Thanks Chris! by Devang Patel · 15 years ago
- b1fcfbe Fix .debug_range for linux. Patch by Krister Wombell. by Devang Patel · 15 years ago
- ae84d5b Use absolute label for DW_AT_stmt_list if a target does not prefer offset here. by Devang Patel · 15 years ago
- 0b48ead Reapply r112623. Included additional check for unused byval argument. by Devang Patel · 15 years ago
- 81b79b5 Revert r112623. It is causing self host build failures. by Devang Patel · 15 years ago
- 8480c2e Remember byval argument's frame index during argument lowering and use this info to emit debug info. by Devang Patel · 15 years ago
- 9e3bd2c Simplify. by Devang Patel · 15 years ago
- 61c70e9 remove unions from LLVM IR. They are severely buggy and not by Chris Lattner · 15 years ago
- af608bd Revert r107202. It is not adding any value. by Devang Patel · 15 years ago
- 0c4720c Handle qualified constants that are directly folded by FE. PR 7920. by Devang Patel · 15 years ago
- 55ae515 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 15 years ago
- 3d7ff08 Improve whitespace. by Bill Wendling · 15 years ago
- 0b95fdb Until uleb/sleb are MC-ized, add a hack to make them work with ELF object by Eli Friedman · 15 years ago
- e7e5a0f Do not forget debug info for enums. Use named mdnode to keep track of these types. by Devang Patel · 15 years ago
- 2936807 Handle TAG_constant for integers. by Devang Patel · 15 years ago
- ecbd8e8 Simplify. by Devang Patel · 15 years ago
- 85e9580 Drop "const". It does not add value here. by Devang Patel · 15 years ago
- 9fa539c Do not include file static variable in pubnames list. by Devang Patel · 15 years ago
- 02ecdef Undo accidental commit. by Devang Patel · 15 years ago
- 450b793 Simplify. Avoid redundant checks. by Devang Patel · 15 years ago
- 2739896 Refactor. by Devang Patel · 15 years ago
- 8bd11de Refactoring. Update DbgVarible to handle queries itself. by Devang Patel · 15 years ago
- 8162574 It is ok, and convenient, to pass descriptors by value. by Devang Patel · 15 years ago
- e03161c Rename a method. by Devang Patel · 15 years ago
- 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
- 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
- 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
- 5573a7d Use location entry only of the location described by DBG_VALUE is valid. by Devang Patel · 15 years ago
- a54e0cc Fix typo in comment. by Devang Patel · 15 years ago
- 9f6a6862 Change this llvm_unreachable to report_fatal_error, since it can by Dan Gohman · 15 years ago
- 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
- e9a1cca Free DbgScope created for dead functions. by Devang Patel · 15 years ago
- 57dba1c Reference the personalities. Don't copy them into a new vector. by Bill Wendling · 15 years ago
- 3703235 It is FE's responsibility to emit proper directory name. by Devang Patel · 15 years ago
- 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
- 5f2f69b Revert r109262. by Devang Patel · 15 years ago
- f83f425 IF directory name is empty then try to extract one using absolute file name. by Devang Patel · 15 years ago
- 9172900 For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumb by Jim Grosbach · 15 years ago
- 1e20b96 80 column and trailing whitespace cleanup by Jim Grosbach · 15 years ago
- 872814a Disallow null as a named metadata operand. by Dan Gohman · 15 years ago
- 0db4271 Correct line info for declarations/definitions. Radar 8063111. by Stuart Hastings · 15 years ago
- 8b3a6b6 Fix PR 7662. by Devang Patel · 15 years ago
- d73ada7 Target: Give the TargetAsmParser access to the TargetMachine. by Daniel Dunbar · 15 years ago
- 9fbb37e MC: Move several clients to using AsmParser constructor function. by Daniel Dunbar · 15 years ago
- 7490896 Use isPrologLabel() instead of checking the opcode directly. by Bill Wendling · 15 years ago
- dc86704 Consider this function: by Bill Wendling · 15 years ago
- 7431bea Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and by Bill Wendling · 15 years ago
- 04c528a Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway. by Jakob Stoklund Olesen · 15 years ago
- b5b73c4 a more graceful fix for test/Other/inline-asm-newline-terminator.ll, by Chris Lattner · 15 years ago
- 99cfb69 Reverting r107918 and r107919. Radar 8063111. by Stuart Hastings · 15 years ago
- 0afbf23 Relax assertion. In optimized code, it is possible that first instruction is coming from a inlined function. by Devang Patel · 15 years ago
- c0e2639 Fix decl/def debug info for template functions. Radar 8063111. by Stuart Hastings · 15 years ago
- 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
- 8aa6147 One MDNode may be used to create regular DIE as well as abstract DIE. by Devang Patel · 15 years ago
- 869aa46 Rename couple of maps. by Devang Patel · 15 years ago
- 6140962 80 cols. by Devang Patel · 15 years ago
- f1e309e Propagate the AlignStack bit in InlineAsm's to the by Dale Johannesen · 15 years ago
- eabd735 Make the "linker_private" linkage type emit a non-weak symbol to the file. It by Bill Wendling · 15 years ago
- 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 15 years ago
- 7fb231c Do not require line number entry for undefined local variable. by Devang Patel · 15 years ago
- 9186fa6 MC: Pass the target instance to the AsmParser constructor. by Daniel Dunbar · 15 years ago
- dd2ad84 Trailing whitespace. by Mikhail Glushenkov · 15 years ago
- 90e19aa Do not construct DIE for already processed MDNode. by Devang Patel · 15 years ago
- 1d68d21 Add variables into a scope before constructing scope DIE otherwise variables won't be included DIE tree. by Devang Patel · 15 years ago
- 07d3177 Revert r107205 and r107207. by Bill Wendling · 15 years ago
- e025e96 Print InlinedAt location. by Devang Patel · 15 years ago
- 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 15 years ago
- 1e4782d Do not hardcode DW_AT_stmt_list value. Inspired by Artur Pietrek. by Devang Patel · 15 years ago
- 9b93b6b Use DW_FORM_addr for DW_AT_entry_pc. by Devang Patel · 15 years ago
- 0dd4558 Include inlined function in list of processed subprograms. by Devang Patel · 15 years ago