1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/lib
Chris Lattner 0737f63807 Support function declarations with either %XXX or "XXX" style for now
"XXX" style should be considered deprecated, and will hopefully be removed
in the future.

llvm-svn: 2727
2002-05-22 22:33:00 +00:00
..
Analysis Move debug options out of header files so that the header does not have 2002-05-22 17:08:27 +00:00
AsmParser Support function declarations with either %XXX or "XXX" style for now 2002-05-22 22:33:00 +00:00
Bytecode Replace all usages of Type::isPointerType with isa<PointerType> 2002-05-06 16:15:30 +00:00
CodeGen Move debug options out of header files so that the header does not have 2002-05-22 17:08:27 +00:00
CWriter * Fix typeo 2002-05-21 21:10:04 +00:00
ExecutionEngine Remove explicit support for tracing code. It should be linked into the 2002-05-20 21:17:16 +00:00
Support Implement a new command line option, -debug, which is meant to unify all of 2002-05-22 17:06:20 +00:00
Target Fixed the makefile to not die when compiling a new, empty, source directory 2002-05-21 15:58:24 +00:00
Transforms Convert code to use the DEBUG macro so that debug code can simply be 2002-05-22 21:56:32 +00:00
VMCore Print out function name with % style instead of "" style 2002-05-22 22:29:26 +00:00
Makefile *** empty log message *** 2002-05-08 18:09:58 +00:00