| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Describe how to configure tests to work with f2c | Misha Brukman | 2004-10-08 | 1 | -0/+26 |
| | | | | | llvm-svn: 16829 | ||||
| * | * Reformat to fit 80 cols | Misha Brukman | 2004-10-08 | 1 | -54/+53 |
| | | | | | | | * Add missing <li> tags llvm-svn: 16828 | ||||
| * | Fix the path to the fixinc'd headers. Patch contributed by Jeff Cohen! | Chris Lattner | 2004-10-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 16755 | ||||
| * | Bug fixed | Chris Lattner | 2004-10-05 | 1 | -0/+2 |
| | | | | | llvm-svn: 16671 | ||||
| * | Add example 'abstract' architectures for LLI: MIX, MMIX, and DLX | Misha Brukman | 2004-10-04 | 1 | -1/+4 |
| | | | | | llvm-svn: 16653 | ||||
| * | Add project | Chris Lattner | 2004-10-01 | 1 | -0/+2 |
| | | | | | llvm-svn: 16631 | ||||
| * | Add note about converting Skeleton to a useful backend and using it in the | Misha Brukman | 2004-10-01 | 1 | -0/+11 |
| | | | | | | | Interpreter. llvm-svn: 16627 | ||||
| * | * InstructionReader.cpp was absorbed into Reader.cpp | Misha Brukman | 2004-09-28 | 1 | -2/+3 |
| | | | | | | | * Wrap at 80 cols llvm-svn: 16543 | ||||
| * | Bug fixed | Chris Lattner | 2004-09-28 | 1 | -1/+1 |
| | | | | | llvm-svn: 16538 | ||||
| * | Patch contributed by Patrick Meredith: | Chris Lattner | 2004-09-27 | 1 | -31/+70 |
| | | | | | | | | | | | added notes on the fact that the current implementation uses sbyte* for va_list. Updated all occurances of valist to va_list (it was inconsistant and find/replace is so easy ;-) ). Added <...> around all occurances of va_list in the intrinsic functions to match the vaarg and vanext instructions and to further show that va_list is a variable type. llvm-svn: 16530 | ||||
| * | Fix grammar. | Misha Brukman | 2004-09-27 | 1 | -2/+2 |
| | | | | | llvm-svn: 16529 | ||||
| * | Add a blurb about the use of class vs. struct keyword in class decls. | Reid Spencer | 2004-09-23 | 1 | -0/+18 |
| | | | | | llvm-svn: 16500 | ||||
| * | Thanks to Brad for documentation on adding a DerivedType | Misha Brukman | 2004-09-21 | 1 | -1/+2 |
| | | | | | llvm-svn: 16460 | ||||
| * | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 1 | -27/+30 |
| | | | | | | | | from ModulePass. Instead of implementing Pass::run, then should implement ModulePass::runOnModule. llvm-svn: 16430 | ||||
| * | The lexicon doc is more of a user guide than programming dox | Chris Lattner | 2004-09-19 | 1 | -3/+3 |
| | | | | | llvm-svn: 16417 | ||||
| * | better code | Chris Lattner | 2004-09-19 | 1 | -4/+6 |
| | | | | | | | Move other things to the right sections llvm-svn: 16410 | ||||
| * | Misha implemented the ModuleProvider interface back in 9/18/2003. | Chris Lattner | 2004-09-18 | 1 | -28/+0 |
| | | | | | llvm-svn: 16394 | ||||
| * | Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's and | Chris Lattner | 2004-09-18 | 1 | -15/+130 |
| | | | | | | | other problems. llvm-svn: 16393 | ||||
| * | Make this HTML 4.01 strict | Chris Lattner | 2004-09-18 | 1 | -4/+4 |
| | | | | | | | Update to reflect changes to the 'Register' tblgen class. llvm-svn: 16392 | ||||
| * | Bug fixed | Chris Lattner | 2004-09-15 | 1 | -1/+3 |
| | | | | | llvm-svn: 16349 | ||||
| * | Add notes about some buggy passes | Chris Lattner | 2004-09-14 | 1 | -1/+1 |
| | | | | | llvm-svn: 16339 | ||||
| * | Fix broken internal links (one found by seventwentyfour.com spider) | Misha Brukman | 2004-09-09 | 1 | -2/+2 |
| | | | | | llvm-svn: 16260 | ||||
| * | If updating from CVS gives error "No rule to make target", it's faster to just | Misha Brukman | 2004-09-09 | 1 | -0/+33 |
| | | | | | | | delete .d files than to rebuild from scratch. llvm-svn: 16258 | ||||
| * | Fix broken link to the 2004 CGO paper. | Misha Brukman | 2004-09-09 | 1 | -4/+4 |
| | | | | | llvm-svn: 16257 | ||||
| * | bug 352 fixed | Reid Spencer | 2004-09-07 | 1 | -1/+4 |
| | | | | | | | bug 257 fixed llvm-svn: 16238 | ||||
| * | This is the documentation style sheet, not the one for the website. | Misha Brukman | 2004-09-07 | 1 | -1/+1 |
| | | | | | llvm-svn: 16222 | ||||
| * | Remove extraneous blank lines. | Misha Brukman | 2004-09-06 | 1 | -3/+0 |
| | | | | | llvm-svn: 16205 | ||||
| * | Add link to new howto on writing backends. | Misha Brukman | 2004-09-06 | 1 | -0/+3 |
| | | | | | llvm-svn: 16204 | ||||
| * | How to write an LLVM backend, first draft. | Misha Brukman | 2004-09-06 | 1 | -0/+245 |
| | | | | | llvm-svn: 16203 | ||||
| * | * Profile-guided needs a hyphen | Misha Brukman | 2004-09-06 | 1 | -4/+3 |
| | | | | | | | * Dead store elimination has been implemented llvm-svn: 16202 | ||||
| * | Reword to not use a link text `click here'. | Misha Brukman | 2004-09-06 | 1 | -2/+2 |
| | | | | | llvm-svn: 16201 | ||||
| * | HTML 4.01 STRICT compliance. | Reid Spencer | 2004-09-05 | 1 | -116/+150 |
| | | | | | | | | Added missing definitions Noted the difference between llvm/test and llvm-test llvm-svn: 16193 | ||||
| * | Make section separator comments 80 chars, not 70. | Reid Spencer | 2004-09-05 | 1 | -184/+245 |
| | | | | | | | | | | Revise descriptions to account for llvm/test/Programs being moved to the new CVS module llvm-test. Incoporate an example of how to run the NightlyTest.pl script from a shell script. llvm-svn: 16192 | ||||
| * | Put a space between `Data' and `Structure' of DSA. | Misha Brukman | 2004-09-05 | 2 | -3/+3 |
| | | | | | llvm-svn: 16179 | ||||
| * | Remove the bit about this document being my `notes', it has matured since then. | Misha Brukman | 2004-09-05 | 1 | -5/+0 |
| | | | | | llvm-svn: 16178 | ||||
| * | Fix object/library filenames that have changed, clarify descriptions. | Misha Brukman | 2004-09-05 | 1 | -46/+30 |
| | | | | | llvm-svn: 16177 | ||||
| * | Add DSA. | Misha Brukman | 2004-09-05 | 1 | -0/+3 |
| | | | | | llvm-svn: 16176 | ||||
| * | * CSS was created to reduce re-specifying design styles: specify table cell | Misha Brukman | 2004-09-05 | 1 | -102/+108 |
| | | | | | | | | | color once at the top, and do not repeat it 82 times * Replace bright blue table border with gray, which is easier on the eyes and matches the gray LLVM documentation color scheme llvm-svn: 16175 | ||||
| * | Take one item off the "to do" list: implemented -O1 .. -O5 options for | Reid Spencer | 2004-09-04 | 1 | -2/+0 |
| | | | | | | | optimization in stkrc instead of depending on "opt" llvm-svn: 16169 | ||||
| * | Add a blurb about exploiting the use of external storage. | Reid Spencer | 2004-08-30 | 1 | -2/+10 |
| | | | | | llvm-svn: 16114 | ||||
| * | Synchronize documentation of configuration items and substitutions with | Reid Spencer | 2004-08-29 | 1 | -80/+31 |
| | | | | | | | current reality of llvmc implementation. llvm-svn: 16108 | ||||
| * | Fix a typo in the bytecode format documentation | Nate Begeman | 2004-08-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 16072 | ||||
| * | Add more content. | Reid Spencer | 2004-08-27 | 1 | -27/+220 |
| | | | | | | | This isn't in reviewable shape yet, unless you're curious. llvm-svn: 16066 | ||||
| * | Bug 430 Fixed. | Reid Spencer | 2004-08-27 | 1 | -0/+2 |
| | | | | | llvm-svn: 16065 | ||||
| * | Provide some meta tags for this document. | Reid Spencer | 2004-08-26 | 1 | -0/+4 |
| | | | | | llvm-svn: 16058 | ||||
| * | Add the default table related styles | Reid Spencer | 2004-08-26 | 1 | -0/+8 |
| | | | | | llvm-svn: 16057 | ||||
| * | Document the rational for the #include hierarchy. | Reid Spencer | 2004-08-26 | 1 | -0/+112 |
| | | | | | llvm-svn: 16056 | ||||
| * | Document definitions and computations provided by llvm-bcanalyzer. | Reid Spencer | 2004-08-25 | 1 | -1/+252 |
| | | | | | llvm-svn: 16044 | ||||
| * | Add some details | Chris Lattner | 2004-08-24 | 1 | -1/+3 |
| | | | | | llvm-svn: 16035 | ||||
| * | Added BURS. | Reid Spencer | 2004-08-24 | 1 | -0/+14 |
| | | | | | llvm-svn: 16034 | ||||

