Update list of failing SingleSource Benchmarks
[oota-llvm.git] / docs /
2004-11-17 Reid SpencerAdd a standards section.
2004-11-17 Chris LattnerMake this more accurate
2004-11-16 Reid SpencerPer code review:
2004-11-15 Misha Brukman* Change test/projects => projects/llvm-test
2004-11-15 Chris LattnerUpdate to reflect recent change
2004-11-15 Reid SpencerMerge content of RequiredSoftware.html into GettingStar...
2004-11-15 Misha Brukman* Add entry for Linux/PowerPC
2004-11-15 Misha BrukmanBe less verbose when `The' and `command' just aren...
2004-11-15 Misha BrukmanNo need for the verbose `the llvm-link command' when...
2004-11-15 Misha BrukmanForce a short link to gccld's man page
2004-11-15 Misha BrukmanFix syntax within a B<> tag
2004-11-15 Reid SpencerRemove personal email address.
2004-11-15 Misha BrukmanAdd the PowerPC 32-bit ABI output option
2004-11-15 Chris LattnerBump version. Shouldn't this come from somewhere else??
2004-11-15 Misha Brukman* Add an entry for llvm-ranlib
2004-11-15 Misha BrukmanThis is llvm-ar, not llvm-as.
2004-11-15 Reid SpencerRemove reference to llvm-ld.
2004-11-15 Reid SpencerTerminate a list.
2004-11-15 Reid SpencerChanges/corrections suggested from Chris Lattner's...
2004-11-15 Misha BrukmanReplace the textual description with table specifying...
2004-11-12 Reid SpencerDocument the new llvm-ranlib command.
2004-11-12 Reid SpencerCorrectly terminate a list.
2004-11-12 Reid SpencerDocument the modifiers and the file format.
2004-11-11 Reid SpencerAdd llvm-ar to the index.
2004-11-11 Reid SpencerFirst attempt at llvm-ar documentation. Modifiers need...
2004-11-11 Reid SpencerFix documentation for Makefile target name change....
2004-11-08 Reid SpencerImplement and document the TOOL_VERBOSE option that...
2004-11-08 Reid SpencerFix typo.
2004-11-08 Reid SpencerDocument compressed bytecode details.
2004-11-08 Misha BrukmanFirst draft of compendium of documents relevant to...
2004-11-08 Reid SpencerRecommend that new users read the documentation before...
2004-11-08 Reid SpencerCorrect and Explain the first rule of thumb better.
2004-11-08 Reid SpencerFix typo.
2004-11-08 Misha BrukmanFix grammar: use commas in a list of entities
2004-11-07 Misha Brukman* Fix file-relative links: they need '#' prepended...
2004-11-07 Reid SpencerFirst version of this document listing the required...
2004-11-07 Chris LattnerAdd a section for PPC, though it's empty for now
2004-11-07 Misha Brukman* Add note about benchmarking programs and submitting...
2004-11-07 Misha BrukmanReplace llvm.org => llvm.cs.uiuc.edu
2004-11-01 Reid SpencerList the individual tools for easier reference.
2004-11-01 Reid SpencerAdd compliant header.
2004-11-01 Reid SpencerAdd missing tag.
2004-11-01 Reid SpencerUpdate table to llvm.css standards.
2004-11-01 Reid SpencerGet rid of bogus entity references.
2004-11-01 Reid SpencerAttempt CSS 2 compliance.
2004-11-01 Reid SpencerAttempt CSS 2 validation.
2004-11-01 Reid SpencerHTML 4.01 Strict compliance.
2004-11-01 Reid SpencerCorrect the document type declaration.
2004-11-01 Reid SpencerAdd the HTML 4.01 and CSS icons with links to validators.
2004-11-01 Reid SpencerAttempt HTML 4.01 Strict compliance.
2004-11-01 Reid SpencerCleanup the constants section.
2004-11-01 Reid SpencerRemove spurious end tag, fix indentation.
2004-11-01 Reid SpencerMake HTML 4.01 Strict compliant.
2004-11-01 Reid SpencerFix tag placement to make HTML 4.01 Strict compliant.
2004-11-01 Reid SpencerMinor format tweask for tables.
2004-11-01 Reid SpencerAdd layout classes for table elements so tables can...
2004-11-01 Reid SpencerConfiguration -> BuildMode
2004-10-31 Reid SpencerWrap to 80 cols
2004-10-31 Reid SpencerAdd UsingLibraries.html link.
2004-10-31 Reid SpencerGive table headers the striped background.
2004-10-31 Reid Spencer* Moved from ObjectFiles.html
2004-10-31 Reid SpencerRenamed UsingLibraries.html
2004-10-31 Reid SpencerAdd the preconditions target per suggestion by Henrik...
2004-10-31 Reid SpencerOne more missing end tag.
2004-10-31 Reid SpencerCorrect tag usage for HTML 4.01 Strict compliance
2004-10-31 Reid SpencerAdd a tutorial and some more general concepts.
2004-10-30 Reid SpencerAdd a few more terms.
2004-10-30 Reid SpencerComplete the description of public variables. Internal...
2004-10-29 Misha Brukman* Add spaces between function names for readability
2004-10-27 Chris LattnerAdd a couple of new features
2004-10-26 Misha BrukmanUse <tt> around "#include" and "std::endl"
2004-10-26 Misha BrukmanUse <tt> around header names
2004-10-26 Misha Brukman* Fix spelling and grammar errors
2004-10-25 Chris LattnerBug fixed
2004-10-25 Chris Lattneradd a link to the makefile guide, eliminate redundant...
2004-10-25 Chris LattnerMake a sentence easier to parse
2004-10-25 Chris LattnerFix spellos
2004-10-24 Reid SpencerFirst draft. More to come.
2004-10-23 Reid SpencerFirst cut at the LLVM Makefile Guide. There's lots...
2004-10-16 Misha Brukman* Add a space between words
2004-10-16 Chris LattnerUpdate release notes
2004-10-16 Chris LattnerDocument unreachable instruction
2004-10-16 Chris LattnerAdd missing 'Instruction Opcodes' bullet to TOC
2004-10-16 Chris LattnerNone of these have actually been implemented yet.
2004-10-15 Chris LattnerFix broken links
2004-10-09 Chris LattnerFix grammaro
2004-10-09 Chris LattnerIt looks like we're not releasing 1.4 with llvm.org...
2004-10-08 Misha BrukmanDescribe how to configure tests to work with f2c
2004-10-08 Misha Brukman* Reformat to fit 80 cols
2004-10-06 Chris LattnerFix the path to the fixinc'd headers. Patch contribute...
2004-10-05 Chris LattnerBug fixed
2004-10-04 Misha BrukmanAdd example 'abstract' architectures for LLI: MIX,...
2004-10-01 Chris LattnerAdd project
2004-10-01 Misha BrukmanAdd note about converting Skeleton to a useful backend...
2004-09-28 Misha Brukman* InstructionReader.cpp was absorbed into Reader.cpp
2004-09-28 Chris LattnerBug fixed
2004-09-27 Chris LattnerPatch contributed by Patrick Meredith:
2004-09-27 Misha BrukmanFix grammar.
2004-09-23 Reid SpencerAdd a blurb about the use of class vs. struct keyword...
2004-09-21 Misha BrukmanThanks to Brad for documentation on adding a DerivedType
next