1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 14:33:02 +02:00
llvm-mirror/lib/VMCore
Reid Spencer ba222e3e99 Some cleanups for compilation with GCC 4.0.0 to remove warnings:
* Use C++ style casts, not C style casts
* Abstract base classes should have virtual destructor.

llvm-svn: 22057
2005-05-15 16:13:11 +00:00
..
AsmWriter.cpp Some cleanups for compilation with GCC 4.0.0 to remove warnings: 2005-05-15 16:13:11 +00:00
BasicBlock.cpp Eliminate tabs and trailing spaces 2005-04-23 21:38:35 +00:00
ConstantFolding.cpp Use ANSI-approved way of getting the value infinity (otherwise VC++ won't compile it) 2005-05-03 03:13:01 +00:00
ConstantFolding.h Remove trailing whitespace 2005-04-21 23:48:37 +00:00
ConstantRange.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
Constants.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
Dominators.cpp Make dominates(A,B) work with post dominators. Patch contributed by 2005-04-25 20:50:33 +00:00
Function.cpp add support for explicit calling conventions 2005-05-06 20:26:43 +00:00
Globals.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
Instruction.cpp Add a 'tail' marker for call instructions, patch contributed by 2005-05-06 05:51:46 +00:00
Instructions.cpp add support for explicit calling conventions 2005-05-06 20:26:43 +00:00
LeakDetector.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
Mangler.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
Module.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
ModuleProvider.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
Pass.cpp Older compilers won't like the inline virtual destructor in the header file 2005-04-25 01:01:35 +00:00
PassManagerT.h Remove trailing whitespace 2005-04-21 23:48:37 +00:00
SymbolTable.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
SymbolTableListTraitsImpl.h Remove trailing whitespace 2005-04-21 23:48:37 +00:00
Type.cpp Unbreak the sparc backend. 2005-04-27 18:57:15 +00:00
Value.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
Verifier.cpp Verify that varargs functions all have ccc 2005-05-08 22:27:09 +00:00