llvm-project/clang/lib/Driver
Daniel Dunbar c09988dda5 Remove FIXMEs for pedantically-gcc-bug-compatible behavior.
- We aren't going to fix these since they haven't caused problems in practice.

 - Similarly, don't forward -object to Darwin ld.

llvm-svn: 81224
2009-09-08 16:39:16 +00:00
..
Action.cpp Driver: I was too hasty in free'ing Actions, we sometimes share 2009-03-18 03:02:22 +00:00
Arg.cpp Driver: Track which original arguments an arg is derived from, so that 2009-03-29 22:29:05 +00:00
ArgList.cpp Add stack protector support to clang. This generates the 'ssp' and 'sspreq' 2009-06-28 07:36:13 +00:00
CMakeLists.txt Fix some TableGen-related dependencies for the Clang CMake build 2009-06-23 18:15:28 +00:00
Compilation.cpp Driver: Mark some Compilation members const. 2009-07-01 20:30:52 +00:00
Driver.cpp Add -ccc-install-dir option for faking installation path. 2009-09-04 18:35:03 +00:00
HostInfo.cpp Darwin: Pass -iphoneos-version-min to ld when building for ARM. 2009-09-04 18:35:21 +00:00
InputInfo.h Driver: Handle "linker input" arguments. 2009-03-19 07:29:38 +00:00
Job.cpp Driver: Add Source argument for Commands to hold the Action which caused a 2009-07-01 19:02:28 +00:00
Makefile Don't install Clang libraries. 2009-08-23 05:02:18 +00:00
OptTable.cpp Explicitly initialize the options array, MinGW's gcc 4.3.5 appears to have a bug 2009-07-13 21:50:47 +00:00
Option.cpp Driver: Add 'q' flag for options which shouldn't be reported as unused. 2009-04-07 19:04:18 +00:00
Phases.cpp ccc/Driver: Normalize phase spelling in -ccc-print-phases. 2009-03-13 17:52:07 +00:00
Tool.cpp Driver: Add name to Tool (for testing/debugging) and move GCC_* tools 2009-03-17 22:45:24 +00:00
ToolChain.cpp (llvm up) Use llvm::Triple for storing target triples. 2009-05-22 02:53:45 +00:00
ToolChains.cpp Darwin: Pass -iphoneos-version-min to ld when building for ARM. 2009-09-04 18:35:21 +00:00
ToolChains.h Darwin: Pass -iphoneos-version-min to ld when building for ARM. 2009-09-04 18:35:21 +00:00
Tools.cpp Remove FIXMEs for pedantically-gcc-bug-compatible behavior. 2009-09-08 16:39:16 +00:00
Tools.h Rename Darwin_X86 toolchain to just Darwin, this can support all platforms. 2009-09-04 18:34:51 +00:00
Types.cpp Add driver support for -emit-ast and AST compilation steps. 2009-09-01 16:57:46 +00:00