- 35eca58 Document unreachable instruction by Chris Lattner · 20 years ago
- a1dad81 Add missing 'Instruction Opcodes' bullet to TOC by Chris Lattner · 20 years ago
- 1dfc8e5 None of these have actually been implemented yet. by Chris Lattner · 20 years ago
- 9500a6e Fix broken links by Chris Lattner · 20 years ago
- ffd9cef Fix grammaro by Chris Lattner · 20 years ago
- 9cfa0d9 It looks like we're not releasing 1.4 with llvm.org as the official domain by Chris Lattner · 20 years ago
- 0adfeed Describe how to configure tests to work with f2c by Misha Brukman · 20 years ago
- 0904f09 * Reformat to fit 80 cols * Add missing <li> tags by Misha Brukman · 20 years ago
- 3787405 Fix the path to the fixinc'd headers. Patch contributed by Jeff Cohen! by Chris Lattner · 20 years ago
- e4421b4 Bug fixed by Chris Lattner · 20 years ago
- b8cbd9f Add example 'abstract' architectures for LLI: MIX, MMIX, and DLX by Misha Brukman · 20 years ago
- c2a5730 Add project by Chris Lattner · 20 years ago
- 6d84e0d Add note about converting Skeleton to a useful backend and using it in the by Misha Brukman · 20 years ago
- e39cd63 * InstructionReader.cpp was absorbed into Reader.cpp * Wrap at 80 cols by Misha Brukman · 20 years ago
- 98e81bf Bug fixed by Chris Lattner · 20 years ago
- e19d7a7 Patch contributed by Patrick Meredith: by Chris Lattner · 20 years ago
- ad405ce Fix grammar. by Misha Brukman · 20 years ago
- b40df56 Add a blurb about the use of class vs. struct keyword in class decls. by Reid Spencer · 20 years ago
- 39dccd8 Thanks to Brad for documentation on adding a DerivedType by Misha Brukman · 20 years ago
- f627892 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
- d404d7f The lexicon doc is more of a user guide than programming dox by Chris Lattner · 20 years ago
- 57d43e1 better code Move other things to the right sections by Chris Lattner · 20 years ago
- 62b442d Misha implemented the ModuleProvider interface back in 9/18/2003. by Chris Lattner · 20 years ago
- 8fdb246 Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's and by Chris Lattner · 20 years ago
- 7a2fd89 Make this HTML 4.01 strict by Chris Lattner · 20 years ago
- 372dc8d Bug fixed by Chris Lattner · 20 years ago
- 9934f97 Add notes about some buggy passes by Chris Lattner · 20 years ago
- 24fdc1d Fix broken internal links (one found by seventwentyfour.com spider) by Misha Brukman · 20 years ago
- 1739aec If updating from CVS gives error "No rule to make target", it's faster to just by Misha Brukman · 20 years ago
- d54fe67 Fix broken link to the 2004 CGO paper. by Misha Brukman · 20 years ago
- ec98fed bug 352 fixed bug 257 fixed by Reid Spencer · 20 years ago
- 10c0a2e This is the documentation style sheet, not the one for the website. by Misha Brukman · 20 years ago
- a3f0313 Remove extraneous blank lines. by Misha Brukman · 20 years ago
- 96bba38 Add link to new howto on writing backends. by Misha Brukman · 20 years ago
- 8eb6719 How to write an LLVM backend, first draft. by Misha Brukman · 20 years ago
- 05bcca9 * Profile-guided needs a hyphen * Dead store elimination has been implemented by Misha Brukman · 20 years ago
- 0b9370f Reword to not use a link text `click here'. by Misha Brukman · 20 years ago
- 77d9019 HTML 4.01 STRICT compliance. by Reid Spencer · 20 years ago
- 8284f1f Make section separator comments 80 chars, not 70. by Reid Spencer · 20 years ago
- 100bd71 Put a space between `Data' and `Structure' of DSA. by Misha Brukman · 20 years ago
- fe73285 Remove the bit about this document being my `notes', it has matured since then. by Misha Brukman · 20 years ago
- 2161834 Fix object/library filenames that have changed, clarify descriptions. by Misha Brukman · 20 years ago
- 9a4c904 Add DSA. by Misha Brukman · 20 years ago
- eedba5e * CSS was created to reduce re-specifying design styles: specify table cell by Misha Brukman · 20 years ago
- 88eed81 Take one item off the "to do" list: implemented -O1 .. -O5 options for by Reid Spencer · 20 years ago
- b993feb Add a blurb about exploiting the use of external storage. by Reid Spencer · 20 years ago
- 514b967 Synchronize documentation of configuration items and substitutions with by Reid Spencer · 20 years ago
- 52ca9e4 Fix a typo in the bytecode format documentation by Nate Begeman · 20 years ago
- 7acb866 Add more content. by Reid Spencer · 20 years ago
- b810d5f Bug 430 Fixed. by Reid Spencer · 20 years ago
- 3921c74 Provide some meta tags for this document. by Reid Spencer · 20 years ago
- 2f1e7a0 Add the default table related styles by Reid Spencer · 20 years ago
- 9518920 Document the rational for the #include hierarchy. by Reid Spencer · 20 years ago
- 431ab85 Document definitions and computations provided by llvm-bcanalyzer. by Reid Spencer · 20 years ago
- c4985ba Add some details by Chris Lattner · 20 years ago
- ce6be33 Added BURS. by Reid Spencer · 20 years ago
- e77c8e7 bug fixed by Brian Gaeke · 20 years ago
- 183cfc2 Change LVN -> Load-VN since that's the name of the cmdline switch by Misha Brukman · 20 years ago
- cb3c6a4 Fix some grammar. by Misha Brukman · 20 years ago
- ec8fe3c Added DSE, LICM, LVN, PRE, SCCP, and SSA by Misha Brukman · 20 years ago
- e51c356 Document 'gmake install' vs. 'install-bytecode' (used for bytecode libs) by Misha Brukman · 20 years ago
- 03ea9d4 Note: do not use GNU binutils under AIX, they're not stable. by Misha Brukman · 20 years ago
- 46d2192 Many useful corrections resulting from Chris Lattner's review. Thanks Chris! by Reid Spencer · 20 years ago
- ad38e96 Bytecode libraries are installed with `make install-bytecode' by Misha Brukman · 20 years ago
- eefdae5 First complete version. The details of configuration are now correctly by Reid Spencer · 20 years ago
- 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 20 years ago
- 980c50f Bug fixed by Chris Lattner · 20 years ago
- 43dfdb7 Correct a link, add a TOC entry. by Reid Spencer · 20 years ago
- 09daa63 Provided opcode definitions. by Reid Spencer · 20 years ago
- 85baf76 Added a *very* initial cut at a lexicon for LLVM. I don't plan to write by Reid Spencer · 20 years ago
- aaa3da9 Documented (Java properties file like) syntax of config file format by Reid Spencer · 20 years ago
- 2d1e01c Add a reference to the ComilerDriver documentation. by Reid Spencer · 20 years ago
- cf549e1 Documented the removal of alignment in version 4 bytecode files (version 3 by Reid Spencer · 20 years ago
- 8996e55 Technical Corrections (thanks to Robert Mykland): by Reid Spencer · 20 years ago
- 5aff355 Spaces arg! by Chris Lattner · 20 years ago
- 5bc74d5 Correct the documentation for the module block header which uses the long by Reid Spencer · 20 years ago
- 51d1cb3 Bug 422 fixed. by Reid Spencer · 20 years ago
- a653656 Merged in RELEASE_13. This fixes the Command Guide link when browsing the by John Criswell · 20 years ago
- 18b7464 Merged in release_13 branch. by John Criswell · 20 years ago
- 446562f Bug fixed by Chris Lattner · 20 years ago
- 5c3389a Scrub all LLVM 1.3 stuff, changing over to 1.4. Add info about PR419, by Chris Lattner · 20 years ago
- e749053 Use the `tools-only' target to avoid getting warnings about not having a CFE. by Misha Brukman · 20 years ago
- 2c8ab58 Added description of usage of the getPosition() option on cl::opt and cl::list. by Reid Spencer · 20 years ago
- c24b758 Wrap long lines and try to fill the 80 chars per line so that we don't have too by Misha Brukman · 20 years ago
- 7cc8a89 * Escape &, <, and > by Misha Brukman · 20 years ago
- a58561b Add description of packed type support. by Chris Lattner · 20 years ago
- 8dad40c Add information on adding a derived type to LLVM, patch contributed by by Chris Lattner · 20 years ago
- a2aa304 Finish HTMLizing the document. Configuration section is very crufty. by Reid Spencer · 20 years ago
- d847337 Fixed some spellos and grammaros. by Reid Spencer · 20 years ago
- 22e9e33 Add note about AIX/PowerPC with disk space requirements. Wrap long line. by Misha Brukman · 20 years ago
- a964fe5 * CFE builds on AIX/PowerPC * Wrap long code lines by Misha Brukman · 20 years ago
- c40ca35 Move information on Configuration files to the ../CompilerDriver.html by Reid Spencer · 20 years ago
- b1254a1 This is the initial draft of the Compiler Driver documentation. It is not by Reid Spencer · 20 years ago
- eb67396 This isn't a bug, it's a missing feature by Chris Lattner · 20 years ago
- af2f924 Added information about the configuration file. This is a temporary home by Reid Spencer · 20 years ago
- f9cdefb Correct spelling mistakes. Wrap lines at 80 columns. by Reid Spencer · 20 years ago
- f2edda0 Various updates suggested by Misha and Chris. Moved material that is by Reid Spencer · 20 years ago
- be65afb First version of a manual page for the llvmc compiler driver. This tool is by Reid Spencer · 20 years ago
- e58d356 More prominantly mention ppc support, more accurately describe its status by Chris Lattner · 20 years ago
- 9411875 * Mention PowerPC as new feature, and experimental feature by Misha Brukman · 20 years ago