Commit | Tree | Parents | Author | Summary | Date |
---|
d925a796b9c9 | 07dea80df737 | e7dc1fc00051 | Siddharth Bhat | Cache results of inlining analysis because polyhedral stuff is expensive. | Aug 22 2017, 6:27 AM |
e7dc1fc00051 | 99840b1e6ff8 | 5a1132e4c110 | Siddharth Bhat | [NFC] remove a large number of debugging / cruft statements | Aug 22 2017, 6:08 AM |
5a1132e4c110 | ecaf21df8c7c | f6d225abb0cd | Siddharth Bhat | [WIP] use same infra as Alwaysinliner | Aug 22 2017, 5:54 AM |
f6d225abb0cd | f7110aa40ebb | e403dd3695b8 | Siddharth Bhat | [HACK] add hack to only allow the functions we are interested in | Aug 17 2017, 4:40 PM |
e403dd3695b8 | d74a35761e90 | ce36de5ad87f | Siddharth Bhat | [WIP] try to invalidate functionpass | Aug 17 2017, 4:33 PM |
ce36de5ad87f | 0e5a1443de20 | 2cd60fea9f87 | Siddharth Bhat | [NFC] print useful scop with more highlight | Aug 17 2017, 4:14 PM |
2cd60fea9f87 | 5db6d8087d58 | 3b87f73a0a38 | Siddharth Bhat | [NFC] update debug printing | Aug 17 2017, 4:12 PM |
3b87f73a0a38 | 8310c8e16a99 | d7be9987c8a1 | Siddharth Bhat | add check for unique child | Aug 17 2017, 3:59 PM |
d7be9987c8a1 | f140e4669524 | 34ada4d1df05 | Siddharth Bhat | have the first version of the inline-stuff-inside-entry | Aug 17 2017, 3:57 PM |
34ada4d1df05 | 47e2a463da4b | 5833cf572f0b | Tobias Grosser | test/GPGPU/invalid-kernel-assert-verifymodule.ll also requires assertions (Show More…) | Aug 21 2017, 8:12 PM |
5833cf572f0b | 1db15b0c1da5 | abcce491c93d | Michael Kruse | [test] Add some test cases for computeArrayUnused. (Show More…) | Aug 21 2017, 4:04 PM |
abcce491c93d | eef8030e1f90 | d812257e6d83 | Michael Kruse | [DeLICM] Fix unused zone for writes without in-between read. (Show More…) | Aug 21 2017, 4:04 PM |
d812257e6d83 | 5ecf585ce768 | 26034c6d4bda | Siddharth Bhat | [ManagedMemoryRewrite] slightly tweak debug output style. [NFC] (Show More…) | Aug 21 2017, 11:58 AM |
26034c6d4bda | 59195870908c | 50f66526948f | Siddharth Bhat | [ManagedMemoryRewrite] Print reasons for skipping global array to dbgs(). [NFC] (Show More…) | Aug 21 2017, 11:52 AM |
50f66526948f | bb25d62916ac | 98dcd84e2f44 | Tobias Grosser | [ZoneAlgorithm] Move computeScalarReachingDefinition to c++ (Show More…) | Aug 21 2017, 7:19 AM |
98dcd84e2f44 | 64ddcec7fed2 | 97bcd5e0f70e | Siddharth Bhat | [ManagedMemoryRewrite] hide debug output behing DEBUG(...). [NFC] (Show More…) | Aug 21 2017, 5:51 AM |
97bcd5e0f70e | e1c0783b5c67 | fb8d484b85a9 | Siddharth Bhat | [ScopInfo] Add option to treat all function parameters as dereferencible. (Show More…) | Aug 21 2017, 4:57 AM |
fb8d484b85a9 | 0b0f06f0e08b | 6ce45d8826cd | Siddharth Bhat | [PPCGCodeGeneration] Enable `polly-codegen-perf-monitoring` for PPCGCodegen. (Show More…) | Aug 21 2017, 4:44 AM |
6ce45d8826cd | c58e7a1077fe | f6a72a96abf7 | Tobias Grosser | [GPGPU] Add llvm.powi to the libdevice supported functions (Show More…) | Aug 21 2017, 2:52 AM |
f6a72a96abf7 | aba640550f65 | 9831ef6b9bdd | Tobias Grosser | [GPGPU] Add log / logf to the libdevice supported functions (Show More…) | Aug 21 2017, 2:00 AM |
9831ef6b9bdd | 4e438763deb3 | 3f6557596502 | Michael Kruse | [MatMul] Make MatMul detection independent of internal isl representations. (Show More…) | Aug 20 2017, 2:31 PM |
3f6557596502 | d8f45fc27501 | 26fca0a4fb50 | Siddharth Bhat | [GPUJIT] Switch from Runtime API calls for managed memory to Driver API calls. (Show More…) | Aug 20 2017, 6:38 AM |