llvm-6502/docs
Chris Lattner 6be926647d Remove support for building LLVM libraries into "relinked"
object files.  Now we always build LLVM libraries into archives (.a files).

This makes the 'make' build work more like the cmake build, among other
things.  Doing this exposed some latent circular library dependencies, so
I think that llvm-config wasn't quite right for .o files anyway.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73579 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-16 23:00:42 +00:00
..
CommandGuide Second attempt: 2009-04-29 00:15:41 +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
tutorial Use llvm::raw_stream instead of llvm::Streams. 2009-05-12 18:29:42 +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 Add two new record types to the blockinfo block: 2009-04-26 22:21:57 +00:00
Bugpoint.html Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. 2008-12-11 17:34:48 +00:00
CFEBuildInstrs.html Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. 2008-12-11 17:34:48 +00:00
CMake.html CMake: New variable LLVM_LIBDIR_SUFFIX. 2009-06-12 02:49:53 +00:00
CodeGenerator.html x86_64 was completely missing from the target triples supported by the X86 code 2009-06-15 12:17:44 +00:00
CodingStandards.html tt'ify. 2009-03-23 04:53:34 +00:00
CommandLine.html Remove AllowInverse: it leaks memory and is not the right 2009-04-08 03:43:51 +00:00
CompilerDriver.html Regenerate. 2009-06-16 00:14:20 +00:00
CompilerDriverTutorial.html Regenerate. 2009-06-16 00:14:20 +00:00
CompilerWriterInfo.html Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. 2008-12-11 17:34:48 +00:00
DeveloperPolicy.html remove some old CVS-specific arguments that don't work with SVN. 2009-06-15 04:18:54 +00:00
doxygen.cfg.in Test commit. 2009-05-19 01:56:08 +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 year 2009-02-27 11:28:46 +00:00
doxygen.header Add a bunch of fine tunings that Reid contributed. Thanks Reid! 2003-12-31 06:47:28 +00:00
doxygen.intro Adjust this so that doxygen doesn't barf on it. 2004-11-29 03:47:37 +00:00
ExceptionHandling.html clean up line-wrapping 2009-05-14 15:44:15 +00:00
ExtendedIntegerResults.txt add this to SVN to allow collaborative hacking. 2009-04-01 21:11:04 +00:00
ExtendingLLVM.html Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> 2008-12-11 18:23:24 +00:00
FAQ.html Fixed spelling. 2009-04-10 20:48:27 +00:00
GarbageCollection.html garbage allocation is not a good idea :) 2009-05-13 18:02:09 +00:00
GCCFEBuildInstrs.html Fix some confusion in the Ada f-e build instructions between 2009-04-27 11:21:35 +00:00
GetElementPtr.html Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> 2008-12-11 18:23:24 +00:00
GettingStarted.html Restore minor deletion. 2009-05-04 18:40:41 +00:00
GettingStartedVS.html Duplicate entry. 2009-04-03 20:32:13 +00:00
GoldPlugin.html Move </pre> to column one to avoid an extra line of spaces in the example. 2009-06-06 18:14:04 +00:00
HowToReleaseLLVM.html Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> 2008-12-11 18:23:24 +00:00
HowToSubmitABug.html A lot of formatting changes. 2009-04-05 00:41:19 +00:00
index.html move gold plugin next to LTO doc in the subsystem section 2009-03-01 23:42:51 +00:00
LangRef.html Remove the "llvm.umul.with.overflow is broken" warning; it should be 2009-06-16 10:24:13 +00:00
Lexicon.html Fixed HTML validator warning. 2008-12-14 08:01:51 +00:00
LinkTimeOptimization.html * Comply with HTML 4.01 Strict 2008-12-16 03:07:49 +00:00
llvm.css Regenerate documentation. 2009-05-06 01:41:47 +00:00
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 Remove support for building LLVM libraries into "relinked" 2009-06-16 23:00:42 +00:00
Passes.html Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. 2008-12-11 17:34:48 +00:00
ProgrammersManual.html Update the threading section to reflect current plans/implementation. 2009-06-16 18:04:19 +00:00
Projects.html Fix the instructions to work even when PATH does not contain ".". 2009-01-12 21:29:24 +00:00
ReleaseNotes.html Add some more clang related release notes. 2009-03-02 20:08:12 +00:00
SourceLevelDebugging.html Fix some typos 2009-05-29 17:08:57 +00:00
SystemLibrary.html Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. 2008-12-11 17:34:48 +00:00
TableGenFundamentals.html Revert 73074 and 73099 because Windows doesn't have POSIX 2009-06-09 18:31:17 +00:00
TestingGuide.html Add some missing steps to the sacred testing ritual scriptures. 2009-05-21 20:23:59 +00:00
UsingLibraries.html Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> 2008-12-11 18:23:24 +00:00
WritingAnLLVMBackend.html Add character encoding declaration. 2009-04-05 00:44:06 +00:00
WritingAnLLVMPass.html Fix a typo. 2009-06-15 18:22:49 +00:00