Files
clamav/libclamav/c++/llvm/docs/Passes.html
Török Edvin 9da1704025 Merge LLVM upstream SVN r80601.
This brings in some memory leak fixes for LLVMCOntext.

Squashed commit of the following:

commit 4cfaf41d499ce05b11ecb62746c3e86b04440f62
Author: Bill Wendling <isanbard@gmail.com>
Date:   Mon Aug 31 18:26:48 2009 +0000

    Output a hex value, because all of the others are hex.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80601 91177308-0d34-0410-b5e6-96231b3b80d8

commit 7829e5a6558bb97589d47d61da3142f7ebbdaeac
Author: Dale Johannesen <dalej@apple.com>
Date:   Mon Aug 31 18:05:23 2009 +0000

    Fix some misspellings of XTARGET.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80598 91177308-0d34-0410-b5e6-96231b3b80d8

commit 8364630e4cb67b6f64a704960e73ae44ce3f10ed
Author: Dale Johannesen <dalej@apple.com>
Date:   Mon Aug 31 17:49:20 2009 +0000

    Mark test as passing on all x86, which it should,
    although I don't think anyone cares about this
    feature except Darwin.  PR 4825.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80596 91177308-0d34-0410-b5e6-96231b3b80d8

commit cf91fb4cb2e15b1fa07dc1282ac59c3659d80015
Author: Chris Lattner <sabre@nondot.org>
Date:   Mon Aug 31 17:08:30 2009 +0000

    cleanups pointed out by duncan

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80595 91177308-0d34-0410-b5e6-96231b3b80d8

commit 752d366fe7a9d0f68258465ce554cdf40af2918e
Author: Duncan Sands <baldrick@free.fr>
Date:   Mon Aug 31 16:45:16 2009 +0000

    Revert commit 80428.  It completely broke exception
    handling on x86-32 linux.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80592 91177308-0d34-0410-b5e6-96231b3b80d8

commit 3c8dfbb88bb125c2b7d1105645937b14dce9bcd3
Author: Edwin Török <edwintorok@gmail.com>
Date:   Mon Aug 31 16:14:59 2009 +0000

    Free the constants that have no uses in ~LLVMContext.
    This fixes leaks from LLVMContext in multithreaded apps.
    Since constants are only deleted if they have no uses, it is safe to not delete
    a Module on shutdown, as many single-threaded tools do.
    Multithreaded apps should however delete the Module before destroying the
    Context to ensure that there are no leaks (assuming they use a different context
    for each thread).

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80590 91177308-0d34-0410-b5e6-96231b3b80d8

commit 6d5f43b77a907a2b42ff405ab16e078c6598c70e
Author: Edwin Török <edwintorok@gmail.com>
Date:   Mon Aug 31 16:12:29 2009 +0000

    Fix ExplicitSymbols leak.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80589 91177308-0d34-0410-b5e6-96231b3b80d8

commit b759ebc5bc48ee93a9f4b031ec6ed3247028d77c
Author: Benjamin Kramer <benny.kra@googlemail.com>
Date:   Mon Aug 31 13:05:24 2009 +0000

    Normalize makefile comments and sort cmake file lists.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80584 91177308-0d34-0410-b5e6-96231b3b80d8

commit d79f43204be2893e74872f1062e2a44f023d39e1
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Mon Aug 31 08:09:28 2009 +0000

    llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80578 91177308-0d34-0410-b5e6-96231b3b80d8

commit f4c67959b5ea0bbd3a39085c91c2d3162c6fd973
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Mon Aug 31 08:09:09 2009 +0000

    llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80577 91177308-0d34-0410-b5e6-96231b3b80d8

commit b6a03e093598d90c10c8d1cab8425e3d107b12cf
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Mon Aug 31 08:08:50 2009 +0000

    llvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExpression.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80576 91177308-0d34-0410-b5e6-96231b3b80d8

commit 6e96621a502ddebc12cd4d139756b7a90fd1ca8a
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Mon Aug 31 08:08:38 2009 +0000

    llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.

    Also, use MCInst::print instead of custom code in MCAsmPrinter.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80575 91177308-0d34-0410-b5e6-96231b3b80d8

commit 667cfd44ac3394697e60f54f72bfd190436c061a
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Mon Aug 31 08:08:17 2009 +0000

    llvm-mc: Add MCAsmParser::Parse[Paren]Expression forms which return an MCExpr.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80574 91177308-0d34-0410-b5e6-96231b3b80d8

commit 22ad5f80f751da3ba986022d09c49fcc4416048a
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Mon Aug 31 08:08:06 2009 +0000

    llvm-mc: Make MCSymbolData symbol member const.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80573 91177308-0d34-0410-b5e6-96231b3b80d8

commit 29efe7e0c9d32aaefa2a2924a8ded5fd4c76ff28
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Mon Aug 31 08:07:55 2009 +0000

    llvm-mc: Add MCContext to MCAssembler.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80572 91177308-0d34-0410-b5e6-96231b3b80d8

commit 890ebe2d940760796e088902a2613cdf30b16e76
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Mon Aug 31 08:07:44 2009 +0000

    llvm-mc: Add MCAsmParser::getContext.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80571 91177308-0d34-0410-b5e6-96231b3b80d8

commit 510c1a5512b7de68dc9b272eaba0e5d6c3ddc8b9
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Mon Aug 31 08:07:33 2009 +0000

    llvm-mc: Add MCExpr::{dump,print}.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80570 91177308-0d34-0410-b5e6-96231b3b80d8

commit bc4d607b1a5fd13c1f19ef812ebb6fe814831d56
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Mon Aug 31 08:07:22 2009 +0000

    llvm-mc: Switch MCExpr construction to using static member functions, and taking the MCContext (which now owns all MCExprs).

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80569 91177308-0d34-0410-b5e6-96231b3b80d8

commit 6e3b031540ae25a464bfa37cdbd19e2cad301ee7
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Mon Aug 31 08:07:08 2009 +0000

    llvm-mc: Add some doxyment markers.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80568 91177308-0d34-0410-b5e6-96231b3b80d8

commit 3679d2f3156d001053bae8fa5a162852b7700a27
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Mon Aug 31 08:06:59 2009 +0000

    llvm-mc: Move AsmExpr into MC lib (as MCExpr).

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80567 91177308-0d34-0410-b5e6-96231b3b80d8

commit 298ea10f4da28d9be51f8be5af59f88ea86ce7ec
Author: Chris Lattner <sabre@nondot.org>
Date:   Mon Aug 31 07:23:46 2009 +0000

    Step #1 to giving Callgraph some sane invariants.  The problems with callgraph
    stem from the fact that we have two types of passes that need to update it:

    1. callgraphscc and module passes that are explicitly aware of it
    2. Functionpasses (and loop passes etc) that are interlaced with CGSCC passes
       by the CGSCC Passmgr.

    In the case of #1, we can reasonably expect the passes to update the call
    graph just like any analysis.  However, functionpasses are not and generally
    should not be CG aware.  This has caused us no end of problems, so this takes
    a new approach.  Logically, the CGSCC Pass manager can rescan every function
    after it runs a function pass over it to see if the functionpass made any
    updates to the IR that affect the callgraph.  This allows it to catch new calls
    introduced by the functionpass.

    In practice, doing this would be slow.  This implementation keeps track of
    whether or not the current scc is dirtied by a function pass, and, if so,
    delays updating the callgraph until it is actually needed again.  This was
    we avoid extraneous rescans, but we still have good invariants when the
    callgraph is needed.

    Step #2 of the "give Callgraph some sane invariants" is to change CallGraphNode
    to use a CallBackVH for the callsite entry of the CallGraphNode.  This way
    we can immediately remove entries from the callgraph when a FunctionPass is
    active instead of having dangling pointers.  The current pass tries to tolerate
    these dangling pointers, but it is just an evil hack.

    This is related to PR3601/4835/4029.  This also reverts r80541, a hack working
    around the sad lack of invariants.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80566 91177308-0d34-0410-b5e6-96231b3b80d8

commit 21d79e26df48405ff2fdfde682c4fdf6c646ef8a
Author: Chris Lattner <sabre@nondot.org>
Date:   Mon Aug 31 06:57:37 2009 +0000

    fix some cases where instcombine would change hte IR but not return true
    from runOnFunction

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80562 91177308-0d34-0410-b5e6-96231b3b80d8

commit 223479b6087a6d9a1470c857c459e408ba51df84
Author: Chris Lattner <sabre@nondot.org>
Date:   Mon Aug 31 06:01:21 2009 +0000

    cleanups, factor some code out to a helper function

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80542 91177308-0d34-0410-b5e6-96231b3b80d8

commit f5313424550268526a14fd910cfb59efb95e0f30
Author: Chris Lattner <sabre@nondot.org>
Date:   Mon Aug 31 05:46:59 2009 +0000

    fix a crash building SPASS by tolerating a callsite that doesn't exist
    in the callgraph, see the big comment at the top of the testcase.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80541 91177308-0d34-0410-b5e6-96231b3b80d8

commit 4c76b7e8e15bf7ed6607393535f64a9070b6df8c
Author: Chris Lattner <sabre@nondot.org>
Date:   Mon Aug 31 05:34:32 2009 +0000

    comment and simplify some code.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80540 91177308-0d34-0410-b5e6-96231b3b80d8

commit d441cd63a37ec3589fed1cfba11bbb177dab8fa6
Author: Chris Lattner <sabre@nondot.org>
Date:   Mon Aug 31 05:22:48 2009 +0000

    add -debug output

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80539 91177308-0d34-0410-b5e6-96231b3b80d8

commit 26b7f945b3a935e44755202ef7be13fdee8c75b5
Author: Chris Lattner <sabre@nondot.org>
Date:   Mon Aug 31 05:17:58 2009 +0000

    improve -debug output, so that -debug is more likely to print when
    instcombine is changing stuff.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80538 91177308-0d34-0410-b5e6-96231b3b80d8

commit adba7ea53650f26a6752f606041ac6d741c1fd4f
Author: Chris Lattner <sabre@nondot.org>
Date:   Mon Aug 31 04:36:22 2009 +0000

    fix a bug I introduced with my 'instcombine builder' refactoring
    changes: SimplifyDemandedBits can't use the builder yet because it
    has the wrong insertion point.  This fixes a crash building
    MultiSource/Benchmarks/PAQ8p

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80537 91177308-0d34-0410-b5e6-96231b3b80d8

commit b74203603b43d08ddef33e9a4c9c03752d86aee6
Author: Chris Lattner <sabre@nondot.org>
Date:   Mon Aug 31 04:09:04 2009 +0000

    simplify some code by making the SCCNodes set contain Function*'s
    instead of CallGraphNode*'s.  This also papers over a callgraph
    problem where a pass (in this case, MemCpyOpt) introduces a new
    function into the module (llvm.memset.i64) but doesn't add it to
    the call graph (nor should it, since it is a function pass).

    While it might be a good idea for MemCpyOpt to not synthesize
    functions in a runOnFunction(), there is no need for FunctionAttrs
    to be boneheaded, so fix it there.  This fixes an assertion building
    176.gcc.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80535 91177308-0d34-0410-b5e6-96231b3b80d8

commit 3e30f91f1c190b8f3ba93de2c8746e0addaf056e
Author: Chris Lattner <sabre@nondot.org>
Date:   Mon Aug 31 03:22:35 2009 +0000

    only print the override triple if it exists!

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80534 91177308-0d34-0410-b5e6-96231b3b80d8

commit fd7079292b43ca5eceae2c585fc2899033a448f7
Author: Chris Lattner <sabre@nondot.org>
Date:   Mon Aug 31 03:15:49 2009 +0000

    Fix PR4834, a tricky case where the inliner would resolve an
    indirect function pointer, inline it, then go to delete the body.
    The problem is that the callgraph had other references to the function,
    though the inliner had no way to know it, so we got a dangling pointer
    and an invalid iterator out of the deal.

    The fix to this is pretty simple: stop the inliner from deleting the
    function by knowing that there are references to it.  Do this by making
    CallGraphNodes contain a refcount.  This requires moving deletion of
    available_externally functions to the module-level cleanup sweep where
    it belongs.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80533 91177308-0d34-0410-b5e6-96231b3b80d8

commit 7d7776f7adca3f51d05c3bbfbacaf65a5ae5167f
Author: Chris Lattner <sabre@nondot.org>
Date:   Mon Aug 31 02:24:20 2009 +0000

    use an accessor instead of poking internals of a node.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80532 91177308-0d34-0410-b5e6-96231b3b80d8

commit 7032b5cbb5282c844008e780c7bbdddf8f8cf096
Author: Oscar Fuentes <ofv@wanadoo.es>
Date:   Mon Aug 31 01:58:50 2009 +0000

    CMake: updated library dependencies.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80531 91177308-0d34-0410-b5e6-96231b3b80d8

commit 54b6adfbb882f2f9b96c241fb87d0128ce840960
Author: Jim Grosbach <grosbach@apple.com>
Date:   Mon Aug 31 01:35:03 2009 +0000

    PR4747

    Shared landing pads run into trouble with SJLJ, as the dispatch table is
    mapped to call sites, and merging the pads will throw that off. There needs
    to be a one-to-one mapping of landing pad exception table entries to invoke
    call points.

    Detecting the shared pad during lowering of SJLJ info insn't sufficient, as
    the dispatch function may still need separate destinations to properly
    handle phi-nodes.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80530 91177308-0d34-0410-b5e6-96231b3b80d8

commit 86ab47ae9c388e9e046dedd9d9d554268290e450
Author: Chris Lattner <sabre@nondot.org>
Date:   Mon Aug 31 00:28:46 2009 +0000

    update unit test for previous change.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80528 91177308-0d34-0410-b5e6-96231b3b80d8

commit 3dab7152eedc0d822a9499102303eba526026021
Author: Chris Lattner <sabre@nondot.org>
Date:   Mon Aug 31 00:19:58 2009 +0000

    Fix some nasty callgraph dangling pointer problems in
    argpromotion and structretpromote.  Basically, when replacing
    a function, they used the 'changeFunction' api which changes
    the entry in the function map (and steals/reuses the callgraph
    node).

    This has some interesting effects: first, the problem is that it doesn't
    update the "callee" edges in any callees of the function in the call graph.
    Second, this covers for a major problem in all the CGSCC pass stuff, which
    is that it is completely broken when functions are deleted if they *don't*
    reuse a CGN.  (there is a cute little fixme about this though :).

    This patch changes the protocol that CGSCC passes must obey: now the CGSCC
    pass manager copies the SCC and preincrements its iterator to avoid passes
    invalidating it.  This allows CGSCC passes to mutate the current SCC.  However
    multiple passes may be run on that SCC, so if passes do this, they are now
    required to *update* the SCC to be current when they return.

    Other less interesting parts of this patch are that it makes passes update
    the CG more directly, eliminates changeFunction, and requires clients of
    replaceCallSite to specify the new callee CGN if they are changing it.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80527 91177308-0d34-0410-b5e6-96231b3b80d8

commit 637d133ffeaa961837ebc87ee6934be5ef401b8f
Author: Erick Tryzelaar <idadesub@users.sourceforge.net>
Date:   Sun Aug 30 23:41:20 2009 +0000

    Fix header comment for bindings/ocaml/llvm/Makefile.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80526 91177308-0d34-0410-b5e6-96231b3b80d8

commit ad465d7013a6ec529a34605d51377202af71b418
Author: Erick Tryzelaar <idadesub@users.sourceforge.net>
Date:   Sun Aug 30 23:38:06 2009 +0000

    Make sure we specify no arguments for context functions.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80525 91177308-0d34-0410-b5e6-96231b3b80d8

commit ba263e5f1b2320558e3935bbfbdc10c6d581c19d
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 22:24:32 2009 +0000

    add a dump() method on callgraph.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80524 91177308-0d34-0410-b5e6-96231b3b80d8

commit 72489759fa9fb63fdfa9f2e363222f0c45bf1340
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 22:14:17 2009 +0000

    rename test

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80523 91177308-0d34-0410-b5e6-96231b3b80d8

commit fae478e46e8ba5192eebbe569a627fdb954e587f
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 22:13:26 2009 +0000

    merge all sinking tests into one and convert them to filecheck.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80522 91177308-0d34-0410-b5e6-96231b3b80d8

commit a94b6974dd77e6457eba731fc6bf760d150f4207
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 22:08:19 2009 +0000

    convert scalar_promote to filecheck style and merge 2003-12-13-VolatilePromote.ll into it.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80521 91177308-0d34-0410-b5e6-96231b3b80d8

commit 9e2f641e11c20fa64e5f605e00168ecc7c0207b6
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 21:45:23 2009 +0000

    eliminate some uses of prcontext.  Any help here would be appreciated :)

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80520 91177308-0d34-0410-b5e6-96231b3b80d8

commit b5d911fe3ad0daa3bab9f6ddb24931db969fed00
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 21:36:39 2009 +0000

    rename test so that name reflects what it is testing for.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80519 91177308-0d34-0410-b5e6-96231b3b80d8

commit 16078ca613ec085b395afbabf5b68b7062e0ac1c
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 21:36:06 2009 +0000

    convert to filecheck format.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80518 91177308-0d34-0410-b5e6-96231b3b80d8

commit 0799dd19d3f0c2f1beb1b17ef7842ae5b61043d2
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 21:31:34 2009 +0000

    suck a bunch more gep tests into getelementptr.ll and filecheckize them all.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80517 91177308-0d34-0410-b5e6-96231b3b80d8

commit 16d7262e7a2e523c97e2c8bb2b4ab8823cf05772
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Sun Aug 30 21:14:05 2009 +0000

    Tweak comment.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80516 91177308-0d34-0410-b5e6-96231b3b80d8

commit 6a8458c86c784f7955ab7815b4840fc21f27b2d8
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Sun Aug 30 21:13:58 2009 +0000

    Fix some possible-use-of-uninitialized warnings.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80515 91177308-0d34-0410-b5e6-96231b3b80d8

commit 909749e25e3d5442e5b407781d2de92871f81a64
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 21:02:36 2009 +0000

    consolodate various GEP tests into getelementptr.ll using filecheck.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80514 91177308-0d34-0410-b5e6-96231b3b80d8

commit ccf7551a0445599b24a0eae667242e67b5f5d298
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 21:02:02 2009 +0000

    another huge testcase, this time from 'gs' in llvm-test.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80513 91177308-0d34-0410-b5e6-96231b3b80d8

commit 1fa629a0ffe6aa837bda41389c098e236a5b0f0c
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 21:01:14 2009 +0000

    remove another poorly-reduced testcase which came from ldecod in llvm-test.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80512 91177308-0d34-0410-b5e6-96231b3b80d8

commit 36d9c48134861d576a78c09e001d7773a502ea76
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 21:00:11 2009 +0000

    this testcase is 500 lines long and is distilled from bzip2, just
    remove it.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80511 91177308-0d34-0410-b5e6-96231b3b80d8

commit 586de4da4bffce2aae9110a60a39a3318014674c
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 20:48:15 2009 +0000

    convert to filecheck

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80510 91177308-0d34-0410-b5e6-96231b3b80d8

commit 83288fa512830d723318bf99060d3ec4fbf53abc
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 20:38:21 2009 +0000

    Fix PR4748:  don't fold gep(bitcast(x)) into bitcast(gep) when x
    is itself a bitcast.  Since we have gep(bitcast(bitcast(y))) in this
    case, just wait for the two bitcasts to get zapped.  This prevents
    instcombine from confusing some aliasing stuff, and allows it to
    directly eliminate the load in the testcase.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80508 91177308-0d34-0410-b5e6-96231b3b80d8

commit f3a2359906e6939a2552c7c23877592693d757f1
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 20:36:46 2009 +0000

    misc cleanup

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80507 91177308-0d34-0410-b5e6-96231b3b80d8

commit 6807a24de176e563843a0c5a21c9358b5eeefc2d
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 20:06:40 2009 +0000

    add getPointerAddressSpace() to GEP instruction, use the method
    in a few scalar xforms to simplify things.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80506 91177308-0d34-0410-b5e6-96231b3b80d8

commit d6164c20cdaaa27a2cc7b340604b4df3f2b97129
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 20:01:10 2009 +0000

    eliminate InsertCastBefore, use the builder instead.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80505 91177308-0d34-0410-b5e6-96231b3b80d8

commit 78628294ebe9a062fbd7e55edf5240e9b7c53fce
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 19:47:22 2009 +0000

    eliminate InsertBitCastBefore, just use the builder instead.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80504 91177308-0d34-0410-b5e6-96231b3b80d8

commit b77b0464ba62108a07af655f626f5bfe3bd63162
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 19:45:21 2009 +0000

    add a "getPointerAddressSpace" helper method to LoadInst and StoreInst.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80503 91177308-0d34-0410-b5e6-96231b3b80d8

commit d33527768525e6447c6fdcf521ffb975165dbc7a
Author: Anton Korobeynikov <asl@math.spbu.ru>
Date:   Sun Aug 30 19:06:39 2009 +0000

    Add missed pattern

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80502 91177308-0d34-0410-b5e6-96231b3b80d8

commit ad7516ac00ede459691feba7f448a4c3654ea6fc
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 18:50:58 2009 +0000

    convert a bunch more calls to InsertNewInstBefore to use
    the new Instcombine builder.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80501 91177308-0d34-0410-b5e6-96231b3b80d8

