summaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalOpt/2009-11-16-BrokenPerformHeapAllocSRoA.ll
Commit message (Expand)AuthorAge
* 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
* HeapAllocSRoA also needs to check if malloc array size can be computed.Victor Hernandez2009-10-16