aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* s/DebugInfoEnumerator/DebugInfoFinder/gDevang Patel2009-07-301-31/+31
* walk DbgRegionStartInst and DbgRegionEndInstDevang Patel2009-07-301-2/+20
* Eliminate a few unused-variable warningsDouglas Gregor2009-07-291-1/+0
* Move types back to the 2.5 API.Owen Anderson2009-07-291-4/+4
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-291-3/+3
* Add DebugInfoEnumerator to collect debug info.Devang Patel2009-07-281-0/+117
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-281-2/+2
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-271-20/+10
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-261-2/+2
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-34/+34
* Fix thinko.Devang Patel2009-07-221-1/+1
* Add replaceAllUsesWith() to FE replace debug info constructs while building c...Devang Patel2009-07-221-0/+12
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-1/+1
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-081-24/+24
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-081-12/+12
* Re-LLVMContext-ize DebugInfo, now with less breakage.Owen Anderson2009-07-071-58/+72
* Revert part of r74873 that broke Clang's debug info generation.Owen Anderson2009-07-071-81/+57
* Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...Owen Anderson2009-07-061-57/+81
* Simplify debug info intrisinc lowering.Devang Patel2009-07-021-6/+0
* Fix typo.Devang Patel2009-07-021-5/+5
* Add debug info utility routines.Devang Patel2009-07-021-0/+111
* Keep DIDescriptor methods together. Devang Patel2009-07-011-123/+127
* improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner2009-07-011-1/+1
* Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprogramsDevang Patel2009-06-261-67/+37
* It is not a good idea to have data member's name match argument's name. In fa...Devang Patel2009-06-231-21/+21
* Fix old-style type names in comments.Dan Gohman2009-06-141-1/+1
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-211-1/+1
* Non-functionality changes:Bill Wendling2009-05-141-110/+85
* Print out nicer dump info for DIDescriptor.Bill Wendling2009-05-081-1/+2
* Revert 71165. It did more than just revert 71158 and it introducedDan Gohman2009-05-071-31/+1
* Temporarily revert r71158. It was causing a failure during a full bootstrap:Bill Wendling2009-05-071-1/+31
* Add dump method to DIDescriptor.Bill Wendling2009-05-051-1/+5
* Do not require variable debug info nodes to have a compile unit.Chris Lattner2009-05-051-2/+1
* -Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe...Argyrios Kyrtzidis2009-05-031-0/+44
* Add a method to check that the subprogram holds debug info for the given Func...Devang Patel2009-04-151-0/+13
* Do not ignore DW_TAG_class_type!Devang Patel2009-03-251-0/+1
* Oops...I committed too much.Bill Wendling2009-03-131-38/+37
* Temporarily XFAIL this test.Bill Wendling2009-03-131-37/+38
* Global variables don't have a corresponding llvm.dbg.declare, yet it is possibleTorok Edwin2009-03-101-0/+58
* Pass in a std::string when getting the names of debugging things. This cuts downBill Wendling2009-03-091-14/+35
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-1/+1
* If compile unit's language is not set then don't crash while dump'ing compile...Devang Patel2009-02-241-1/+2
* The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel2009-02-171-4/+8
* Emit debug info for bitfields.Devang Patel2009-02-171-3/+12
* Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel2009-01-301-38/+14
* Add dump() routines to help debug debug info :)Devang Patel2009-01-301-0/+101
* Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...Devang Patel2009-01-231-2/+6
* Need only one set of debug info versions enum.Devang Patel2009-01-201-2/+2
* Verify debug info.Devang Patel2009-01-191-0/+94
* Add classof() methods to support isa<> and other related facilities.Devang Patel2009-01-121-8/+2