llvm-6502/docs
Devang Patel 3e15bf33e0 Use 'static const char' instead of 'static const int'.
Due to darwin gcc bug, one version of darwin linker coalesces
static const int, which defauts PassID based pass identification.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36652 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-02 21:39:20 +00:00
..
CommandGuide Remove broken links to gccas and gccld. 2007-02-18 20:37:44 +00:00
HistoricalNotes Update a doc, patch contributed by Jim Laskey! 2005-08-02 19:14:25 +00:00
img For PR1067: 2007-02-04 00:17:35 +00:00
.cvsignore Ignore some generated files. 2005-06-18 23:00:34 +00:00
AliasAnalysis.html Various hopefully correct easy fixes. 2007-03-30 12:22:09 +00:00
BitCodeFormat.html Initial template for the 2.0 Bitcode format that will replace the 1.x 2007-01-20 23:21:08 +00:00
Bugpoint.html Remove references to gccld and gccas, adjusting the documentation to 2007-02-09 15:59:08 +00:00
BytecodeFormat.html Implement protected visibility. This partly implements PR1363. Linker 2007-04-29 18:35:00 +00:00
CFEBuildInstrs.html fix validation bug 2007-02-14 07:42:59 +00:00
CodeGenerator.html Adding credit for PPC changes. 2007-03-14 19:30:33 +00:00
CodingStandards.html clarify the 'developed by' line 2007-02-19 03:33:06 +00:00
CommandLine.html Removing even more <iostream> includes. 2006-12-07 20:04:42 +00:00
CompilerDriver.html Changes docs for llvm.cs.uiuc.edu -> llvm.org 2006-03-14 05:39:39 +00:00
CompilerWriterInfo.html Added link to ABI documentation, sent by Rafael Espindola. 2006-08-22 21:56:43 +00:00
DeveloperPolicy.html Various hopefully correct easy fixes. 2007-03-30 12:22:09 +00:00
doxygen.cfg.in Upgrade in preparation for doxygen 1.4.4. The config file format changed, 2006-05-15 21:36:13 +00:00
doxygen.css Upgrade in preparation for doxygen 1.4.4. The config file format changed, 2006-05-15 21:36:13 +00:00
doxygen.footer Update copyright for 2007. 2007-01-18 21:33:56 +00:00
doxygen.header
doxygen.intro Adjust this so that doxygen doesn't barf on it. 2004-11-29 03:47:37 +00:00
ExceptionHandling.html Fix typos. 2007-04-16 13:02:27 +00:00
ExtendingLLVM.html Mention how to create overloaded intrinsics. 2007-04-01 07:44:52 +00:00
FAQ.html remove an obsolete question 2007-02-14 07:40:16 +00:00
GarbageCollection.html Provide link. 2007-04-18 17:26:14 +00:00
GetElementPtr.html int -> i32, etc. 2007-02-09 17:56:02 +00:00
GettingStarted.html Add Scott's note about GCC 4.1.2 on OpenSUSE. 2007-04-11 21:28:31 +00:00
GettingStartedVS.html This is working again. 2007-03-30 22:02:18 +00:00
HowToReleaseLLVM.html Add a section on how to build an RPM package as an optional release 2006-08-16 00:54:50 +00:00
HowToSubmitABug.html add -enable-eh 2007-02-25 18:50:48 +00:00
index.html Add DeveloperPolicy.html 2007-02-13 09:08:27 +00:00
LangRef.html Implement protected visibility. This partly implements PR1363. Linker 2007-04-29 18:35:00 +00:00
Lexicon.html Add LCSSA to the LLVM lexicon. 2006-10-18 05:50:12 +00:00
LinkTimeOptimization.html Rephrase linker explanation. 2007-04-07 17:43:25 +00:00
llvm.css Reduce the padding on the doc_notes style. It was set to 1em which leaves 2006-07-27 05:29:25 +00:00
Makefile Fixing doxygen.cfg target. I'm not a makefile expert, so hopefully this correct.Tested doxygen generation on zion. 2007-03-27 23:19:39 +00:00
MakefileGuide.html Remove references to gccld and gccas, adjusting the documentation to 2007-02-09 15:59:08 +00:00
Passes.html For PR601: 2007-03-27 02:49:31 +00:00
ProgrammersManual.html Various hopefully correct easy fixes. 2007-03-30 12:22:09 +00:00
Projects.html Fix a typo. 2006-03-17 08:04:25 +00:00
ReleaseNotes.html Fix links to intrinsic functions outside LangRef.html 2007-04-04 04:14:31 +00:00
SourceLevelDebugging.html Change e-mail address. 2007-03-14 19:32:21 +00:00
Stacker.html Update for changes in location of Stacker. 2007-01-17 05:37:42 +00:00
SystemLibrary.html Various hopefully correct easy fixes. 2007-03-30 12:22:09 +00:00
TableGenFundamentals.html Missing anchor 2006-09-09 09:10:37 +00:00
TestingGuide.html Describe quoting rules. 2007-04-15 08:01:04 +00:00
UsingLibraries.html For PR1067: 2007-02-04 00:17:35 +00:00
WritingAnLLVMBackend.html Suggest looking at the SPARC backend. How weird is that?? :) 2006-04-24 16:34:45 +00:00
WritingAnLLVMPass.html Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00