llvm-6502/docs
Chris Lattner 6fa6a32e4e Add a little wrapper header that is put around bc files when emitting
bc files for modules with a target triple that indicates they are for
darwin.  The reader unconditionally handles this, and the writer could
turn this on for more targets if we care.

This change has two benefits for darwin:

1) it allows us to encode the cpu type of the file in an easy to read
   place that doesn't require decoding the bc file.
2) it works around a bug (IMO) in darwin's AR where it is incapable of
   handling files that are not a multiple of 8 bytes long.  BC files
   are only guaranteed to be multiples of 4 bytes long.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53275 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-09 05:14:23 +00:00
..
CommandGuide remove a bunch of dead options that never did anything. 2008-06-25 16:44:52 +00:00
HistoricalNotes
img
tutorial adjust calls to ConstantFP::get to new API 2008-06-10 01:52:17 +00:00
AliasAnalysis.html
BitCodeFormat.html Add a little wrapper header that is put around bc files when emitting 2008-07-09 05:14:23 +00:00
Bugpoint.html
CFEBuildInstrs.html Rename CFEBuildInstrs.html to GCCFEBuildInstrs.html. 2008-02-14 17:53:22 +00:00
CodeGenerator.html Fix an error in the two-address example. 2008-06-13 17:55:57 +00:00
CodingStandards.html clarify :) 2008-07-08 05:12:37 +00:00
CommandLine.html Add support for response files to the CommandLine library. 2008-04-28 16:44:25 +00:00
CompilerDriver.html Use proper icon :) 2008-06-09 04:21:50 +00:00
CompilerWriterInfo.html
DeveloperPolicy.html Add a note for Thunderbird users to the Developer Policy. 2008-06-26 22:58:37 +00:00
doxygen.cfg.in
doxygen.css
doxygen.footer
doxygen.header
doxygen.intro
ExceptionHandling.html
ExtendingLLVM.html
FAQ.html Improving wording. 2008-02-22 21:55:51 +00:00
GarbageCollection.html % -> @ 2008-04-24 06:00:30 +00:00
GCCFEBuildInstrs.html Update the build instructions. 2008-06-09 20:24:05 +00:00
GetElementPtr.html doc_code-ify some code in this doc. 2008-01-04 12:04:32 +00:00
GettingStarted.html Update with new release. 2008-06-09 06:02:09 +00:00
GettingStartedVS.html Document a limitation, patch contributed by George Russell 2007-11-14 07:04:44 +00:00
HowToReleaseLLVM.html
HowToSubmitABug.html
index.html Update link to testing guide to use the new title. 2008-07-02 13:54:58 +00:00
LangRef.html Note that 'nest' only applies to pointers. 2008-07-08 09:27:25 +00:00
Lexicon.html
LinkTimeOptimization.html update to document new lto API 2008-02-29 19:34:52 +00:00
llvm.css
Makefile Add a unified 'generated documentation' target so the web site script has a consistent target to use. 2008-03-31 17:27:57 +00:00
MakefileGuide.html
Passes.html Update comments and documentation to reflect that GCSE and ValueNumbering are 2008-06-05 07:55:49 +00:00
ProgrammersManual.html Use present tense when talking about User layout. It is implemented now. 2008-06-25 00:10:22 +00:00
Projects.html
ReleaseNotes.html Small formatting changes. 2008-06-09 07:51:45 +00:00
SourceLevelDebugging.html Minor spelling and typo fixes. 2008-04-29 22:12:40 +00:00
Stacker.html merge of 49966 from branches/ggreif/use-diet to trunk. these are already active API changes 2008-04-19 22:25:09 +00:00
SystemLibrary.html
TableGenFundamentals.html More violation fixes. 2008-02-12 07:12:46 +00:00
TestingGuide.html Update testing documentation with more consistent terminology. 2008-06-24 12:58:31 +00:00
UsingLibraries.html
WritingAnLLVMBackend.html Rename MRegisterInfo to TargetRegisterInfo. 2008-02-10 18:45:23 +00:00
WritingAnLLVMPass.html PassInfo keep tracks whether a pass is an analysis pass or not. 2008-03-19 21:56:59 +00:00