summaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalOpt
Commit message (Expand)AuthorAge
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-16
* Fix most of PR10367.Rafael Espindola2014-05-16
* IR: Don't allow non-default visibility on local linkageDuncan P. N. Exon Smith2014-05-07
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-27
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-26
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-26
* Revert r204076 for now - it caused significant regressions in a number ofLang Hames2014-03-23
* Use range metadata instead of introducing selects.Dan Gohman2014-03-17
* Reject alias to undefined symbols in the verifier.Rafael Espindola2014-03-12
* GlobalOpt: Apply fastcc to internal x86_thiscallcc functionsReid Kleckner2014-02-26
* GlobalOpt: Aliases don't have sections, don't copy them when replacingReid Kleckner2014-02-13
* 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