| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix Visual Studio 2008 build failure. | Devang Patel | 2009-04-21 | 1 | -3/+3 |
| * | s/RootDbgScope/FunctionDbgScope/g | Devang Patel | 2009-04-15 | 1 | -13/+13 |
| * | Check isInlinedSubroutine() before creating DW_TAG_inlined_subroutine. | Devang Patel | 2009-04-15 | 1 | -1/+2 |
| * | Construct and emit DW_TAG_inlined_subroutine DIEs for inlined subroutine scop... | Devang Patel | 2009-04-15 | 2 | -77/+189 |
| * | Right now, Debugging information to encode scopes (DW_TAG_lexical_block) reli... | Devang Patel | 2009-04-13 | 1 | -3/+8 |
| * | Reapply 68847. | Devang Patel | 2009-04-13 | 1 | -3/+127 |
| * | Add a new "available_externally" linkage type. This is intended | Chris Lattner | 2009-04-13 | 2 | -1/+6 |
| * | Revert r68847. It breaks the build on non-Darwin targets, with this message | Dan Gohman | 2009-04-11 | 1 | -124/+3 |
| * | Keep track of inlined functions and their locations. This information is coll... | Devang Patel | 2009-04-11 | 1 | -3/+124 |
| * | Pass in the std::string parameter instead of returning it by value. | Bill Wendling | 2009-04-10 | 2 | -25/+28 |
| * | Constify getter methods. | Bill Wendling | 2009-04-10 | 2 | -2/+3 |
| * | StringMap<DIE*>::iterator::first() returns a pointer to the first character of | Bill Wendling | 2009-04-09 | 2 | -4/+8 |
| * | Use a StringMap instead of std::map for storing std::string->DIE* maps. This | Bill Wendling | 2009-04-09 | 1 | -10/+10 |
| * | If subprogram type is not tagged as DW_TAG_subroutine_type then use it direct... | Devang Patel | 2009-04-08 | 1 | -2/+3 |
| * | change printStringChar to emit characters as unsigned char instead of char, | Chris Lattner | 2009-04-08 | 1 | -9/+5 |
| * | CodeGen still defaults to non-verbose asm, but llc now overrides it and defau... | Evan Cheng | 2009-03-25 | 2 | -6/+17 |
| * | Do not ignore DW_TAG_class_type! | Devang Patel | 2009-03-25 | 1 | -0/+1 |
| * | Do not emit comments unless -asm-verbose. | Evan Cheng | 2009-03-24 | 1 | -93/+150 |
| * | Fix internal representation of fp80 to be the | Dale Johannesen | 2009-03-23 | 1 | -8/+8 |
| * | For inline asm output operand that matches an input. Encode the input operand... | Evan Cheng | 2009-03-20 | 1 | -1/+1 |
| * | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng | 2009-03-13 | 1 | -31/+53 |
| * | Oops...I committed too much. | Bill Wendling | 2009-03-13 | 1 | -25/+40 |
| * | Temporarily XFAIL this test. | Bill Wendling | 2009-03-13 | 1 | -40/+25 |
| * | Put the assignment back at the top of this method. | Bill Wendling | 2009-03-11 | 1 | -2/+2 |
| * | Make ivars private. Other cleanup. No functionality change. | Bill Wendling | 2009-03-10 | 1 | -59/+27 |
| * | Just make the Dwarf timer group static inside of the getter function. No need... | Bill Wendling | 2009-03-10 | 1 | -7/+5 |
| * | Don't put static functions in anonymous namespace. | Bill Wendling | 2009-03-10 | 1 | -4/+0 |
| * | These should *stop* the timer, not start it again. | Bill Wendling | 2009-03-10 | 1 | -2/+2 |
| * | - Fix misspelled method name. | Bill Wendling | 2009-03-10 | 1 | -11/+5 |
| * | - Create GetOrCreateSourceID from getOrCreateSourceID. GetOrCreateSourceID is | Bill Wendling | 2009-03-10 | 1 | -79/+82 |
| * | Refine the Dwarf writer timers so that they measure exception writing and debug | Bill Wendling | 2009-03-10 | 1 | -143/+169 |
| * | Add a timer to the DwarfWriter pass that measures the total time it takes to | Bill Wendling | 2009-03-10 | 1 | -8/+110 |
| * | wire up support for emitting "special" values from inline asm | Chris Lattner | 2009-03-10 | 1 | -1/+20 |
| * | just remove the use_empty() check entirely, the only reason it | Chris Lattner | 2009-03-09 | 1 | -14/+8 |
| * | Make the code generator rip of dead constant expr uses before deciding | Chris Lattner | 2009-03-09 | 1 | -10/+16 |
| * | Pass in a std::string when getting the names of debugging things. This cuts down | Bill Wendling | 2009-03-09 | 1 | -20/+37 |
| * | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -7/+10 |
| * | It is possible that subprgoram definition is only encoding return value direc... | Devang Patel | 2009-02-27 | 1 | -2/+6 |
| * | Print variable's display name in dwarf DIE. | Devang Patel | 2009-02-25 | 1 | -1/+1 |
| * | Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob... | Evan Cheng | 2009-02-25 | 1 | -316/+395 |
| * | Overhaul my earlier submission due to feedback. It's a large patch, but most of | Bill Wendling | 2009-02-24 | 1 | -2/+2 |
| * | gdb uses DW_AT_prototyped to identify K&R style in C based languages. | Devang Patel | 2009-02-24 | 1 | -0/+5 |
| * | If there is not any debug info available for any global variables and any sub... | Devang Patel | 2009-02-24 | 1 | -13/+26 |
| * | Drop bunch of half-working stuff in the ext_weak linkage support. | Anton Korobeynikov | 2009-02-21 | 1 | -10/+0 |
| * | - Early exit a nested block. | Bill Wendling | 2009-02-20 | 1 | -23/+27 |
| * | Add an accessor method to DwarfWriter to tell of debugging info should be emi... | Bill Wendling | 2009-02-20 | 1 | -5/+11 |
| * | The subprogram die may not exist while creating "default" scope. | Devang Patel | 2009-02-18 | 1 | -1/+4 |
| * | The debugger sometimes lookup dynamically in the runtime to find ivar info of... | Devang Patel | 2009-02-17 | 1 | -0/+6 |
| * | Emit debug info for bitfields. | Devang Patel | 2009-02-17 | 1 | -1/+18 |
| * | Validate file id. | Devang Patel | 2009-02-10 | 1 | -0/+3 |