1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/lib/Transforms
Adam Nemet 2126adeebf [LoopAccesses] Add missing const to APIs in VectorizationReport
When I split out LoopAccessReport from this, I need to create some temps
so constness becomes necessary.

This is part of the patchset that converts LoopAccessAnalysis into an
actual analysis pass.

llvm-svn: 229631
2015-02-18 03:44:20 +00:00
..
Hello [CMake] Add LLVM_LINK_COMPONENTS to loadable modules, LLVMHello and BugpointPasses, on Win32. 2014-07-13 13:36:48 +00:00
InstCombine [InstCombine] Do not insert a GEP instruction before a landingpad instruction. 2015-02-18 03:30:11 +00:00
Instrumentation Prefer SmallVector::append/insert over push_back loops. 2015-02-17 15:29:18 +00:00
IPO [BDCE] Add a bit-tracking DCE pass 2015-02-17 01:36:59 +00:00
ObjCARC Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition. 2015-02-15 22:54:22 +00:00
Scalar [LoopAccesses] Create the analysis pass 2015-02-18 03:43:24 +00:00
Utils Prefer SmallVector::append/insert over push_back loops. 2015-02-17 15:29:18 +00:00
Vectorize [LoopAccesses] Add missing const to APIs in VectorizationReport 2015-02-18 03:44:20 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile