1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/docs
Chris Lattner b650adae49 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.

llvm-svn: 53275
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
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
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
GarbageCollection.html
GCCFEBuildInstrs.html Update the build instructions. 2008-06-09 20:24:05 +00:00
GetElementPtr.html
GettingStarted.html Update with new release. 2008-06-09 06:02:09 +00:00
GettingStartedVS.html
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
llvm.css
Makefile
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
Stacker.html
SystemLibrary.html
TableGenFundamentals.html
TestingGuide.html Update testing documentation with more consistent terminology. 2008-06-24 12:58:31 +00:00
UsingLibraries.html
WritingAnLLVMBackend.html
WritingAnLLVMPass.html