[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Transforms / GlobalOpt /
2015-11-19 James Molloy[GlobalOpt] Localize some globals that have non-instruc...
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-15 James Molloy[GlobalOpt] Demote globals to locals more aggressively
2015-11-09 Oliver StannardGlobalOpt should maintain externally_initialized when...
2015-10-12 Oliver StannardGlobalOpt does not treat externally_initialized globals...
2015-09-28 Sean Silva[GlobalOpt] Sort members of llvm.used deterministically
2015-09-15 Piotr PadlewskiIntroducing llvm.invariant.group.barrier intrinsic
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-25 Piotr Padlewskiassume.ll test fixup
2015-08-25 Piotr PadlewskiAssume intrinsic handling in global opt
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-24 Duncan P. N. Exon... DI/Verifier: Fix argument bitrot in DILocalVariable
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-27 Duncan P. N. Exon... Verifier: Call verifyModule() from llc and opt
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2015-01-06 Rafael EspindolaChange the .ll syntax for comdats and add a syntactic...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-06 Duncan P. N. Exon... IR: Disallow complicated function-local metadata
2014-10-08 David MajnemerGlobalOpt: Don't drop unused memberes of a Comdat
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-23 Reid KlecknerGlobalOpt: Preserve comdats of unoptimized initializers
2014-08-08 David MajnemerGlobalOpt: Optimize in the face of insertvalue/extractvalue
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-07-01 David MajnemerGlobalOpt: Don't swap private for internal linkage
2014-07-01 David MajnemerGlobalOpt: FileCheck-ize test
2014-07-01 David MajnemerGlobalOpt: Handle non-zero offsets for aliases
2014-06-27 David MajnemerGlobalOpt: Fix constantfold-initializers.ll test
2014-06-26 David MajnemerGlobalOpt: Don't optimize thread_local for initializers
2014-06-24 David MajnemerGlobalOpt: Don't optimize dllimport for initializers
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-07 Duncan P. N. Exon... IR: Don't allow non-default visibility on local linkage
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-23 Lang HamesRevert r204076 for now - it caused significant regressi...
2014-03-17 Dan GohmanUse range metadata instead of introducing selects.
2014-03-12 Rafael EspindolaReject alias to undefined symbols in the verifier.
2014-02-26 Reid KlecknerGlobalOpt: Apply fastcc to internal x86_thiscallcc...
2014-02-13 Reid KlecknerGlobalOpt: Aliases don't have sections, don't copy...
2014-01-02 Matt ArsenaultDelete unread globals through addrspacecast
2014-01-02 Matt ArsenaultFix addrspacecast with metadata globals
2013-12-12 Hal FinkelFix a use-after-free error in GlobalOpt CleanupConstant...
2013-10-28 Alp TokerQuote potential shell expansions found in tests
2013-10-27 Shuxin YangRevert r193251 : Use address-taken to disambiguate...
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-10-07 Alexey SamsonovRevert r191834 until we measure the effect of this...
2013-10-02 Alexey SamsonovRemove "localize global" optimization
2013-09-09 Eli FriedmanDon't shrink atomic ops to bool in GlobalOpt.
2013-09-08 Manman RenDebug Info Testing: update context from empty string...
2013-09-04 Rafael EspindolaRevert "Add r159136 back now that pr13124 has been...
2013-09-03 Rafael EspindolaAdd r159136 back now that pr13124 has been fixed.
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-06 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-02 Eric ChristopherTemporarily revert "Debug Info Finder|Verifier: handle...
2013-08-01 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-07-26 Manman RenDebug Info Verifier: enable verification of DICompileUnit.
2013-07-25 Manman RenDebug Info: improve the verifier to check field types.
2013-07-25 Nick LewyckyCheck that TD isn't NULL before dereferencing it down...
2013-07-24 Manman RenDebug Info: improve the Finder.
2013-07-20 Rafael EspindolaDon't crash when llvm.compiler.used becomes empty.
2013-07-19 Rafael Espindolas/compiler_used/compiler.used/.
2013-07-14 Stephen LinFixup to r186268 and r186269: don't append -LABEL to...
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-06-12 Rafael EspindolaAlways remove an alias when we rename the target.
2013-06-12 Rafael EspindolaConvert test to FileCheck.
2013-06-11 Rafael EspindolaChange how globalopt handles aliases in llvm.used.
2013-05-16 Richard SmithRespect the 'nobuiltin' attribute when determining...
2013-05-14 Manman RenGlobalOpt: fix an issue where CXAAtExitFn points to...
2013-05-09 Rafael EspindolaDon't replace an alias in llvm.used with its target.
2013-04-02 Bill WendlingUse a worklist to avoid a sneaky iterator invalidation.
2013-03-12 Jan Wen VoungRevert the test moves from 176733. Use "REQUIRES:...
2013-03-09 Benjamin KramerFix test case.
2013-03-09 Benjamin KramerTest case hygiene.
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-02-05 Michael GottesmanAdded missing newline to end of test case.
2013-02-05 Michael GottesmanAdd code to GlobalVariable.h so that global variables...
2013-01-10 Joey GoulyFix TryToShrinkGlobalToBoolean in GlobalOpt, so that...
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
next