1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/Support
Devang Patel d980abaae2 Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_flags.
DW_AT_APPLE_optimized flag is set when a compile_unit is optimized. The debugger takes advantage of this information some way.

DW_AT_APPLE_flags encodes command line options when certain env. variable is set. This is used by build engineers to track various gcc command lines used by by  a project, irrespective of whether the project used makefile, Xcode or something else.

llvm-gcc patch is next.

llvm-svn: 62888
2009-01-23 22:33:47 +00:00
..
Allocator.cpp
Annotation.cpp Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev! 2008-12-08 00:45:02 +00:00
APFloat.cpp Do not use host floating point types when emitting 2009-01-21 20:32:55 +00:00
APInt.cpp Remove uses of uint32_t in favor of 'unsigned' for better 2009-01-21 18:09:24 +00:00
APSInt.cpp
CMakeLists.txt
CommandLine.cpp Mimic gcc behaviour with regard to response files. 2009-01-21 13:14:02 +00:00
ConstantRange.cpp
Debug.cpp
Dwarf.cpp Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_flags. 2009-01-23 22:33:47 +00:00
FileUtilities.cpp
FoldingSet.cpp Do not use host floating point types when emitting 2009-01-21 20:32:55 +00:00
GraphWriter.cpp improve compatibility with various versions of graphviz, patch by 2009-01-20 18:25:03 +00:00
IsInf.cpp
IsNAN.cpp
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
ManagedStatic.cpp
MemoryBuffer.cpp
PluginLoader.cpp
raw_ostream.cpp Have raw_fd_ostream keep track of the position in the file to make tell() go faster by not requiring a flush(). 2008-12-04 22:51:11 +00:00
SlowOperationInformer.cpp
SmallPtrSet.cpp
Statistic.cpp
Streams.cpp
StringExtras.cpp
StringMap.cpp
StringPool.cpp
SystemUtils.cpp
Timer.cpp