llvm-6502/lib/Support
Cedric Venet aff9c270de Unbreak the build on win32.
Cleanup some warning.

Remark: when struct/class are declared differently than they are defined, this make problem for VC++ since it seems to mangle class differently that struct. These error are very hard to understand and find. So please, try to keep your definition/declaration in sync.

Only tested with VS2008. hope it does not break anything. feel free to revert.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64554 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-14 16:06:42 +00:00
..
Allocator.cpp
Annotation.cpp
APFloat.cpp Unbreak the build on win32. 2009-02-14 16:06:42 +00:00
APInt.cpp APInt's countLeadingOnes() was broken for negative i128 values, 2009-01-27 18:06:03 +00:00
APSInt.cpp
CMakeLists.txt
CommandLine.cpp Improve -fno-opt style option processing to not require an extra 2009-02-02 22:48:49 +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 Add an API for strings with possible NULLs in the middle. Refactor the other 2009-02-07 04:57:08 +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
ManagedStatic.cpp
MemoryBuffer.cpp Switch from new[] + delete[] to malloc + free since llvm does not catch C++ exceptions. 2009-02-13 08:24:55 +00:00
PluginLoader.cpp
raw_ostream.cpp Add method raw_fd_ostream::seek() for random access within a file. 2009-01-26 21:42:04 +00:00
SlowOperationInformer.cpp
SmallPtrSet.cpp
Statistic.cpp
Streams.cpp
StringExtras.cpp
StringMap.cpp
StringPool.cpp
SystemUtils.cpp
Timer.cpp