summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* * Add a space between wordsMisha Brukman2004-10-16
* Update release notesChris Lattner2004-10-16
* Document unreachable instructionChris Lattner2004-10-16
* Add missing 'Instruction Opcodes' bullet to TOCChris Lattner2004-10-16
* None of these have actually been implemented yet.Chris Lattner2004-10-16
* Fix broken linksChris Lattner2004-10-15
* Fix grammaroChris Lattner2004-10-09
* It looks like we're not releasing 1.4 with llvm.org as the official domainChris Lattner2004-10-09
* Describe how to configure tests to work with f2cMisha Brukman2004-10-08
* * Reformat to fit 80 colsMisha Brukman2004-10-08
* Fix the path to the fixinc'd headers. Patch contributed by Jeff Cohen!Chris Lattner2004-10-06
* Bug fixedChris Lattner2004-10-05
* Add example 'abstract' architectures for LLI: MIX, MMIX, and DLXMisha Brukman2004-10-04
* Add projectChris Lattner2004-10-01
* Add note about converting Skeleton to a useful backend and using it in theMisha Brukman2004-10-01
* * InstructionReader.cpp was absorbed into Reader.cppMisha Brukman2004-09-28
* Bug fixedChris Lattner2004-09-28
* Patch contributed by Patrick Meredith:Chris Lattner2004-09-27
* Fix grammar.Misha Brukman2004-09-27
* Add a blurb about the use of class vs. struct keyword in class decls.Reid Spencer2004-09-23
* Thanks to Brad for documentation on adding a DerivedTypeMisha Brukman2004-09-21
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* The lexicon doc is more of a user guide than programming doxChris Lattner2004-09-19
* better codeChris Lattner2004-09-19
* Misha implemented the ModuleProvider interface back in 9/18/2003.Chris Lattner2004-09-18
* Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's andChris Lattner2004-09-18
* Make this HTML 4.01 strictChris Lattner2004-09-18
* Bug fixedChris Lattner2004-09-15
* Add notes about some buggy passesChris Lattner2004-09-14
* Fix broken internal links (one found by seventwentyfour.com spider)Misha Brukman2004-09-09
* If updating from CVS gives error "No rule to make target", it's faster to justMisha Brukman2004-09-09
* Fix broken link to the 2004 CGO paper.Misha Brukman2004-09-09
* bug 352 fixedReid Spencer2004-09-07
* This is the documentation style sheet, not the one for the website.Misha Brukman2004-09-07
* Remove extraneous blank lines.Misha Brukman2004-09-06
* Add link to new howto on writing backends.Misha Brukman2004-09-06
* How to write an LLVM backend, first draft.Misha Brukman2004-09-06
* * Profile-guided needs a hyphenMisha Brukman2004-09-06
* Reword to not use a link text `click here'.Misha Brukman2004-09-06
* HTML 4.01 STRICT compliance.Reid Spencer2004-09-05
* Make section separator comments 80 chars, not 70.Reid Spencer2004-09-05
* Put a space between `Data' and `Structure' of DSA.Misha Brukman2004-09-05
* Remove the bit about this document being my `notes', it has matured since then.Misha Brukman2004-09-05
* Fix object/library filenames that have changed, clarify descriptions.Misha Brukman2004-09-05
* Add DSA.Misha Brukman2004-09-05
* * CSS was created to reduce re-specifying design styles: specify table cellMisha Brukman2004-09-05
* Take one item off the "to do" list: implemented -O1 .. -O5 options forReid Spencer2004-09-04
* Add a blurb about exploiting the use of external storage.Reid Spencer2004-08-30
* Synchronize documentation of configuration items and substitutions withReid Spencer2004-08-29
* Fix a typo in the bytecode format documentationNate Begeman2004-08-27