commit 36ec3b4e9828905bdc6bf7ef91ac808ab11e7d45
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 17:53:59 2009 +0000

    fix typo

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80500 91177308-0d34-0410-b5e6-96231b3b80d8

commit 8ba22dd113839d66b3f2912aff6bdd27776b1608
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 17:44:10 2009 +0000

    hopefully unbreak the build by making this-> explicit for dependent
    base class lookup.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80499 91177308-0d34-0410-b5e6-96231b3b80d8

commit 243874430bb02c8f76b7603cbc8f31ebf2749785
Author: Anton Korobeynikov <asl@math.spbu.ru>
Date:   Sun Aug 30 17:14:54 2009 +0000

    EXTRACT_VECTOR_ELEMENT can have result type different from element type.
    Remove the assertion and generalize the code for ARM NEON stuff.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80498 91177308-0d34-0410-b5e6-96231b3b80d8

commit 42cee05a28e87ba96760daaf9699f8355ea53f6e
Author: Edwin Török <edwintorok@gmail.com>
Date:   Sun Aug 30 08:24:09 2009 +0000

    Add regular expression matching support, based on OpenBSD regexec()/regcomp()
    implementation.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80493 91177308-0d34-0410-b5e6-96231b3b80d8

commit c769485a593b86360597d913c083292279730695
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 07:44:24 2009 +0000

    give instcombine a custom IRBuilder that adds new instructions to the
    workslist and is set to insert new instructions before the current one.
    Convert a bunch of stuff that used to call InsertNewInstBefore over to
    use it, greatly simplifying code and making it more natural.

    There is still a lot more to go, but this is a good start.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80492 91177308-0d34-0410-b5e6-96231b3b80d8

commit f0b47f327e20f338c90202ea21001dd9b06f7ef5
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Sun Aug 30 07:01:09 2009 +0000

    Update test.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80490 91177308-0d34-0410-b5e6-96231b3b80d8

commit c5ad98f04a19b2b7d463713a77634471578d1a64
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 06:27:41 2009 +0000

    add a new InstCombineWorklist::AddValue method that works even
    if the operand is not an instruction.

    Simplify most uses of AddOperandsToWorkList to use AddValue and
    inline it into the one remaining callsite.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80488 91177308-0d34-0410-b5e6-96231b3b80d8

commit 4796b62fccd6f8c414b5a642ebe0f6dbbabd5b61
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 06:22:51 2009 +0000

    move AddUsersToWorkList to the worklist processing class, make the
    argument stronger typed.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80487 91177308-0d34-0410-b5e6-96231b3b80d8

commit 059cfc7570d47711c1b53c909ab0f9c347cb23c3
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 06:20:05 2009 +0000

    rename AddUsesToWorkList -> AddOperandsToWorkList.  The
    former looks too much like AddUsersToWorkList and keeps
    confusing me.

    Remove AddSoonDeadInstToWorklist and change its two callers
    to do the same thing in a simpler way.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80486 91177308-0d34-0410-b5e6-96231b3b80d8

commit a8d310b5231890e926000c6939540b93fe094b61
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Sun Aug 30 06:17:49 2009 +0000

    llvm-mc/X86: Encode constant MCValue's correctly.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80485 91177308-0d34-0410-b5e6-96231b3b80d8

commit b03d1179e934cb99e30190835fea1e7f4a59ecad
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Sun Aug 30 06:17:16 2009 +0000

    llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported for now.

    - Switch Emit{CommonSymbol,Zerofill} to take alignment in bytes (for consistency).

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80484 91177308-0d34-0410-b5e6-96231b3b80d8

commit 3183fb6b613c15627c33a8257cbbfe10dbf0bb7f
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 06:13:40 2009 +0000

    inline the trivial AddToWorkList/RemoveFromWorkList methods
    into their callers.  simplify ReplaceInstUsesWith.  Make
    EraseInstFromFunction only add operands to the worklist if
    there aren't too many of them (this was a scalability win
    for crazy programs that was only infrequently enforced).
    Switch more code to using EraseInstFromFunction instead of
    duplicating it inline.  Change some fcmp/icmp optimizations
    to modify fcmp/icmp in place instead of creating a new one
    and deleting the old one just to change the predicate.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80483 91177308-0d34-0410-b5e6-96231b3b80d8

commit bf09d6330ea039406e250493d7e45d001f81734d
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 05:56:44 2009 +0000

    fix a bug I introduced in r80478 found by the build bot.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80482 91177308-0d34-0410-b5e6-96231b3b80d8

commit 5119c70d1620b79288c50ca2ad6a3ea4f11a3f35
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 05:55:36 2009 +0000

    refactor instcombine's worklist processing stuff out to its own class.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80481 91177308-0d34-0410-b5e6-96231b3b80d8

commit 1dde4eb8a0aef903bfd53d8dabfc61a560e1b327
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 05:55:04 2009 +0000

    make DenseMap::clear() early exit if there is nothing to do.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80480 91177308-0d34-0410-b5e6-96231b3b80d8

commit 69af0ff152a949c41ea8ff4550c74627306262f7
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 05:42:59 2009 +0000

    some minor cleanups to IRBuilder, factor the insertion
    hook out of the main IRBuilder class to allow clients to
    override it.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80479 91177308-0d34-0410-b5e6-96231b3b80d8

commit 1c641fc37fc42d878883b0325810a5c8c02a436c
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 05:30:55 2009 +0000

    more cleanups: remove some redundant code, and simplify some
    other places.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80478 91177308-0d34-0410-b5e6-96231b3b80d8

commit c2c8a0ac3f529c9e536862b213e18f67de05f422
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 05:08:50 2009 +0000

    eliminate the temporary SrcGEPOperands smallvector.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80477 91177308-0d34-0410-b5e6-96231b3b80d8

commit 95ba1ec4cbb14614f9ac26c9aabe5cac6640c4b0
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 05:00:50 2009 +0000

    simplify/detangle some control flow.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80476 91177308-0d34-0410-b5e6-96231b3b80d8

commit c0f553e874121b6a0feb35e580040c02da05ac3c
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 04:49:01 2009 +0000

    simplify and cleanup some code, remove some code that just
    does constant folding of gep's: this is already handled in
    a more general way.

    No functionality change.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80475 91177308-0d34-0410-b5e6-96231b3b80d8

commit 9da50553ef4596ea75c3a5434bf9ad356fb574ee
Author: Chris Lattner <sabre@nondot.org>
Date:   Sun Aug 30 04:25:40 2009 +0000

    default count-aa to -print-all.  The whole reason to use count-aa is
    to see what queries are being made by a transformation, we might as well
    default to printing them.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80474 91177308-0d34-0410-b5e6-96231b3b80d8

commit 09880947395319ff0df656549ddf0b080b7af385
Author: Bill Wendling <isanbard@gmail.com>
Date:   Sun Aug 30 00:28:57 2009 +0000

    Nuke moribund "std::string" version of EOL(..., Encoding).

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80466 91177308-0d34-0410-b5e6-96231b3b80d8

commit cdfb9b17b94bffa0de0e4862d22369fa1dcd9099
Author: Dan Gohman <gohman@apple.com>
Date:   Sat Aug 29 23:54:26 2009 +0000

    Add AutoGenerated.inc to svn:ignore.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80455 91177308-0d34-0410-b5e6-96231b3b80d8

commit 5d138f96f048cc7009397708ed10edea7cede5a6
Author: Dan Gohman <gohman@apple.com>
Date:   Sat Aug 29 23:39:38 2009 +0000

    Remove an unnecessary Context argument.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80454 91177308-0d34-0410-b5e6-96231b3b80d8

commit f928ad4af07aaac5e7e81757dcd514acbb5cb39c
Author: Dan Gohman <gohman@apple.com>
Date:   Sat Aug 29 23:37:49 2009 +0000

    Minor logic simplification.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80453 91177308-0d34-0410-b5e6-96231b3b80d8

commit 3d9354c841746f1802babcd465e542d7a7ea2a10
Author: Dan Gohman <gohman@apple.com>
Date:   Sat Aug 29 23:36:57 2009 +0000

    Add some comments.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80452 91177308-0d34-0410-b5e6-96231b3b80d8

commit 18e06cf39d0313f80b055eb98dba8d8f42fd08cd
Author: Dan Gohman <gohman@apple.com>
Date:   Sat Aug 29 23:35:16 2009 +0000

    Cleanup whitespace and indentation.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80451 91177308-0d34-0410-b5e6-96231b3b80d8

commit b006a1010559be4bc9d5e577c50fc750194f34a6
Author: Dan Gohman <gohman@apple.com>
Date:   Sat Aug 29 23:34:14 2009 +0000

    Remove some unused fields.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80450 91177308-0d34-0410-b5e6-96231b3b80d8

commit 1596dd23f3e2df5225cdfcea0904a017f96aaa90
Author: Dan Gohman <gohman@apple.com>
Date:   Sat Aug 29 22:19:15 2009 +0000

    CMOV_GR8 clobbers EFLAGS when its expansion involves an xor to set
    a register to 0. This fixes PR4814.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80445 91177308-0d34-0410-b5e6-96231b3b80d8

commit ac09afaf40216429fad53899cce2f9fde8e267d4
Author: Benjamin Kramer <benny.kra@googlemail.com>
Date:   Sat Aug 29 13:38:21 2009 +0000

    Inline empty destructor.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80431 91177308-0d34-0410-b5e6-96231b3b80d8

commit 3c5374802712a3d28cd13207ed3979a95457075c
Author: Bill Wendling <isanbard@gmail.com>
Date:   Sat Aug 29 12:31:38 2009 +0000

    Fix warning about non-virtual destructor.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80429 91177308-0d34-0410-b5e6-96231b3b80d8

commit b4ac493684cdeb2147000a6816a563269fcf3c70
Author: Bill Wendling <isanbard@gmail.com>
Date:   Sat Aug 29 12:20:54 2009 +0000

    - Add target lowering methods to get the preferred format for the FDE and LSDA
      encodings.
    - Make some of the values emitted by the FDEs dependent upon the pointer
      size. This is in line with how GCC does things. And it has the benefit of
      working for Darwin in 64-bit mode now.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80428 91177308-0d34-0410-b5e6-96231b3b80d8

commit 946b521498866b3d83c4447c9c0ece6095a56874
Author: Bill Wendling <isanbard@gmail.com>
Date:   Sat Aug 29 12:17:53 2009 +0000

    Add a form of EOL which emits the text version of a DWARF format encoding. This
    doesn't handle all values of the formatting. Those can be added as needed.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80427 91177308-0d34-0410-b5e6-96231b3b80d8

commit 502c35e863882790a94ad432d0a03c4a7e1a0aad
Author: Bob Wilson <bob.wilson@apple.com>
Date:   Sat Aug 29 05:53:25 2009 +0000

    PR4795: Remove EEVT::isFP, isInt and isVec types used by TableGen's type
    inferencing.  As far as I can tell, these are equivalent to the existing
    MVT::fAny, iAny and vAny types, and having both of them makes it harder
    to reason about and modify the type inferencing code.

    The specific problem in PR4795 occurs when updating a vAny type to be fAny
    or iAny, or vice versa.  Both iAny and fAny include vector types -- they
    intersect with the set of types represented by vAny.  When merging them,
    choose fAny/iAny to represent the intersection.  This is not perfect, since
    fAny/iAny also include scalar types, but it is good enough for TableGen's
    type inferencing.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80423 91177308-0d34-0410-b5e6-96231b3b80d8

commit 0ac7faa993d472be4a23e0e58fa6e9372960cfe8
Author: Eric Christopher <echristo@apple.com>
Date:   Sat Aug 29 01:12:46 2009 +0000

    Make the augmentation size and next set of bytes agree on size,
    and make the reference pointer size as it should be.

    Fixes an abort on a testcase derived from libunwind's personality
    test in 64-bit.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80414 91177308-0d34-0410-b5e6-96231b3b80d8

commit 83b551c5efdc49183f744103cd8e22a75117d07f
Author: Jeffrey Yasskin <jyasskin@google.com>
Date:   Sat Aug 29 00:44:16 2009 +0000

    Fix OProfile support after r80406 changed the DebugInfo interface from
    GlobalVariables to MDNodes.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80411 91177308-0d34-0410-b5e6-96231b3b80d8

commit e54c004ea5ea6c7e89b1cef9531ce05096122bbf
Author: David Goodwin <david_goodwin@apple.com>
Date:   Sat Aug 29 00:11:13 2009 +0000

    Another stab at fixing up register kill flags after post-RA scheduling.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80410 91177308-0d34-0410-b5e6-96231b3b80d8

commit cb7c98d9ef32354166106ff8218fb9fcbb8b2d24
Author: Anton Korobeynikov <asl@math.spbu.ru>
Date:   Sat Aug 29 00:08:18 2009 +0000

    Do not assert on too wide splats we don't support.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80409 91177308-0d34-0410-b5e6-96231b3b80d8

commit 44e0a6cee931258a05b190f9e6e411a6d276c96a
Author: Anton Korobeynikov <asl@math.spbu.ru>
Date:   Fri Aug 28 23:41:26 2009 +0000

    Add missed extract_element pattern

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80408 91177308-0d34-0410-b5e6-96231b3b80d8

commit 15e723d2c6021bbeacad9baa9c0d946d4a19867e
Author: Devang Patel <dpatel@apple.com>
Date:   Fri Aug 28 23:24:31 2009 +0000

    Reapply 79977.
    Use MDNodes to encode debug info in llvm IR.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80406 91177308-0d34-0410-b5e6-96231b3b80d8

commit c299914a58baed2d7cf594494dbba60880d476cd
Author: Evan Cheng <evan.cheng@apple.com>
Date:   Fri Aug 28 23:18:09 2009 +0000

    Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bunch of nasty code in ARM asm printer.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80404 91177308-0d34-0410-b5e6-96231b3b80d8

commit a14f4474b2d915579e9e9bd8bf4080d7f25e7dcd
Author: Eric Christopher <echristo@apple.com>
Date:   Fri Aug 28 22:33:43 2009 +0000

    Nuke trailing whitespace.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80401 91177308-0d34-0410-b5e6-96231b3b80d8

commit c6750c9bc8e555f632777eb1c69793b3b0dc40f6
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Fri Aug 28 16:14:46 2009 +0000

    Fix creation of .bca libraries with EXPORTED_SYMBOLS_LIST, this was putting the
    llvm-ld shell wrapper script in the archive, not the relinked object!

    Also, rename the temp file to avoid conflicts.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80373 91177308-0d34-0410-b5e6-96231b3b80d8

commit 72d34e1a91e3f2b58559f92e5c1716ba10586bf1
Author: Andreas Neustifter <astifter@gmx.at>
Date:   Fri Aug 28 16:13:45 2009 +0000

    Read Makefile.config before using LLVMGCC.
    See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090824/085828.html

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80372 91177308-0d34-0410-b5e6-96231b3b80d8

commit ab4193ba50b6b5fcda5e2230e4705676ec07b463
Author: Edwin Török <edwintorok@gmail.com>
Date:   Fri Aug 28 16:12:48 2009 +0000

    install-sh chmods to 0755 by default, and this causes 'git diff' to show
    that all the Makefiles changed mode.
    Fix this by tellint install-sh to chmod
    only to 0644, these are not executable files after all!

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80371 91177308-0d34-0410-b5e6-96231b3b80d8

commit b5cc6d8ae5a5813f059b0f03511b29c101c3a8ba
Author: Anton Korobeynikov <asl@math.spbu.ru>
Date:   Fri Aug 28 16:06:41 2009 +0000

    Short-term workaround for frame-related weirdness on win64.
    Some other minor win64 fixes as well.

    Patch by Michael Beck!

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80370 91177308-0d34-0410-b5e6-96231b3b80d8

commit 422cc43971693fd61517993472065277cb0cc903
Author: Edwin Török <edwintorok@gmail.com>
Date:   Fri Aug 28 14:05:07 2009 +0000

    rm needs -f

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80363 91177308-0d34-0410-b5e6-96231b3b80d8

commit da6633bee39686d02cd348b5c79c9dfc14eea6fd
Author: Edwin Török <edwintorok@gmail.com>
Date:   Fri Aug 28 13:35:44 2009 +0000

    Remove the llvmprof.out from the test output, otherwise running
    make check in a non-clean directory causes it to fail (for example when running
    make check twice), since execution counts will differ.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80362 91177308-0d34-0410-b5e6-96231b3b80d8

commit 3f10e8664f46c60e4153da5da0ce33cd6b0b2ea3
Author: Andreas Neustifter <astifter@gmx.at>
Date:   Fri Aug 28 11:28:24 2009 +0000

    Preparation for Optimal Edge Profiling:
    This implements the maximum spanning tree algorithm on CFGs according to
    weights given by the ProfileEstimator. This is then used to implement Optimal
    Edge Profiling.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80358 91177308-0d34-0410-b5e6-96231b3b80d8

commit c99a43a3864aee1121af69db21545a3974226d41
Author: Andreas Neustifter <astifter@gmx.at>
Date:   Fri Aug 28 10:38:26 2009 +0000

    Remove profiling output file because two consecutive runs of make check give
    error.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80357 91177308-0d34-0410-b5e6-96231b3b80d8

commit 354f75a94252e20f1d61ff7b047f34070dcccfc9
Author: Andreas Neustifter <astifter@gmx.at>
Date:   Fri Aug 28 10:07:41 2009 +0000

    Removed unnecessary file creation during test.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80356 91177308-0d34-0410-b5e6-96231b3b80d8

commit 975ad9a72fa60d0e8946c9ec584eb5c29d14386e
Author: Andreas Neustifter <astifter@gmx.at>
Date:   Fri Aug 28 10:00:28 2009 +0000

    Pulled all tests into one test. Removed some redundant tests. Rename.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80355 91177308-0d34-0410-b5e6-96231b3b80d8

commit f14af431e0f9724474dfa923ba940ecaf19316c7
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Fri Aug 28 08:08:22 2009 +0000

    Fix -Asserts warning, round two.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80354 91177308-0d34-0410-b5e6-96231b3b80d8

commit 796a639383578ff065b5c32539c88f9adb5327c2
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Fri Aug 28 07:08:47 2009 +0000

    llvm-mc: .lsym is more unsupported than unimplemented, pending a use case appearing.

    Also, all one of the file level flags are implemented.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80352 91177308-0d34-0410-b5e6-96231b3b80d8

commit 8388a8fed449aa79d848dd2e7b0cf8650e063028
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Fri Aug 28 07:08:35 2009 +0000

    llvm-mc: Support .comm emission.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80351 91177308-0d34-0410-b5e6-96231b3b80d8

commit 3ab6715ba17ac6726bd92a4514c68c5e58c3c884
Author: Evan Cheng <evan.cheng@apple.com>
Date:   Fri Aug 28 06:59:37 2009 +0000

    Print a nl before pic labels so they start at a new line. This makes assembly more readable.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80350 91177308-0d34-0410-b5e6-96231b3b80d8

commit fd5e315e8d6dca8cab80789552b6bbfef4d960e0
Author: Andreas Neustifter <astifter@gmx.at>
Date:   Fri Aug 28 06:48:25 2009 +0000

    Since all std::cout is gone, also remove iostream include.
    (See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090824/085620.html)

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80349 91177308-0d34-0410-b5e6-96231b3b80d8

commit a2aca168e5c7bbb35569f6f77a3cd4e8bc17520a
Author: Andreas Neustifter <astifter@gmx.at>
Date:   Fri Aug 28 06:41:00 2009 +0000

    Readded test from r79615, this tests the complete profiling tool chain. Furhter
    tests can test only parts of this system.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80348 91177308-0d34-0410-b5e6-96231b3b80d8

commit df98a14701fe2de1d0b83205f32edcdfef8ca141
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Fri Aug 28 05:49:21 2009 +0000

    llvm-mc: Support .zerofill emission.
     - I'm still trying to figure out the cleanest way to implement this and match the assembler, currently there are some substantial differences.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80347 91177308-0d34-0410-b5e6-96231b3b80d8

commit 1c215be1a50bfd6f0b994d61d0c0548fefa52795
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Fri Aug 28 05:49:04 2009 +0000

    llvm-mc: Tweak section alignment and size computation to match 'as' closer.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80345 91177308-0d34-0410-b5e6-96231b3b80d8

commit 91e7ee60faaf7867aebddbf4915e1422c6895337
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Fri Aug 28 05:48:54 2009 +0000

    llvm-mc: Factor getSectionData out of SwitchSection.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80344 91177308-0d34-0410-b5e6-96231b3b80d8

commit 3f952b45c4791659fe6b6addfdc2812f11a21a41
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Fri Aug 28 05:48:46 2009 +0000

    llvm-mc: Emit .lcomm as .zerofill.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80343 91177308-0d34-0410-b5e6-96231b3b80d8

commit c12c27bdbc93d517025612eab112f28366256839
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Fri Aug 28 05:48:29 2009 +0000

    llvm-mc: Unique zero fill sections.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80342 91177308-0d34-0410-b5e6-96231b3b80d8

