llvm-6502/docs
Daniel Dunbar c3c9239d76 Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE.
This:
--
#undef DEBUG_TYPE
#define DEBUG_TYPE "foo"
DEBUG(...)
#undef DEBUG_TYPE
#define DEBUG_TYPE ""
--
becomes this:
--
DEBUG_WITH_TYPE("foo", ...)
--


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78435 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-07 23:48:59 +00:00
..
CommandGuide
HistoricalNotes
img
tutorial Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
AliasAnalysis.html
BitCodeFormat.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
Bugpoint.html
CFEBuildInstrs.html
CMake.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
CodeGenerator.html
CodingStandards.html
CommandLine.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
CompilerDriver.html
CompilerDriverTutorial.html
CompilerWriterInfo.html
DeveloperPolicy.html
doxygen.cfg.in
doxygen.css
doxygen.footer
doxygen.header
doxygen.intro
ExceptionHandling.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
ExtendedIntegerResults.txt
ExtendingLLVM.html
FAQ.html
GarbageCollection.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
GCCFEBuildInstrs.html
GetElementPtr.html
GettingStarted.html Add note about msys perl needed for windows/mingw32 builds. 2009-08-06 12:54:58 +00:00
GettingStartedVS.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
GoldPlugin.html
HowToReleaseLLVM.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
HowToSubmitABug.html
index.html
LangRef.html
Lexicon.html
LinkTimeOptimization.html
llvm.css
Makefile
MakefileGuide.html
Passes.html
ProgrammersManual.html Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE. 2009-08-07 23:48:59 +00:00
Projects.html
ReleaseNotes-2.6.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
ReleaseNotes.html
SourceLevelDebugging.html
SystemLibrary.html
TableGenFundamentals.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
TestingGuide.html
UsingLibraries.html
WritingAnLLVMBackend.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
WritingAnLLVMPass.html