llvm-6502/include/llvm/Transforms
Meador Inge be87bce32b Remove the simplify-libcalls pass (finally)
This commit completely removes what is left of the simplify-libcalls
pass.  All of the functionality has now been migrated to the instcombine
and functionattrs passes.  The following C API functions are now NOPs:

  1. LLVMAddSimplifyLibCallsPass
  2. LLVMPassManagerBuilderSetDisableSimplifyLibCalls

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184459 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-20 19:48:07 +00:00
..
IPO Remove the simplify-libcalls pass (finally) 2013-06-20 19:48:07 +00:00
Utils Extend RemapInstruction and friends to take an optional new parameter, a ValueMaterializer. 2013-05-28 15:17:05 +00:00
Instrumentation.h Re-implement DebugIR in a way that does not subclass AssemblyWriter: 2013-05-23 22:34:33 +00:00
IPO.h Use an ArrayRef instead of a std::vector&. 2012-12-11 16:36:02 +00:00
ObjCARC.h Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
Scalar.h Remove the simplify-libcalls pass (finally) 2013-06-20 19:48:07 +00:00
Vectorize.h Add support for bottom-up SLP vectorization infrastructure. 2013-04-09 19:44:35 +00:00