commit 15f1a5cc63c5f08b31c8a67884efd2604067711e
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Fri Aug 28 05:48:22 2009 +0000

    llvm-mc: Add const to EmitZeroFill section argument.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80341 91177308-0d34-0410-b5e6-96231b3b80d8

commit b6eff3bcb6f481500df60e028ceaff6b60336a1d
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Fri Aug 28 05:48:10 2009 +0000

    llvm-mc: Fix thinko in emitting values.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80340 91177308-0d34-0410-b5e6-96231b3b80d8

commit a8425d44b7ffa3397ac7d010598e9caab54e1ed4
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Fri Aug 28 05:48:04 2009 +0000

    Add MathExtras.h OffsetToAlignment, like RoundUpToAlignment but returns the
    offset to the next aligned integer.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80339 91177308-0d34-0410-b5e6-96231b3b80d8

commit c24bcdb66bd5b6904147ac443ca44da2660f9223
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Fri Aug 28 05:47:56 2009 +0000

    Fix -Asserts warning.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80338 91177308-0d34-0410-b5e6-96231b3b80d8

commit d7e5bacf57cba6f139d726a0c63cb195f38cd39d
Author: Chris Lattner <sabre@nondot.org>
Date:   Fri Aug 28 04:48:54 2009 +0000

    finish a half formed thought :)

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80334 91177308-0d34-0410-b5e6-96231b3b80d8

commit ac6a9258ed6e7fa1e1e40ef505799ac54e852be4
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Fri Aug 28 03:06:28 2009 +0000

    Another NO_RUNTIME_LIBRARIES tweak...

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80331 91177308-0d34-0410-b5e6-96231b3b80d8

commit 1497c39481d4d8616d4ba1fb2cde490cfc100baa
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Fri Aug 28 02:20:39 2009 +0000

    Tweak NO_RUNTIME_LIBS.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80330 91177308-0d34-0410-b5e6-96231b3b80d8

commit c4823b9ee92e32a666e03406c46a530fcdbdda1a
Author: Chris Lattner <sabre@nondot.org>
Date:   Fri Aug 28 00:45:47 2009 +0000

    Mark Andersen's as experimental.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80328 91177308-0d34-0410-b5e6-96231b3b80d8

commit a8b647dc112f792cb21b0b675e6d2b300207a4fa
Author: Chris Lattner <sabre@nondot.org>
Date:   Fri Aug 28 00:43:14 2009 +0000

    Fix PR3913, patch by Jakub Staszak!

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80327 91177308-0d34-0410-b5e6-96231b3b80d8

commit 5e1d21856de4bf387cccf8365885c45c87642dfb
Author: Evan Cheng <evan.cheng@apple.com>
Date:   Fri Aug 28 00:31:43 2009 +0000

    v4, v5 does not support sxtb / sxth.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80322 91177308-0d34-0410-b5e6-96231b3b80d8

commit 66f3f9e7356761c91f8063a38b37293ce750c1c2
Author: Bob Wilson <bob.wilson@apple.com>
Date:   Fri Aug 28 00:21:13 2009 +0000

    Disable optional bindings for Apple-style builds.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80319 91177308-0d34-0410-b5e6-96231b3b80d8

commit dc8f15c7a771649ab75bdf2dea1b27067ee9f269
Author: Bob Wilson <bob.wilson@apple.com>
Date:   Fri Aug 28 00:10:15 2009 +0000

    Revert 76080.  This broke some powerpc cross compiles.
    It also makes the llvmCore build dependent on whatever version of llvm-gcc
    happens to be installed on the build machine.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80316 91177308-0d34-0410-b5e6-96231b3b80d8

commit 6decb644026d266aaed9bc51e5840529a4af8df0
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Thu Aug 27 23:58:10 2009 +0000

    Revert r80305, I forgot a dependent change.

    --- Reverse-merging r80305 into '.':
    U    tools/llvm-mc/AsmParser.cpp

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80309 91177308-0d34-0410-b5e6-96231b3b80d8

commit 20b3210d23b9c5633787e3d8bbd98d7cc0083c32
Author: Devang Patel <dpatel@apple.com>
Date:   Thu Aug 27 23:51:51 2009 +0000

    Closure is a very generic name. Use AppleBlock instead.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80307 91177308-0d34-0410-b5e6-96231b3b80d8

commit 3edc5f01bcfec50757d8cbdb7cd0fb6abb561d67
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Thu Aug 27 23:45:06 2009 +0000

    llvm-mc: Unique sections in .zerofill.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80305 91177308-0d34-0410-b5e6-96231b3b80d8

commit ab36e15e689a516f8ff2af4c2c0210a90a423652
Author: Gabor Greif <ggreif@gmail.com>
Date:   Thu Aug 27 23:44:33 2009 +0000

    eliminate all 80-col violations that I have introduced in my recent checkins (and some others more)

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80304 91177308-0d34-0410-b5e6-96231b3b80d8

commit 41d850e034d4f33728c8d8d51a3811dbe0fccf8c
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Thu Aug 27 23:43:28 2009 +0000

    Don't build runtime libraries in an Apple style build.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80303 91177308-0d34-0410-b5e6-96231b3b80d8

commit f5b6d86316d71c3eae687ecb56abfdfd12679a54
Author: Bruno Cardoso Lopes <bruno.cardoso@gmail.com>
Date:   Thu Aug 27 19:57:56 2009 +0000

    Revert 80278 for now, it caused a lot of MIPS tests to fail

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80280 91177308-0d34-0410-b5e6-96231b3b80d8

