1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/unittests
Chandler Carruth 62e299ec37 [PM] Start sketching out the new module and function pass manager.
This is still just a skeleton. I'm trying to pull together the
experimentation I've done into committable chunks, and this is the first
coherent one. Others will follow in hopefully short order that move this
more toward a useful initial implementation. I still expect the design
to continue evolving in small ways as I work through the different
requirements and features needed here though.

Keep in mind, all of this is off by default.

Currently, this mostly exercises the use of a polymorphic smart pointer
and templates to hide the polymorphism for the pass manager from the
pass implementation. The next step will be more significant, adding the
first framework of analysis support.

llvm-svn: 194325
2013-11-09 13:09:08 +00:00
..
ADT Switch to allow implicit construction. In many cases, we're wrapping 2013-11-09 05:55:03 +00:00
Analysis
Bitcode
CodeGen
DebugInfo
ExecutionEngine
IR [PM] Start sketching out the new module and function pass manager. 2013-11-09 13:09:08 +00:00
MC
Object
Option
Support
Transforms
CMakeLists.txt
Makefile
Makefile.unittest