Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For PR528: | Reid Spencer | 2005-02-24 | 2 | -16/+16 |
| | | | | | | Use the DataInstall and MKDIR macros instead of using $(INSTALL) directly llvm-svn: 20318 | ||||
* | add another plausible reason | Chris Lattner | 2005-02-21 | 1 | -0/+1 |
| | | | | llvm-svn: 20262 | ||||
* | Bug fixed. | Chris Lattner | 2005-02-20 | 1 | -0/+2 |
| | | | | llvm-svn: 20260 | ||||
* | typeo | Chris Lattner | 2005-02-19 | 1 | -1/+1 |
| | | | | llvm-svn: 20251 | ||||
* | Bug fixed. | Chris Lattner | 2005-02-19 | 1 | -0/+2 |
| | | | | llvm-svn: 20249 | ||||
* | Bug fixed. | Chris Lattner | 2005-02-19 | 1 | -0/+2 |
| | | | | llvm-svn: 20246 | ||||
* | Fix a bug. | Chris Lattner | 2005-02-19 | 1 | -1/+1 |
| | | | | llvm-svn: 20242 | ||||
* | * llvmc does not have a -V switch | Misha Brukman | 2005-02-18 | 1 | -5/+3 |
| | | | | | | * --config-file is really --config-dir, according to `llvmc --help' llvm-svn: 20238 | ||||
* | Remove colloquialisms from the documentation. | Misha Brukman | 2005-02-17 | 1 | -5/+4 |
| | | | | llvm-svn: 20233 | ||||
* | Bug fixed | Chris Lattner | 2005-02-15 | 1 | -0/+2 |
| | | | | llvm-svn: 20193 | ||||
* | Bug fixed. | Chris Lattner | 2005-02-15 | 1 | -1/+2 |
| | | | | llvm-svn: 20190 | ||||
* | wow, interesting typo :) | Chris Lattner | 2005-02-14 | 1 | -1/+1 |
| | | | | llvm-svn: 20187 | ||||
* | Bugs fixed | Chris Lattner | 2005-02-14 | 1 | -3/+11 |
| | | | | llvm-svn: 20178 | ||||
* | Add some updates | Chris Lattner | 2005-02-13 | 1 | -1/+6 |
| | | | | llvm-svn: 20164 | ||||
* | SuSE 3.3.3 is also borken. | Chris Lattner | 2005-02-13 | 1 | -4/+8 |
| | | | | llvm-svn: 20163 | ||||
* | Add note about broken GCC | Chris Lattner | 2005-02-12 | 1 | -1/+6 |
| | | | | llvm-svn: 20138 | ||||
* | Document the newly generalized model for constant globals. | Chris Lattner | 2005-02-12 | 1 | -6/+16 |
| | | | | llvm-svn: 20136 | ||||
* | Slightly expand on the instructions. | Chris Lattner | 2005-02-11 | 1 | -1/+3 |
| | | | | llvm-svn: 20121 | ||||
* | Bug fixed | Chris Lattner | 2005-02-11 | 1 | -0/+2 |
| | | | | llvm-svn: 20118 | ||||
* | This will be moved elsewhere. | Chris Lattner | 2005-02-09 | 1 | -8/+1 |
| | | | | llvm-svn: 20101 | ||||
* | * Use doc_code style for blocks of code | Misha Brukman | 2005-02-09 | 1 | -14/+16 |
| | | | | | | | | * Convert < to < in <pre> block * Use doc_hilite instead of doc_red style * Put some classes and options in <tt> blocks llvm-svn: 20100 | ||||
* | Do not mention colors in style names, we might want to change styles themselves | Misha Brukman | 2005-02-09 | 1 | -1/+1 |
| | | | | llvm-svn: 20099 | ||||
* | * Use an HTML list <ol> instead of custom superscripts in the platform notes | Misha Brukman | 2005-02-09 | 1 | -45/+44 |
| | | | | | | | | * Reorder software requirements list to show relative importance * Use superscripts for footnotes in software list rather than "Note 1" * Use new doc_notes class to separate footnotes from main doc text llvm-svn: 20098 | ||||
* | Add style to display notes on a different background than the main text | Misha Brukman | 2005-02-09 | 1 | -0/+1 |
| | | | | llvm-svn: 20097 | ||||
* | Turn footnotes into links, make the page validate. | Chris Lattner | 2005-02-09 | 1 | -18/+23 |
| | | | | llvm-svn: 20096 | ||||
* | If needed, this should be in the 'how to compile the cfe' doc. | Chris Lattner | 2005-02-09 | 1 | -3/+1 |
| | | | | llvm-svn: 20095 | ||||
* | this should be incorporated into the build | Chris Lattner | 2005-02-09 | 1 | -1/+0 |
| | | | | llvm-svn: 20094 | ||||
* | * Separate superscript footnotes with a comma, otherwise it's a 2-digit number | Misha Brukman | 2005-02-09 | 1 | -14/+18 |
| | | | | | | | | | | * Make a URL into an HTML link using anchor tag * Put code in fixed-width font * Since the MinGW footnote is significantly more than the rest of the footnotes combined, it needs to have a border and background color to separate it from the regular flow of text for readability purposes. llvm-svn: 20093 | ||||
* | Add instructions for MINGW, contributed by Henrik Bach | Chris Lattner | 2005-02-09 | 1 | -1/+17 |
| | | | | llvm-svn: 20092 | ||||
* | * Fix broken link to directions to get llvm, llvm-gcc, and llvm-test from CVS | Misha Brukman | 2005-02-03 | 1 | -37/+15 |
| | | | | | | | * Remove duplicated CVS directions and refer reader to the CVS section * Clean up directions to be brief llvm-svn: 20023 | ||||
* | * Clearly mark LLVM_LIB_SEARCH_PATH as being optional | Misha Brukman | 2005-02-03 | 1 | -13/+7 |
| | | | | | | * llvmgcc and llvmg++ aliases are no longer needed (binaries have llvm- prefix) llvm-svn: 20016 | ||||
* | * Instead of fixing the version numbers before every release, mark them as x.y | Misha Brukman | 2005-02-02 | 1 | -16/+16 |
| | | | | | | | * Eliminate the redundant "This is the..." in released file listing * Fix grammar llvm-svn: 20005 | ||||
* | Add additional source of Win32 GNU utilities. | Jeff Cohen | 2005-02-02 | 1 | -5/+7 |
| | | | | llvm-svn: 19991 | ||||
* | Put finishing touches on GettingStartedVS.html and link it to the index. | Jeff Cohen | 2005-02-01 | 2 | -90/+17 |
| | | | | llvm-svn: 19967 | ||||
* | Update speedup and shrinkage info | Chris Lattner | 2005-02-01 | 1 | -2/+2 |
| | | | | llvm-svn: 19962 | ||||
* | Add LLVM with Visual Studio overview | Jeff Cohen | 2005-01-31 | 1 | -0/+433 |
| | | | | llvm-svn: 19951 | ||||
* | noteworthy. | Chris Lattner | 2005-01-29 | 1 | -0/+2 |
| | | | | llvm-svn: 19901 | ||||
* | Add some initial documentation for the SelectionDAG based instruction selectors | Chris Lattner | 2005-01-28 | 1 | -14/+331 |
| | | | | llvm-svn: 19872 | ||||
* | These passes are no more. | Chris Lattner | 2005-01-28 | 1 | -2/+1 |
| | | | | llvm-svn: 19865 | ||||
* | Mark -parallel pass as `experimental' | Misha Brukman | 2005-01-27 | 1 | -1/+1 |
| | | | | llvm-svn: 19858 | ||||
* | Document the --load option. | Reid Spencer | 2005-01-25 | 1 | -0/+6 |
| | | | | llvm-svn: 19822 | ||||
* | QOI feature implemented. | Chris Lattner | 2005-01-22 | 1 | -2/+3 |
| | | | | llvm-svn: 19756 | ||||
* | Fix typos noticed by Gabor Greif, thanks Gabor! | Chris Lattner | 2005-01-17 | 1 | -7/+7 |
| | | | | llvm-svn: 19621 | ||||
* | * Revise the projects section and make reference to Projects.html | Reid Spencer | 2005-01-16 | 1 | -10/+16 |
| | | | | | | * the dist-clean target no longer implies a check llvm-svn: 19608 | ||||
* | Fix locations of libraries and executables to match makefiles. | Reid Spencer | 2005-01-16 | 1 | -2/+2 |
| | | | | llvm-svn: 19599 | ||||
* | BUILD_* to PROJ_* | Reid Spencer | 2005-01-16 | 1 | -2/+2 |
| | | | | llvm-svn: 19598 | ||||
* | Rename BUILD_* to PROJ_* | Reid Spencer | 2005-01-16 | 2 | -39/+39 |
| | | | | llvm-svn: 19592 | ||||
* | Update documentation on how to set up a project | Reid Spencer | 2005-01-16 | 1 | -25/+20 |
| | | | | llvm-svn: 19591 | ||||
* | Make the construction of doxygen documentation a repeatable process | Reid Spencer | 2005-01-11 | 1 | -1/+5 |
| | | | | llvm-svn: 19469 | ||||
* | * Add the use of LOADABLE_MODULE=1 in the makefile example | Reid Spencer | 2005-01-11 | 1 | -13/+18 |
| | | | | | | | * Change the names of the resulting module to Hello instead of libHello * Change lib/Debug -> Debug/lib per new makefile implementation. llvm-svn: 19459 |