summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/dataOnly.ll
Commit message (Collapse)AuthorAgeFilesLines
* Reapply 79977.Devang Patel2009-08-281-47/+0
| | | | | | Use MDNodes to encode debug info in llvm IR. llvm-svn: 80406
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-261-0/+47
| | | | llvm-svn: 80073
* Update DebugInfo interface to use metadata, instead of special named ↵Devang Patel2009-08-251-47/+0
| | | | | | | | llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well. This change speeds up llvm-gcc by more then 6% at "-O0 -g" (measured by compiling InstructionCombining.cpp!) llvm-svn: 79977
* Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel2009-01-131-1/+0
| | | | llvm-svn: 62126
* Xfail these tests for now.Devang Patel2008-12-171-0/+1
| | | | llvm-svn: 61166
* Testcase for debug info from data-only files.Dale Johannesen2008-07-081-0/+47
This one is x86-32-Darwin specific. llvm-svn: 53255
OpenPOWER on IntegriCloud