summaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalOpt
Commit message (Expand)AuthorAge
* 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
* Revert r160602.Nick Lewycky2012-07-21
* Teach globalopt to play nice with leak checkers. This is a reapplication ofNick Lewycky2012-07-21
* Revert r160529 due to crashes.Nick Lewycky2012-07-19
* Don't wipe out global variables that are probably storing pointers to heapNick Lewycky2012-07-19
* GlobalOpt forgot to handle bitcast when analyzing globals. Found by inspection.Duncan Sands2012-07-02
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* Revert r159136 due to PR13124.Matt Beaumont-Gay2012-06-27
* If a constant or a function has linkonce_odr linkage and unnamed_addr, mark itRafael Espindola2012-06-25
* Some optimizations done by globalopt are safe only for internal linkage, notRafael Espindola2012-06-15
* Implement the isSafeToDiscardIfUnused predicate and use it in globalopt andRafael Espindola2012-06-14
* Teach Function::hasAddressTaken that BlockAddress doesn't really takeJay Foad2012-05-12
* Fix a crash on valid (if UB) bitcode that is produced for some globalChandler Carruth2012-04-24
* GlobalOpt: If we have an inbounds GEP from a ConstantAggregateZero global tha...Benjamin Kramer2012-03-28