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
/
lib
/
Target
/
PIC16
/
PIC16DebugInfo.cpp
Age
Commit message (
Expand
)
Author
2010-10-11
Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if
Chris Lattner
2010-07-14
fix a bug found by a warning I added to clang this morning.
Chris Lattner
2010-05-07
Use overloaded operators instead of DIDescriptor::getNode()
Devang Patel
2010-04-04
Momentous day: remove the "O" member from AsmPrinter. Now all
Chris Lattner
2010-04-02
Switch the code generator (except the JIT) onto the new DebugLoc
Chris Lattner
2010-03-08
Avoid using DIDescriptor.isNull().
Devang Patel
2010-03-08
Revert r97947.
Devang Patel
2010-03-08
Avoid using DIDescriptor.isNull().
Devang Patel
2010-02-25
Each field of auxiliary debug entry is only 1 byte long.
Sanjiv Gupta
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-01-16
Replace DebugLocTuple with DILocation.
Devang Patel
2009-11-25
Avoid some possibly unsafe uses of StringRef::data().
Benjamin Kramer
2009-11-25
Use StringRef (again) in DebugInfo interface.
Devang Patel
2009-11-14
revert 88761 as it fails builds.
Sanjiv Gupta
2009-11-14
Fix debug info crashes for PIC16.
Sanjiv Gupta
2009-10-15
Re-apply 84180 with the fixed test case.
Sanjiv Gupta
2009-10-15
Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on new
Daniel Dunbar
2009-10-15
Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section class
Sanjiv Gupta
2009-10-15
Few changes to comply with new DebugInfo Metadata representation.
Sanjiv Gupta
2009-10-13
s/DebugLoc.CompileUnit/DebugLoc.Scope/g
Devang Patel
2009-09-29
Remove std::string uses from DebugInfo interface.
Devang Patel
2009-08-31
Simplify isDerivedType() and other predicate interface.
Devang Patel
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-08-22
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
revert 79764, my dependencies failed me again.
Chris Lattner
2009-08-15
Revert a few changes that were done in 78603.
Sanjiv Gupta
2009-08-10
Do not rely on magic "llvm.dbg.*" global variable name to find debug info.
Devang Patel
2009-08-07
Minor fixes to avoid using invalid debugloc.
Sanjiv Gupta
2009-08-06
Use DebugInfoFinder
Devang Patel
2009-07-24
Switch to getNameStr().
Daniel Dunbar
2009-07-22
Switch some clients to Value::getName(), and other getName() user
Daniel Dunbar
2009-07-14
Have asm printers use formatted_raw_ostream directly to avoid a
David Greene
2009-07-06
Avoid directly relying on llvm.dbg.compile_unit and llvm.dbg.global_variables.
Devang Patel
2009-07-06
Add FIXMEs.
Devang Patel
2009-06-26
Fix may-be-used-uninitialized warning.
Daniel Dunbar
2009-06-19
mv CodeGen/DebugLoc.h Support/DebugLoc.h
Devang Patel
2009-06-16
Code Restructuring. No functionality change.
Sanjiv Gupta
2009-06-13
The subprogram descriptor for a function may be missing (llvm-ld linking two ...
Sanjiv Gupta
2009-06-03
Emit file directives correctly in case of a .bc is generated by llvm-ld after...
Sanjiv Gupta
2009-05-28
Emit debug info for locals with proper scope.
Sanjiv Gupta
2009-05-22
Emit debug information for globals (which include automatic variables as well...
Sanjiv Gupta