index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
SourceLevelDebugging.html
Age
Commit message (
Expand
)
Author
2009-08-28
Reapply 79977.
Devang Patel
2009-08-26
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-25
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-07-18
fix some typos pointed out by Hidenobu Seki
Chris Lattner
2009-06-26
Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms
Devang Patel
2009-05-29
Fix some typos
Bruno Cardoso Lopes
2009-05-17
Formatting. Some updating of data structures. More work needs to be done to u...
Bill Wendling
2009-04-03
update some syntax
Chris Lattner
2009-01-30
Each input file is encoded as a separate compile unit in LLVM debugging
Devang Patel
2008-12-16
* Comply with HTML 4.01 Strict standard
Misha Brukman
2008-12-11
Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.
Misha Brukman
2008-11-21
Document TEST=dbgopt
Devang Patel
2008-04-29
Minor spelling and typo fixes.
John Criswell
2008-02-01
Update llvm.dbg.func.start.
Evan Cheng
2007-06-14
Fix typos.
Duncan Sands
2007-03-14
Change e-mail address.
Jim Laskey
2007-01-26
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
Jim Laskey
2006-11-30
Update docs
Jim Laskey
2006-08-21
Update info on mangled names.
Jim Laskey
2006-08-21
Update debugging documents.
Jim Laskey
2006-06-21
fix typos
Jim Laskey
2006-06-20
add subroutine types
Jim Laskey
2006-06-16
add decimal form of LLVMDebugVersion
Jim Laskey
2006-06-16
1. Revise vector debug support.
Jim Laskey
2006-06-15
1. Support standard dwarf format (was bootstrapping in Apple format.)
Jim Laskey
2006-03-24
Fixed some grammer and spelling.
Jim Laskey
2006-03-23
Correction of stoppoint arguments.
Jim Laskey
2006-03-23
Updated information related to local variables and scopes.
Jim Laskey
2006-03-15
Update doc to reflect changes in subprogram and block descriptors.
Jim Laskey
2006-03-14
Reflect the fact that empty strings can be expressed as null.
Jim Laskey
2006-03-14
Bring debugging information up to date.
Jim Laskey
2006-03-14
Changes docs for llvm.cs.uiuc.edu -> llvm.org
Reid Spencer
2004-12-09
* Straighten a comment to a single line
Misha Brukman
2004-12-04
Remove more smileys. I kept the one in WritingAnLLVMPass because it is actually
Misha Brukman
2004-11-01
Minor format tweask for tables.
Reid Spencer
2004-07-19
Fix broken link
Chris Lattner
2004-06-03
Fix broken internal link.
Misha Brukman
2004-06-03
Fix broken internal links.
Misha Brukman
2004-05-23
Make use of the new doc_author class. "Seperate content from presentation" t...
Chris Lattner
2004-05-12
Use the images in the img/ directory.
Misha Brukman
2004-05-12
Made file comply with HTML-4.01 (Strict)
Misha Brukman
2004-01-06
Add links to SLD from the LangRef.html doc
Chris Lattner
2004-01-05
First version of this document. It is still missing some pretty big pieces, and
Chris Lattner