commit 862f67b71f0aaeccdd24a0cbd4d99a9a9413c43a
Author: Bruno Cardoso Lopes <bruno.cardoso@gmail.com>
Date:   Thu Aug 27 19:40:40 2009 +0000

    Revamp our friend Mips :)
    Add MO flags to simplify the printing of relocations.
    Remove the support for printing large code model relocs (which
    aren't supported anyway).

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80278 91177308-0d34-0410-b5e6-96231b3b80d8

commit 90adb6c4bd8c285660db59e5ac10fd71fa3c1076
Author: Dan Gohman <gohman@apple.com>
Date:   Thu Aug 27 18:16:24 2009 +0000

    Don't mark CMOV_GR8 as two-address, or commutable, since it's a pseudo.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80271 91177308-0d34-0410-b5e6-96231b3b80d8

commit fa4c3253f6dd9f328549aa73e2710981ac3a2881
Author: Dan Gohman <gohman@apple.com>
Date:   Thu Aug 27 18:14:26 2009 +0000

    Adjust the MachineBasicBlock verifier rules to be more
    tolerant of blocks that end with "unreachable".

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80270 91177308-0d34-0410-b5e6-96231b3b80d8

commit 20391ca63ee850ffd6fb86bfd058ff61b698197d
Author: Eric Christopher <echristo@apple.com>
Date:   Thu Aug 27 18:08:16 2009 +0000

    Add FIXME for when we support more specific XMM registers.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80269 91177308-0d34-0410-b5e6-96231b3b80d8

commit 3d82bbd2ddfb775d59f271cc25cade73551f976c
Author: Eric Christopher <echristo@apple.com>
Date:   Thu Aug 27 18:07:15 2009 +0000

    Nuke trailing whitespace.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80268 91177308-0d34-0410-b5e6-96231b3b80d8

commit f8b840f45084d2486be3fd074807d9a37564a33d
Author: Dan Gohman <gohman@apple.com>
Date:   Thu Aug 27 18:02:03 2009 +0000

    Use stripPointerCasts instead of doing the same manually.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80267 91177308-0d34-0410-b5e6-96231b3b80d8

commit a578538e9fde98cb05ce9740d7c63aafbd1c69f4
Author: Dan Gohman <gohman@apple.com>
Date:   Thu Aug 27 17:59:08 2009 +0000

    Minor code simplification.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80266 91177308-0d34-0410-b5e6-96231b3b80d8

commit c99596ddbf78116260c177edcfad9261bf186b68
Author: Dan Gohman <gohman@apple.com>
Date:   Thu Aug 27 17:55:13 2009 +0000

    Teach getUnderlyingObject and skipPointerCasts about GlobalAliases.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80265 91177308-0d34-0410-b5e6-96231b3b80d8

commit fe1256903404065be182735c1402411c4940e9e5
Author: Dan Gohman <gohman@apple.com>
Date:   Thu Aug 27 17:54:15 2009 +0000

    Be somewhat more consistent about const qualifiers.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80264 91177308-0d34-0410-b5e6-96231b3b80d8

commit 3c8455152e3d41b8e5f7b33c3ed99c7a8105f5a8
Author: Dan Gohman <gohman@apple.com>
Date:   Thu Aug 27 17:52:56 2009 +0000

    Global Aliases are not identifiable objects.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80263 91177308-0d34-0410-b5e6-96231b3b80d8

commit 54e98d921f7eabfd3baae5399e835ddc39a75e6c
Author: Dan Gohman <gohman@apple.com>
Date:   Thu Aug 27 17:51:25 2009 +0000

    Handle TargetData with const.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80262 91177308-0d34-0410-b5e6-96231b3b80d8

commit ec966442362eeff9b24c9eee2b11188ab4a5246b
Author: Dan Gohman <gohman@apple.com>
Date:   Thu Aug 27 17:29:49 2009 +0000

    Strip trailing whitespace from blank lines.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80259 91177308-0d34-0410-b5e6-96231b3b80d8

commit 7bec0f5f90c6d917beb4b1433c847aa132cdfacf
Author: Gabor Greif <ggreif@gmail.com>
Date:   Thu Aug 27 17:07:35 2009 +0000

    re-apply r80197, now that iterator.h is not mentioned any more

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80254 91177308-0d34-0410-b5e6-96231b3b80d8

commit aa152ae811d8e0ffd01c7a8b454d595cb1a1a31f
Author: Anton Korobeynikov <asl@math.spbu.ru>
Date:   Thu Aug 27 16:25:49 2009 +0000

    Hopefully the final missing part :(
    scalar_to_vector is fully legal now

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80251 91177308-0d34-0410-b5e6-96231b3b80d8

commit 872393c20ee29eaae1746deed115f06192526f64
Author: Anton Korobeynikov <asl@math.spbu.ru>
Date:   Thu Aug 27 16:10:17 2009 +0000

    Forgot about actual change :)

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80250 91177308-0d34-0410-b5e6-96231b3b80d8

commit 0a21bce095161b98a3671b2aa0e63a020b03e120
Author: Anton Korobeynikov <asl@math.spbu.ru>
Date:   Thu Aug 27 16:04:47 2009 +0000

    scalar_to_vector is fully legal now (implemented as subreg accesses)

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80249 91177308-0d34-0410-b5e6-96231b3b80d8

commit 2b6e274f8669337cb148c1df4e060a41af14cc1e
Author: Devang Patel <dpatel@apple.com>
Date:   Thu Aug 27 15:32:38 2009 +0000

    Remove an entry from ValueMap before removing elements.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80247 91177308-0d34-0410-b5e6-96231b3b80d8

commit 6e8275030925dbd3beeb873d0bf605f0c0c67f0b
Author: Anton Korobeynikov <asl@math.spbu.ru>
Date:   Thu Aug 27 14:51:42 2009 +0000

    Ok, sometimes it's profitable to turn scalar_to_vector stuff into subreg access.
    Add a testcase.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80246 91177308-0d34-0410-b5e6-96231b3b80d8

commit baee7b2a5501a45a59554b5bafd87264a2edc442
Author: Anton Korobeynikov <asl@math.spbu.ru>
Date:   Thu Aug 27 14:38:44 2009 +0000

    Transform float scalar_to_vector into subreg accesses.
    No idea whether this is profitable or not.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80245 91177308-0d34-0410-b5e6-96231b3b80d8

commit 9daa0677ac901b0f54bdba31dc3913b92df58e50
Author: Misha Brukman <brukman+llvm@gmail.com>
Date:   Thu Aug 27 14:14:21 2009 +0000

    STRD and LDRD require ARMv5TE, not just ARMv5T.
    See http://llvm.org/PR4687 for more info and links.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80244 91177308-0d34-0410-b5e6-96231b3b80d8

commit 4dd75744b70c1a3f686ce5a43952124fb0de7ad9
Author: Benjamin Kramer <benny.kra@googlemail.com>
Date:   Thu Aug 27 12:02:34 2009 +0000

    Inverse logic to increase portability.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80240 91177308-0d34-0410-b5e6-96231b3b80d8

commit 07f1cdae7f327c15cdfc0d68c8500a275dba72b2
Author: Sanjiv Gupta <sanjiv.gupta@microchip.com>
Date:   Thu Aug 27 11:54:38 2009 +0000

    To make mcc16 run correctly on mac.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80239 91177308-0d34-0410-b5e6-96231b3b80d8

commit 006e46ee524c49f00fdfa4d0b582c7ecd693c95b
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Thu Aug 27 08:17:51 2009 +0000

    llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions.
     - No relocations yet, of course.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80235 91177308-0d34-0410-b5e6-96231b3b80d8

commit 2f37963b50b496c99300850683ed41db4f9431b6
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Thu Aug 27 08:12:55 2009 +0000

    llvm-mc/X86: Implement single instruction encoding interface for MC.
     - Note, this is a gigantic hack, with the sole purpose of unblocking further
       work on the assembler (its also possible to test the mathcer more completely
       now).

     - Despite being a hack, its actually good enough to work over all of 403.gcc
       (although some encodings are probably incorrect). This is a testament to the
       beauty of X86's MachineInstr, no doubt! ;)

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80234 91177308-0d34-0410-b5e6-96231b3b80d8

commit 1f32816fdaf9ba3a7e6e5705f94be145fafde497
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Thu Aug 27 07:58:57 2009 +0000

    llvm-mc: Print encodings after the instruction, and only when we have an asm
    printer.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80233 91177308-0d34-0410-b5e6-96231b3b80d8

commit 75513bd24edb8ea2142145b448df7a4cdaeaa335
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Thu Aug 27 07:58:05 2009 +0000

    X86: Mark EH_RETURN as code-gen-only.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80232 91177308-0d34-0410-b5e6-96231b3b80d8

commit 0125384b4a902da228354e5a201cd4cf4f2f1a4a
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Thu Aug 27 07:57:12 2009 +0000

    Add {MCInst,MCOperand}::{print,dump}

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80231 91177308-0d34-0410-b5e6-96231b3b80d8

commit 160f252aa8189beba57b0b025b0206a3910c4ae9
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Thu Aug 27 07:56:39 2009 +0000

    llvm-mc: Only show instruction encodings with --show-encoding.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80230 91177308-0d34-0410-b5e6-96231b3b80d8

commit f449eb343e70f1e4e8f982939d53c083a1bc5ba3
Author: Gabor Greif <ggreif@gmail.com>
Date:   Thu Aug 27 06:59:20 2009 +0000

    the buildbots revealed one more breakage. fix. (why didn't I see this?)

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80227 91177308-0d34-0410-b5e6-96231b3b80d8

commit 765f012f22956a3085e1e84441af9d880bf65f35
Author: Gabor Greif <ggreif@gmail.com>
Date:   Thu Aug 27 06:41:46 2009 +0000

    Clean up the minor mess I caused with removing iterator.h. I shall take care of 80-col violations and the FIXME later. (Thanks goodness that I live in another continent, so the monkeypox did not strike me :-)

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80224 91177308-0d34-0410-b5e6-96231b3b80d8

commit bc42440879f2a302f2801e224828cfdccd5a92a7
Author: Chris Lattner <sabre@nondot.org>
Date:   Thu Aug 27 06:29:33 2009 +0000

    Implement a new optimization in the inliner: if inlining multiple
    calls into a function and if the calls bring in arrays, try to merge
    them together to reduce stack size.  For example, in the testcase
    we'd previously end up with 4 allocas, now we end up with 2 allocas.

    As described in the comments, this is not really the ideal solution
    to this problem, but it is surprisingly effective.  For example, on
    176.gcc, we end up eliminating 67 arrays at "gccas" time and another
    24 at "llvm-ld" time.

    One piece of concern that I didn't look into: at -O0 -g with
    forced inlining this will almost certainly result in worse debug
    info.  I think this is acceptable though given that this is a case
    of "debugging optimized code", and we don't want debug info to
    prevent the optimizer from doing things anyway.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80215 91177308-0d34-0410-b5e6-96231b3b80d8

commit 2d1272cbbc0ba9bffbc702e67c59a8d12ec93660
Author: Chris Lattner <sabre@nondot.org>
Date:   Thu Aug 27 06:20:45 2009 +0000

    the inliner shouldn't crash on this.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80214 91177308-0d34-0410-b5e6-96231b3b80d8

commit ea3bccb555f65187ecbb134d26aab8103ca167b2
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Thu Aug 27 06:11:15 2009 +0000

    For now, only run MC tests if X86 is configured.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80213 91177308-0d34-0410-b5e6-96231b3b80d8

commit 17d1a4db879f7af0fd20dd78f704ff9f82aabbe1
Author: Bill Wendling <isanbard@gmail.com>
Date:   Thu Aug 27 05:49:50 2009 +0000

    This is passing for PPC on Mac OS X.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80210 91177308-0d34-0410-b5e6-96231b3b80d8

commit cf5d1d8ceb34c56f21bd3f41f5329407e8d090ce
Author: Bill Wendling <isanbard@gmail.com>
Date:   Thu Aug 27 05:35:28 2009 +0000

    Revert accidental commit.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80208 91177308-0d34-0410-b5e6-96231b3b80d8

commit f659a56d993743e0d51beb2c94fbe187637e5918
Author: Chris Lattner <sabre@nondot.org>
Date:   Thu Aug 27 04:43:05 2009 +0000

    unbreak the build, yay for symlinks + makefiles. :(

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80205 91177308-0d34-0410-b5e6-96231b3b80d8

commit d1586b1a1d27d5efeb8e487bbeb7ed255159e53b
Author: Chris Lattner <sabre@nondot.org>
Date:   Thu Aug 27 04:32:07 2009 +0000

    reduce header #include'age

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80204 91177308-0d34-0410-b5e6-96231b3b80d8

commit 1ba292d8cfe7b5bf705c5bb307f63f0c0bbe8979
Author: Chris Lattner <sabre@nondot.org>
Date:   Thu Aug 27 04:20:52 2009 +0000

    enhance InlineFunction to be able to optionally return
    a the list of static allocas that it inlined.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80203 91177308-0d34-0410-b5e6-96231b3b80d8

commit eb87590c5346b7c17032242e2232a6c1d217f964
Author: Chris Lattner <sabre@nondot.org>
Date:   Thu Aug 27 04:02:30 2009 +0000

    smallvectorize the list of returns built by CloneAndPruneFunctionInto.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80202 91177308-0d34-0410-b5e6-96231b3b80d8

commit 612956220f38126feaacceb378cf105043739271
Author: Chris Lattner <sabre@nondot.org>
Date:   Thu Aug 27 03:56:43 2009 +0000

    remove CloneTrace, which appears to be dead since 2004.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80201 91177308-0d34-0410-b5e6-96231b3b80d8

commit ae56c0de911bf5328ffda48e51ce37bcd7aa0d76
Author: Chris Lattner <sabre@nondot.org>
Date:   Thu Aug 27 03:51:50 2009 +0000

    reduce inlining factor some stuff out to a static helper function,
    and other code cleanups.  No functionality change.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80199 91177308-0d34-0410-b5e6-96231b3b80d8

commit 5537c20c55869fac64e4f5738f8eab2080cc79c6
Author: Bill Wendling <isanbard@gmail.com>
Date:   Thu Aug 27 03:32:50 2009 +0000

    Revert accidental commit.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80198 91177308-0d34-0410-b5e6-96231b3b80d8

commit 25cd944a98bcf3b1542c71d2654fe61e28562867
Author: Bill Wendling <isanbard@gmail.com>
Date:   Thu Aug 27 03:29:26 2009 +0000

    --- Reverse-merging r80147 into '.':
    A    include/llvm/ADT/iterator.cmake
    U    autoconf/configure.ac
    --- Reverse-merging r80161 into '.':
    U    cmake/config-ix.cmake
    --- Reverse-merging r80171 into '.':
    U    Makefile
    --- Reverse-merging r80173 into '.':
    U    configure
    U    include/llvm/Config/config.h.in
    --- Reverse-merging r80180 into '.':
    A    include/llvm/ADT/iterator.h.in

    Despite common miscomceptions, iterator.h is alive and well. It broke the build
    bots for several hours. And yet no one bothered to look at them.

    Gabor and Doug, please review your changes and make sure that they actually
    build before resubmitting them.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80197 91177308-0d34-0410-b5e6-96231b3b80d8

commit 0d0598f6281c0b1ae107b2fa2fabd69ec21263c4
Author: Dan Gohman <gohman@apple.com>
Date:   Thu Aug 27 02:43:49 2009 +0000

    Add some checks for MachineCFG consistency. Use AnalyzeBranch and
    do extra checking when it succeeds, as those are cases where
    CodeGen will be doing particularly interesting CFG modifications.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80196 91177308-0d34-0410-b5e6-96231b3b80d8

commit 92e5548870b7945deb93f7956ea816f67d34b73f
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Thu Aug 27 02:08:37 2009 +0000

    Update CMake

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80195 91177308-0d34-0410-b5e6-96231b3b80d8

commit 2f377df6bba8110c3bc0bf5185d33d1f46b54c6b
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Thu Aug 27 01:34:22 2009 +0000

    llvm-mc: Tweak MCCodeEmitter skeleton.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80193 91177308-0d34-0410-b5e6-96231b3b80d8

commit cdde2975f55c43493f3318630985e7a1e8e14384
Author: Dan Gohman <gohman@apple.com>
Date:   Thu Aug 27 01:25:57 2009 +0000

    Initialize the PoisonMemory member before initializing
    members that call methods that read the PoisonMemory member.
    This fixes potential spurious (though probably otherwise
    harmless) poising of unused memory, and fixes the
    associated valgrind error.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80192 91177308-0d34-0410-b5e6-96231b3b80d8

commit 363cd759d4186bdae7b49e89a0d434749d6198aa
Author: Evan Cheng <evan.cheng@apple.com>
Date:   Thu Aug 27 01:23:50 2009 +0000

    Fix PR4789. Teach eliminateFrameIndex how to handle VLDRQ and VSTRQ which cannot fold any immediate offset.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80191 91177308-0d34-0410-b5e6-96231b3b80d8

commit 511e71114c34c8ddae2b44b996502a5efe1adc3a
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Thu Aug 27 01:15:54 2009 +0000

    Add missing declarations.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80190 91177308-0d34-0410-b5e6-96231b3b80d8

commit 12266adfd9dc571aafb7ec7f8b69d85c7a6e352a
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Thu Aug 27 00:51:57 2009 +0000

    Sketch TargetRegistry support for MCCodeEmitter abstract interface.
     - Of course, nothing actually can provide this interface yet.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80188 91177308-0d34-0410-b5e6-96231b3b80d8

commit adb77e4c37d183af9a2f29b6df8b0dfee562bbba
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Thu Aug 27 00:38:04 2009 +0000

    Try to make MSVC just a little happier.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80187 91177308-0d34-0410-b5e6-96231b3b80d8

commit b59f15a1d2c40f978d93f43b006546f455a65f04
Author: Dan Gohman <gohman@apple.com>
Date:   Thu Aug 27 00:31:47 2009 +0000

    X86FastISel support for loading and storing values of type i1.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80186 91177308-0d34-0410-b5e6-96231b3b80d8

commit 29b998f5248398e6cfe323a5ebd7419bb77975b4
Author: Dan Gohman <gohman@apple.com>
Date:   Thu Aug 27 00:14:12 2009 +0000

    Expand i8 selects into control flow instead of 16-bit conditional
    moves. This avoids the need to promote the operands (or implicitly
    extend them, a partial register update condition), and can reduce
    i8 register pressure. This substantially speeds up code such as
    write_hex in lib/Support/raw_ostream.cpp.

    subclass-coalesce.ll is too trivial and no longer tests what it was
    originally intended to test.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80184 91177308-0d34-0410-b5e6-96231b3b80d8

commit a7bddb52ed1bb68e8c654c522b885f941c540d04
Author: Gabor Greif <ggreif@gmail.com>
Date:   Wed Aug 26 23:35:33 2009 +0000

    now that include/llvm/ADT/iterator.h.in is not attempted to be built, its prerequisite can go away too

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80180 91177308-0d34-0410-b5e6-96231b3b80d8

commit b5b99e6fa820047460b362d5d981766ac313b1ce
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Wed Aug 26 23:12:33 2009 +0000

    Simplify.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80176 91177308-0d34-0410-b5e6-96231b3b80d8

commit 2eff5fff4d600df3d29f74dd195bc564a48206b4
Author: Douglas Gregor <doug.gregor@gmail.com>
Date:   Wed Aug 26 22:59:05 2009 +0000

    Regenerate configure

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80173 91177308-0d34-0410-b5e6-96231b3b80d8

commit 3eace462948ecfec5ee53127c445e4d0d5f1ae89
Author: Gabor Greif <ggreif@gmail.com>
Date:   Wed Aug 26 22:55:19 2009 +0000

    eliminate references to ADT/iterator.h

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80171 91177308-0d34-0410-b5e6-96231b3b80d8

commit d68b1af98ca9bb39ac51d046a37266ceb24e38b5
Author: Owen Anderson <resistor@mac.com>
Date:   Wed Aug 26 22:55:11 2009 +0000

    Make this into a static method.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80170 91177308-0d34-0410-b5e6-96231b3b80d8

commit 2f01e9983a054713a49d2ac2124e8ca26d128574
Author: Bob Wilson <bob.wilson@apple.com>
Date:   Wed Aug 26 22:50:39 2009 +0000

    Fix bad length argument to substr calls.  Apparently I'm the first one to
    attempt more than 2 constraints on an instruction.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80169 91177308-0d34-0410-b5e6-96231b3b80d8

commit 418706d9a8a304630ddecc3709598d823bee8188
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Wed Aug 26 22:49:51 2009 +0000

    llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate text
    sections, etc.
     - The quick and dirty way, just clone the TargetLoweringObjectFile
       code. Eventually this should be shared... somehow.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80168 91177308-0d34-0410-b5e6-96231b3b80d8

commit 1ea86df7ddb44659fbf694934abb2177beed8637
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Wed Aug 26 22:13:22 2009 +0000

    llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.
     - I moved section creation back into AsmParser. I think policy decisions like
       this should be pushed higher, not lower, when possible (in addition the
       assembler has flags which change this behavior, for example).

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80162 91177308-0d34-0410-b5e6-96231b3b80d8

commit b003759e247f0edb3b691849598ba252f51ae624
Author: Douglas Gregor <doug.gregor@gmail.com>
Date:   Wed Aug 26 22:12:02 2009 +0000

    De-bork CMake build

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80161 91177308-0d34-0410-b5e6-96231b3b80d8

commit e92cc8d5591cb7ded636c91cc98c741af62ec85f
Author: Eric Christopher <echristo@apple.com>
Date:   Wed Aug 26 21:44:57 2009 +0000

    Rework getPersonalityIndex slightly - 0 is now a valid and not-NULL
    personality function.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80153 91177308-0d34-0410-b5e6-96231b3b80d8

commit 2a1099a6809307eee7521b1f725ef89370f7ebd1
Author: Gabor Greif <ggreif@gmail.com>
Date:   Wed Aug 26 21:36:59 2009 +0000

    nobody includes llvm/ADT/iterator.h any more,
    so get rid of this monstrosity. iterator.h.in is scheduled for deletion in my working copy,
    but I wait till I see that configure gets regenerated, as it depends on it. I'll commit
    then.
    There are still some AC_* tests in the configure.ac dealing with iterators, those can
    be zapped probably too.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80147 91177308-0d34-0410-b5e6-96231b3b80d8

commit c87d5ae938fe0c3b0afc3aefef1dc6a9873516e4
Author: Eric Christopher <echristo@apple.com>
Date:   Wed Aug 26 21:30:49 2009 +0000

    If we're emitting additional CIEs due to personality functions
    don't emit the default one. Explicitly check for the NULL
    CIE later.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80146 91177308-0d34-0410-b5e6-96231b3b80d8

commit 84603633a7609ec55de5d8145048efbbf45e5c9c
Author: Eric Christopher <echristo@apple.com>
Date:   Wed Aug 26 21:27:09 2009 +0000

    Nuke trailing whitespace.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80145 91177308-0d34-0410-b5e6-96231b3b80d8

commit f8c4bb7da634d77a7f2cff601b8d3f53c143e9ad
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Wed Aug 26 21:22:22 2009 +0000

    llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80144 91177308-0d34-0410-b5e6-96231b3b80d8

commit 87f46499f001931c031002473a73793772852e51
Author: Bill Wendling <isanbard@gmail.com>
Date:   Wed Aug 26 21:00:34 2009 +0000

    Don't submit test directory.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80139 91177308-0d34-0410-b5e6-96231b3b80d8

commit 441e205eb82a0ebd70b807d8560c5a76188eabc5
Author: Reid Kleckner <reid@kleckner.net>
Date:   Wed Aug 26 20:58:25 2009 +0000

    Allocate the module provider in the Kaleidoscope code on the heap, not the stack, so that it can be properly deleted.  Also update the tutorial with the new code.  This fixes PR4762, hopefully better than the last time.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80138 91177308-0d34-0410-b5e6-96231b3b80d8

commit 4952aa5163ff4e87910d461f06316cc793ca95b8
Author: Gabor Greif <ggreif@gmail.com>
Date:   Wed Aug 26 19:16:32 2009 +0000

    Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed with Chris on IRC. Anybody wanting to debug sentinel dereferencing problems must revert this patch and perform the indicated modifications.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80128 91177308-0d34-0410-b5e6-96231b3b80d8

commit ffefef35790db7819c72ba7e53c73b8e5931e851
Author: Oscar Fuentes <ofv@wanadoo.es>
Date:   Wed Aug 26 18:37:05 2009 +0000

    CMake: Removed outdated TODO.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80124 91177308-0d34-0410-b5e6-96231b3b80d8

commit 66448030685cdc3c9bfd52449e4027258aaba480
Author: Venkatraman Govindaraju <venkatra@cs.wisc.edu>
Date:   Wed Aug 26 18:24:12 2009 +0000

    Generate section for bss and enable weak symbols

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80121 91177308-0d34-0410-b5e6-96231b3b80d8

commit 3a392c8714c745ffdc77da0a8589c7b0df03515f
Author: Bob Wilson <bob.wilson@apple.com>
Date:   Wed Aug 26 18:11:50 2009 +0000

    Convert some more Neon tests to FileCheck.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80120 91177308-0d34-0410-b5e6-96231b3b80d8

commit 5e69950d5391bdf294b415bf39dd44f9f40556a1
Author: Dale Johannesen <dalej@apple.com>
Date:   Wed Aug 26 18:10:32 2009 +0000

    Alter 79292 to produce output that actually assembles.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80119 91177308-0d34-0410-b5e6-96231b3b80d8

commit 23f2034aaff80f52b309ee17bfa7a9fc801c9677
Author: Mike Stump <mrs@apple.com>
Date:   Wed Aug 26 18:02:19 2009 +0000

    Allow unsigned long long DenseMapInfo.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80118 91177308-0d34-0410-b5e6-96231b3b80d8

commit b1b88455b18224867a8d2fc6c3202b6ce12e0a1c
Author: Bob Wilson <bob.wilson@apple.com>
Date:   Wed Aug 26 17:39:53 2009 +0000

    Remove unneeded ARM-specific DAG nodes for VLD* and VST* Neon operations.
    The instructions can be selected directly from the intrinsics.  We will need
    to add some ARM-specific nodes for VLD/VST of 3 and 4 128-bit vectors, but
    those are not yet implemented.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80117 91177308-0d34-0410-b5e6-96231b3b80d8

commit 0defefd8ce9f13cecba8c988897c3224a25e96f8
Author: Anton Korobeynikov <asl@math.spbu.ru>
Date:   Wed Aug 26 17:39:40 2009 +0000

    Add extload expansion for f128

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80116 91177308-0d34-0410-b5e6-96231b3b80d8

commit 3e72169c1b197ef8c5b4c663e2eee4551a3a7178
Author: Anton Korobeynikov <asl@math.spbu.ru>
Date:   Wed Aug 26 17:39:23 2009 +0000

    Unbreak FP128 stuff in cbe

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80115 91177308-0d34-0410-b5e6-96231b3b80d8

commit 644cdc3c64cb485c6a21d1bfb126c107e5b40d64
Author: Oscar Fuentes <ofv@wanadoo.es>
Date:   Wed Aug 26 17:05:06 2009 +0000

    Ignore -fPIC test on Windows. Suggested by Yonggang Luo.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80111 91177308-0d34-0410-b5e6-96231b3b80d8

commit 8427b6b0529e66663737b39ea51a1fbdbbbbd534
Author: Douglas Gregor <doug.gregor@gmail.com>
Date:   Wed Aug 26 16:33:57 2009 +0000

    Unbreak CMake build

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80109 91177308-0d34-0410-b5e6-96231b3b80d8

commit 886f20275a78a1b03b83a8145a62f5e4cfbb1c99
Author: Anton Korobeynikov <asl@math.spbu.ru>
Date:   Wed Aug 26 16:26:09 2009 +0000

    Expand scalar_to_vector - we don't have any isel logic for it now

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80107 91177308-0d34-0410-b5e6-96231b3b80d8

commit 75c687bcc528eb81dc693d63f7aff9185b29e56f
Author: Dan Gohman <gohman@apple.com>
Date:   Wed Aug 26 16:06:11 2009 +0000

    Add comments detailing a known bug, so that people writing other
    backends don't use it as an example.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80105 91177308-0d34-0410-b5e6-96231b3b80d8

commit 32b17ffaa8593d25728c9ebad7e82a45c16f817c
Author: Dan Gohman <gohman@apple.com>
Date:   Wed Aug 26 15:57:57 2009 +0000

    -fast is now -O0. -fast-isel is no longer experimental.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80104 91177308-0d34-0410-b5e6-96231b3b80d8

commit 4637d177299aed45c6be7ca24e003771f33fd5d6
Author: Dan Gohman <gohman@apple.com>
Date:   Wed Aug 26 15:56:38 2009 +0000

    Move ProfileInfo::Edge's operator<< out of line. Among other benefits,
    this eliminates the ATTRIBUTE_USED, which wasn't being used in a manner
    acceptable to some GCC versions, according to the buildbots.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80103 91177308-0d34-0410-b5e6-96231b3b80d8

commit a064a395489f954b0eaafb351d15b456699dea8e
Author: Andreas Neustifter <astifter@gmx.at>
Date:   Wed Aug 26 15:18:38 2009 +0000

    Bugfix for r80100, forgot include. Sorry.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80101 91177308-0d34-0410-b5e6-96231b3b80d8

commit 70eeb51888ed9e73d058a3b0c889c295219e2109
Author: Andreas Neustifter <astifter@gmx.at>
Date:   Wed Aug 26 15:13:44 2009 +0000

    Implemented comments from Daniel Dunbar.
    (See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090817/084958.html)

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80100 91177308-0d34-0410-b5e6-96231b3b80d8

commit 9959b052347ceddec3576013485f2564b99b944e
Author: Dan Gohman <gohman@apple.com>
Date:   Wed Aug 26 14:59:13 2009 +0000

    Don't use INSERT_SUBREG to model anyext operations on x86-64, as it
    leads to partial-register definitions. To help avoid redundant
    zero-extensions, also teach the h-register matching patterns that
    use movzbl to match anyext as well as zext.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80099 91177308-0d34-0410-b5e6-96231b3b80d8

commit 9927f829a68b645ed5813b25e21a881d94fc80d8
Author: Dan Gohman <gohman@apple.com>
Date:   Wed Aug 26 14:53:06 2009 +0000

    Create a ScalarEvolution-based AliasAnalysis implementation.

    This is a simple AliasAnalysis implementation which works by making
    ScalarEvolution queries. ScalarEvolution has a more complete understanding
    of arithmetic than BasicAA's collection of ad-hoc checks, so it handles
    some cases that BasicAA misses, for example p[i] and p[i+1] within the
    same iteration of a loop.

    This is currently experimental. It may be that the main use for this pass
    will be to help find cases where BasicAA can be profitably extended, or
    to help in the development of the overall AliasAnalysis infrastructure,
    however it's also possible that it could grow up to become a directly
    useful pass.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80098 91177308-0d34-0410-b5e6-96231b3b80d8

commit 596114dc06489e5bd79e3e8ffc60d43bbf3668e3
Author: Dan Gohman <gohman@apple.com>
Date:   Wed Aug 26 14:34:12 2009 +0000

    Fix a missing newline, now that Value's operator<< doesn't add one of its own.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80096 91177308-0d34-0410-b5e6-96231b3b80d8

commit 84c793aef4170e0d5be4d2c6fcb26a9e56cad21b
Author: Dan Gohman <gohman@apple.com>
Date:   Wed Aug 26 14:32:17 2009 +0000

    Use SetVector instead of std::set so that alias relations are tested and
    printed in a deterministic order.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80095 91177308-0d34-0410-b5e6-96231b3b80d8

commit 8fa9da2b34655a15102a0845617a9951ee945ed6
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Wed Aug 26 13:58:10 2009 +0000

    llvm-mc/Mach-O: Add support for relocations.
     - I haven't really tried to find the "right" way to store the fixups or apply
       them, yet. This works, but isn't particularly elegant or fast.

     - Still no evaluation support, so we don't actually ever not turn a fixup into
       a relocation entry.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80089 91177308-0d34-0410-b5e6-96231b3b80d8

commit c3c1992d46f418c45a8e0b5fdb3c452c90aa960e
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Wed Aug 26 13:57:54 2009 +0000

    llvm-mc/Mach-O: Move symbol indices into the MCSymbolData structure.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80088 91177308-0d34-0410-b5e6-96231b3b80d8

commit cefbda1f46cc612e074fdcc1d8aab712aba085e7
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Wed Aug 26 13:57:44 2009 +0000

    llvm-mc/Mach-O: Dump relocations and section data (optionally) in my Mach-O dumper.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80087 91177308-0d34-0410-b5e6-96231b3b80d8

commit 4486ac16542e9dd843778c5f684e1cd9d7bb3945
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Wed Aug 26 13:57:37 2009 +0000

    llvm-mc: Add symbol entries for undefined symbols used in .fill and .org.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80086 91177308-0d34-0410-b5e6-96231b3b80d8

commit 7c672df8b969b7514438228bed80cfad6e9c473e
Author: Anton Korobeynikov <asl@math.spbu.ru>
Date:   Wed Aug 26 13:44:29 2009 +0000

    Add dummy inline asm handling for 'r' constraint. This fixes PR4778

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80085 91177308-0d34-0410-b5e6-96231b3b80d8

commit 39fd40ae8671ecff6a1857b5a0156e52284c4e5c
Author: Andreas Neustifter <astifter@gmx.at>
Date:   Wed Aug 26 13:33:09 2009 +0000

    Moved isDeclaration() check further down to allow for function counts for
    declarations if necessary.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80084 91177308-0d34-0410-b5e6-96231b3b80d8

commit 92183c031a21857a580b38795272ce80863b9ebf
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Wed Aug 26 09:16:57 2009 +0000

    llvm-mc: Change MCContext value table to take const MCSymbol*s.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80079 91177308-0d34-0410-b5e6-96231b3b80d8

commit b9d13ac6e4228451c6fe54566064978597aabc1b
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Wed Aug 26 09:16:46 2009 +0000

    llvm-mc: Make MCValue take const MCSymbol*s.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80078 91177308-0d34-0410-b5e6-96231b3b80d8

commit cb73cfe2496d5e70d8cc4c89e7de29373b348353
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Wed Aug 26 09:16:34 2009 +0000

    llvm-mc: Make non-sensical max bytes to .align an error.

    Also, warn about overflow in alignment values.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80077 91177308-0d34-0410-b5e6-96231b3b80d8

commit 3e64a6cc0e75cf654fd23ac9ffa1a9a1d3d911e9
Author: Andreas Neustifter <astifter@gmx.at>
Date:   Wed Aug 26 09:05:21 2009 +0000

    Changed std::cout to outs(), retaining formating.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80076 91177308-0d34-0410-b5e6-96231b3b80d8

commit 94060421ce73922e71c183fba0fda8bace7d0e2d
Author: Devang Patel <dpatel@apple.com>
Date:   Wed Aug 26 05:01:18 2009 +0000

    Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80073 91177308-0d34-0410-b5e6-96231b3b80d8

commit 66d02907de42fa311fb2b512e820277bb1a61e7c
Author: Chris Lattner <sabre@nondot.org>
Date:   Wed Aug 26 05:00:16 2009 +0000

    some mips and some sparc compilers apparently
    predefine mips and sparc respectively.  Just overrule them :)

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80072 91177308-0d34-0410-b5e6-96231b3b80d8

commit 202ced1e32f5a88a8c865e62ea10c88a712c3fab
Author: Venkatraman Govindaraju <venkatra@cs.wisc.edu>
Date:   Wed Aug 26 04:50:17 2009 +0000

    test commit

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80070 91177308-0d34-0410-b5e6-96231b3b80d8

commit 3eb9a3f37ed8ee8e026d2dfebe6bae08df4e615d
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Wed Aug 26 04:28:45 2009 +0000

    llvm-mc: Fix tests for python variations in int printing, sigh.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80069 91177308-0d34-0410-b5e6-96231b3b80d8

commit 53a9082d2e95f33980ef2b7f5104e0cc46d6342d
Author: Chris Lattner <sabre@nondot.org>
Date:   Wed Aug 26 04:21:30 2009 +0000

    fix some funky indentation

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80068 91177308-0d34-0410-b5e6-96231b3b80d8

commit 0f56d41709c27ec2f0637e19881fefd90e31c22b
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Wed Aug 26 04:13:32 2009 +0000

    llvm-mc/Mach-O: Add section padding where needed (to align the next section).

    Also, simplify some of Mach-O writer code which can now use section addresses.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80067 91177308-0d34-0410-b5e6-96231b3b80d8

commit b3730b1a3de7fe37a660bd30d3d0d55bcea22d1d
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Wed Aug 26 02:48:04 2009 +0000

    llvm-mc/Mach-O: Set addresses for symbols.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80065 91177308-0d34-0410-b5e6-96231b3b80d8

commit 7fd6b0fff74a7c9fbc054b3303fee1a8f22002b2
Author: Dale Johannesen <dalej@apple.com>
Date:   Wed Aug 26 01:08:21 2009 +0000

    Add an 'inline hint' attribute to represent source
    code hints that it would be a good idea to inline
    a function ("inline" keyword).  No functional change
    yet; FEs do not emit this and inliner does not use it.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80063 91177308-0d34-0410-b5e6-96231b3b80d8

commit 2e1a5d0b91503b8d5ada9fe0b19567daca2f1c6f
Author: Devang Patel <dpatel@apple.com>
Date:   Wed Aug 26 00:39:50 2009 +0000

    Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute.
    Patch by Caroline Tice.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80061 91177308-0d34-0410-b5e6-96231b3b80d8

commit 6d294da8f845a8d611529759d194315b76b44a6e
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Wed Aug 26 00:18:21 2009 +0000

    llvm-mc: Improve indirect symbol support (add the indirect index table).

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80059 91177308-0d34-0410-b5e6-96231b3b80d8

commit 3b126fbc67c6279898f8ca0c31f233a3a56b31d9
Author: Dan Gohman <gohman@apple.com>
Date:   Wed Aug 26 00:13:22 2009 +0000

    Remove unused variables.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80058 91177308-0d34-0410-b5e6-96231b3b80d8

commit bdd4dc67fb10d0f304bec21c924263f8444ae7a7
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Wed Aug 26 00:10:55 2009 +0000

    llvm-mc: Add MCSection::isDefined()

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80057 91177308-0d34-0410-b5e6-96231b3b80d8

commit 917614663633aa0ff1bdf7208862e8b7e25dd911
Author: Dan Gohman <gohman@apple.com>
Date:   Tue Aug 25 23:27:45 2009 +0000

    Fix the InsertAtEnd form of ShuffleVectorInst constructor to use
    the correct type.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80050 91177308-0d34-0410-b5e6-96231b3b80d8

commit e6803b821738076b5b2299c1cd496be0d0042362
Author: Dan Gohman <gohman@apple.com>
Date:   Tue Aug 25 23:17:54 2009 +0000

    Eliminate the unused Context argument on one of the ICmpInst and FCmpInst
    constructors.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80049 91177308-0d34-0410-b5e6-96231b3b80d8

commit 4e46ac9407307942712236f8c91875ef323c182f
Author: Gabor Greif <ggreif@gmail.com>
Date:   Tue Aug 25 23:02:21 2009 +0000

    revert r78628 and r78803 as these are not needed any more

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80048 91177308-0d34-0410-b5e6-96231b3b80d8

commit 58d95377713fa32cbf129e19f4005f4863f9cdb3
Author: Scott Michel <scottm@aero.org>
Date:   Tue Aug 25 22:37:34 2009 +0000

    Updated i128 sext support for CellSPU backend, contributed by Ken Werner (IBM)

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80042 91177308-0d34-0410-b5e6-96231b3b80d8

commit 91bf99a35153b00098633f214207c308c52acdcd
Author: Dan Gohman <gohman@apple.com>
Date:   Tue Aug 25 22:29:08 2009 +0000

    Use covariant return types for Instruction::clone, and eliminate
    the forms of ExtractElementInst and InsertElementInst that are
    equivalent to clone.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80041 91177308-0d34-0410-b5e6-96231b3b80d8

commit 97be9d37d93c38bc82950e0373cd3a8d1d2aa024
Author: Owen Anderson <resistor@mac.com>
Date:   Tue Aug 25 22:27:22 2009 +0000

    Get rid of this horrible "benign race" by exploiting ManagedStatic to initialize
    the array on its first access.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80040 91177308-0d34-0410-b5e6-96231b3b80d8

commit ba4fe8b91352f65caaf2a30f234b5006afd1cf2b
Author: Dan Gohman <gohman@apple.com>
Date:   Tue Aug 25 22:24:20 2009 +0000

    This should use isIndenticalToWhenDefined.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80039 91177308-0d34-0410-b5e6-96231b3b80d8

commit fc00c4a2407c1b30a19fef9ec0a1ae00f7f7472d
Author: Dan Gohman <gohman@apple.com>
Date:   Tue Aug 25 22:11:20 2009 +0000

    Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined,
    and introduce a new Instruction::isIdenticalTo which tests for full
    identity, including the SubclassOptionalData flags. Also, fix the
    Instruction::clone implementations to preserve the SubclassOptionalData
    flags. Finally, teach several optimizations how to handle
    SubclassOptionalData correctly, given these changes.

    This fixes the counterintuitive behavior of isIdenticalTo not comparing
    the full value, and clone not returning an identical clone, as well as
    some subtle bugs that could be caused by these.

    Thanks to Nick Lewycky for reporting this, and for an initial patch!

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80038 91177308-0d34-0410-b5e6-96231b3b80d8

commit e73ff31d813cdc36e334404992c42bfef7842c95
Author: Bill Wendling <isanbard@gmail.com>
Date:   Tue Aug 25 21:31:39 2009 +0000

    Revert last patch. We need to put this into TargetLowering. There will be a lot
    of EH stuff going into there, so we can wait to add them all then.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80036 91177308-0d34-0410-b5e6-96231b3b80d8

commit 12d46f5ea460e149882e39dc25c649580a161141
Author: Gabor Greif <ggreif@gmail.com>
Date:   Tue Aug 25 21:25:22 2009 +0000

    re-committing yesterday's r79938.

    This time there is no additional include of llvm/Config/config.h
    at all. Instead I use a hard-coded preprecessor symbol:
    LLVM_COMPACTIFY_SENTINELS

    (should this work on the self-hosting buildbot, then
     cleanups come next)

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80035 91177308-0d34-0410-b5e6-96231b3b80d8

commit b81243240cbfc573324c9760a77e6b1463955bab
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Tue Aug 25 21:10:45 2009 +0000

    llvm-mc: Add statistic for number of fragments emitted by the assembler.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80033 91177308-0d34-0410-b5e6-96231b3b80d8

commit 4f61e5051fa25f4abb928573db6ea52585748b93
Author: Bill Wendling <isanbard@gmail.com>
Date:   Tue Aug 25 21:09:50 2009 +0000

    Add the #include here.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80032 91177308-0d34-0410-b5e6-96231b3b80d8

commit 4b90952a9dd2b26ef6dd359cb8e4f7139e40f864
Author: Chris Lattner <sabre@nondot.org>
Date:   Tue Aug 25 21:01:56 2009 +0000

    remove some dead lines.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80031 91177308-0d34-0410-b5e6-96231b3b80d8

commit 538dfe54dd1c732208b2dbb00057b0a58cdeb61e
Author: Bill Wendling <isanbard@gmail.com>
Date:   Tue Aug 25 21:01:42 2009 +0000

    Comment formatting. Removing of unused #include and type forwarding.

    OCD is fun!

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80030 91177308-0d34-0410-b5e6-96231b3b80d8

commit f2db1075b5a1bf1ea8f2d2c618917651150b8a94
Author: Chris Lattner <sabre@nondot.org>
Date:   Tue Aug 25 20:57:38 2009 +0000

    convert to filecheck style

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80029 91177308-0d34-0410-b5e6-96231b3b80d8

commit 864504a5810fdfd23e1774de0b935dcdafb91645
Author: Chris Lattner <sabre@nondot.org>
Date:   Tue Aug 25 20:49:04 2009 +0000

    convert to filecheck

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80025 91177308-0d34-0410-b5e6-96231b3b80d8

commit e371d63e2a817eda5e3563eb574c99fa08df7e6d
Author: Bill Wendling <isanbard@gmail.com>
Date:   Tue Aug 25 20:21:17 2009 +0000

    Add a target asm info hook to specify that particular bits of data in the FDE
    should be forced to 32-bits (.long) even on 64-bit architectures. Darwin wants
    these bits to be 64-bits (.quad). However, other platforms may disagree.

    This is just the info right now and is part of a work-in-progress which needs
    this. We'll add the actual *use* of this soon.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80024 91177308-0d34-0410-b5e6-96231b3b80d8

commit b0b96906a0018edbadd9f4f3b17b48ec3c29838e
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Tue Aug 25 20:21:09 2009 +0000

    EXIT STAGE LEFT: gccas, gccld

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80023 91177308-0d34-0410-b5e6-96231b3b80d8

commit 13808ef92db201ec027004b4fd8eb2db55c5aae4
Author: Sanjiv Gupta <sanjiv.gupta@microchip.com>
Date:   Tue Aug 25 19:39:05 2009 +0000

    Start refactoring PIC16 TargetObjectFile code. Eventually, all the stuff from
    PIC16Section will move to MCSectionPIC16.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80021 91177308-0d34-0410-b5e6-96231b3b80d8

commit b1d423e0cccd3f78122a5e8c9e959c8569b23bb0
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Tue Aug 25 18:45:03 2009 +0000

    Switch abi-isel.ll to FileCheck; it's not much faster, but it now tests a lot
    more and is much nicer to the OS.
     - Dan, please check. If there are parts of the test you think I should strip
       out so it doesn't cause random failures let me know (there are still some PIC
       label numbers in it, for example).

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80019 91177308-0d34-0410-b5e6-96231b3b80d8

commit 1d99646fa9e8847b0ceb086e33a24ed707491684
Author: Dan Gohman <gohman@apple.com>
Date:   Tue Aug 25 17:56:57 2009 +0000

    Don't assume that two identical instructions that read from memory
    will always return the same value. This isn't currently necessary,
    since this code doesn't currently ever get called under circumstances
    where it would matter, but it may some day.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80017 91177308-0d34-0410-b5e6-96231b3b80d8

commit 82d30b73d3a37de0ec7960a4e099ef9e255d4f11
Author: Bob Wilson <bob.wilson@apple.com>
Date:   Tue Aug 25 17:52:39 2009 +0000

    Remove some unused SDNode definitions.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80015 91177308-0d34-0410-b5e6-96231b3b80d8

commit 5bba145cbd5935b442e6a197eda3477f5d1372a5
Author: Dan Gohman <gohman@apple.com>
Date:   Tue Aug 25 17:49:57 2009 +0000

    Teach ScalarEvolution about GlobalAliases.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80014 91177308-0d34-0410-b5e6-96231b3b80d8

commit 1c17fd9fbdcfebe29c7ea59c2c7675e420aa49f5
Author: Dan Gohman <gohman@apple.com>
Date:   Tue Aug 25 17:48:17 2009 +0000

    Delete some unnecessary flushes.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80013 91177308-0d34-0410-b5e6-96231b3b80d8

commit 814c2eaa0121afd0661d8a2b5f715fcb1174f0b5
Author: Dan Gohman <gohman@apple.com>
Date:   Tue Aug 25 17:47:44 2009 +0000

    Use X86II::MO_NO_FLAG.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80012 91177308-0d34-0410-b5e6-96231b3b80d8

commit 316062a4d193609d98e80e64389fc2094ad8c515
Author: Bob Wilson <bob.wilson@apple.com>
Date:   Tue Aug 25 17:46:06 2009 +0000

    Expose the instruction contraint string as an argument to the NLdSt class.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80011 91177308-0d34-0410-b5e6-96231b3b80d8

commit 208278cfa708aa6e5fcca6d1b92ee780beb72a8c
Author: Dan Gohman <gohman@apple.com>
Date:   Tue Aug 25 17:42:10 2009 +0000

    Special-case static allocas in IndVarSimplify's loop invariant
    sinking code, since they are special. If the loop preheader happens
    to be the entry block of a function, don't sink static allocas
    out of it. This fixes PR4775.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80010 91177308-0d34-0410-b5e6-96231b3b80d8

commit 36ed6c0368d77188063d1594e54c52df1438ae87
Author: Owen Anderson <resistor@mac.com>
Date:   Tue Aug 25 17:42:07 2009 +0000

    Comment-ify.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80009 91177308-0d34-0410-b5e6-96231b3b80d8

commit 845a722eb435c2a9c0528b13a472e595340b6dd8
Author: Owen Anderson <resistor@mac.com>
Date:   Tue Aug 25 17:35:37 2009 +0000

    Switch to SmallVector.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80007 91177308-0d34-0410-b5e6-96231b3b80d8

commit 2845c6f885c8c7615610ab8494f7535a8f67334c
Author: Owen Anderson <resistor@mac.com>
Date:   Tue Aug 25 17:26:32 2009 +0000

    Pull out this predicate loop into a helper function.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80006 91177308-0d34-0410-b5e6-96231b3b80d8

commit a9c16fe7d4d2b61191b362a5d073bdc95c123c0f
Author: David Goodwin <david_goodwin@apple.com>
Date:   Tue Aug 25 17:03:05 2009 +0000

    Fixup register kills after scheduling.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80002 91177308-0d34-0410-b5e6-96231b3b80d8

commit 9518d88d270c05fb576604fc813405de177e2e34
Author: Anton Korobeynikov <asl@math.spbu.ru>
Date:   Tue Aug 25 17:00:23 2009 +0000

    Provide dynamic_stackalloc lowering for MSP430.
    This fixes PR4769

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80001 91177308-0d34-0410-b5e6-96231b3b80d8

commit b802d676875f2df286887be83419649770dd8580
Author: Edwin Török <edwintorok@gmail.com>
Date:   Tue Aug 25 16:53:15 2009 +0000

    Remove target triple from this test, it fails on x86-64 with
    --enable-targets=host-only otherwise.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80000 91177308-0d34-0410-b5e6-96231b3b80d8

commit e577ff861e934b98cb950a0b0d32d0a9a1dce8b1
Author: Dan Gohman <gohman@apple.com>
Date:   Tue Aug 25 16:00:35 2009 +0000

    Allocate the basic types inside the LLVMContextImpl instance,
    rather than separately with new. Move the members above the
    TypeMap members to avoid destruction order issues. This fixes
    a leak of these objects, and eliminates an extra level of
    indirection in Type::getInt32Ty and friends.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79997 91177308-0d34-0410-b5e6-96231b3b80d8

commit 87489cff37dde33a9dbb37fbfbad46ce2f70c8af
Author: Dan Gohman <gohman@apple.com>
Date:   Tue Aug 25 15:54:01 2009 +0000

    Update documentation for the -f change.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79996 91177308-0d34-0410-b5e6-96231b3b80d8

commit a0e89b2e414df522132636eb256ecbcc2d01a4e8
Author: Dan Gohman <gohman@apple.com>
Date:   Tue Aug 25 15:45:44 2009 +0000

    Fix a few typos from the removal of -f.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79994 91177308-0d34-0410-b5e6-96231b3b80d8

commit 2d65d35d9233277aee7c8a6d3643740e3ed29f0b
Author: Dan Gohman <gohman@apple.com>
Date:   Tue Aug 25 15:38:29 2009 +0000

    Remove obsolete -f flags.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79992 91177308-0d34-0410-b5e6-96231b3b80d8

commit 176426d2102142aaa0bf19aca55f528ceb873329
Author: Dan Gohman <gohman@apple.com>
Date:   Tue Aug 25 15:34:52 2009 +0000

    Make LLVM command-line tools overwrite their output files without -f.
    This is conventional command-line tool behavior. -f now just means
    "enable binary output on terminals".

    Add a -f option to llvm-extract and llvm-link, for consistency.

    Remove F_Force from raw_fd_ostream and enable overwriting and
    truncating by default. Introduce an F_Excl flag to permit users to
    enable a failure when the file already exists. This flag is
    currently unused.

    Update Makefiles and documentation accordingly.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79990 91177308-0d34-0410-b5e6-96231b3b80d8

commit 8c949d7c548ed4ec883a2c8bd922607be2563f5a
Author: Andreas Neustifter <astifter@gmx.at>
Date:   Tue Aug 25 12:53:27 2009 +0000

    Read profile files as binary as proposed in
    http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-August/025020.html.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79983 91177308-0d34-0410-b5e6-96231b3b80d8

commit 9112f5f6755a85f10036ff20741fc264622dc14a
Author: Xerxes Ranby <xerxes@zafena.se>
Date:   Tue Aug 25 10:12:55 2009 +0000

    Fix PR4772 ARM JIT.GlobalInFuction unittest by explicitly initialize MMI
    to 0 during JITEmitter constructor.

    Modified:
    	lib/ExecutionEngine/JIT/JITEmitter.cpp

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79982 91177308-0d34-0410-b5e6-96231b3b80d8

commit a75796301ee17e60daea754e30a035a53891650d
Author: Bill Wendling <isanbard@gmail.com>
Date:   Tue Aug 25 08:08:33 2009 +0000

    - Rename EmitCommonInformationEntry to EmitCIE.
    - Rename EmitFunctionDescriptionEntry to EmitFDE.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79981 91177308-0d34-0410-b5e6-96231b3b80d8

commit 57b83c78f56324e3a8ff636b311235f6f2350b4e
Author: Devang Patel <dpatel@apple.com>
Date:   Tue Aug 25 05:24:07 2009 +0000

    Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well.

    This change speeds up llvm-gcc by more then 6% at "-O0 -g" (measured by compiling InstructionCombining.cpp!)

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79977 91177308-0d34-0410-b5e6-96231b3b80d8

commit bcc93309ca3632b3cd2b45f265a534256be7589a
Author: Bill Wendling <isanbard@gmail.com>
Date:   Tue Aug 25 02:32:05 2009 +0000

    - Emit new line after each FDE.
    - Fix comment.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79971 91177308-0d34-0410-b5e6-96231b3b80d8

commit 4767b24840250630c47fee8be2a6aef07f19d30a
Author: Bill Wendling <isanbard@gmail.com>
Date:   Tue Aug 25 02:27:42 2009 +0000

    Rename functions to something more descriptive. At the very least mention the
    CIE and FDE in their names.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79969 91177308-0d34-0410-b5e6-96231b3b80d8

commit 30d4d765dfc6d01bc4c1d6934582050106bcceba
Author: Dale Johannesen <dalej@apple.com>
Date:   Tue Aug 25 01:13:58 2009 +0000

    Allow multiple occurrences of -inline-threshold on
    the command line.  This gives llvm-gcc developers
    a way to control inlining (documented as "not intended
    for end users").

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79966 91177308-0d34-0410-b5e6-96231b3b80d8

commit 06b990c5b3f32505188e52be1b70b38290f81b83
Author: Owen Anderson <resistor@mac.com>
Date:   Tue Aug 25 00:54:39 2009 +0000

    Handle a corner case when extracing code regions where one of the immediate successor
    of an extracted block contains a PHI using a value defined in the extracted region.

    With this patch, the partial inliner now passes MultiSource/Applications.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79963 91177308-0d34-0410-b5e6-96231b3b80d8

commit f1f04ecf6e5af3aa7c4c59077486c9cb29df20ea
Author: Dale Johannesen <dalej@apple.com>
Date:   Tue Aug 25 00:16:14 2009 +0000

    Fix PR 4751, another difficulty with %a modifier on x86.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79961 91177308-0d34-0410-b5e6-96231b3b80d8

commit 09220a24f7845a078fb41c61ee909eed6c94a255
Author: Bill Wendling <isanbard@gmail.com>
Date:   Tue Aug 25 00:05:04 2009 +0000

    --- Reverse-merging r79938 into '.':
    U    include/llvm/BasicBlock.h
    U    include/llvm/ADT/ilist_node.h
    U    include/llvm/ADT/ilist.h
    U    include/llvm/CodeGen/SelectionDAG.h
    U    include/llvm/CodeGen/MachineFunction.h
    U    include/llvm/CodeGen/MachineBasicBlock.h
    U    include/llvm/Function.h

    Revert r79938. It was causing self-hosting build failures.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79960 91177308-0d34-0410-b5e6-96231b3b80d8

commit f2942e63abf0b485e88c21a9fc96bfb13754ed41
Author: Oscar Fuentes <ofv@wanadoo.es>
Date:   Tue Aug 25 00:02:29 2009 +0000

    CMake: updated list of source files.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79959 91177308-0d34-0410-b5e6-96231b3b80d8

commit 399ece6621d316d7378e5fc13bd030e5572f03ce
Author: Scott Michel <scottm@aero.org>
Date:   Mon Aug 24 23:57:35 2009 +0000

    - Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evidently, this is redundant
      code, according to Anton (I'm not totally convinced, but we can always
      resurrect patches if we need to do so.)
    - Start moving CellSPU's tests to prefer FileCheck.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79958 91177308-0d34-0410-b5e6-96231b3b80d8

commit 27dad5a41e0b0fa8fd5cba2e6f5dd70b82689e76
Author: Owen Anderson <resistor@mac.com>
Date:   Mon Aug 24 23:32:14 2009 +0000

    When extracting SEME regions of code, the extractor needs to update the dominator tree for split return blocks.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79957 91177308-0d34-0410-b5e6-96231b3b80d8

commit 316e6fb92b997dfa4db655a371d5699cbcac0473
Author: Scott Michel <scottm@aero.org>
Date:   Mon Aug 24 22:49:22 2009 +0000

    Prefer 'FileCheck' over 'grep'.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79953 91177308-0d34-0410-b5e6-96231b3b80d8

commit 36173e27ebfe4da907c17f2b507a9df3415a3aad
Author: Scott Michel <scottm@aero.org>
Date:   Mon Aug 24 22:28:53 2009 +0000

    128-bit sign extension and vector shift cleanups, contributed by Ken Werner
    (IBM).

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79949 91177308-0d34-0410-b5e6-96231b3b80d8

commit 73ab81726b384015ac9bfe7f734fc13b93297c4c
Author: Scott Michel <scottm@aero.org>
Date:   Mon Aug 24 21:53:27 2009 +0000

    Initialize ShufBytes, as gcc 4.4 can't detect that the entire array is
    initialized and a warning about a potentially unintialized variable is
    generated.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79946 91177308-0d34-0410-b5e6-96231b3b80d8

commit af26e32df3f129ac906a45c4527b5ee3641cb22d
Author: Andreas Neustifter <astifter@gmx.at>
Date:   Mon Aug 24 21:41:37 2009 +0000

    Add llvm_start_edge_profiling to exported symbols for libprofile_rt.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79944 91177308-0d34-0410-b5e6-96231b3b80d8

commit 92b39ace140de279245e80d0465528933787c7e4
Author: Andreas Neustifter <astifter@gmx.at>
Date:   Mon Aug 24 21:37:48 2009 +0000

    This patch cleans up the ProfileInfo by
    *) introducing new data type and export function of edge info for whole function (preparation for next patch).
    *) renaming variables to make clear distinction between data and containers that contain this data.
    *) updated comments and whitespaces.
    *) made ProfileInfo::MissingValue a double (as it should be...).

    (Discussed at http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090817/084955.html.)

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79940 91177308-0d34-0410-b5e6-96231b3b80d8

