| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add the SystemLibrary.html document now that its done. | Reid Spencer | 2005-01-05 | 1 | -0/+4 |
| | | | | | llvm-svn: 19298 | ||||
| * | Add a missing <div> | Reid Spencer | 2005-01-05 | 1 | -2/+2 |
| | | | | | llvm-svn: 19297 | ||||
| * | Bulk upgrade of this document. Cruft removed, new stuff added, general | Reid Spencer | 2005-01-05 | 1 | -349/+185 |
| | | | | | | | reorganization of the content. This is now "done". llvm-svn: 19296 | ||||
| * | ignore generated file | Chris Lattner | 2005-01-05 | 1 | -0/+1 |
| | | | | | llvm-svn: 19288 | ||||
| * | Ignore generated file | Chris Lattner | 2005-01-05 | 2 | -0/+2 |
| | | | | | llvm-svn: 19287 | ||||
| * | Ignore .dir | Chris Lattner | 2005-01-05 | 1 | -0/+1 |
| | | | | | llvm-svn: 19286 | ||||
| * | Integrate dependency graphs. | Reid Spencer | 2005-01-03 | 1 | -12/+24 |
| | | | | | | | | Make it HTML 4.01 Strict compliant Provide better explanations of the dependency information. llvm-svn: 19272 | ||||
| * | Add library dependency and object dependency graphs. | Reid Spencer | 2005-01-03 | 2 | -0/+0 |
| | | | | | llvm-svn: 19271 | ||||
| * | Bug fixed | Chris Lattner | 2005-01-03 | 1 | -1/+3 |
| | | | | | llvm-svn: 19269 | ||||
| * | Describe both objdir==srcdir and objdir!=srcdir methods of building LLVM | Reid Spencer | 2004-12-31 | 1 | -13/+18 |
| | | | | | | | libraries and tools. Thanks to Henrik Bach for this suggestion. llvm-svn: 19204 | ||||
| * | * Add missing libraries: Linker, Archive, SparcV8 | Reid Spencer | 2004-12-31 | 1 | -8/+14 |
| | | | | | | | * Make library descriptions consistently lower case. llvm-svn: 19197 | ||||
| * | Add a section on library dependencies now that GenLibDeps.html is written. | Reid Spencer | 2004-12-30 | 1 | -0/+295 |
| | | | | | llvm-svn: 19195 | ||||
| * | Bug fixed | Chris Lattner | 2004-12-29 | 1 | -0/+2 |
| | | | | | llvm-svn: 19181 | ||||
| * | Bug fixed | Chris Lattner | 2004-12-29 | 1 | -1/+2 |
| | | | | | llvm-svn: 19177 | ||||
| * | Add a note about registering the backend so it's available in LLC and LLI | Misha Brukman | 2004-12-27 | 1 | -0/+12 |
| | | | | | llvm-svn: 19168 | ||||
| * | Describe the --with-llvmgccdir option to configure. | Reid Spencer | 2004-12-26 | 1 | -1/+19 |
| | | | | | llvm-svn: 19144 | ||||
| * | Add a caution about using experimental versions of gnu binutils when | Reid Spencer | 2004-12-23 | 1 | -1/+9 |
| | | | | | | | building Cygwin. llvm-svn: 19117 | ||||
| * | Be specific about version of GCC and binutils on Cygwin since it matters. | Reid Spencer | 2004-12-23 | 1 | -1/+1 |
| | | | | | llvm-svn: 19116 | ||||
| * | LLVM now builds and runs on Linux/amd64, but we don't have 64-bit codegen yet | Misha Brukman | 2004-12-23 | 1 | -0/+5 |
| | | | | | llvm-svn: 19115 | ||||
| * | * Remove an unnecessary step. | Reid Spencer | 2004-12-22 | 1 | -9/+1 |
| | | | | | | | * Correct a path. llvm-svn: 19110 | ||||
| * | Add a blurb about using the GCC 3.4.3 compiler on Cygwin (which works) for | Reid Spencer | 2004-12-22 | 1 | -0/+5 |
| | | | | | | | the CFE instead of the default GCC 3.3.3 compiler that comes with Cygwin. llvm-svn: 19104 | ||||
| * | For PR432: | Reid Spencer | 2004-12-22 | 1 | -2/+0 |
| | | | | | | | | * Remove the idiotic windows environment setting, its not needed. * Remove an extraneous "mkdir" instruction. llvm-svn: 19103 | ||||
| * | Hopefully fix a link. | Reid Spencer | 2004-12-22 | 1 | -1/+1 |
| | | | | | llvm-svn: 19102 | ||||
| * | Fix the names of these executables now that they've been somewhat cast in | Reid Spencer | 2004-12-22 | 2 | -16/+16 |
| | | | | | | | stone. llvm-svn: 19101 | ||||
| * | Correct the name of the executables to which llvmgcc and llvmgxx variables | Reid Spencer | 2004-12-22 | 1 | -2/+2 |
| | | | | | | | point to. llvm-svn: 19100 | ||||
| * | For PR432: | Reid Spencer | 2004-12-22 | 1 | -10/+20 |
| | | | | | | | | | | Rework the CFE build details to include the directions for using the option --program-prefix=llvm- to the CFE's configure script. This ensures that the CFE builds unique executable names and makes it possible to put the $CFEINSTALL/bin directory into one's path. llvm-svn: 19099 | ||||
| * | For PR432: | Reid Spencer | 2004-12-22 | 1 | -22/+17 |
| | | | | | | | | | * llvmgcc -> llvm-gcc * llvmg++ -> llvm-g++ * remove references to --with-llvmgccdir configure option llvm-svn: 19098 | ||||
| * | Revert last patch until we can figure out how to build executables named | Reid Spencer | 2004-12-22 | 1 | -0/+2 |
| | | | | | | | llvmgcc and llvmg++ correctly. llvm-svn: 19089 | ||||
| * | Revert last changes as they introduce CFE build problems. | Reid Spencer | 2004-12-22 | 1 | -4/+3 |
| | | | | | llvm-svn: 19087 | ||||
| * | Remove instructions to make aliases for llvmgcc and llvmg++ as the CFE | Reid Spencer | 2004-12-21 | 1 | -2/+0 |
| | | | | | | | | Build instructions now direct the user to have the CFE generate executables with those names via the --program-prefix=llvm configure option. llvm-svn: 19084 | ||||
| * | For PR432: | Reid Spencer | 2004-12-21 | 1 | -3/+4 |
| | | | | | | | | Add instructions for using the --program-prefix=llvm so that the CFE build produces llvmgcc instead of gcc. llvm-svn: 19083 | ||||
| * | Describe the new "reconfigure" and "spotless" targets. | Reid Spencer | 2004-12-17 | 1 | -0/+24 |
| | | | | | llvm-svn: 19013 | ||||
| * | Remove most references to LLVM_LIB_SEARCH_PATH. It now only exists in the | Reid Spencer | 2004-12-15 | 4 | -61/+17 |
| | | | | | | | | GettingStarted.html document in the environment section and only as an optional feature. llvm-svn: 18944 | ||||
| * | Correct documentation to reflect the change in location of the CFE runtime | Reid Spencer | 2004-12-14 | 4 | -11/+11 |
| | | | | | | | libraries. They are now in $CFEINSTALL/lib not $CFEINSTALL/bytecode-lib. llvm-svn: 18939 | ||||
| * | Get rid of subbullets for all of the "known problems" section. None of the | Chris Lattner | 2004-12-12 | 1 | -11/+0 |
| | | | | | | | | other sections have subbullets, and it make the TOC look like the whole document is known problems! llvm-svn: 18829 | ||||
| * | A little cleanup on this file. | Reid Spencer | 2004-12-11 | 1 | -11/+9 |
| | | | | | llvm-svn: 18798 | ||||
| * | New feature | Chris Lattner | 2004-12-11 | 1 | -1/+3 |
| | | | | | llvm-svn: 18797 | ||||
| * | Fix some minor spellos and grammaros. | Reid Spencer | 2004-12-11 | 1 | -14/+13 |
| | | | | | llvm-svn: 18788 | ||||
| * | Fix typo | Chris Lattner | 2004-12-10 | 1 | -1/+1 |
| | | | | | llvm-svn: 18764 | ||||
| * | Merged in RELEASE_14 changes. | John Criswell | 2004-12-10 | 7 | -54/+79 |
| | | | | | llvm-svn: 18763 | ||||
| * | Missed moving bugpoint link over to CommandGuide/html/ | Misha Brukman | 2004-12-09 | 1 | -1/+1 |
| | | | | | llvm-svn: 18732 | ||||
| * | Generated HTML documentation is now back in CommandGuide/html/ | Misha Brukman | 2004-12-09 | 1 | -20/+20 |
| | | | | | llvm-svn: 18731 | ||||
| * | Rip out the guts of this document to prepare it for LLVM 1.5 progress | Chris Lattner | 2004-12-09 | 1 | -166/+18 |
| | | | | | llvm-svn: 18726 | ||||
| * | Clean up this man page | Chris Lattner | 2004-12-09 | 1 | -57/+24 |
| | | | | | llvm-svn: 18724 | ||||
| * | Add new pseudo target | Chris Lattner | 2004-12-09 | 1 | -0/+2 |
| | | | | | llvm-svn: 18723 | ||||
| * | The textual description is gone from this manpage, only the options and a quick | Misha Brukman | 2004-12-09 | 1 | -134/+3 |
| | | | | | | | | summary remain. The manpage references Bugpoint.html as the repository for more detailed info. llvm-svn: 18722 | ||||
| * | * Straighten a comment to a single line | Misha Brukman | 2004-12-09 | 1 | -2/+3 |
| | | | | | | | * Block off the section correctly with <!-- ***** --> llvm-svn: 18721 | ||||
| * | We now have a real Bugpoint doc, not just a huge man page. | Misha Brukman | 2004-12-09 | 1 | -2/+2 |
| | | | | | llvm-svn: 18720 | ||||
| * | Convert from being a copy of the man page to a full-fledged document. | Misha Brukman | 2004-12-09 | 1 | -182/+167 |
| | | | | | | | This doc keeps all the descriptive info from the man page, but not the options. llvm-svn: 18719 | ||||
| * | More grammaro's fixed. | Reid Spencer | 2004-12-09 | 1 | -14/+9 |
| | | | | | llvm-svn: 18708 | ||||

