aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DebugInfo.cpp
AgeCommit message (Expand)Author
2009-07-13Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson
2009-07-08Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson
2009-07-08Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson
2009-07-07Re-LLVMContext-ize DebugInfo, now with less breakage.Owen Anderson
2009-07-07Revert part of r74873 that broke Clang's debug info generation.Owen Anderson
2009-07-06Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...Owen Anderson
2009-07-02Simplify debug info intrisinc lowering.Devang Patel
2009-07-02Fix typo.Devang Patel
2009-07-02Add debug info utility routines.Devang Patel
2009-07-01Keep DIDescriptor methods together. Devang Patel
2009-07-01improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner
2009-06-26Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprogramsDevang Patel
2009-06-23It is not a good idea to have data member's name match argument's name. In fa...Devang Patel
2009-06-14Fix old-style type names in comments.Dan Gohman
2009-05-21Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad
2009-05-14Non-functionality changes:Bill Wendling
2009-05-08Print out nicer dump info for DIDescriptor.Bill Wendling
2009-05-07Revert 71165. It did more than just revert 71158 and it introducedDan Gohman
2009-05-07Temporarily revert r71158. It was causing a failure during a full bootstrap:Bill Wendling
2009-05-05Add dump method to DIDescriptor.Bill Wendling
2009-05-05Do not require variable debug info nodes to have a compile unit.Chris Lattner
2009-05-03-Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe...Argyrios Kyrtzidis
2009-04-15Add a method to check that the subprogram holds debug info for the given Func...Devang Patel
2009-03-25Do not ignore DW_TAG_class_type!Devang Patel
2009-03-13Oops...I committed too much.Bill Wendling
2009-03-13Temporarily XFAIL this test.Bill Wendling
2009-03-10Global variables don't have a corresponding llvm.dbg.declare, yet it is possibleTorok Edwin
2009-03-09Pass in a std::string when getting the names of debugging things. This cuts downBill Wendling
2009-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands
2009-02-24If compile unit's language is not set then don't crash while dump'ing compile...Devang Patel
2009-02-17The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel
2009-02-17Emit debug info for bitfields.Devang Patel
2009-01-30 Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel
2009-01-30Add dump() routines to help debug debug info :)Devang Patel
2009-01-23Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...Devang Patel
2009-01-20Need only one set of debug info versions enum.Devang Patel
2009-01-19Verify debug info.Devang Patel
2009-01-12Add classof() methods to support isa<> and other related facilities.Devang Patel
2009-01-05Add classof() methods so that dwarf writer can decide what DIDescriptor is in...Devang Patel
2009-01-05Construct array/vector type DIEs using DebugInfo.Devang Patel
2008-12-17Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_...Devang Patel
2008-12-16Add utility functions to search for DbgStopPointInst corresponding to anTorok Edwin
2008-12-16use different name for parameter to make it clear that we set DIDescriptor::GVTorok Edwin
2008-12-13Fix getFieldAs() to use the parameter instead of 6.Torok Edwin
2008-11-10Move getCastToEmpty out of DIDescriptor into DIFactory. It is anChris Lattner
2008-11-10Add a new set of helper classes for creating and reading debug Chris Lattner