| Commit message (Expand) | Author | Age | Files | Lines |
* | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad | 2009-05-21 | 1 | -1/+1 |
* | Non-functionality changes: | Bill Wendling | 2009-05-14 | 1 | -110/+85 |
* | Print out nicer dump info for DIDescriptor. | Bill Wendling | 2009-05-08 | 1 | -1/+2 |
* | Revert 71165. It did more than just revert 71158 and it introduced | Dan Gohman | 2009-05-07 | 1 | -31/+1 |
* | Temporarily revert r71158. It was causing a failure during a full bootstrap: | Bill Wendling | 2009-05-07 | 1 | -1/+31 |
* | Add dump method to DIDescriptor. | Bill Wendling | 2009-05-05 | 1 | -1/+5 |
* | Do not require variable debug info nodes to have a compile unit. | Chris Lattner | 2009-05-05 | 1 | -2/+1 |
* | -Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe... | Argiris Kirtzidis | 2009-05-03 | 1 | -0/+44 |
* | Add a method to check that the subprogram holds debug info for the given Func... | Devang Patel | 2009-04-15 | 1 | -0/+13 |
* | Do not ignore DW_TAG_class_type! | Devang Patel | 2009-03-25 | 1 | -0/+1 |
* | Oops...I committed too much. | Bill Wendling | 2009-03-13 | 1 | -38/+37 |
* | Temporarily XFAIL this test. | Bill Wendling | 2009-03-13 | 1 | -37/+38 |
* | Global variables don't have a corresponding llvm.dbg.declare, yet it is possible | Edwin Török | 2009-03-10 | 1 | -0/+58 |
* | Pass in a std::string when getting the names of debugging things. This cuts down | Bill Wendling | 2009-03-09 | 1 | -14/+35 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -1/+1 |
* | If compile unit's language is not set then don't crash while dump'ing compile... | Devang Patel | 2009-02-24 | 1 | -1/+2 |
* | The debugger sometimes lookup dynamically in the runtime to find ivar info of... | Devang Patel | 2009-02-17 | 1 | -4/+8 |
* | Emit debug info for bitfields. | Devang Patel | 2009-02-17 | 1 | -3/+12 |
* | Each input file is encoded as a separate compile unit in LLVM debugging | Devang Patel | 2009-01-30 | 1 | -38/+14 |
* | Add dump() routines to help debug debug info :) | Devang Patel | 2009-01-30 | 1 | -0/+101 |
* | Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f... | Devang Patel | 2009-01-23 | 1 | -2/+6 |
* | Need only one set of debug info versions enum. | Devang Patel | 2009-01-20 | 1 | -2/+2 |
* | Verify debug info. | Devang Patel | 2009-01-19 | 1 | -0/+94 |
* | Add classof() methods to support isa<> and other related facilities. | Devang Patel | 2009-01-12 | 1 | -8/+2 |
* | Add classof() methods so that dwarf writer can decide what DIDescriptor is in... | Devang Patel | 2009-01-05 | 1 | -0/+5 |
* | Construct array/vector type DIEs using DebugInfo. | Devang Patel | 2009-01-05 | 1 | -1/+6 |
* | Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_... | Devang Patel | 2008-12-17 | 1 | -13/+39 |
* | Add utility functions to search for DbgStopPointInst corresponding to an | Edwin Török | 2008-12-16 | 1 | -0/+73 |
* | use different name for parameter to make it clear that we set DIDescriptor::GV | Edwin Török | 2008-12-16 | 1 | -2/+2 |
* | Fix getFieldAs() to use the parameter instead of 6. | Edwin Török | 2008-12-13 | 1 | -0/+8 |
* | Move getCastToEmpty out of DIDescriptor into DIFactory. It is an | Chris Lattner | 2008-11-10 | 1 | -44/+45 |
* | Add a new set of helper classes for creating and reading debug | Chris Lattner | 2008-11-10 | 1 | -0/+662 |