aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc2/Action.cpp
AgeCommit message (Expand)Author
2008-10-03Fix build breakage (again) when srcdir != objdir, other small fixes.Mikhail Glushenkov
2008-09-22Move llvmc2 header files under include/llvm/CompilerDriverMikhail Glushenkov
2008-05-30Add a --dry-run option to llvmc2. Patch by Holger Schurig.Mikhail Glushenkov
2008-05-30Rename StringVector to StrVector (to be consistent with LLVMCConfigurationEmi...Mikhail Glushenkov
2008-05-06Add -x option (like in gcc).Mikhail Glushenkov
2008-05-06Take object file as input and handle files with the same name correctly.Mikhail Glushenkov
2008-05-06Add output redirection, rename namespace llvmcc to namespace llvmc.Mikhail Glushenkov
2008-05-06Small const-correctness fixMikhail Glushenkov
2008-05-06Code reorgMikhail Glushenkov