summaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalOpt
Commit message (Expand)AuthorAge
* Delete unread globals through addrspacecastMatt Arsenault2014-01-02
* Fix addrspacecast with metadata globalsMatt Arsenault2014-01-02
* Fix a use-after-free error in GlobalOpt CleanupConstantGlobalUsersHal Finkel2013-12-12
* Quote potential shell expansions found in testsAlp Toker2013-10-28
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-27
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-23
* Revert r191834 until we measure the effect of this benchmarks and maybe find ...Alexey Samsonov2013-10-07
* Remove "localize global" optimizationAlexey Samsonov2013-10-02
* Don't shrink atomic ops to bool in GlobalOpt.Eli Friedman2013-09-09
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-08
* Revert "Add r159136 back now that pr13124 has been fixed."Rafael Espindola2013-09-04
* Add r159136 back now that pr13124 has been fixed.Rafael Espindola2013-09-03
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-06
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-02
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-01
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-26
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-25
* Check that TD isn't NULL before dereferencing it down this path.Nick Lewycky2013-07-25
* Debug Info: improve the Finder.Manman Ren2013-07-24
* Don't crash when llvm.compiler.used becomes empty.Rafael Espindola2013-07-20
* s/compiler_used/compiler.used/.Rafael Espindola2013-07-19
* Fixup to r186268 and r186269: don't append -LABEL to CHECK-NOT. No functional...Stephen Lin2013-07-14
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-14
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Always remove an alias when we rename the target.Rafael Espindola2013-06-12
* Convert test to FileCheck.Rafael Espindola2013-06-12
* Change how globalopt handles aliases in llvm.used.Rafael Espindola2013-06-11
* Respect the 'nobuiltin' attribute when determining if a call is to a memory b...Richard Smith2013-05-16
* GlobalOpt: fix an issue where CXAAtExitFn points to a deleted function.Manman Ren2013-05-14
* Don't replace an alias in llvm.used with its target.Rafael Espindola2013-05-09
* Use a worklist to avoid a sneaky iterator invalidation.Bill Wendling2013-04-02
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-12
* Fix test case.Benjamin Kramer2013-03-09
* Test case hygiene.Benjamin Kramer2013-03-09
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-08
* Added missing newline to end of test case.Michael Gottesman2013-02-05
* Add code to GlobalVariable.h so that global variables marked asMichael Gottesman2013-02-05
* Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...Joey Gouly2013-01-10
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-01
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Revert previous check in r168581, r169079 as they are still in code review st...Zhou Sheng2012-12-01
* The patch is to improve the memory footprint of pass GlobalOpt. Zhou Sheng2012-12-01
* Constant::IsThreadDependent(): Use dyn_cast<Constant> instead of castHans Wennborg2012-11-16
* Make GlobalOpt be conservative with TLS variables (PR14309)Hans Wennborg2012-11-15
* GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ...Benjamin Kramer2012-09-28
* Add testcases for GlobalOpt changes in r160693 and r160757.Nick Lewycky2012-07-29
* Teach globalopt to not nuke all stores to globals. Keep them around of theyNick Lewycky2012-07-24