Hans Wennborg ce718ff9f4 Extend the IL for selecting TLS models (PR9788)
This allows the user/front-end to specify a model that is better
than what LLVM would choose by default. For example, a variable
might be declared as

  @x = thread_local(initialexec) global i32 42

if it will not be used in a shared library that is dlopen'ed.

If the specified model isn't supported by the target, or if LLVM can
make a better choice, a different model may be used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159077 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-23 11:37:03 +00:00
..
2012-06-20 11:25:11 +00:00
2012-06-15 22:17:44 +00:00
2012-06-20 21:54:22 +00:00
2012-01-01 08:16:56 +00:00
2012-06-18 20:21:38 +00:00
2012-06-20 21:54:22 +00:00
2012-06-06 07:39:39 +00:00
2012-06-20 10:36:41 +00:00
2012-06-19 22:25:17 +00:00

LLVM Documentation
==================

The LLVM documentation is currently written in two formats:

  * Plain HTML documentation.

  * reStructured Text documentation using the Sphinx documentation generator. It
    is currently tested with Sphinx 1.1.3.

    For more information, see the "Sphinx Introduction for LLVM Developers"
    document.