| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add DebugInfoEnumerator to collect debug info. | Devang Patel | 2009-07-28 | 1 | -0/+117 |
| * | Change ConstantArray to 2.5 API. | Owen Anderson | 2009-07-28 | 1 | -2/+2 |
| * | Move ConstantStruct back to 2.5 API. | Owen Anderson | 2009-07-27 | 1 | -20/+10 |
| * | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar | 2009-07-26 | 1 | -2/+2 |
| * | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -34/+34 |
| * | Fix thinko. | Devang Patel | 2009-07-22 | 1 | -1/+1 |
| * | Add replaceAllUsesWith() to FE replace debug info constructs while building c... | Devang Patel | 2009-07-22 | 1 | -0/+12 |
| * | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 1 | -1/+1 |
| * | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson | 2009-07-08 | 1 | -24/+24 |
| * | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson | 2009-07-08 | 1 | -12/+12 |
| * | Re-LLVMContext-ize DebugInfo, now with less breakage. | Owen Anderson | 2009-07-07 | 1 | -58/+72 |
| * | Revert part of r74873 that broke Clang's debug info generation. | Owen Anderson | 2009-07-07 | 1 | -81/+57 |
| * | Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr... | Owen Anderson | 2009-07-06 | 1 | -57/+81 |
| * | Simplify debug info intrisinc lowering. | Devang Patel | 2009-07-02 | 1 | -6/+0 |
| * | Fix typo. | Devang Patel | 2009-07-02 | 1 | -5/+5 |
| * | Add debug info utility routines. | Devang Patel | 2009-07-02 | 1 | -0/+111 |
| * | Keep DIDescriptor methods together. | Devang Patel | 2009-07-01 | 1 | -123/+127 |
| * | improve the APIs for creating struct and function types with no arguments/ele... | Chris Lattner | 2009-07-01 | 1 | -1/+1 |
| * | Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms | Devang Patel | 2009-06-26 | 1 | -67/+37 |
| * | It is not a good idea to have data member's name match argument's name. In fa... | Devang Patel | 2009-06-23 | 1 | -21/+21 |
| * | Fix old-style type names in comments. | Dan Gohman | 2009-06-14 | 1 | -1/+1 |
| * | 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... | Argyrios Kyrtzidis | 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 | Torok Edwin | 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 | Torok Edwin | 2008-12-16 | 1 | -0/+73 |
| * | use different name for parameter to make it clear that we set DIDescriptor::GV | Torok Edwin | 2008-12-16 | 1 | -2/+2 |