Add timing of the IR parsing code with a new -time-ir-parsing flag
[oota-llvm.git] / lib / Support / CMakeLists.txt
1 add_llvm_library(LLVMSupport
2   APFloat.cpp
3   APInt.cpp
4   APSInt.cpp
5   Allocator.cpp
6   BlockFrequency.cpp
7   BranchProbability.cpp
8   circular_raw_ostream.cpp
9   CommandLine.cpp
10   ConstantRange.cpp
11   ConvertUTF.c
12   ConvertUTFWrapper.cpp
13   CrashRecoveryContext.cpp
14   DataExtractor.cpp
15   DataStream.cpp
16   Debug.cpp
17   DeltaAlgorithm.cpp
18   DAGDeltaAlgorithm.cpp
19   Dwarf.cpp
20   ErrorHandling.cpp
21   FileUtilities.cpp
22   FileOutputBuffer.cpp
23   FoldingSet.cpp
24   FormattedStream.cpp
25   GraphWriter.cpp
26   Hashing.cpp
27   IntEqClasses.cpp
28   IntervalMap.cpp
29   IntrusiveRefCntPtr.cpp
30   IRReader.cpp
31   IsInf.cpp
32   IsNAN.cpp
33   Locale.cpp
34   LockFileManager.cpp
35   ManagedStatic.cpp
36   MemoryBuffer.cpp
37   MemoryObject.cpp
38   PluginLoader.cpp
39   PrettyStackTrace.cpp
40   Regex.cpp
41   SmallPtrSet.cpp
42   SmallVector.cpp
43   SourceMgr.cpp
44   Statistic.cpp
45   StreamableMemoryObject.cpp
46   StringExtras.cpp
47   StringMap.cpp
48   StringPool.cpp
49   StringRef.cpp
50   SystemUtils.cpp
51   Timer.cpp
52   ToolOutputFile.cpp
53   Triple.cpp
54   Twine.cpp
55   YAMLParser.cpp
56   YAMLTraits.cpp
57   raw_os_ostream.cpp
58   raw_ostream.cpp
59   regcomp.c
60   regerror.c
61   regexec.c
62   regfree.c
63   regstrlcpy.c
64
65 # System
66   Atomic.cpp
67   Disassembler.cpp
68   DynamicLibrary.cpp
69   Errno.cpp
70   Host.cpp
71   IncludeFile.cpp
72   Memory.cpp
73   Mutex.cpp
74   Path.cpp
75   PathV2.cpp
76   Process.cpp
77   Program.cpp
78   RWMutex.cpp
79   SearchForAddressOfSpecialSymbol.cpp
80   Signals.cpp
81   system_error.cpp
82   TargetRegistry.cpp
83   ThreadLocal.cpp
84   Threading.cpp
85   TimeValue.cpp
86   Valgrind.cpp
87   Unix/Host.inc
88   Unix/Memory.inc
89   Unix/Mutex.inc
90   Unix/Path.inc
91   Unix/PathV2.inc
92   Unix/Process.inc
93   Unix/Program.inc
94   Unix/RWMutex.inc
95   Unix/Signals.inc
96   Unix/system_error.inc
97   Unix/ThreadLocal.inc
98   Unix/TimeValue.inc
99   Windows/DynamicLibrary.inc
100   Windows/Host.inc
101   Windows/Memory.inc
102   Windows/Mutex.inc
103   Windows/Path.inc
104   Windows/PathV2.inc
105   Windows/Process.inc
106   Windows/Program.inc
107   Windows/RWMutex.inc
108   Windows/Signals.inc
109   Windows/system_error.inc
110   Windows/ThreadLocal.inc
111   Windows/TimeValue.inc
112   )