aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GlobalOpt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Constant::IsThreadDependent(): Use dyn_cast<Constant> instead of castHans Wennborg2012-11-161-0/+20
* Make GlobalOpt be conservative with TLS variables (PR14309)Hans Wennborg2012-11-151-0/+53
* GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ...Benjamin Kramer2012-09-281-1/+24
* Add testcases for GlobalOpt changes in r160693 and r160757.Nick Lewycky2012-07-291-3/+33
* Teach globalopt to not nuke all stores to globals. Keep them around of theyNick Lewycky2012-07-242-1/+20
* Revert r160602.Nick Lewycky2012-07-212-21/+1
* Teach globalopt to play nice with leak checkers. This is a reapplication ofNick Lewycky2012-07-212-1/+21
* Revert r160529 due to crashes.Nick Lewycky2012-07-192-21/+1
* Don't wipe out global variables that are probably storing pointers to heapNick Lewycky2012-07-192-1/+21
* GlobalOpt forgot to handle bitcast when analyzing globals. Found by inspection.Duncan Sands2012-07-021-1/+3
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-021-1/+1