X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FGettingStarted.html;h=d7fcc6a1fed69d698d6446e043dcffb0f7250b7a;hb=78d08359691d546f88b5e84bf15f1b1b05d70849;hp=071d5764eabd62807565dbaf749d1d472cd504ae;hpb=444087057ad0592f3e0bb2e434e0b610aa7914f6;p=oota-llvm.git diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 071d5764eab..d7fcc6a1fed 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -8,9 +8,9 @@ -
+

Getting Started with the LLVM System -

+ @@ -159,7 +163,8 @@ and performance.
  • --with-llvmgccdir=directory

    Optionally, specify for directory the full pathname of the C/C++ front end installation to use with this LLVM configuration. If - not specified, the PATH will be searched.

  • + not specified, the PATH will be searched. This is only needed if you + want to run test-suite or do some special kinds of LLVM builds.

  • --enable-spec2000=directory

    Enable the SPEC2000 benchmarks for testing. The SPEC2000 benchmarks should be available in @@ -186,25 +191,23 @@ Layout to learn about the layout of the source code tree.

    -
    - Requirements -
    +

    + Requirements +

    -
    +

    Before you begin to use the LLVM system, review the requirements given below. This may save you some trouble by knowing ahead of time what hardware and software you will need.

    -
    - - +

    + Hardware +

    -
    +

    LLVM is known to work on the following platforms:

    @@ -214,11 +217,21 @@ software you will need.

    Arch Compilers + + AuroraUX + x861 + GCC + Linux x861 GCC + + Linux + amd64 + GCC + Solaris V9 (Ultrasparc) @@ -229,6 +242,11 @@ software you will need.

    x861 GCC + + FreeBSD + amd64 + GCC + MacOS X2 PowerPC @@ -238,22 +256,19 @@ software you will need.

    MacOS X2,9 x86 GCC - Cygwin/Win32 - x861,8 - GCC 3.4.X, binutils 2.15 + x861,8, + 11 + GCC 3.4.X, binutils 2.20 MinGW/Win32 - x861,6,8 - GCC 3.4.X, binutils 2.15 - - - Linux - amd64 - GCC + x861,6, + 8, 10, + 11 + GCC 3.4.X, binutils 2.20 @@ -295,6 +310,11 @@ software you will need.

    Itanium (IA-64) HP aCC + + Windows x64 + x86-64 + mingw-w64's GCC-4.5.x12 +

    Notes:

    @@ -307,32 +327,33 @@ up
  • No native code generation
  • Build is not complete: one or more tools do not link or function
  • The GCC-based C/C++ frontend does not build
  • -
  • The port is done using the MSYS shell. -Download and install -bison (excl. M4.exe) and flex in that order. Build binutils-2.15 from source, -if necessary. Bison & flex can be also grabbed from GNUWin32 sf.net -project.
  • +
  • The port is done using the MSYS shell.
  • Native code generation exists but is not complete.
  • -
  • Binutils up to post-2.17 has bug in bfd/cofflink.c - preventing LLVM from building correctly. Several workarounds have been - introduced into LLVM build system, but the bug can occur anytime in the - future. We highly recommend that you rebuild your current binutils with the - patch from - Binutils bugzilla, if it wasn't already applied.
  • +
  • Binutils 2.20 or later is required to build the assembler + generated by LLVM properly.
  • XCode 2.5 and gcc 4.0.1 (Apple Build 5370) will trip internal LLVM assert messages when compiled for Release at optimization levels greater than 0 (i.e., "-O1" and higher). Add OPTIMIZE_OPTION="-O0" to the build command line if compiling for LLVM Release or bootstrapping the LLVM toolchain.
  • +
  • For MSYS/MinGW on Windows, be sure to install the MSYS + version of the perl package, and be sure it appears in your path + before any Windows-based versions such as Strawberry Perl and + ActivePerl, as these have Windows-specifics that will cause the + build to fail.
  • +
  • To use LLVM modules on Win32-based system, + you may configure LLVM with "--enable-shared".
  • +
  • To compile SPU backend, you need to add + "LDFLAGS=-Wl,--stack,16777216" to configure.
  • Note that you will need about 1-3 GB of space for a full LLVM build in Debug mode, depending on the system (it is so large because of all the debugging information and the fact that the libraries are statically linked into multiple -tools). If you do not need many of the tools and you are space-conscious, -you can disable them individually in llvm/tools/Makefile. The Release -build requires considerably less space.

    +tools). If you do not need many of the tools and you are space-conscious, you +can pass ONLY_TOOLS="tools you need" to make. The Release build +requires considerably less space.

    The LLVM suite may compile on other platforms, but it is not guaranteed to do so. If compilation is successful, the LLVM utilities should be @@ -347,8 +368,10 @@ href="GCCFEBuildInstrs.html">try to compile it on your platform.

    -
    Software
    -
    +

    + Software +

    +

    Compiling LLVM requires that you have several software packages installed. The table below lists those required packages. The Package column is the usual name for the software package that LLVM depends on. The Version @@ -364,35 +387,28 @@ href="GCCFEBuildInstrs.html">try to compile it on your platform.

    - GCC + GCC 3.4.2 C/C++ compiler1 - TeXinfo + TeXinfo 4.5 For building the CFE - - Flex - 2.5.4 - LEX compiler - - - - Bison - 1.28, 1.35, 1.75, 1.875d, 2.0, or 2.1
    (not 1.85 or 1.875) - YACC compiler - - SVN ≥1.3 Subversion access to LLVM2 + + DejaGnu 1.4.2 @@ -424,20 +440,20 @@ href="GCCFEBuildInstrs.html">try to compile it on your platform.

    - GNU Autoconf - 2.59 + GNU Autoconf + 2.60 Configuration script builder4 - GNU Automake - 1.9.2 + GNU Automake + 1.9.6 aclocal macro generator4 libtool - 1.5.10 + 1.5.22 Shared library manager4 @@ -455,8 +471,8 @@ href="GCCFEBuildInstrs.html">try to compile it on your platform.

  • Only needed if you want to run the automated test suite in the llvm/test directory.
  • If you want to make changes to the configure scripts, - you will need GNU autoconf (2.59), and consequently, GNU M4 (version 1.4 - or higher). You will also need automake (1.9.2). We only use aclocal + you will need GNU autoconf (2.60), and consequently, GNU M4 (version 1.4 + or higher). You will also need automake (1.9.6). We only use aclocal from that package.
  • @@ -492,11 +508,11 @@ href="GCCFEBuildInstrs.html">try to compile it on your platform.

    -
    +

    Broken versions of GCC and other tools -

    + -
    +

    LLVM is very demanding of the host C++ compiler, and as such tends to expose bugs in the compiler. In particular, several versions of GCC crash when trying @@ -560,7 +576,16 @@ to miscompile parts of LLVM 2.4. One symptom is ValueSymbolTable complaining about symbols remaining in the table on destruction.

    GCC 4.1.2 20071124 (Red Hat 4.1.2-42): Suffers from the same symptoms as the previous one. It appears to work with ENABLE_OPTIMIZED=0 (the default).

    - +

    Cygwin GCC 4.3.2 20080827 (beta) 2: + Users reported various problems related + with link errors when using this GCC version.

    +

    Debian GCC 4.3.2 on X86: Crashes building some files in LLVM 2.6.

    +

    GCC 4.3.3 (Debian 4.3.3-10) on ARM: Miscompiles parts of LLVM 2.6 +when optimizations are turned on. The symptom is an infinite loop in +FoldingSetImpl::RemoveNode while running the code generator.

    +

    GCC 4.3.5 and GCC 4.4.5 on ARM: These can miscompile value >> +1 even at -O0. A test failure in test/Assembler/alignstack.ll is +one symptom of the problem.

    GNU ld 2.16.X. Some 2.16.X versions of the ld linker will produce very long warning messages complaining that some ".gnu.linkonce.t.*" symbol was defined in a discarded section. You can safely ignore these messages as they are @@ -572,17 +597,23 @@ href="http://sourceware.org/bugzilla/show_bug.cgi?id=3111">a bug which causes huge link times (minutes instead of seconds) when building LLVM. We recommend upgrading to a newer version (2.17.50.0.4 or later).

    -
    +

    GNU Binutils 2.19.1 Gold: This version of Gold contained +a bug +which causes intermittent failures when building LLVM with position independent +code. The symptom is an error about cyclic dependencies. We recommend +upgrading to a newer version of Gold.

    +
    + -
    - Getting Started with LLVM -
    +

    + Getting Started with LLVM +

    -
    +

    The remainder of this guide is meant to get you up and running with LLVM and to give you some basic information about the LLVM environment.

    @@ -592,14 +623,13 @@ href="#layout">general layout of the the LLVM source tree, a simple example using the LLVM tool chain, and links to find more information about LLVM or to get help via e-mail.

    -
    -
    +

    Terminology and Notation -

    + -
    +

    Throughout this manual, the following names are used to denote paths specific to the local system and working environment. These are not @@ -632,11 +662,11 @@ All these paths are absolute:

    - + -
    +

    In order to compile and use LLVM, you may need to set some environment @@ -655,11 +685,11 @@ variables.

    - + -
    +

    If you have the LLVM distribution, you will need to unpack it before you @@ -672,31 +702,31 @@ compressed with the gzip program.

    The files are as follows, with x.y marking the version number:

    llvm-x.y.tar.gz
    -
    Source release for the LLVM libraries and tools.
    +
    Source release for the LLVM libraries and tools.
    llvm-test-x.y.tar.gz
    -
    Source release for the LLVM test suite.
    +
    Source release for the LLVM test-suite.
    -
    llvm-gcc4-x.y.source.tar.gz
    -
    Source release of the llvm-gcc4 front end. See README.LLVM in the root - directory for build instructions.
    +
    llvm-gcc-4.2-x.y.source.tar.gz
    +
    Source release of the llvm-gcc-4.2 front end. See README.LLVM in the root + directory for build instructions.
    -
    llvm-gcc4-x.y-platform.tar.gz
    -
    Binary release of the llvm-gcc4 front end for a specific platform.
    +
    llvm-gcc-4.2-x.y-platform.tar.gz
    +
    Binary release of the llvm-gcc-4.2 front end for a specific platform.
    - + -
    +

    If you have access to our Subversion repository, you can get a fresh copy of -the entire source code. All you need to do is check it out from Subvresion as +the entire source code. All you need to do is check it out from Subversion as follows:

      @@ -714,9 +744,15 @@ test directories, and local copies of documentation files.

      If you want to get a specific release (as opposed to the most recent revision), you can checkout it from the 'tags' directory (instead of 'trunk'). The following releases are located in the following - subdirectories of the 'tags' directory:

      +subdirectories of the 'tags' directory:

        +
      • Release 2.9: RELEASE_29/final
      • +
      • Release 2.8: RELEASE_28
      • +
      • Release 2.7: RELEASE_27
      • +
      • Release 2.6: RELEASE_26
      • +
      • Release 2.5: RELEASE_25
      • +
      • Release 2.4: RELEASE_24
      • Release 2.3: RELEASE_23
      • Release 2.2: RELEASE_22
      • Release 2.1: RELEASE_21
      • @@ -739,7 +775,7 @@ you get it from the Subversion repository:

         % cd llvm/projects
        -% svn co http://llvm.org/svn/llvm-project/test-suite/trunk llvm-test
        +% svn co http://llvm.org/svn/llvm-project/test-suite/trunk test-suite
         
        @@ -754,51 +790,240 @@ instructions to successfully get and build the LLVM GCC front-end.

    -
    - Install the GCC Front End +

    + GIT mirror +

    + +
    + +

    GIT mirrors are available for a number of LLVM subprojects. These mirrors + sync automatically with each Subversion commit and contain all necessary + git-svn marks (so, you can recreate git-svn metadata locally). Note that right + now mirrors reflect only trunk for each project. You can do the + read-only GIT clone of LLVM via:

    + +
    +git clone http://llvm.org/git/llvm.git
    +
    + +

    If you want to check out clang too, run:

    + +
    +git clone http://llvm.org/git/llvm.git
    +cd llvm/tools
    +git clone http://llvm.org/git/clang.git
    +
    + +

    +Since the upstream repository is in Subversion, you should use +"git pull --rebase" +instead of "git pull" to avoid generating a non-linear +history in your clone. +To configure "git pull" to pass --rebase by default +on the master branch, run the following command: +

    + +
    +git config branch.master.rebase true
    +
    + +

    Sending patches with Git

    +
    +

    +Please read Developer Policy, too. +

    + +

    +Assume master points the upstream and mybranch points your +working branch, and mybranch is rebased onto master. +At first you may check sanity of whitespaces: +

    + +
    +git diff --check master..mybranch
    +
    + +

    +The easiest way to generate a patch is as below: +

    + +
    +git diff master..mybranch > /path/to/mybranch.diff
    +
    + +

    +It is a little different from svn-generated diff. git-diff-generated diff has +prefixes like a/ and b/. Don't worry, most developers might +know it could be accepted with patch -p1 -N. +

    + +

    +But you may generate patchset with git-format-patch. It generates +by-each-commit patchset. To generate patch files to attach to your article: +

    + +
    +git format-patch --no-attach master..mybranch -o /path/to/your/patchset
    +
    + +

    +If you would like to send patches directly, you may use git-send-email or +git-imap-send. Here is an example to generate the patchset in Gmail's [Drafts]. +

    + +
    +git format-patch --attach master..mybranch --stdout | git imap-send
    +
    + +

    +Then, your .git/config should have [imap] sections. +

    + +
    +[imap]
    +        host = imaps://imap.gmail.com
    +        user = your.gmail.account@gmail.com
    +        pass = himitsu!
    +        port = 993
    +        sslverify = false
    +; in English
    +        folder = "[Gmail]/Drafts"
    +; example for Japanese, "Modified UTF-7" encoded.
    +        folder = "[Gmail]/&Tgtm+DBN-"
    +
    + +
    + +

    For developers to work with git-svn

    +
    + +

    To set up clone from which you can submit code using + git-svn, run:

    + +
    +git clone http://llvm.org/git/llvm.git
    +cd llvm
    +git svn init https://llvm.org/svn/llvm-project/llvm/trunk --username=<username>
    +git config svn-remote.svn.fetch :refs/remotes/origin/master
    +git svn rebase -l  # -l avoids fetching ahead of the git mirror.
    +
    +# If you have clang too:
    +cd tools
    +git clone http://llvm.org/git/clang.git
    +cd clang
    +git svn init https://llvm.org/svn/llvm-project/cfe/trunk --username=<username>
    +git config svn-remote.svn.fetch :refs/remotes/origin/master
    +git svn rebase -l
    +
    + +

    To update this clone without generating git-svn tags that conflict +with the upstream git repo, run:

    + +
    +git fetch && (cd tools/clang && git fetch)  # Get matching revisions of both trees.
    +git checkout master
    +git svn rebase -l
    +(cd tools/clang &&
    + git checkout master &&
    + git svn rebase -l)
    +
    + +

    This leaves your working directories on their master branches, so +you'll need to checkout each working branch individually and +rebase it on top of its parent branch. (Note: This script is +intended for relative newbies to git. If you have more experience, +you can likely improve on it.)

    + +

    The git-svn metadata can get out of sync after you mess around with +branches and dcommit. When that happens, git svn +dcommit stops working, complaining about files with uncommitted +changes. The fix is to rebuild the metadata:

    + +
    +rm -rf .git/svn
    +git svn rebase -l
    +
    + +
    +
    -
    + +

    + Install the GCC Front End +

    + +
    -

    Before configuring and compiling the LLVM suite, you can optionally extract the -LLVM GCC front end from the binary distribution. It is used for running the -llvm-test testsuite and for compiling C/C++ programs. Note that you can optionally -build llvm-gcc yourself after building the +

    Before configuring and compiling the LLVM suite (or if you want to use just the LLVM +GCC front end) you can optionally extract the front end from the binary distribution. +It is used for running the LLVM test-suite and for compiling C/C++ programs. Note that +you can optionally build llvm-gcc yourself after building the main LLVM repository.

    -

    To install the GCC front end, do the following:

    +

    To install the GCC front end, do the following (on Windows, use an archival tool +like 7-zip that understands gzipped tars):

    1. cd where-you-want-the-front-end-to-live
    2. -
    3. gunzip --stdout llvmgcc-version.platform.tar.gz | tar -xvf +
    4. gunzip --stdout llvm-gcc-4.2-version-platform.tar.gz | tar -xvf -
    -

    Once the binary is uncompressed, you should add a symlink for llvm-gcc and -llvm-g++ to some directory in your path. When you configure LLVM, it will -automatically detect llvm-gcc's presence (if it is in your path) enabling its -use in llvm-test. Note that you can always build or install llvm-gcc at any -pointer after building the main LLVM repository: just reconfigure llvm and -llvm-test will pick it up. +

    Once the binary is uncompressed, if you're using a *nix-based system, add a symlink for +llvm-gcc and llvm-g++ to some directory in your path. If you're using a +Windows-based system, add the bin subdirectory of your front end installation directory +to your PATH environment variable. For example, if you uncompressed the binary to +c:\llvm-gcc, add c:\llvm-gcc\bin to your PATH.

    + +

    If you now want to build LLVM from source, when you configure LLVM, it will +automatically detect llvm-gcc's presence (if it is in your path) enabling its +use in test-suite. Note that you can always build or install llvm-gcc at any +point after building the main LLVM repository: just reconfigure llvm and +test-suite will pick it up.

    -

    The binary versions of the GCC front end may not suit all of your needs. For -example, the binary distribution may include an old version of a system header -file, not "fix" a header file that needs to be fixed for GCC, or it may be -linked with libraries not available on your system.

    +

    As a convenience for Windows users, the front end binaries for MinGW/x86 include +versions of the required w32api and mingw-runtime binaries. The last remaining step for +Windows users is to simply uncompress the binary binutils package from +MinGW into your front end installation directory. While the +front end installation steps are not quite the same as a typical manual MinGW installation, +they should be similar enough to those who have previously installed MinGW on Windows systems.

    + +

    To install binutils on Windows:

    -

    In cases like these, you may want to try building the GCC front end from source. This is -much easier now than it was in the past.

    +
      +
    1. download GNU Binutils from MinGW Downloads
    2. +
    3. cd where-you-uncompressed-the-front-end
    4. +
    5. uncompress archived binutils directories (not the tar file) into the current directory
    6. +
    + +

    The binary versions of the LLVM GCC front end may not suit all of your needs. For +example, the binary distribution may include an old version of a system header +file, not "fix" a header file that needs to be fixed for GCC, or it may be linked with +libraries not available on your system. In cases like these, you may want to try +building the GCC front end from source. Thankfully, +this is much easier now than it was in the past.

    + +

    We also do not currently support updating of the GCC front end by manually overlaying +newer versions of the w32api and mingw-runtime binary packages that may become available +from MinGW. At this time, it's best to think of the MinGW LLVM GCC front end binary as +a self-contained convenience package that requires Windows users to simply download and +uncompress the GNU Binutils binary package from the MinGW project.

    + +

    Regardless of your platform, if you discover that installing the LLVM GCC front end +binaries is not as easy as previously described, or you would like to suggest improvements, +please let us know how you would like to see things improved by dropping us a note on our +mailing list.

    - + -
    +

    Once checked out from the Subversion repository, the LLVM suite source code must be @@ -856,9 +1081,11 @@ script to configure the build system:

    --enable-optimized
    - Enables optimized compilation by default (debugging symbols are removed - and GCC optimization flags are enabled). The default is to use an - unoptimized build (also known as a debug build). + Enables optimized compilation (debugging symbols are removed + and GCC optimization flags are enabled). Note that this is the default + setting if you are using the LLVM distribution. The default behavior + of an Subversion checkout is to use an unoptimized build (also known as a + debug build).

    --enable-debug-runtime
    @@ -881,7 +1108,7 @@ script to configure the build system:

    native compiler (no cross-compiler targets available). The "native" target is selected as the target of the build host. You can also specify a comma separated list of target names that you want available in llc. The target - names use all lower case. The current set of targets is:
    + names use all lower case. The current set of targets is:
    alpha, ia64, powerpc, skeleton, sparc, x86.

    --enable-doxygen
    @@ -914,11 +1141,11 @@ script to configure the build system:

    - + -
    +

    Once you have configured LLVM, you can build it. There are three types of builds:

    @@ -926,10 +1153,12 @@ builds:

    Debug Builds
    - These builds are the default when one types gmake (unless the - --enable-optimized option was used during configuration). The - build system will compile the tools and libraries with debugging - information. + These builds are the default when one is using an Subversion checkout and + types gmake (unless the --enable-optimized option was + used during configuration). The build system will compile the tools and + libraries with debugging information. To get a Debug Build using the + LLVM distribution the --disable-optimized option must be passed + to configure.

    Release (Optimized) Builds @@ -939,6 +1168,7 @@ builds:

    gmake command line. For these builds, the build system will compile the tools and libraries with GCC optimizations enabled and strip debugging information from the libraries and executables it generates. + Note that Release Builds are default when using an LLVM distribution.

    Profile Builds @@ -1015,6 +1245,11 @@ declaring variables on the command line. The following are some examples:

    Perform a Release (Optimized) build without assertions enabled.

    + +
    gmake ENABLE_OPTIMIZED=0 +
    + Perform a Debug build. +

    gmake ENABLE_PROFILING=1
    @@ -1040,56 +1275,29 @@ that directory that is out of date.

    - - -
    -

    It is possible to cross-compile LLVM. That is, you can create LLVM - executables and libraries for a platform different than the one one which you - are compiling. To do this, a few additional steps are - required. 1 To cross-compile LLVM, use - these instructions:

    -
      -
    1. Configure and build LLVM as a native compiler. You will need - just TableGen from that build. -
        -
      • If you have $LLVM_OBJ_ROOT=$LLVM_SRC_ROOT just execute - make -C utils/TableGen after configuring.
      • -
      • Otherwise you will need to monitor building process and terminate - it just after TableGen was built.
      • -
      -
    2. -
    3. Copy the TableGen binary to somewhere safe (out of your build tree). -
    4. -
    5. Configure LLVM to build with a cross-compiler. To do this, supply the - configure script with --build and --host options that - are different. The values of these options must be legal target triples - that your GCC compiler supports.
    6. -
    7. Put the saved TableGen executable into the - into $LLVM_OBJ_ROOT/{BUILD_TYPE}/bin directory (e.g. into - .../Release/bin for a Release build).
    8. -
    9. Build LLVM as usual.
    10. -
    -

    The result of such a build will produce executables that are not executable - on your build host (--build option) but can be executed on your compile host + + +

    +

    It is possible to cross-compile LLVM itself. That is, you can create LLVM + executables and libraries to be hosted on a platform different from the + platform where they are build (a Canadian Cross build). To configure a + cross-compile, supply the configure script with --build and + --host options that are different. The values of these options must + be legal target triples that your GCC compiler supports.

    + +

    The result of such a build is executables that are not runnable on + on the build host (--build option) but can be executed on the compile host (--host option).

    -

    Notes:

    -
    -
      -
    1. Cross-compiling was tested only with Linux as - build platform and Windows as host using mingw32 cross-compiler. Other - combinations have not been tested.
    2. -
    -
    - + -
    +

    The LLVM build system is capable of sharing a single LLVM source tree among several LLVM builds. Hence, it is possible to build LLVM for several different @@ -1112,13 +1320,13 @@ platforms or configurations using the same source tree.

    named after the build type:

    -
    Debug Builds +
    Debug Builds with assertions enabled (the default)
    Tools -
    OBJ_ROOT/Debug/bin +
    OBJ_ROOT/Debug+Asserts/bin
    Libraries -
    OBJ_ROOT/Debug/lib +
    OBJ_ROOT/Debug+Asserts/lib


    @@ -1145,11 +1353,11 @@ named after the build type:

    - + - - +

    + Program Layout +

    -
    +

    One useful source of information about the LLVM source base is the LLVM doxygen documentation available at doxygen documentation available at http://llvm.org/doxygen/. The following is a brief introduction to code layout:

    -
    - - -
    +

    + llvm/examples +

    + +

    This directory contains some simple examples of how to use the LLVM IR and JIT.

    - -
    +

    + llvm/include +

    + +

    This directory contains public header files exported from the LLVM library. The three main subdirectories of this directory are:

    @@ -1226,8 +1445,11 @@ library. The three main subdirectories of this directory are:

    - -
    +

    + llvm/lib +

    + +

    This directory contains most of the source files of the LLVM system. In LLVM, almost all code exists in libraries, making it very easy to share code among the @@ -1266,6 +1488,10 @@ different tools.

    This directory contains the major parts of the code generator: Instruction Selector, Instruction Scheduling, and Register Allocation.
    +
    llvm/lib/MC/
    +
    (FIXME: T.B.D.)
    + +
    llvm/lib/Debugger/
    This directory contains the source level debugger library that makes it possible to instrument LLVM programs so that a debugger could identify @@ -1279,6 +1505,7 @@ different tools.

    This directory contains the source code that corresponds to the header files located in llvm/include/Support/.
    +
    llvm/lib/System/
    This directory contains the operating system abstraction layer that shields LLVM from platform-specific coding.
    @@ -1287,8 +1514,11 @@ different tools.

    - -
    +

    + llvm/projects +

    + +

    This directory contains projects that are not strictly part of LLVM but are shipped with LLVM. This is also the directory where you should create your own LLVM-based projects. See llvm/projects/sample for an example of how @@ -1296,8 +1526,11 @@ different tools.

    - -
    +

    + llvm/runtime +

    + +

    This directory contains libraries which are compiled into LLVM bitcode and used when linking programs with the GCC front end. Most of these libraries are @@ -1310,16 +1543,22 @@ end to compile.

    - -
    +

    + llvm/test +

    + +

    This directory contains feature and regression tests and other basic sanity checks on the LLVM infrastructure. These are intended to run quickly and cover a lot of territory without being exhaustive.

    - -
    +

    + test-suite +

    + +

    This is not a directory in the normal llvm module; it is a separate Subversion module that must be checked out (usually to projects/test-suite). @@ -1334,12 +1573,15 @@ end to compile.

    - -
    +

    + llvm/tools +

    + +

    The tools directory contains the executables built out of the libraries above, which form the main part of the user interface. You can -always get help for a tool by typing tool_name --help. The +always get help for a tool by typing tool_name -help. The following is a brief introduction to the most important tools. More detailed information is in the Command Guide.

    @@ -1353,16 +1595,6 @@ information is in the Command Guide.

    href="HowToSubmitABug.html">HowToSubmitABug.html for more information on using bugpoint. -
    llvmc
    -
    The LLVM Compiler Driver. This program can - be configured to utilize both LLVM and non-LLVM compilation tools to enable - pre-processing, translation, optimization, assembly, and linking of programs - all from one command line. llvmc also takes care of processing the - dependent libraries found in bitcode. This reduces the need to get the - traditional -l<name> options right on the command line. Please - note that this tool, while functional, is still experimental and not feature - complete.
    -
    llvm-ar
    The archiver produces an archive containing the given LLVM bitcode files, optionally with an index for faster @@ -1378,9 +1610,9 @@ information is in the Command Guide.

    llvm-ld
    llvm-ld is a general purpose and extensible linker for LLVM. - This is the linker invoked by llvmc. It performsn standard link time - optimizations and allows optimization modules to be loaded and run so that - language specific optimizations can be applied at link time.
    + It performs standard link time optimizations and allows optimization + modules to be loaded and run so that language specific optimizations can + be applied at link time.
    llvm-link
    llvm-link, not surprisingly, links multiple LLVM modules into @@ -1410,8 +1642,8 @@ information is in the Command Guide.

    opt
    opt reads LLVM bitcode, applies a series of LLVM to LLVM transformations (which are specified on the command line), and then outputs - the resultant bitcode. The 'opt --help' command is a good way to - get a list of the program transformations available in LLVM.
    + the resultant bitcode. The 'opt -help' command is a good way to + get a list of the program transformations available in LLVM.
    opt can also be used to run a specific analysis on an input LLVM bitcode file and print out the results. It is primarily useful for debugging analyses, or familiarizing yourself with what an analysis does.
    @@ -1419,8 +1651,11 @@ information is in the Command Guide.

    - -
    +

    + llvm/utils +

    + +

    This directory contains utilities for working with LLVM source code, and some of the utilities are actually required as part of the build process because they @@ -1481,24 +1716,17 @@ are code generators for parts of LLVM infrastructure.

    - - -
    -

    This directory contains build scripts and project files for use with - Visual C++. This allows developers on Windows to build LLVM without the need - for Cygwin. The contents of this directory should be considered experimental - at this time. -

    + - + -
    +

    This section gives an example of using LLVM. llvm-gcc3 is now obsolete, -so we only include instructiosn for llvm-gcc4. +so we only include instructions for llvm-gcc4.

    Note: The gcc4 frontend's invocation is considerably different @@ -1507,12 +1735,13 @@ create bitcode by default: gcc4 produces native code. As the example belo the '--emit-llvm' flag is needed to produce LLVM bitcode output. For makefiles and configure scripts, the CFLAGS variable needs '--emit-llvm' to produce bitcode output.

    -
    - +

    + Example with llvm-gcc4 +

    -
    +
    1. First, create a simple C file, name it 'hello.c':

      @@ -1593,14 +1822,15 @@ int main() {
    +
    - + -
    +

    If you are having problems building or using LLVM, or if you have any other general questions about LLVM, please consult the Frequently @@ -1609,12 +1839,12 @@ Asked Questions page.

    -
    +

    Links -

    + -
    +

    This document is just an introduction on how to use LLVM to do some simple things... there are many more interesting and complicated things @@ -1638,11 +1868,11 @@ out:

    Valid CSS Valid HTML 4.01 + src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"> Chris Lattner
    Reid Spencer
    - The LLVM Compiler Infrastructure
    + The LLVM Compiler Infrastructure
    Last modified: $Date$