summaryrefslogtreecommitdiff
path: root/docs/SourceLevelDebugging.html
Commit message (Expand)AuthorAge
* Fix compile unit in example. Thanks Renato Golin!Devang Patel2010-07-13
* Update docs to reflect new DISubprogram elements.Devang Patel2010-06-04
* Fix more whitespace to be consistent with AsmPrinter.Dan Gohman2010-05-28
* Fix whitespace to be more consistent with AsmPrinter's style.Dan Gohman2010-05-28
* Revert r103213. It broke several sections of live website.mike-m2010-05-07
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-06
* don't reference DwarfWriterChris Lattner2010-04-05
* Small fixes to this documentation. Remove mention of uint/int type, fix typoNick Lewycky2010-03-31
* Add a paragram describing how to extract line number information.Devang Patel2010-03-26
* Fixed spelling errors.John Criswell2010-03-17
* Start using DIFile. See updated SourceLevelDebugging.html for more information.Devang Patel2010-03-09
* Add documentation for llvm.dbg.value intrinsicVictor Hernandez2010-01-11
* Remove some validation errors.Bill Wendling2009-12-01
* Some formatting and spelling fixes.Bill Wendling2009-12-01
* Update to reflect recent debugging information encoding changes.Devang Patel2009-11-25
* Fix HTML formatting.Jay Foad2009-11-17
* Documentation: Perform automated correction of common typos.Benjamin Kramer2009-10-12
* Reapply 79977.Devang Patel2009-08-28
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-26
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-25
* fix some typos pointed out by Hidenobu SekiChris Lattner2009-07-18
* Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprogramsDevang Patel2009-06-26
* Fix some typosBruno Cardoso Lopes2009-05-29
* Formatting. Some updating of data structures. More work needs to be done to u...Bill Wendling2009-05-17
* update some syntaxChris Lattner2009-04-03
* Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel2009-01-30
* * Comply with HTML 4.01 Strict standardMisha Brukman2008-12-16
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-11
* Document TEST=dbgoptDevang Patel2008-11-21
* Minor spelling and typo fixes.John Criswell2008-04-29
* Update llvm.dbg.func.start.Evan Cheng2008-02-01
* Fix typos.Duncan Sands2007-06-14
* Change e-mail address.Jim Laskey2007-03-14
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-26
* Update docsJim Laskey2006-11-30
* Update info on mangled names.Jim Laskey2006-08-21
* Update debugging documents.Jim Laskey2006-08-21
* fix typosJim Laskey2006-06-21
* add subroutine typesJim Laskey2006-06-20
* add decimal form of LLVMDebugVersionJim Laskey2006-06-16
* 1. Revise vector debug support.Jim Laskey2006-06-16
* 1. Support standard dwarf format (was bootstrapping in Apple format.)Jim Laskey2006-06-15
* Fixed some grammer and spelling.Jim Laskey2006-03-24
* Correction of stoppoint arguments.Jim Laskey2006-03-23
* Updated information related to local variables and scopes.Jim Laskey2006-03-23
* Update doc to reflect changes in subprogram and block descriptors.Jim Laskey2006-03-15
* Reflect the fact that empty strings can be expressed as null.Jim Laskey2006-03-14
* Bring debugging information up to date.Jim Laskey2006-03-14
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-14
* * Straighten a comment to a single lineMisha Brukman2004-12-09