| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Alphabetize. Document -mlimit parameter. | Nick Lewycky | 2007-07-18 | 1 | -6/+11 |
| | | | | | llvm-svn: 39990 | ||||
| * | eliminated all references to 'bytecode' from .pod files | Gabor Greif | 2007-07-09 | 18 | -92/+92 |
| | | | | | llvm-svn: 38452 | ||||
| * | Bytecode -> Bitcode | Reid Spencer | 2007-07-09 | 1 | -28/+28 |
| | | | | | llvm-svn: 38438 | ||||
| * | Minor language change upgrader -> upgrade tool | Reid Spencer | 2007-07-09 | 1 | -2/+2 |
| | | | | | llvm-svn: 38437 | ||||
| * | This dir does not appear under /docs anymore but under /cmds so use an | Reid Spencer | 2007-07-09 | 1 | -1/+1 |
| | | | | | | | absolute path to the llvm.css file. llvm-svn: 38436 | ||||
| * | Fix some minor typos. | Reid Spencer | 2007-07-09 | 1 | -3/+3 |
| | | | | | llvm-svn: 38434 | ||||
| * | Fix some typos. | Reid Spencer | 2007-07-09 | 1 | -2/+2 |
| | | | | | llvm-svn: 38433 | ||||
| * | Fix a typo. | Reid Spencer | 2007-07-09 | 1 | -1/+1 |
| | | | | | llvm-svn: 38432 | ||||
| * | Fix a typo. | Reid Spencer | 2007-07-09 | 1 | -1/+1 |
| | | | | | llvm-svn: 38431 | ||||
| * | Fix some minor typos, again to test the auto-update of the web site. | Reid Spencer | 2007-07-09 | 1 | -2/+2 |
| | | | | | llvm-svn: 38430 | ||||
| * | Remove an unneeded space, mostly to verify that auto-update of the | Reid Spencer | 2007-07-09 | 1 | -1/+1 |
| | | | | | | | documentation is working. llvm-svn: 38429 | ||||
| * | Add a note about llvm2cpp's dubious future. | Reid Spencer | 2007-07-05 | 1 | -0/+8 |
| | | | | | llvm-svn: 37906 | ||||
| * | Convert .cvsignore files | John Criswell | 2007-06-29 | 5 | -11/+0 |
| | | | | | llvm-svn: 37801 | ||||
| * | remove dead option | Chris Lattner | 2007-05-06 | 1 | -4/+0 |
| | | | | | llvm-svn: 36898 | ||||
| * | Remove broken links to gccas and gccld. | Reid Spencer | 2007-02-18 | 1 | -6/+0 |
| | | | | | llvm-svn: 34393 | ||||
| * | Remove references to the now deprecated gccas and gccld. | Reid Spencer | 2007-02-12 | 1 | -2/+1 |
| | | | | | llvm-svn: 34192 | ||||
| * | Update for llvm-gcc v4.0 usage. | Reid Spencer | 2007-02-12 | 2 | -36/+16 |
| | | | | | llvm-svn: 34191 | ||||
| * | Remove gccas.pod and references to gccas and gccld. | Reid Spencer | 2007-02-09 | 3 | -82/+2 |
| | | | | | llvm-svn: 34097 | ||||
| * | gccld is gone. | Reid Spencer | 2007-02-09 | 1 | -179/+0 |
| | | | | | llvm-svn: 34092 | ||||
| * | Fix some formatting mistakes. | Reid Spencer | 2007-02-09 | 1 | -7/+6 |
| | | | | | llvm-svn: 34080 | ||||
| * | Merge gccld documentation in here. gccld will go away soon. | Reid Spencer | 2007-02-09 | 1 | -19/+107 |
| | | | | | llvm-svn: 34079 | ||||
| * | For PR1152: | Reid Spencer | 2007-02-03 | 1 | -14/+14 |
| | | | | | | | | Update documentation to reflect that this isn't a full-blown executable any more. llvm-svn: 33807 | ||||
| * | And even more correctly. | Reid Spencer | 2007-02-03 | 1 | -4/+0 |
| | | | | | llvm-svn: 33805 | ||||
| * | Format the examples correctly. | Reid Spencer | 2007-02-03 | 1 | -6/+2 |
| | | | | | llvm-svn: 33804 | ||||
| * | For PR1152: | Reid Spencer | 2007-02-03 | 1 | -1/+46 |
| | | | | | | | Update documentation to reflect addition of gccas functionality into opt. llvm-svn: 33803 | ||||
| * | Document this tool as experimental and list its deficiencies. | Reid Spencer | 2007-01-04 | 1 | -3/+28 |
| | | | | | llvm-svn: 32878 | ||||
| * | Add llvm-upgrade documentation. | Reid Spencer | 2006-12-02 | 1 | -0/+66 |
| | | | | | llvm-svn: 32125 | ||||
| * | Document the llvm-upgrade tool. | Reid Spencer | 2006-12-02 | 1 | -0/+3 |
| | | | | | llvm-svn: 32124 | ||||
| * | Documented the --disable-compression option in gccld and gccas. | John Criswell | 2006-11-21 | 2 | -0/+8 |
| | | | | | llvm-svn: 31892 | ||||
| * | Fix PR1005 | Chris Lattner | 2006-11-20 | 2 | -2/+2 |
| | | | | | llvm-svn: 31881 | ||||
| * | Document new --enable-valgrind option. | Nick Lewycky | 2006-09-14 | 1 | -0/+6 |
| | | | | | llvm-svn: 30313 | ||||
| * | Excise references to the now defunct "analyze" tool. Merge descriptions | Reid Spencer | 2006-08-28 | 4 | -98/+24 |
| | | | | | | | where appropriate. llvm-svn: 29931 | ||||
| * | Fixed the awkward description of the -find-bugs option for bugpoint. | Patrick Jenkins | 2006-08-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 29708 | ||||
| * | Added option description for -find-bugs. | Patrick Jenkins | 2006-08-15 | 1 | -0/+5 |
| | | | | | llvm-svn: 29706 | ||||
| * | llvm2cpp no longer reads LLVM assembly but LLVM bytecode instead. Adjust | Reid Spencer | 2006-08-10 | 1 | -6/+6 |
| | | | | | | | the documentation to reflect this. llvm-svn: 29596 | ||||
| * | Update to include new options. | Reid Spencer | 2006-08-01 | 1 | -0/+12 |
| | | | | | llvm-svn: 29426 | ||||
| * | document --libfiles | Chris Lattner | 2006-06-06 | 1 | -0/+6 |
| | | | | | llvm-svn: 28702 | ||||
| * | Add tblgen to the index | Chris Lattner | 2006-06-02 | 1 | -0/+14 |
| | | | | | llvm-svn: 28656 | ||||
| * | tblgen isn't related to llvm2cpp. Fix typo | Chris Lattner | 2006-06-02 | 1 | -5/+1 |
| | | | | | llvm-svn: 28655 | ||||
| * | Document the -gen-inline option. | Reid Spencer | 2006-06-01 | 1 | -0/+11 |
| | | | | | llvm-svn: 28646 | ||||
| * | Add a brief description for the tblgen program. More detail is needed but | Reid Spencer | 2006-05-31 | 1 | -0/+119 |
| | | | | | | | | the current author is not the person to provide it. Now that the file exists, perhaps others will chime in and embellish. llvm-svn: 28591 | ||||
| * | Update the documentation for llvm2cpp after the -gen-* options were added. | Reid Spencer | 2006-05-31 | 1 | -14/+108 |
| | | | | | llvm-svn: 28590 | ||||
| * | Add the new command line arguments. | Reid Spencer | 2006-05-30 | 1 | -0/+16 |
| | | | | | llvm-svn: 28569 | ||||
| * | Add llvm2cpp program. | Reid Spencer | 2006-05-30 | 2 | -1/+91 |
| | | | | | llvm-svn: 28563 | ||||
| * | Add a missing =back to eliminate error. | Reid Spencer | 2006-04-20 | 1 | -0/+2 |
| | | | | | llvm-svn: 27878 | ||||
| * | Don't hardcode in 1.5 for the website, just use 'CVS'. | Chris Lattner | 2006-04-20 | 1 | -1/+1 |
| | | | | | llvm-svn: 27870 | ||||
| * | Add llvm-config to the index. | Reid Spencer | 2006-03-24 | 1 | -0/+3 |
| | | | | | llvm-svn: 27017 | ||||
| * | Documentation for llvm-config by Eric Kidd. | Reid Spencer | 2006-03-23 | 1 | -0/+113 |
| | | | | | llvm-svn: 27006 | ||||
| * | Change docs for llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 23 | -27/+27 |
| | | | | | llvm-svn: 26747 | ||||
| * | Document the new -post-link-opts option. | Reid Spencer | 2005-12-21 | 1 | -0/+15 |
| | | | | | llvm-svn: 24895 | ||||