commit c19dfb9d25347b815512bba5eb64052708e4c183
Author: Gabor Greif <ggreif@gmail.com>
Date:   Mon Aug 24 21:34:17 2009 +0000

    Resubmit an earlier patch of mine:
    reduce the size of relevant "ghostly" sentinels
    by a pointer.

    This attempt now makes the compactification dependent
    on the configure variable LLVM_COMPACT_SENTINELS
    and should not cause any bootstrap failures for
    llvm-gcc any more.

    Please note that this is not yet the final version,
    and (as settled with Chris) I shall take out the
    autofoo/cmake portions in the next days.

    This will also lose the assertability on sentinel
    dereferencing and operator++, but that seems
    an acceptable price to pay for the simplified
    build logic.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79938 91177308-0d34-0410-b5e6-96231b3b80d8

commit b2f99910fba8818270e41e75f4b127d82a2082a6
Author: Bob Wilson <bob.wilson@apple.com>
Date:   Mon Aug 24 21:17:17 2009 +0000

    Fix a typo.  Somehow I thought this had passed before, but I guess not.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79937 91177308-0d34-0410-b5e6-96231b3b80d8

commit f5c686b114bf6ac6b3137f96bc59ffb2e8e20de6
Author: Gabor Greif <ggreif@gmail.com>
Date:   Mon Aug 24 21:00:10 2009 +0000

    prune ignores: AutoGenerated.inc is no more

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79936 91177308-0d34-0410-b5e6-96231b3b80d8

