Age | Commit message (Expand) | Author |
2009-10-29 | Remove some obsolete or unnecessary FIXMEs. | Daniel Dunbar |
2009-10-29 | PR5328: Allow duplicatic -pedantic (and -pedantic-errors) options. | Daniel Dunbar |
2009-10-29 | Kill off MakeFormattedString helper function. | Daniel Dunbar |
2009-10-29 | Reject -I- in driver instead of clang-cc. | Daniel Dunbar |
2009-10-29 | [llvm up] | Douglas Gregor |
2009-10-28 | Fix for PR4887, Credit to Jonathan Gray. | Edward O'Callaghan |
2009-10-26 | Rename -nostdclanginc to -nobuiltininc. | Rafael Espindola |
2009-10-19 | AuroraUX toolchain should call GNU assembler not the Solaris assembler. | Edward O'Callaghan |
2009-10-16 | dynamic linker arg is incorrectly invoking gnu ld arg syntax instead of svr4 ... | Edward O'Callaghan |
2009-10-16 | fix -ansi in c++: it means -std=c++98 | Nuno Lopes |
2009-10-15 | Driver: Default to using PTH for C++ precompiled header support, PCH for C++ | Daniel Dunbar |
2009-10-15 | AuroraUX toolchain fixes. | Edward O'Callaghan |
2009-10-13 | -funit-at-a-time is the default however some current makefiles pass -fno-unit... | Edward O'Callaghan |
2009-10-06 | Add the -nostdclanginc option to clang (the driver). | Rafael Espindola |
2009-10-01 | Set __EXCEPTIONS by checking on darwin's triple. | Fariborz Jahanian |
2009-10-01 | Move the "needs exception support" logic to clang. This also fixes | Rafael Espindola |
2009-09-25 | Turn on 'RegionStore' as the default store manager both for 'clang --analyze'... | Ted Kremenek |
2009-09-18 | Split Darwin toolchain into Clang and GCC Darwin toolchains with a common base. | Daniel Dunbar |
2009-09-18 | Lift AddLinkRuntimeLibArgs into Darwin tool chain. | Daniel Dunbar |
2009-09-18 | Move isMacosxVersionLT helpers to Darwin tool chain. | Daniel Dunbar |
2009-09-18 | Lift getMacosxVersionMin out into Darwin ToolChain. | Daniel Dunbar |
2009-09-18 | Lift AddLinkerSearchPaths() into Darwin tool chain. | Daniel Dunbar |
2009-09-18 | Rename a variable to match its semantics. | Daniel Dunbar |
2009-09-17 | Driver: Change -O to mean -O2, -O1 is meaningless. | Daniel Dunbar |
2009-09-17 | We don't need a -compile-ast clang-cc action, we can just use -S. | Daniel Dunbar |
2009-09-16 | Incremental improvement to logic determining whether we emit unwind tables or | Daniel Dunbar |
2009-09-14 | Support -mabi= for clang/ARM. | Daniel Dunbar |
2009-09-11 | Swizzle the target triple based on -mthumb, and update clang-cc to recognize | Daniel Dunbar |
2009-09-10 | Initial handling of -m{soft-float,hard-float,float-abi=} for ARM. | Daniel Dunbar |
2009-09-10 | Move X86 handling of -m[no-]soft-float and -m[no-]red-zone into AddX86TargetA... | Daniel Dunbar |
2009-09-10 | Change getLLVMArchNameForARM to just get the suffix. | Daniel Dunbar |
2009-09-10 | Add code to mangle the triple for LLVM on ARM. | Daniel Dunbar |
2009-09-10 | Don't pass -fno-builtin-str{cat,cpy} to clang-cc, I forget we don't support t... | Daniel Dunbar |
2009-09-10 | ARM: Pass -mcpu to clang-cc based on -march= and -mcpu=. | Daniel Dunbar |
2009-09-10 | Implement Darwin/ARM behavior for defaulting to -fno-builtin-str{cat,cpy}. | Daniel Dunbar |
2009-09-10 | Add a check that -static is not used with -dynamic or -mdynamic-no-pic. | Daniel Dunbar |
2009-09-10 | Factor out CheckPreprocessing options to share between Clang/CC1 tools. | Daniel Dunbar |
2009-09-09 | Move Clang X86 cpu/feature argument translation into AddX86TargetArgs. | Daniel Dunbar |
2009-09-09 | Change Get{File,Program}Path to return an std::string (instead of a sys::Path). | Daniel Dunbar |
2009-09-09 | Remove gratuitous use of c_str(). | Daniel Dunbar |
2009-09-09 | Use Twine concatenation instead of llvm::format. | Daniel Dunbar |
2009-09-09 | Simplify. | Daniel Dunbar |
2009-09-09 | Use AddDarwinArch for passing arch name to assembler. | Daniel Dunbar |
2009-09-09 | Add DarwinTool base class for all Darwin tools, and move AddDarwin[Sub]Arch t... | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-08 | Remove FIXMEs for pedantically-gcc-bug-compatible behavior. | Daniel Dunbar |
2009-09-04 | Merge libgcc spec changes for darwin::Link::ConstructJob. | Daniel Dunbar |
2009-09-04 | Tweak darwin::Link::AddLinkArgs. | Daniel Dunbar |
2009-09-04 | Implement darwin::Link::AddDarwinArch for ARM. | Daniel Dunbar |
2009-09-04 | Darwin: Pass -iphoneos-version-min to ld when building for ARM. | Daniel Dunbar |