aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GlobalOpt
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-184-4/+7
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0965-210/+210
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-235-37/+43
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-029-32/+101
* Update LLVM for rebase to r212749.Stephen Hines2014-07-214-8/+58
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-295-8/+23
* Update to LLVM 3.5a.Stephen Hines2014-04-246-15/+112
* Merging r197178:Bill Wendling2013-12-141-0/+32
* Quote potential shell expansions found in testsAlp Toker2013-10-281-1/+1
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-276-9/+9
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-236-9/+9
* Revert r191834 until we measure the effect of this benchmarks and maybe find ...Alexey Samsonov2013-10-071-0/+26
* Remove "localize global" optimizationAlexey Samsonov2013-10-021-26/+0
* Don't shrink atomic ops to bool in GlobalOpt.Eli Friedman2013-09-091-0/+15
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-081-2/+2
* Revert "Add r159136 back now that pr13124 has been fixed."Rafael Espindola2013-09-041-14/+0
* Add r159136 back now that pr13124 has been fixed.Rafael Espindola2013-09-031-0/+14
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-2/+2
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-061-2/+2
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-021-2/+2
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-011-2/+2
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-261-1/+3
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-251-1/+1
* Check that TD isn't NULL before dereferencing it down this path.Nick Lewycky2013-07-251-0/+17
* Debug Info: improve the Finder.Manman Ren2013-07-241-2/+2
* Don't crash when llvm.compiler.used becomes empty.Rafael Espindola2013-07-201-0/+16
* s/compiler_used/compiler.used/.Rafael Espindola2013-07-191-2/+2
* Fixup to r186268 and r186269: don't append -LABEL to CHECK-NOT. No functional...Stephen Lin2013-07-141-1/+1
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-142-2/+2
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-149-17/+17
* Always remove an alias when we rename the target.Rafael Espindola2013-06-121-1/+12
* Convert test to FileCheck.Rafael Espindola2013-06-121-9/+17
* Change how globalopt handles aliases in llvm.used.Rafael Espindola2013-06-111-4/+9
* Respect the 'nobuiltin' attribute when determining if a call is to a memory b...Richard Smith2013-05-161-0/+18
* GlobalOpt: fix an issue where CXAAtExitFn points to a deleted function.Manman Ren2013-05-141-0/+6
* Don't replace an alias in llvm.used with its target.Rafael Espindola2013-05-091-0/+42
* Use a worklist to avoid a sneaky iterator invalidation.Bill Wendling2013-04-021-0/+19
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-122-4/+1
* Fix test case.Benjamin Kramer2013-03-091-2/+2
* Test case hygiene.Benjamin Kramer2013-03-091-4/+4
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-082-0/+4
* Added missing newline to end of test case.Michael Gottesman2013-02-051-1/+1
* Add code to GlobalVariable.h so that global variables marked asMichael Gottesman2013-02-051-0/+35
* Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...Joey Gouly2013-01-101-11/+16
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-011-1/+1
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-303-3/+3
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-302-2/+2
* Revert previous check in r168581, r169079 as they are still in code review st...Zhou Sheng2012-12-011-8309/+0
* The patch is to improve the memory footprint of pass GlobalOpt. Zhou Sheng2012-12-011-0/+8309