Files
archived-llvm/include/llvm/Support
Alexey Samsonov 3e51f754ad Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Turn llvm::SpecialCaseList into a simple class that parses text files in
a specified format and knows nothing about LLVM IR. Move this class into
LLVMSupport library. Implement two users of this class:
  * DFSanABIList in DFSan instrumentation pass.
  * SanitizerBlacklist in Clang CodeGen library.
The latter will be modified to use actual source-level information from frontend
(source file names) instead of unstable LLVM IR things (LLVM Module identifier).

Remove dependency edge from ClangCodeGen/ClangDriver to LLVMTransformUtils.

No functionality change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212643 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-09 19:40:08 +00:00
..
2013-05-01 21:01:06 +00:00
2014-06-10 20:45:52 +00:00
2010-11-29 18:16:10 +00:00
2013-12-12 15:45:32 +00:00
2010-11-29 18:16:10 +00:00
2014-07-02 14:40:35 +00:00
2014-06-25 15:47:36 +00:00
2014-06-24 05:59:52 +00:00
2013-05-21 20:36:13 +00:00
2014-03-05 00:43:02 +00:00
2014-06-12 00:24:39 +00:00