llvm-6502/tools/llvmc2
Mikhail Glushenkov 5c98d824f6 Filter option names to escape symbols not allowed as C++ identifiers.
Makes it possible to use options with names like "Wa,".
Also fixes the -Wall option handling as a side-effect.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50973 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-12 16:33:06 +00:00
..
doc Add new edge property combinator: weight. 2008-05-06 18:18:20 +00:00
Action.cpp Add -x option (like in gcc). 2008-05-06 18:10:53 +00:00
Action.h Use Doxygen-style comments. 2008-05-07 21:50:19 +00:00
AutoGenerated.cpp Remove the UnpackValues() function. 2008-05-06 18:13:45 +00:00
AutoGenerated.h Use Doxygen-style comments. 2008-05-07 21:50:19 +00:00
Common.td Reapply 50867: A small refactoring (extract method) + some comment fixes. 2008-05-09 08:27:26 +00:00
CompilationGraph.cpp Fix some error messages; Make LLVMC pass through the exit code of a failed tool. 2008-05-12 16:31:42 +00:00
CompilationGraph.h Use Doxygen-style comments. 2008-05-07 21:50:19 +00:00
Error.h Fix some error messages; Make LLVMC pass through the exit code of a failed tool. 2008-05-12 16:31:42 +00:00
Graph.td Rename Example.td to Graph.td. 2008-05-09 19:11:28 +00:00
llvmc.cpp Fix some error messages; Make LLVMC pass through the exit code of a failed tool. 2008-05-12 16:31:42 +00:00
Makefile Make it possible to choose between different compilation graph definitions at compile-time. 2008-05-12 16:32:24 +00:00
Tool.h Use Doxygen-style comments. 2008-05-07 21:50:19 +00:00
Tools.td Filter option names to escape symbols not allowed as C++ identifiers. 2008-05-12 16:33:06 +00:00