commit cacea03dbaca34b44783243898ef2274bd71e72e
Author: Bob Wilson <bob.wilson@apple.com>
Date:   Mon Aug 24 20:33:47 2009 +0000

    Convert slow test to use FileCheck.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79935 91177308-0d34-0410-b5e6-96231b3b80d8

commit 8551a303173101cf595dc35200eea7da37e769d4
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Mon Aug 24 20:08:27 2009 +0000

    Convert two gratuitous abuses of poor helpless CPU cycles to FileCheck.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79933 91177308-0d34-0410-b5e6-96231b3b80d8

commit b9640223f05f0257603a0138c1ea8cb59c7f5acc
Author: Dale Johannesen <dalej@apple.com>
Date:   Mon Aug 24 17:51:19 2009 +0000

    Split test into 3.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79926 91177308-0d34-0410-b5e6-96231b3b80d8

commit a0151d0e9f948b39e55944b5cad64fb33732af25
Author: Daniel Dunbar <daniel@zuster.org>
Date:   Mon Aug 24 11:56:58 2009 +0000

    llvm-mc/Mach-O: Preliminary support for indirect symbols.
     - The indirect table itself isn't being filled in yet.

     - This isn't factored properly and is rather FIXMEd, but at the moment I'm more
       focused on figuring out what it needs to do.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79910 91177308-0d34-0410-b5e6-96231b3b80d8

commit b69f053e0d5af3463d1bbf2101e5c1431cca6fee
Author: Duncan Sands <baldrick@free.fr>
Date:   Mon Aug 24 10:59:01 2009 +0000

    Fix the build when using gcc-4.4 on linux.  Header needed
    for stderr and fprintf.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79909 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-31 22:38:59 +03:00

