summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
* For PR528:Reid Spencer2005-02-242-16/+16
| | | | | | Use the DataInstall and MKDIR macros instead of using $(INSTALL) directly llvm-svn: 20318
* add another plausible reasonChris Lattner2005-02-211-0/+1
| | | | llvm-svn: 20262
* Bug fixed.Chris Lattner2005-02-201-0/+2
| | | | llvm-svn: 20260
* typeoChris Lattner2005-02-191-1/+1
| | | | llvm-svn: 20251
* Bug fixed.Chris Lattner2005-02-191-0/+2
| | | | llvm-svn: 20249
* Bug fixed.Chris Lattner2005-02-191-0/+2
| | | | llvm-svn: 20246
* Fix a bug.Chris Lattner2005-02-191-1/+1
| | | | llvm-svn: 20242
* * llvmc does not have a -V switchMisha Brukman2005-02-181-5/+3
| | | | | | * --config-file is really --config-dir, according to `llvmc --help' llvm-svn: 20238
* Remove colloquialisms from the documentation.Misha Brukman2005-02-171-5/+4
| | | | llvm-svn: 20233
* Bug fixedChris Lattner2005-02-151-0/+2
| | | | llvm-svn: 20193
* Bug fixed.Chris Lattner2005-02-151-1/+2
| | | | llvm-svn: 20190
* wow, interesting typo :)Chris Lattner2005-02-141-1/+1
| | | | llvm-svn: 20187
* Bugs fixedChris Lattner2005-02-141-3/+11
| | | | llvm-svn: 20178
* Add some updatesChris Lattner2005-02-131-1/+6
| | | | llvm-svn: 20164
* SuSE 3.3.3 is also borken.Chris Lattner2005-02-131-4/+8
| | | | llvm-svn: 20163
* Add note about broken GCCChris Lattner2005-02-121-1/+6
| | | | llvm-svn: 20138
* Document the newly generalized model for constant globals.Chris Lattner2005-02-121-6/+16
| | | | llvm-svn: 20136
* Slightly expand on the instructions.Chris Lattner2005-02-111-1/+3
| | | | llvm-svn: 20121
* Bug fixedChris Lattner2005-02-111-0/+2
| | | | llvm-svn: 20118
* This will be moved elsewhere.Chris Lattner2005-02-091-8/+1
| | | | llvm-svn: 20101
* * Use doc_code style for blocks of codeMisha Brukman2005-02-091-14/+16
| | | | | | | | * Convert < to &lt; 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 themselvesMisha Brukman2005-02-091-1/+1
| | | | llvm-svn: 20099
* * Use an HTML list <ol> instead of custom superscripts in the platform notesMisha Brukman2005-02-091-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 textMisha Brukman2005-02-091-0/+1
| | | | llvm-svn: 20097
* Turn footnotes into links, make the page validate.Chris Lattner2005-02-091-18/+23
| | | | llvm-svn: 20096
* If needed, this should be in the 'how to compile the cfe' doc.Chris Lattner2005-02-091-3/+1
| | | | llvm-svn: 20095
* this should be incorporated into the buildChris Lattner2005-02-091-1/+0
| | | | llvm-svn: 20094
* * Separate superscript footnotes with a comma, otherwise it's a 2-digit numberMisha Brukman2005-02-091-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 BachChris Lattner2005-02-091-1/+17
| | | | llvm-svn: 20092
* * Fix broken link to directions to get llvm, llvm-gcc, and llvm-test from CVSMisha Brukman2005-02-031-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 optionalMisha Brukman2005-02-031-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.yMisha Brukman2005-02-021-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 Cohen2005-02-021-5/+7
| | | | llvm-svn: 19991
* Put finishing touches on GettingStartedVS.html and link it to the index.Jeff Cohen2005-02-012-90/+17
| | | | llvm-svn: 19967
* Update speedup and shrinkage infoChris Lattner2005-02-011-2/+2
| | | | llvm-svn: 19962
* Add LLVM with Visual Studio overviewJeff Cohen2005-01-311-0/+433
| | | | llvm-svn: 19951
* noteworthy.Chris Lattner2005-01-291-0/+2
| | | | llvm-svn: 19901
* Add some initial documentation for the SelectionDAG based instruction selectorsChris Lattner2005-01-281-14/+331
| | | | llvm-svn: 19872
* These passes are no more.Chris Lattner2005-01-281-2/+1
| | | | llvm-svn: 19865
* Mark -parallel pass as `experimental'Misha Brukman2005-01-271-1/+1
| | | | llvm-svn: 19858
* Document the --load option.Reid Spencer2005-01-251-0/+6
| | | | llvm-svn: 19822
* QOI feature implemented.Chris Lattner2005-01-221-2/+3
| | | | llvm-svn: 19756
* Fix typos noticed by Gabor Greif, thanks Gabor!Chris Lattner2005-01-171-7/+7
| | | | llvm-svn: 19621
* * Revise the projects section and make reference to Projects.htmlReid Spencer2005-01-161-10/+16
| | | | | | * the dist-clean target no longer implies a check llvm-svn: 19608
* Fix locations of libraries and executables to match makefiles.Reid Spencer2005-01-161-2/+2
| | | | llvm-svn: 19599
* BUILD_* to PROJ_*Reid Spencer2005-01-161-2/+2
| | | | llvm-svn: 19598
* Rename BUILD_* to PROJ_*Reid Spencer2005-01-162-39/+39
| | | | llvm-svn: 19592
* Update documentation on how to set up a projectReid Spencer2005-01-161-25/+20
| | | | llvm-svn: 19591
* Make the construction of doxygen documentation a repeatable processReid Spencer2005-01-111-1/+5
| | | | llvm-svn: 19469
* * Add the use of LOADABLE_MODULE=1 in the makefile exampleReid Spencer2005-01-111-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
OpenPOWER on IntegriCloud