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 Added -b option to override the default bitcode output file name. 2009-07-22 18:41:45 +00:00
HistoricalNotes
img
tutorial Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
AliasAnalysis.html Update docs to not mention gcse/loadvn and mention memdep and 2009-04-25 21:11:37 +00:00
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 Remove the IA-64 backend. 2009-07-24 00:30:09 +00:00
CodingStandards.html discourage else after "noreturn" statements. 2009-07-28 22:54:04 +00:00
CommandLine.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
CompilerDriver.html Regenerate. 2009-07-11 19:28:00 +00:00
CompilerDriverTutorial.html Regenerate. 2009-06-17 02:56:48 +00:00
CompilerWriterInfo.html
DeveloperPolicy.html add a note about the build bots 2009-08-01 19:25:25 +00:00
doxygen.cfg.in Test commit. 2009-05-19 01:56:08 +00:00
doxygen.css
doxygen.footer update year 2009-02-27 11:28:46 +00:00
doxygen.header
doxygen.intro
ExceptionHandling.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
ExtendedIntegerResults.txt add this to SVN to allow collaborative hacking. 2009-04-01 21:11:04 +00:00
ExtendingLLVM.html
FAQ.html add a FAQ. 2009-06-30 17:10:19 +00:00
GarbageCollection.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
GCCFEBuildInstrs.html Clarify that later compiler versions are known to 2009-07-05 12:01:44 +00:00
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 Update the example to show that an archive can contain llvm bitcode. 2009-07-08 11:13:34 +00:00
HowToReleaseLLVM.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
HowToSubmitABug.html A lot of formatting changes. 2009-04-05 00:41:19 +00:00
index.html link to a newer preso 2009-07-29 06:19:14 +00:00
LangRef.html common globals may also not be marked constant. 2009-08-05 05:41:44 +00:00
Lexicon.html
LinkTimeOptimization.html
llvm.css Regenerate documentation. 2009-05-06 01:41:47 +00:00
Makefile
MakefileGuide.html Remove support for building LLVM libraries into "relinked" 2009-06-16 23:00:42 +00:00
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 Add some more clang related release notes. 2009-03-02 20:08:12 +00:00
SourceLevelDebugging.html fix some typos pointed out by Hidenobu Seki 2009-07-18 21:47:15 +00:00
SystemLibrary.html we beat exceptions out of lib/system a long time ago. 2009-07-17 21:11:24 +00:00
TableGenFundamentals.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
TestingGuide.html Clarify how to configure llvm-gcc-4.2 for use with 2009-06-26 05:44:53 +00:00
UsingLibraries.html Remove the IA-64 backend. 2009-07-24 00:30:09 +00:00
WritingAnLLVMBackend.html Documentation: fix HTML validation errors. 2009-08-05 15:42:44 +00:00
WritingAnLLVMPass.html Try to clarify a point about getting DominatorTree info from a module pass. 2009-07-01 23:38:44 +00:00