1977 lines
77 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>LLVM's Analysis and Transform Passes</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<!--
If Passes.html is up to date, the following "one-liner" should print
an empty diff.
egrep -e '^<tr><td><a href="#.*">-.*</a></td><td>.*</td></tr>$' \
-e '^ <a name=".*">.*</a>$' < Passes.html >html; \
perl >help <<'EOT' && diff -u help html; rm -f help html
open HTML, "<Passes.html" or die "open: Passes.html: $!\n";
while (<HTML>) {
m:^<tr><td><a href="#(.*)">-.*</a></td><td>.*</td></tr>$: or next;
$order{$1} = sprintf("%03d", 1 + int %order);
}
open HELP, "../Release/bin/opt -help|" or die "open: opt -help: $!\n";
while (<HELP>) {
m:^ -([^ ]+) +- (.*)$: or next;
my $o = $order{$1};
$o = "000" unless defined $o;
push @x, "$o<tr><td><a href=\"#$1\">-$1</a></td><td>$2</td></tr>\n";
push @y, "$o <a name=\"$1\">$2</a>\n";
}
@x = map { s/^\d\d\d//; $_ } sort @x;
@y = map { s/^\d\d\d//; $_ } sort @y;
print @x, @y;
EOT
This (real) one-liner can also be helpful when converting comments to HTML:
perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print " <p>\n" if !$on && $_ =~ /\S/; print " </p>\n" if $on && $_ =~ /^\s*$/; print " $_\n"; $on = ($_ =~ /\S/); } print " </p>\n" if $on'
-->
<div class="doc_title">LLVM's Analysis and Transform Passes</div>
<ol>
<li><a href="#intro">Introduction</a></li>
<li><a href="#analyses">Analysis Passes</a>
<li><a href="#transforms">Transform Passes</a></li>
<li><a href="#utilities">Utility Passes</a></li>
</ol>
<div class="doc_author">
<p>Written by <a href="mailto:rspencer@x10sys.com">Reid Spencer</a>
and Gordon Henriksen</p>
</div>
<!-- ======================================================================= -->
<div class="doc_section"> <a name="intro">Introduction</a> </div>
<div class="doc_text">
<p>This document serves as a high level summary of the optimization features
that LLVM provides. Optimizations are implemented as Passes that traverse some
portion of a program to either collect information or transform the program.
The table below divides the passes that LLVM provides into three categories.
Analysis passes compute information that other passes can use or for debugging
or program visualization purposes. Transform passes can use (or invalidate)
the analysis passes. Transform passes all mutate the program in some way.
Utility passes provides some utility but don't otherwise fit categorization.
For example passes to extract functions to bitcode or write a module to
bitcode are neither analysis nor transform passes.
<p>The table below provides a quick summary of each pass and links to the more
complete pass description later in the document.</p>
</div>
<div class="doc_text" >
<table>
<tr><th colspan="2"><b>ANALYSIS PASSES</b></th></tr>
<tr><th>Option</th><th>Name</th></tr>
<tr><td><a href="#aa-eval">-aa-eval</a></td><td>Exhaustive Alias Analysis Precision Evaluator</td></tr>
<tr><td><a href="#anders-aa">-anders-aa</a></td><td>Andersen's Interprocedural Alias Analysis</td></tr>
<tr><td><a href="#basicaa">-basicaa</a></td><td>Basic Alias Analysis (default AA impl)</td></tr>
<tr><td><a href="#basiccg">-basiccg</a></td><td>Basic CallGraph Construction</td></tr>
<tr><td><a href="#basicvn">-basicvn</a></td><td>Basic Value Numbering (default GVN impl)</td></tr>
<tr><td><a href="#codegenprepare">-codegenprepare</a></td><td>Optimize for code generation</td></tr>
<tr><td><a href="#count-aa">-count-aa</a></td><td>Count Alias Analysis Query Responses</td></tr>
<tr><td><a href="#debug-aa">-debug-aa</a></td><td>AA use debugger</td></tr>
<tr><td><a href="#domfrontier">-domfrontier</a></td><td>Dominance Frontier Construction</td></tr>
<tr><td><a href="#domtree">-domtree</a></td><td>Dominator Tree Construction</td></tr>
<tr><td><a href="#dot-callgraph">-dot-callgraph</a></td><td>Print Call Graph to 'dot' file</td></tr>
<tr><td><a href="#dot-cfg">-dot-cfg</a></td><td>Print CFG of function to 'dot' file</td></tr>
<tr><td><a href="#dot-cfg-only">-dot-cfg-only</a></td><td>Print CFG of function to 'dot' file (with no function bodies)</td></tr>
<tr><td><a href="#globalsmodref-aa">-globalsmodref-aa</a></td><td>Simple mod/ref analysis for globals</td></tr>
<tr><td><a href="#instcount">-instcount</a></td><td>Counts the various types of Instructions</td></tr>
<tr><td><a href="#intervals">-intervals</a></td><td>Interval Partition Construction</td></tr>
<tr><td><a href="#load-vn">-load-vn</a></td><td>Load Value Numbering</td></tr>
<tr><td><a href="#loops">-loops</a></td><td>Natural Loop Construction</td></tr>
<tr><td><a href="#memdep">-memdep</a></td><td>Memory Dependence Analysis</td></tr>
<tr><td><a href="#no-aa">-no-aa</a></td><td>No Alias Analysis (always returns 'may' alias)</td></tr>
<tr><td><a href="#no-profile">-no-profile</a></td><td>No Profile Information</td></tr>
<tr><td><a href="#postdomfrontier">-postdomfrontier</a></td><td>Post-Dominance Frontier Construction</td></tr>
<tr><td><a href="#postdomtree">-postdomtree</a></td><td>Post-Dominator Tree Construction</td></tr>
<tr><td><a href="#print-alias-sets">-print-alias-sets</a></td><td>Alias Set Printer</td></tr>
<tr><td><a href="#print-callgraph">-print-callgraph</a></td><td>Print a call graph</td></tr>
<tr><td><a href="#print-callgraph-sccs">-print-callgraph-sccs</a></td><td>Print SCCs of the Call Graph</td></tr>
<tr><td><a href="#print-cfg-sccs">-print-cfg-sccs</a></td><td>Print SCCs of each function CFG</td></tr>
<tr><td><a href="#print-externalfnconstants">-print-externalfnconstants</a></td><td>Print external fn callsites passed constants</td></tr>
<tr><td><a href="#print-function">-print-function</a></td><td>Print function to stderr</td></tr>
<tr><td><a href="#print-module">-print-module</a></td><td>Print module to stderr</td></tr>
<tr><td><a href="#print-used-types">-print-used-types</a></td><td>Find Used Types</td></tr>
<tr><td><a href="#profile-loader">-profile-loader</a></td><td>Load profile information from llvmprof.out</td></tr>
<tr><td><a href="#scalar-evolution">-scalar-evolution</a></td><td>Scalar Evolution Analysis</td></tr>
<tr><td><a href="#targetdata">-targetdata</a></td><td>Target Data Layout</td></tr>
<tr><th colspan="2"><b>TRANSFORM PASSES</b></th></tr>
<tr><th>Option</th><th>Name</th></tr>
<tr><td><a href="#adce">-adce</a></td><td>Aggressive Dead Code Elimination</td></tr>
<tr><td><a href="#argpromotion">-argpromotion</a></td><td>Promote 'by reference' arguments to scalars</td></tr>
<tr><td><a href="#block-placement">-block-placement</a></td><td>Profile Guided Basic Block Placement</td></tr>
<tr><td><a href="#break-crit-edges">-break-crit-edges</a></td><td>Break critical edges in CFG</td></tr>
<tr><td><a href="#codegenprepare">-codegenprepare</a></td><td>Prepare a function for code generation </td></tr>
<tr><td><a href="#condprop">-condprop</a></td><td>Conditional Propagation</td></tr>
<tr><td><a href="#constmerge">-constmerge</a></td><td>Merge Duplicate Global Constants</td></tr>
<tr><td><a href="#constprop">-constprop</a></td><td>Simple constant propagation</td></tr>
<tr><td><a href="#dce">-dce</a></td><td>Dead Code Elimination</td></tr>
<tr><td><a href="#deadargelim">-deadargelim</a></td><td>Dead Argument Elimination</td></tr>
<tr><td><a href="#deadtypeelim">-deadtypeelim</a></td><td>Dead Type Elimination</td></tr>
<tr><td><a href="#die">-die</a></td><td>Dead Instruction Elimination</td></tr>
<tr><td><a href="#dse">-dse</a></td><td>Dead Store Elimination</td></tr>
<tr><td><a href="#gcse">-gcse</a></td><td>Global Common Subexpression Elimination</td></tr>
<tr><td><a href="#globaldce">-globaldce</a></td><td>Dead Global Elimination</td></tr>
<tr><td><a href="#globalopt">-globalopt</a></td><td>Global Variable Optimizer</td></tr>
<tr><td><a href="#gvn">-gvn</a></td><td>Global Value Numbering</td></tr>
<tr><td><a href="#gvnpre">-gvnpre</a></td><td>Global Value Numbering/Partial Redundancy Elimination</td></tr>
<tr><td><a href="#indmemrem">-indmemrem</a></td><td>Indirect Malloc and Free Removal</td></tr>
<tr><td><a href="#indvars">-indvars</a></td><td>Canonicalize Induction Variables</td></tr>
<tr><td><a href="#inline">-inline</a></td><td>Function Integration/Inlining</td></tr>
<tr><td><a href="#insert-block-profiling">-insert-block-profiling</a></td><td>Insert instrumentation for block profiling</td></tr>
<tr><td><a href="#insert-edge-profiling">-insert-edge-profiling</a></td><td>Insert instrumentation for edge profiling</td></tr>
<tr><td><a href="#insert-function-profiling">-insert-function-profiling</a></td><td>Insert instrumentation for function profiling</td></tr>
<tr><td><a href="#insert-null-profiling-rs">-insert-null-profiling-rs</a></td><td>Measure profiling framework overhead</td></tr>
<tr><td><a href="#insert-rs-profiling-framework">-insert-rs-profiling-framework</a></td><td>Insert random sampling instrumentation framework</td></tr>
<tr><td><a href="#instcombine">-instcombine</a></td><td>Combine redundant instructions</td></tr>
<tr><td><a href="#internalize">-internalize</a></td><td>Internalize Global Symbols</td></tr>
<tr><td><a href="#ipconstprop">-ipconstprop</a></td><td>Interprocedural constant propagation</td></tr>
<tr><td><a href="#ipsccp">-ipsccp</a></td><td>Interprocedural Sparse Conditional Constant Propagation</td></tr>
<tr><td><a href="#jump-threading">-jump-threading</a></td><td>Thread control through conditional blocks </td></tr>
<tr><td><a href="#lcssa">-lcssa</a></td><td>Loop-Closed SSA Form Pass</td></tr>
<tr><td><a href="#licm">-licm</a></td><td>Loop Invariant Code Motion</td></tr>
<tr><td><a href="#loop-deletion">-loop-deletion</a></td><td>Dead Loop Deletion Pass </td></tr>
<tr><td><a href="#loop-extract">-loop-extract</a></td><td>Extract loops into new functions</td></tr>
<tr><td><a href="#loop-extract-single">-loop-extract-single</a></td><td>Extract at most one loop into a new function</td></tr>
<tr><td><a href="#loop-index-split">-loop-index-split</a></td><td>Index Split Loops</td></tr>
<tr><td><a href="#loop-reduce">-loop-reduce</a></td><td>Loop Strength Reduction</td></tr>
<tr><td><a href="#loop-rotate">-loop-rotate</a></td><td>Rotate Loops</td></tr>
<tr><td><a href="#loop-unroll">-loop-unroll</a></td><td>Unroll loops</td></tr>
<tr><td><a href="#loop-unswitch">-loop-unswitch</a></td><td>Unswitch loops</td></tr>
<tr><td><a href="#loopsimplify">-loopsimplify</a></td><td>Canonicalize natural loops</td></tr>
<tr><td><a href="#lowerallocs">-lowerallocs</a></td><td>Lower allocations from instructions to calls</td></tr>
<tr><td><a href="#lowerinvoke">-lowerinvoke</a></td><td>Lower invoke and unwind, for unwindless code generators</td></tr>
<tr><td><a href="#lowersetjmp">-lowersetjmp</a></td><td>Lower Set Jump</td></tr>
<tr><td><a href="#lowerswitch">-lowerswitch</a></td><td>Lower SwitchInst's to branches</td></tr>
<tr><td><a href="#mem2reg">-mem2reg</a></td><td>Promote Memory to Register</td></tr>
<tr><td><a href="#memcpyopt">-memcpyopt</a></td><td>Optimize use of memcpy and friends</td></tr>
<tr><td><a href="#mergereturn">-mergereturn</a></td><td>Unify function exit nodes</td></tr>
<tr><td><a href="#predsimplify">-predsimplify</a></td><td>Predicate Simplifier</td></tr>
<tr><td><a href="#prune-eh">-prune-eh</a></td><td>Remove unused exception handling info</td></tr>
<tr><td><a href="#raiseallocs">-raiseallocs</a></td><td>Raise allocations from calls to instructions</td></tr>
<tr><td><a href="#reassociate">-reassociate</a></td><td>Reassociate expressions</td></tr>
<tr><td><a href="#reg2mem">-reg2mem</a></td><td>Demote all values to stack slots</td></tr>
<tr><td><a href="#scalarrepl">-scalarrepl</a></td><td>Scalar Replacement of Aggregates</td></tr>
<tr><td><a href="#sccp">-sccp</a></td><td>Sparse Conditional Constant Propagation</td></tr>
<tr><td><a href="#simplify-libcalls">-simplify-libcalls</a></td><td>Simplify well-known library calls</td></tr>
<tr><td><a href="#simplifycfg">-simplifycfg</a></td><td>Simplify the CFG</td></tr>
<tr><td><a href="#strip">-strip</a></td><td>Strip all symbols from a module</td></tr>
<tr><td><a href="#strip-dead-prototypes">-strip-dead-prototypes</a></td><td>Remove unused function declarations</td></tr>
<tr><td><a href="#sretpromotion">-sretpromotion</a></td><td>Promote sret arguments</td></tr>
<tr><td><a href="#tailcallelim">-tailcallelim</a></td><td>Tail Call Elimination</td></tr>
<tr><td><a href="#tailduplicate">-tailduplicate</a></td><td>Tail Duplication</td></tr>
<tr><th colspan="2"><b>UTILITY PASSES</b></th></tr>
<tr><th>Option</th><th>Name</th></tr>
<tr><td><a href="#deadarghaX0r">-deadarghaX0r</a></td><td>Dead Argument Hacking (BUGPOINT USE ONLY; DO NOT USE)</td></tr>
<tr><td><a href="#extract-blocks">-extract-blocks</a></td><td>Extract Basic Blocks From Module (for bugpoint use)</td></tr>
<tr><td><a href="#preverify">-preverify</a></td><td>Preliminary module verification</td></tr>
<tr><td><a href="#verify">-verify</a></td><td>Module Verifier</td></tr>
<tr><td><a href="#view-cfg">-view-cfg</a></td><td>View CFG of function</td></tr>
<tr><td><a href="#view-cfg-only">-view-cfg-only</a></td><td>View CFG of function (with no function bodies)</td></tr>
</table>
</div>
<!-- ======================================================================= -->
<div class="doc_section"> <a name="example">Analysis Passes</a></div>
<div class="doc_text">
<p>This section describes the LLVM Analysis Passes.</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="aa-eval">Exhaustive Alias Analysis Precision Evaluator</a>
</div>
<div class="doc_text">
<p>This is a simple N^2 alias analysis accuracy evaluator.
Basically, for each function in the program, it simply queries to see how the
alias analysis implementation answers alias queries between each pair of
pointers in the function.</p>
<p>This is inspired and adapted from code by: Naveen Neelakantam, Francesco
Spadini, and Wojciech Stryjewski.</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="anders-aa">Andersen's Interprocedural Alias Analysis</a>
</div>
<div class="doc_text">
<p>
This is an implementation of Andersen's interprocedural alias
analysis
</p>
<p>
In pointer analysis terms, this is a subset-based, flow-insensitive,
field-sensitive, and context-insensitive algorithm pointer algorithm.
</p>
<p>
This algorithm is implemented as three stages:
</p>
<ol>
<li>Object identification.</li>
<li>Inclusion constraint identification.</li>
<li>Offline constraint graph optimization.</li>
<li>Inclusion constraint solving.</li>
</ol>
<p>
The object identification stage identifies all of the memory objects in the
program, which includes globals, heap allocated objects, and stack allocated
objects.
</p>
<p>
The inclusion constraint identification stage finds all inclusion constraints
in the program by scanning the program, looking for pointer assignments and
other statements that effect the points-to graph. For a statement like
<code><var>A</var> = <var>B</var></code>, this statement is processed to
indicate that <var>A</var> can point to anything that <var>B</var> can point
to. Constraints can handle copies, loads, and stores, and address taking.
</p>
<p>
The offline constraint graph optimization portion includes offline variable
substitution algorithms intended to computer pointer and location
equivalences. Pointer equivalences are those pointers that will have the
same points-to sets, and location equivalences are those variables that
always appear together in points-to sets.
</p>
<p>
The inclusion constraint solving phase iteratively propagates the inclusion
constraints until a fixed point is reached. This is an O(<var>n</var>³)
algorithm.
</p>
<p>
Function constraints are handled as if they were structs with <var>X</var>
fields. Thus, an access to argument <var>X</var> of function <var>Y</var> is
an access to node index <code>getNode(<var>Y</var>) + <var>X</var></code>.
This representation allows handling of indirect calls without any issues. To
wit, an indirect call <code><var>Y</var>(<var>a</var>,<var>b</var>)</code> is
equivalent to <code>*(<var>Y</var> + 1) = <var>a</var>, *(<var>Y</var> + 2) =
<var>b</var></code>. The return node for a function <var>F</var> is always
located at <code>getNode(<var>F</var>) + CallReturnPos</code>. The arguments
start at <code>getNode(<var>F</var>) + CallArgPos</code>.
</p>
<p>
Please keep in mind that the current andersen's pass has many known
problems and bugs. It should be considered "research quality".
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="basicaa">Basic Alias Analysis (default AA impl)</a>
</div>
<div class="doc_text">
<p>
This is the default implementation of the Alias Analysis interface
that simply implements a few identities (two different globals cannot alias,
etc), but otherwise does no analysis.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="basiccg">Basic CallGraph Construction</a>
</div>
<div class="doc_text">
<p>Yet to be written.</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="basicvn">Basic Value Numbering (default Value Numbering impl)</a>
</div>
<div class="doc_text">
<p>
This is the default implementation of the <code>ValueNumbering</code>
interface. It walks the SSA def-use chains to trivially identify
lexically identical expressions. This does not require any ahead of time
analysis, so it is a very fast default implementation.
</p>
<p>
The ValueNumbering analysis passes are mostly deprecated. They are only used
by the <a href="#gcse">Global Common Subexpression Elimination pass</a>, which
is deprecated by the <a href="#gvn">Global Value Numbering pass</a> (which
does its value numbering on its own).
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="codegenprepare">Optimize for code generation</a>
</div>
<div class="doc_text">
<p>
This pass munges the code in the input function to better prepare it for
SelectionDAG-based code generation. This works around limitations in it's
basic-block-at-a-time approach. It should eventually be removed.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="count-aa">Count Alias Analysis Query Responses</a>
</div>
<div class="doc_text">
<p>
A pass which can be used to count how many alias queries
are being made and how the alias analysis implementation being used responds.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="debug-aa">AA use debugger</a>
</div>
<div class="doc_text">
<p>
This simple pass checks alias analysis users to ensure that if they
create a new value, they do not query AA without informing it of the value.
It acts as a shim over any other AA pass you want.
</p>
<p>
Yes keeping track of every value in the program is expensive, but this is
a debugging pass.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="domfrontier">Dominance Frontier Construction</a>
</div>
<div class="doc_text">
<p>
This pass is a simple dominator construction algorithm for finding forward
dominator frontiers.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="domtree">Dominator Tree Construction</a>
</div>
<div class="doc_text">
<p>
This pass is a simple dominator construction algorithm for finding forward
dominators.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="dot-callgraph">Print Call Graph to 'dot' file</a>
</div>
<div class="doc_text">
<p>
This pass, only available in <code>opt</code>, prints the call graph into a
<code>.dot</code> graph. This graph can then be processed with the "dot" tool
to convert it to postscript or some other suitable format.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="dot-cfg">Print CFG of function to 'dot' file</a>
</div>
<div class="doc_text">
<p>
This pass, only available in <code>opt</code>, prints the control flow graph
into a <code>.dot</code> graph. This graph can then be processed with the
"dot" tool to convert it to postscript or some other suitable format.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="dot-cfg-only">Print CFG of function to 'dot' file (with no function bodies)</a>
</div>
<div class="doc_text">
<p>
This pass, only available in <code>opt</code>, prints the control flow graph
into a <code>.dot</code> graph, omitting the function bodies. This graph can
then be processed with the "dot" tool to convert it to postscript or some
other suitable format.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="globalsmodref-aa">Simple mod/ref analysis for globals</a>
</div>
<div class="doc_text">
<p>
This simple pass provides alias and mod/ref information for global values
that do not have their address taken, and keeps track of whether functions
read or write memory (are "pure"). For this simple (but very common) case,
we can provide pretty accurate and useful information.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="instcount">Counts the various types of Instructions</a>
</div>
<div class="doc_text">
<p>
This pass collects the count of all instructions and reports them
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="intervals">Interval Partition Construction</a>
</div>
<div class="doc_text">
<p>
This analysis calculates and represents the interval partition of a function,
or a preexisting interval partition.
</p>
<p>
In this way, the interval partition may be used to reduce a flow graph down
to its degenerate single node interval partition (unless it is irreducible).
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="load-vn">Load Value Numbering</a>
</div>
<div class="doc_text">
<p>
This pass value numbers load and call instructions. To do this, it finds
lexically identical load instructions, and uses alias analysis to determine
which loads are guaranteed to produce the same value. To value number call
instructions, it looks for calls to functions that do not write to memory
which do not have intervening instructions that clobber the memory that is
read from.
</p>
<p>
This pass builds off of another value numbering pass to implement value
numbering for non-load and non-call instructions. It uses Alias Analysis so
that it can disambiguate the load instructions. The more powerful these base
analyses are, the more powerful the resultant value numbering will be.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="loops">Natural Loop Construction</a>
</div>
<div class="doc_text">
<p>
This analysis is used to identify natural loops and determine the loop depth
of various nodes of the CFG. Note that the loops identified may actually be
several natural loops that share the same header node... not just a single
natural loop.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="memdep">Memory Dependence Analysis</a>
</div>
<div class="doc_text">
<p>
An analysis that determines, for a given memory operation, what preceding
memory operations it depends on. It builds on alias analysis information, and
tries to provide a lazy, caching interface to a common kind of alias
information query.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="no-aa">No Alias Analysis (always returns 'may' alias)</a>
</div>
<div class="doc_text">
<p>
Always returns "I don't know" for alias queries. NoAA is unlike other alias
analysis implementations, in that it does not chain to a previous analysis. As
such it doesn't follow many of the rules that other alias analyses must.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="no-profile">No Profile Information</a>
</div>
<div class="doc_text">
<p>
The default "no profile" implementation of the abstract
<code>ProfileInfo</code> interface.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="postdomfrontier">Post-Dominance Frontier Construction</a>
</div>
<div class="doc_text">
<p>
This pass is a simple post-dominator construction algorithm for finding
post-dominator frontiers.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="postdomtree">Post-Dominator Tree Construction</a>
</div>
<div class="doc_text">
<p>
This pass is a simple post-dominator construction algorithm for finding
post-dominators.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="print-alias-sets">Alias Set Printer</a>
</div>
<div class="doc_text">
<p>Yet to be written.</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="print-callgraph">Print a call graph</a>
</div>
<div class="doc_text">
<p>
This pass, only available in <code>opt</code>, prints the call graph to
standard output in a human-readable form.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="print-callgraph-sccs">Print SCCs of the Call Graph</a>
</div>
<div class="doc_text">
<p>
This pass, only available in <code>opt</code>, prints the SCCs of the call
graph to standard output in a human-readable form.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="print-cfg-sccs">Print SCCs of each function CFG</a>
</div>
<div class="doc_text">
<p>
This pass, only available in <code>opt</code>, prints the SCCs of each
function CFG to standard output in a human-readable form.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="print-externalfnconstants">Print external fn callsites passed constants</a>
</div>
<div class="doc_text">
<p>
This pass, only available in <code>opt</code>, prints out call sites to
external functions that are called with constant arguments. This can be
useful when looking for standard library functions we should constant fold
or handle in alias analyses.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="print-function">Print function to stderr</a>
</div>
<div class="doc_text">
<p>
The <code>PrintFunctionPass</code> class is designed to be pipelined with
other <code>FunctionPass</code>es, and prints out the functions of the module
as they are processed.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="print-module">Print module to stderr</a>
</div>
<div class="doc_text">
<p>
This pass simply prints out the entire module when it is executed.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="print-used-types">Find Used Types</a>
</div>
<div class="doc_text">
<p>
This pass is used to seek out all of the types in use by the program. Note
that this analysis explicitly does not include types only used by the symbol
table.
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="profile-loader">Load profile information from llvmprof.out</a>
</div>
<div class="doc_text">
<p>
A concrete implementation of profiling information that loads the information
from a profile dump file.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="scalar-evolution">Scalar Evolution Analysis</a>
</div>
<div class="doc_text">
<p>
The <code>ScalarEvolution</code> analysis can be used to analyze and
catagorize scalar expressions in loops. It specializes in recognizing general
induction variables, representing them with the abstract and opaque
<code>SCEV</code> class. Given this analysis, trip counts of loops and other
important properties can be obtained.
</p>
<p>
This analysis is primarily useful for induction variable substitution and
strength reduction.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="targetdata">Target Data Layout</a>
</div>
<div class="doc_text">
<p>Provides other passes access to information on how the size and alignment
required by the the target ABI for various data types.</p>
</div>
<!-- ======================================================================= -->
<div class="doc_section"> <a name="transform">Transform Passes</a></div>
<div class="doc_text">
<p>This section describes the LLVM Transform Passes.</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="adce">Aggressive Dead Code Elimination</a>
</div>
<div class="doc_text">
<p>ADCE aggressively tries to eliminate code. This pass is similar to
<a href="#dce">DCE</a> but it assumes that values are dead until proven
otherwise. This is similar to <a href="#sccp">SCCP</a>, except applied to
the liveness of values.</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="argpromotion">Promote 'by reference' arguments to scalars</a>
</div>
<div class="doc_text">
<p>
This pass promotes "by reference" arguments to be "by value" arguments. In
practice, this means looking for internal functions that have pointer
arguments. If it can prove, through the use of alias analysis, that an
argument is *only* loaded, then it can pass the value into the function
instead of the address of the value. This can cause recursive simplification
of code and lead to the elimination of allocas (especially in C++ template
code like the STL).
</p>
<p>
This pass also handles aggregate arguments that are passed into a function,
scalarizing them if the elements of the aggregate are only loaded. Note that
it refuses to scalarize aggregates which would require passing in more than
three operands to the function, because passing thousands of operands for a
large array or structure is unprofitable!
</p>
<p>
Note that this transformation could also be done for arguments that are only
stored to (returning the value instead), but does not currently. This case
would be best handled when and if LLVM starts supporting multiple return
values from functions.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="block-placement">Profile Guided Basic Block Placement</a>
</div>
<div class="doc_text">
<p>This pass is a very simple profile guided basic block placement algorithm.
The idea is to put frequently executed blocks together at the start of the
function and hopefully increase the number of fall-through conditional
branches. If there is no profile information for a particular function, this
pass basically orders blocks in depth-first order.</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="break-crit-edges">Break critical edges in CFG</a>
</div>
<div class="doc_text">
<p>
Break all of the critical edges in the CFG by inserting a dummy basic block.
It may be "required" by passes that cannot deal with critical edges. This
transformation obviously invalidates the CFG, but can update forward dominator
(set, immediate dominators, tree, and frontier) information.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="codegenprepare">Prepare a function for code generation</a>
</div>
<div class="doc_text">
This pass munges the code in the input function to better prepare it for
SelectionDAG-based code generation. This works around limitations in it's
basic-block-at-a-time approach. It should eventually be removed.
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="condprop">Conditional Propagation</a>
</div>
<div class="doc_text">
<p>This pass propagates information about conditional expressions through the
program, allowing it to eliminate conditional branches in some cases.</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="constmerge">Merge Duplicate Global Constants</a>
</div>
<div class="doc_text">
<p>
Merges duplicate global constants together into a single constant that is
shared. This is useful because some passes (ie TraceValues) insert a lot of
string constants into the program, regardless of whether or not an existing
string is available.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="constprop">Simple constant propagation</a>
</div>
<div class="doc_text">
<p>This file implements constant propagation and merging. It looks for
instructions involving only constant operands and replaces them with a
constant value instead of an instruction. For example:</p>
<blockquote><pre>add i32 1, 2</pre></blockquote>
<p>becomes</p>
<blockquote><pre>i32 3</pre></blockquote>
<p>NOTE: this pass has a habit of making definitions be dead. It is a good
idea to to run a <a href="#die">DIE</a> (Dead Instruction Elimination) pass
sometime after running this pass.</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="dce">Dead Code Elimination</a>
</div>
<div class="doc_text">
<p>
Dead code elimination is similar to <a href="#die">dead instruction
elimination</a>, but it rechecks instructions that were used by removed
instructions to see if they are newly dead.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="deadargelim">Dead Argument Elimination</a>
</div>
<div class="doc_text">
<p>
This pass deletes dead arguments from internal functions. Dead argument
elimination removes arguments which are directly dead, as well as arguments
only passed into function calls as dead arguments of other functions. This
pass also deletes dead arguments in a similar way.
</p>
<p>
This pass is often useful as a cleanup pass to run after aggressive
interprocedural passes, which add possibly-dead arguments.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="deadtypeelim">Dead Type Elimination</a>
</div>
<div class="doc_text">
<p>
This pass is used to cleanup the output of GCC. It eliminate names for types
that are unused in the entire translation unit, using the <a
href="#findusedtypes">find used types</a> pass.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="die">Dead Instruction Elimination</a>
</div>
<div class="doc_text">
<p>
Dead instruction elimination performs a single pass over the function,
removing instructions that are obviously dead.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="dse">Dead Store Elimination</a>
</div>
<div class="doc_text">
<p>
A trivial dead store elimination that only considers basic-block local
redundant stores.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="gcse">Global Common Subexpression Elimination</a>
</div>
<div class="doc_text">
<p>
This pass is designed to be a very quick global transformation that
eliminates global common subexpressions from a function. It does this by
using an existing value numbering analysis pass to identify the common
subexpressions, eliminating them when possible.
</p>
<p>
This pass is deprecated by the <a href="#gvn">Global Value Numbering pass</a>
(which does a better job with its own value numbering).
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="globaldce">Dead Global Elimination</a>
</div>
<div class="doc_text">
<p>
This transform is designed to eliminate unreachable internal globals from the
program. It uses an aggressive algorithm, searching out globals that are
known to be alive. After it finds all of the globals which are needed, it
deletes whatever is left over. This allows it to delete recursive chunks of
the program which are unreachable.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="globalopt">Global Variable Optimizer</a>
</div>
<div class="doc_text">
<p>
This pass transforms simple global variables that never have their address
taken. If obviously true, it marks read/write globals as constant, deletes
variables only stored to, etc.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="gvn">Global Value Numbering</a>
</div>
<div class="doc_text">
<p>
This pass performs global value numbering to eliminate fully redundant
instructions. It also performs simple dead load elimination.
</p>
<p>
Note that this pass does the value numbering itself, it does not use the
ValueNumbering analysis passes.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="gvnpre">Global Value Numbering/Partial Redundancy Elimination</a>
</div>
<div class="doc_text">
<p>
This pass performs a hybrid of global value numbering and partial redundancy
elimination, known as GVN-PRE. It performs partial redundancy elimination on
values, rather than lexical expressions, allowing a more comprehensive view
the optimization. It replaces redundant values with uses of earlier
occurences of the same value. While this is beneficial in that it eliminates
unneeded computation, it also increases register pressure by creating large
live ranges, and should be used with caution on platforms that are very
sensitive to register pressure.
</p>
<p>
Note that this pass does the value numbering itself, it does not use the
ValueNumbering analysis passes.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="indmemrem">Indirect Malloc and Free Removal</a>
</div>
<div class="doc_text">
<p>
This pass finds places where memory allocation functions may escape into
indirect land. Some transforms are much easier (aka possible) only if free
or malloc are not called indirectly.
</p>
<p>
Thus find places where the address of memory functions are taken and construct
bounce functions with direct calls of those functions.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="indvars">Canonicalize Induction Variables</a>
</div>
<div class="doc_text">
<p>
This transformation analyzes and transforms the induction variables (and
computations derived from them) into simpler forms suitable for subsequent
analysis and transformation.
</p>
<p>
This transformation makes the following changes to each loop with an
identifiable induction variable:
</p>
<ol>
<li>All loops are transformed to have a <em>single</em> canonical
induction variable which starts at zero and steps by one.</li>
<li>The canonical induction variable is guaranteed to be the first PHI node
in the loop header block.</li>
<li>Any pointer arithmetic recurrences are raised to use array
subscripts.</li>
</ol>
<p>
If the trip count of a loop is computable, this pass also makes the following
changes:
</p>
<ol>
<li>The exit condition for the loop is canonicalized to compare the
induction value against the exit value. This turns loops like:
<blockquote><pre>for (i = 7; i*i < 1000; ++i)</pre></blockquote>
into
<blockquote><pre>for (i = 0; i != 25; ++i)</pre></blockquote></li>
<li>Any use outside of the loop of an expression derived from the indvar
is changed to compute the derived value outside of the loop, eliminating
the dependence on the exit value of the induction variable. If the only
purpose of the loop is to compute the exit value of some derived
expression, this transformation will make the loop dead.</li>
</ol>
<p>
This transformation should be followed by strength reduction after all of the
desired loop transformations have been performed. Additionally, on targets
where it is profitable, the loop could be transformed to count down to zero
(the "do loop" optimization).
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="inline">Function Integration/Inlining</a>
</div>
<div class="doc_text">
<p>
Bottom-up inlining of functions into callees.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="insert-block-profiling">Insert instrumentation for block profiling</a>
</div>
<div class="doc_text">
<p>
This pass instruments the specified program with counters for basic block
profiling, which counts the number of times each basic block executes. This
is the most basic form of profiling, which can tell which blocks are hot, but
cannot reliably detect hot paths through the CFG.
</p>
<p>
Note that this implementation is very naïve. Control equivalent regions of
the CFG should not require duplicate counters, but it does put duplicate
counters in.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="insert-edge-profiling">Insert instrumentation for edge profiling</a>
</div>
<div class="doc_text">
<p>
This pass instruments the specified program with counters for edge profiling.
Edge profiling can give a reasonable approximation of the hot paths through a
program, and is used for a wide variety of program transformations.
</p>
<p>
Note that this implementation is very naïve. It inserts a counter for
<em>every</em> edge in the program, instead of using control flow information
to prune the number of counters inserted.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="insert-function-profiling">Insert instrumentation for function profiling</a>
</div>
<div class="doc_text">
<p>
This pass instruments the specified program with counters for function
profiling, which counts the number of times each function is called.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="insert-null-profiling-rs">Measure profiling framework overhead</a>
</div>
<div class="doc_text">
<p>
The basic profiler that does nothing. It is the default profiler and thus
terminates <code>RSProfiler</code> chains. It is useful for measuring
framework overhead.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="insert-rs-profiling-framework">Insert random sampling instrumentation framework</a>
</div>
<div class="doc_text">
<p>
The second stage of the random-sampling instrumentation framework, duplicates
all instructions in a function, ignoring the profiling code, then connects the
two versions together at the entry and at backedges. At each connection point
a choice is made as to whether to jump to the profiled code (take a sample) or
execute the unprofiled code.
</p>
<p>
After this pass, it is highly recommended to run<a href="#mem2reg">mem2reg</a>
and <a href="#adce">adce</a>. <a href="#instcombine">instcombine</a>,
<a href="#load-vn">load-vn</a>, <a href="#gdce">gdce</a>, and
<a href="#dse">dse</a> also are good to run afterwards.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="instcombine">Combine redundant instructions</a>
</div>
<div class="doc_text">
<p>
Combine instructions to form fewer, simple
instructions. This pass does not modify the CFG This pass is where algebraic
simplification happens.
</p>
<p>
This pass combines things like:
</p>
<blockquote><pre
>%Y = add i32 %X, 1
%Z = add i32 %Y, 1</pre></blockquote>
<p>
into:
</p>
<blockquote><pre
>%Z = add i32 %X, 2</pre></blockquote>
<p>
This is a simple worklist driven algorithm.
</p>
<p>
This pass guarantees that the following canonicalizations are performed on
the program:
</p>
<ul>
<li>If a binary operator has a constant operand, it is moved to the right-
hand side.</li>
<li>Bitwise operators with constant operands are always grouped so that
shifts are performed first, then <code>or</code>s, then
<code>and</code>s, then <code>xor</code>s.</li>
<li>Compare instructions are converted from <code>&lt;</code>,
<code>&gt;</code>, <code></code>, or <code></code> to
<code>=</code> or <code></code> if possible.</li>
<li>All <code>cmp</code> instructions on boolean values are replaced with
logical operations.</li>
<li><code>add <var>X</var>, <var>X</var></code> is represented as
<code>mul <var>X</var>, 2</code><code>shl <var>X</var>, 1</code></li>
<li>Multiplies with a constant power-of-two argument are transformed into
shifts.</li>
<li>… etc.</li>
</ul>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="internalize">Internalize Global Symbols</a>
</div>
<div class="doc_text">
<p>
This pass loops over all of the functions in the input module, looking for a
main function. If a main function is found, all other functions and all
global variables with initializers are marked as internal.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="ipconstprop">Interprocedural constant propagation</a>
</div>
<div class="doc_text">
<p>
This pass implements an <em>extremely</em> simple interprocedural constant
propagation pass. It could certainly be improved in many different ways,
like using a worklist. This pass makes arguments dead, but does not remove
them. The existing dead argument elimination pass should be run after this
to clean up the mess.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="ipsccp">Interprocedural Sparse Conditional Constant Propagation</a>
</div>
<div class="doc_text">
<p>
An interprocedural variant of <a href="#sccp">Sparse Conditional Constant
Propagation</a>.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="jump-threading">Thread control through conditional blocks</a>
</div>
<div class="doc_text">
<p>
Jump threading tries to find distinct threads of control flow running through
a basic block. This pass looks at blocks that have multiple predecessors and
multiple successors. If one or more of the predecessors of the block can be
proven to always cause a jump to one of the successors, we forward the edge
from the predecessor to the successor by duplicating the contents of this
block.
</p>
<p>
An example of when this can occur is code like this:
</p>
<pre
>if () { ...
X = 4;
}
if (X &lt; 3) {</pre>
<p>
In this case, the unconditional branch at the end of the first if can be
revectored to the false side of the second if.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="lcssa">Loop-Closed SSA Form Pass</a>
</div>
<div class="doc_text">
<p>
This pass transforms loops by placing phi nodes at the end of the loops for
all values that are live across the loop boundary. For example, it turns
the left into the right code:
</p>
<pre
>for (...) for (...)
if (c) if (c)
X1 = ... X1 = ...
else else
X2 = ... X2 = ...
X3 = phi(X1, X2) X3 = phi(X1, X2)
... = X3 + 4 X4 = phi(X3)
... = X4 + 4</pre>
<p>
This is still valid LLVM; the extra phi nodes are purely redundant, and will
be trivially eliminated by <code>InstCombine</code>. The major benefit of
this transformation is that it makes many other loop optimizations, such as
LoopUnswitching, simpler.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="licm">Loop Invariant Code Motion</a>
</div>
<div class="doc_text">
<p>
This pass performs loop invariant code motion, attempting to remove as much
code from the body of a loop as possible. It does this by either hoisting
code into the preheader block, or by sinking code to the exit blocks if it is
safe. This pass also promotes must-aliased memory locations in the loop to
live in registers, thus hoisting and sinking "invariant" loads and stores.
</p>
<p>
This pass uses alias analysis for two purposes:
</p>
<ul>
<li>Moving loop invariant loads and calls out of loops. If we can determine
that a load or call inside of a loop never aliases anything stored to,
we can hoist it or sink it like any other instruction.</li>
<li>Scalar Promotion of Memory - If there is a store instruction inside of
the loop, we try to move the store to happen AFTER the loop instead of
inside of the loop. This can only happen if a few conditions are true:
<ul>
<li>The pointer stored through is loop invariant.</li>
<li>There are no stores or loads in the loop which <em>may</em> alias
the pointer. There are no calls in the loop which mod/ref the
pointer.</li>
</ul>
If these conditions are true, we can promote the loads and stores in the
loop of the pointer to use a temporary alloca'd variable. We then use
the mem2reg functionality to construct the appropriate SSA form for the
variable.</li>
</ul>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="loop-deletion">Dead Loop Deletion Pass</a>
</div>
<div class="doc_text">
<p>
This file implements the Dead Loop Deletion Pass. This pass is responsible
for eliminating loops with non-infinite computable trip counts that have no
side effects or volatile instructions, and do not contribute to the
computation of the function's return value.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="loop-extract">Extract loops into new functions</a>
</div>
<div class="doc_text">
<p>
A pass wrapper around the <code>ExtractLoop()</code> scalar transformation to
extract each top-level loop into its own new function. If the loop is the
<em>only</em> loop in a given function, it is not touched. This is a pass most
useful for debugging via bugpoint.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="loop-extract-single">Extract at most one loop into a new function</a>
</div>
<div class="doc_text">
<p>
Similar to <a href="#loop-extract">Extract loops into new functions</a>,
this pass extracts one natural loop from the program into a function if it
can. This is used by bugpoint.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="loop-index-split">Index Split Loops</a>
</div>
<div class="doc_text">
<p>
This pass divides loop's iteration range by spliting loop such that each
individual loop is executed efficiently.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="loop-reduce">Loop Strength Reduction</a>
</div>
<div class="doc_text">
<p>
This pass performs a strength reduction on array references inside loops that
have as one or more of their components the loop induction variable. This is
accomplished by creating a new value to hold the initial value of the array
access for the first iteration, and then creating a new GEP instruction in
the loop to increment the value by the appropriate amount.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="loop-rotate">Rotate Loops</a>
</div>
<div class="doc_text">
<p>A simple loop rotation transformation.</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="loop-unroll">Unroll loops</a>
</div>
<div class="doc_text">
<p>
This pass implements a simple loop unroller. It works best when loops have
been canonicalized by the <a href="#indvars"><tt>-indvars</tt></a> pass,
allowing it to determine the trip counts of loops easily.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="loop-unswitch">Unswitch loops</a>
</div>
<div class="doc_text">
<p>
This pass transforms loops that contain branches on loop-invariant conditions
to have multiple loops. For example, it turns the left into the right code:
</p>
<pre
>for (...) if (lic)
A for (...)
if (lic) A; B; C
B else
C for (...)
A; C</pre>
<p>
This can increase the size of the code exponentially (doubling it every time
a loop is unswitched) so we only unswitch if the resultant code will be
smaller than a threshold.
</p>
<p>
This pass expects LICM to be run before it to hoist invariant conditions out
of the loop, to make the unswitching opportunity obvious.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="loopsimplify">Canonicalize natural loops</a>
</div>
<div class="doc_text">
<p>
This pass performs several transformations to transform natural loops into a
simpler form, which makes subsequent analyses and transformations simpler and
more effective.
</p>
<p>
Loop pre-header insertion guarantees that there is a single, non-critical
entry edge from outside of the loop to the loop header. This simplifies a
number of analyses and transformations, such as LICM.
</p>
<p>
Loop exit-block insertion guarantees that all exit blocks from the loop
(blocks which are outside of the loop that have predecessors inside of the
loop) only have predecessors from inside of the loop (and are thus dominated
by the loop header). This simplifies transformations such as store-sinking
that are built into LICM.
</p>
<p>
This pass also guarantees that loops will have exactly one backedge.
</p>
<p>
Note that the simplifycfg pass will clean up blocks which are split out but
end up being unnecessary, so usage of this pass should not pessimize
generated code.
</p>
<p>
This pass obviously modifies the CFG, but updates loop information and
dominator information.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="lowerallocs">Lower allocations from instructions to calls</a>
</div>
<div class="doc_text">
<p>
Turn <tt>malloc</tt> and <tt>free</tt> instructions into <tt>@malloc</tt> and
<tt>@free</tt> calls.
</p>
<p>
This is a target-dependent tranformation because it depends on the size of
data types and alignment constraints.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="lowerinvoke">Lower invoke and unwind, for unwindless code generators</a>
</div>
<div class="doc_text">
<p>
This transformation is designed for use by code generators which do not yet
support stack unwinding. This pass supports two models of exception handling
lowering, the 'cheap' support and the 'expensive' support.
</p>
<p>
'Cheap' exception handling support gives the program the ability to execute
any program which does not "throw an exception", by turning 'invoke'
instructions into calls and by turning 'unwind' instructions into calls to
abort(). If the program does dynamically use the unwind instruction, the
program will print a message then abort.
</p>
<p>
'Expensive' exception handling support gives the full exception handling
support to the program at the cost of making the 'invoke' instruction
really expensive. It basically inserts setjmp/longjmp calls to emulate the
exception handling as necessary.
</p>
<p>
Because the 'expensive' support slows down programs a lot, and EH is only
used for a subset of the programs, it must be specifically enabled by the
<tt>-enable-correct-eh-support</tt> option.
</p>
<p>
Note that after this pass runs the CFG is not entirely accurate (exceptional
control flow edges are not correct anymore) so only very simple things should
be done after the lowerinvoke pass has run (like generation of native code).
This should not be used as a general purpose "my LLVM-to-LLVM pass doesn't
support the invoke instruction yet" lowering pass.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="lowersetjmp">Lower Set Jump</a>
</div>
<div class="doc_text">
<p>
Lowers <tt>setjmp</tt> and <tt>longjmp</tt> to use the LLVM invoke and unwind
instructions as necessary.
</p>
<p>
Lowering of <tt>longjmp</tt> is fairly trivial. We replace the call with a
call to the LLVM library function <tt>__llvm_sjljeh_throw_longjmp()</tt>.
This unwinds the stack for us calling all of the destructors for
objects allocated on the stack.
</p>
<p>
At a <tt>setjmp</tt> call, the basic block is split and the <tt>setjmp</tt>
removed. The calls in a function that have a <tt>setjmp</tt> are converted to
invoke where the except part checks to see if it's a <tt>longjmp</tt>
exception and, if so, if it's handled in the function. If it is, then it gets
the value returned by the <tt>longjmp</tt> and goes to where the basic block
was split. <tt>invoke</tt> instructions are handled in a similar fashion with
the original except block being executed if it isn't a <tt>longjmp</tt>
except that is handled by that function.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="lowerswitch">Lower SwitchInst's to branches</a>
</div>
<div class="doc_text">
<p>
Rewrites <tt>switch</tt> instructions with a sequence of branches, which
allows targets to get away with not implementing the switch instruction until
it is convenient.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="mem2reg">Promote Memory to Register</a>
</div>
<div class="doc_text">
<p>
This file promotes memory references to be register references. It promotes
<tt>alloca</tt> instructions which only have <tt>load</tt>s and
<tt>store</tt>s as uses. An <tt>alloca</tt> is transformed by using dominator
frontiers to place <tt>phi</tt> nodes, then traversing the function in
depth-first order to rewrite <tt>load</tt>s and <tt>store</tt>s as
appropriate. This is just the standard SSA construction algorithm to construct
"pruned" SSA form.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="memcpyopt">Optimize use of memcpy and friend</a>
</div>
<div class="doc_text">
<p>
This pass performs various transformations related to eliminating memcpy
calls, or transforming sets of stores into memset's.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="mergereturn">Unify function exit nodes</a>
</div>
<div class="doc_text">
<p>
Ensure that functions have at most one <tt>ret</tt> instruction in them.
Additionally, it keeps track of which node is the new exit node of the CFG.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="predsimplify">Predicate Simplifier</a>
</div>
<div class="doc_text">
<p>
Path-sensitive optimizer. In a branch where <tt>x == y</tt>, replace uses of
<tt>x</tt> with <tt>y</tt>. Permits further optimization, such as the
elimination of the unreachable call:
</p>
<blockquote><pre
>void test(int *p, int *q)
{
if (p != q)
return;
if (*p != *q)
foo(); // unreachable
}</pre></blockquote>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="prune-eh">Remove unused exception handling info</a>
</div>
<div class="doc_text">
<p>
This file implements a simple interprocedural pass which walks the call-graph,
turning <tt>invoke</tt> instructions into <tt>call</tt> instructions if and
only if the callee cannot throw an exception. It implements this as a
bottom-up traversal of the call-graph.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="raiseallocs">Raise allocations from calls to instructions</a>
</div>
<div class="doc_text">
<p>
Converts <tt>@malloc</tt> and <tt>@free</tt> calls to <tt>malloc</tt> and
<tt>free</tt> instructions.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="reassociate">Reassociate expressions</a>
</div>
<div class="doc_text">
<p>
This pass reassociates commutative expressions in an order that is designed
to promote better constant propagation, GCSE, LICM, PRE, etc.
</p>
<p>
For example: 4 + (<var>x</var> + 5) ⇒ <var>x</var> + (4 + 5)
</p>
<p>
In the implementation of this algorithm, constants are assigned rank = 0,
function arguments are rank = 1, and other values are assigned ranks
corresponding to the reverse post order traversal of current function
(starting at 2), which effectively gives values in deep loops higher rank
than values not in loops.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="reg2mem">Demote all values to stack slots</a>
</div>
<div class="doc_text">
<p>
This file demotes all registers to memory references. It is intented to be
the inverse of <a href="#mem2reg"><tt>-mem2reg</tt></a>. By converting to
<tt>load</tt> instructions, the only values live accross basic blocks are
<tt>alloca</tt> instructions and <tt>load</tt> instructions before
<tt>phi</tt> nodes. It is intended that this should make CFG hacking much
easier. To make later hacking easier, the entry block is split into two, such
that all introduced <tt>alloca</tt> instructions (and nothing else) are in the
entry block.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="scalarrepl">Scalar Replacement of Aggregates</a>
</div>
<div class="doc_text">
<p>
The well-known scalar replacement of aggregates transformation. This
transform breaks up <tt>alloca</tt> instructions of aggregate type (structure
or array) into individual <tt>alloca</tt> instructions for each member if
possible. Then, if possible, it transforms the individual <tt>alloca</tt>
instructions into nice clean scalar SSA form.
</p>
<p>
This combines a simple scalar replacement of aggregates algorithm with the <a
href="#mem2reg"><tt>mem2reg</tt></a> algorithm because often interact,
especially for C++ programs. As such, iterating between <tt>scalarrepl</tt>,
then <a href="#mem2reg"><tt>mem2reg</tt></a> until we run out of things to
promote works well.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="sccp">Sparse Conditional Constant Propagation</a>
</div>
<div class="doc_text">
<p>
Sparse conditional constant propagation and merging, which can be summarized
as:
</p>
<ol>
<li>Assumes values are constant unless proven otherwise</li>
<li>Assumes BasicBlocks are dead unless proven otherwise</li>
<li>Proves values to be constant, and replaces them with constants</li>
<li>Proves conditional branches to be unconditional</li>
</ol>
<p>
Note that this pass has a habit of making definitions be dead. It is a good
idea to to run a DCE pass sometime after running this pass.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="simplify-libcalls">Simplify well-known library calls</a>
</div>
<div class="doc_text">
<p>
Applies a variety of small optimizations for calls to specific well-known
function calls (e.g. runtime library functions). For example, a call
<tt>exit(3)</tt> that occurs within the <tt>main()</tt> function can be
transformed into simply <tt>return 3</tt>.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="simplifycfg">Simplify the CFG</a>
</div>
<div class="doc_text">
<p>
Performs dead code elimination and basic block merging. Specifically:
</p>
<ol>
<li>Removes basic blocks with no predecessors.</li>
<li>Merges a basic block into its predecessor if there is only one and the
predecessor only has one successor.</li>
<li>Eliminates PHI nodes for basic blocks with a single predecessor.</li>
<li>Eliminates a basic block that only contains an unconditional
branch.</li>
</ol>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="strip">Strip all symbols from a module</a>
</div>
<div class="doc_text">
<p>
Performs code stripping. This transformation can delete:
</p>
<ol>
<li>names for virtual registers</li>
<li>symbols for internal globals and functions</li>
<li>debug information</li>
</ol>
<p>
Note that this transformation makes code much less readable, so it should
only be used in situations where the <tt>strip</tt> utility would be used,
such as reducing code size or making it harder to reverse engineer code.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="strip-dead-prototypes">Remove unused function declarations</a>
</div>
<div class="doc_text">
<p>
This pass loops over all of the functions in the input module, looking for
dead declarations and removes them. Dead declarations are declarations of
functions for which no implementation is available (i.e., declarations for
unused library functions).
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="sretpromotion">Promote sret arguments</a>
</div>
<div class="doc_text">
<p>
This pass finds functions that return a struct (using a pointer to the struct
as the first argument of the function, marked with the '<tt>sret</tt>' attribute) and
replaces them with a new function that simply returns each of the elements of
that struct (using multiple return values).
</p>
<p>
This pass works under a number of conditions:
</p>
<ul>
<li>The returned struct must not contain other structs</li>
<li>The returned struct must only be used to load values from</li>
<li>The placeholder struct passed in is the result of an <tt>alloca</tt></li>
</ul>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="tailcallelim">Tail Call Elimination</a>
</div>
<div class="doc_text">
<p>
This file transforms calls of the current function (self recursion) followed
by a return instruction with a branch to the entry of the function, creating
a loop. This pass also implements the following extensions to the basic
algorithm:
</p>
<ul>
<li>Trivial instructions between the call and return do not prevent the
transformation from taking place, though currently the analysis cannot
support moving any really useful instructions (only dead ones).
<li>This pass transforms functions that are prevented from being tail
recursive by an associative expression to use an accumulator variable,
thus compiling the typical naive factorial or <tt>fib</tt> implementation
into efficient code.
<li>TRE is performed if the function returns void, if the return
returns the result returned by the call, or if the function returns a
run-time constant on all exits from the function. It is possible, though
unlikely, that the return returns something else (like constant 0), and
can still be TRE'd. It can be TRE'd if <em>all other</em> return
instructions in the function return the exact same value.
<li>If it can prove that callees do not access theier caller stack frame,
they are marked as eligible for tail call elimination (by the code
generator).
</ul>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="tailduplicate">Tail Duplication</a>
</div>
<div class="doc_text">
<p>
This pass performs a limited form of tail duplication, intended to simplify
CFGs by removing some unconditional branches. This pass is necessary to
straighten out loops created by the C front-end, but also is capable of
making other code nicer. After this pass is run, the CFG simplify pass
should be run to clean up the mess.
</p>
</div>
<!-- ======================================================================= -->
<div class="doc_section"> <a name="transform">Utility Passes</a></div>
<div class="doc_text">
<p>This section describes the LLVM Utility Passes.</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="deadarghaX0r">Dead Argument Hacking (BUGPOINT USE ONLY; DO NOT USE)</a>
</div>
<div class="doc_text">
<p>
Same as dead argument elimination, but deletes arguments to functions which
are external. This is only for use by <a
href="Bugpoint.html">bugpoint</a>.</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="extract-blocks">Extract Basic Blocks From Module (for bugpoint use)</a>
</div>
<div class="doc_text">
<p>
This pass is used by bugpoint to extract all blocks from the module into their
own functions.</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="preverify">Preliminary module verification</a>
</div>
<div class="doc_text">
<p>
Ensures that the module is in the form required by the <a
href="#verifier">Module Verifier</a> pass.
</p>
<p>
Running the verifier runs this pass automatically, so there should be no need
to use it directly.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="verify">Module Verifier</a>
</div>
<div class="doc_text">
<p>
Verifies an LLVM IR code. This is useful to run after an optimization which is
undergoing testing. Note that <tt>llvm-as</tt> verifies its input before
emitting bitcode, and also that malformed bitcode is likely to make LLVM
crash. All language front-ends are therefore encouraged to verify their output
before performing optimizing transformations.
</p>
<ul>
<li>Both of a binary operator's parameters are of the same type.</li>
<li>Verify that the indices of mem access instructions match other
operands.</li>
<li>Verify that arithmetic and other things are only performed on
first-class types. Verify that shifts and logicals only happen on
integrals f.e.</li>
<li>All of the constants in a switch statement are of the correct type.</li>
<li>The code is in valid SSA form.</li>
<li>It should be illegal to put a label into any other type (like a
structure) or to return one. [except constant arrays!]</li>
<li>Only phi nodes can be self referential: <tt>%x = add i32 %x, %x</tt> is
invalid.</li>
<li>PHI nodes must have an entry for each predecessor, with no extras.</li>
<li>PHI nodes must be the first thing in a basic block, all grouped
together.</li>
<li>PHI nodes must have at least one entry.</li>
<li>All basic blocks should only end with terminator insts, not contain
them.</li>
<li>The entry node to a function must not have predecessors.</li>
<li>All Instructions must be embedded into a basic block.</li>
<li>Functions cannot take a void-typed parameter.</li>
<li>Verify that a function's argument list agrees with its declared
type.</li>
<li>It is illegal to specify a name for a void value.</li>
<li>It is illegal to have a internal global value with no initializer.</li>
<li>It is illegal to have a ret instruction that returns a value that does
not agree with the function return value type.</li>
<li>Function call argument types match the function prototype.</li>
<li>All other things that are tested by asserts spread about the code.</li>
</ul>
<p>
Note that this does not provide full security verification (like Java), but
instead just tries to ensure that code is well-formed.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="view-cfg">View CFG of function</a>
</div>
<div class="doc_text">
<p>
Displays the control flow graph using the GraphViz tool.
</p>
</div>
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
<a name="view-cfg-only">View CFG of function (with no function bodies)</a>
</div>
<div class="doc_text">
<p>
Displays the control flow graph using the GraphViz tool, but omitting function
bodies.
</p>
</div>
<!-- *********************************************************************** -->
<hr>
<address>
<a href="http://jigsaw.w3.org/css-validator/check/referer"><img
src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a>
<a href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
<a href="mailto:rspencer@x10sys.com">Reid Spencer</a><br>
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
Last modified: $Date$
</address>
</body>
</html>