1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 04:52:54 +02:00
llvm-mirror/include/llvm/Transforms
Chandler Carruth 2e44f04d0c [PM] Sink the population of the pass manager with target-specific
analyses back into the LTO code generator.

The pass manager builder (and the transforms library in general)
shouldn't be referencing the target machine at all.

This makes the LTO population work like the others -- the data layout
and target transform info need to be pre-populated.

llvm-svn: 227576
2015-01-30 13:33:42 +00:00
..
InstCombine [PM] Remove the restricted visibility from the instcombine worklist. Now 2015-01-25 00:30:05 +00:00
IPO [PM] Sink the population of the pass manager with target-specific 2015-01-30 13:33:42 +00:00
Scalar [PM] Port LowerExpectIntrinsic to the new pass manager. 2015-01-24 11:13:02 +00:00
Utils Teach SplitBlockPredecessors how to handle landingpad blocks. 2015-01-28 23:06:47 +00:00
Instrumentation.h InstrProf: An intrinsic and lowering for instrumentation based profiling 2014-12-08 18:02:35 +00:00
IPO.h Move -verify-use-list-order into llvm-uselistorder 2014-07-25 17:13:03 +00:00
ObjCARC.h
Scalar.h Add a new pass "inductive range check elimination" 2015-01-16 01:03:22 +00:00
Vectorize.h