Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
dce5e2cabf07ff25eb4d9e1859c0a21c69f588d2
/
tools
/
ccc
89db21f
ccc: Implement support clang PTH using gcc PCH style interface.
by Daniel Dunbar
· 16 years ago
3cde325
ccc: Finish main clang compiler argument translation.
by Daniel Dunbar
· 16 years ago
82fbac5
ccc: Darwin/Compiler: Improve gcc compat in use of -auxbase-strip.
by Daniel Dunbar
· 16 years ago
bfcbc90
ccc: Implement argument translation for clang.
by Daniel Dunbar
· 16 years ago
cc9f4f4
ccc: Add hello.{cpp,m} tests. - hello.cpp is XFAIL pending g++ emulation.
by Daniel Dunbar
· 16 years ago
fb7ea27
ccc: Add -ccc-echo special option, and support pulling CCC_CLANG,
by Daniel Dunbar
· 16 years ago
44833db
ccc: Use Clang/Compile for Objective-C files as well.
by Daniel Dunbar
· 16 years ago
33a5d61
ccc: Add dummy Clang/Compile tool and use on Darwin/X86 for C files.
by Daniel Dunbar
· 16 years ago
edd1e2a
ccc: Darwin/Compile: Define __private_extern__ when building c++.
by Daniel Dunbar
· 16 years ago
3bd391b
ccc: Fix a test case.
by Daniel Dunbar
· 16 years ago
25d4a8f
ccc: Darwin: Implement some important general argument translations
by Daniel Dunbar
· 16 years ago
11672ec
ccc: Allow internal tool chain specific argument translation.
by Daniel Dunbar
· 16 years ago
18a7c8c
ccc: Bug fix, '-f...' should be part of the '-f' group.
by Daniel Dunbar
· 16 years ago
841ceea
ccc: Darwin/Link also runs dsymutil in one very particular situation.
by Daniel Dunbar
· 16 years ago
7629053
ccc: Bug fix and gcc compatibility tweak.
by Daniel Dunbar
· 16 years ago
8bf90fd
ccc: Add option groups.
by Daniel Dunbar
· 16 years ago
11505a9
ccc: Darwin/CC1: Hardcode (for now) some -m options to match gcc.
by Daniel Dunbar
· 16 years ago
1f73ecb
ccc: Allow host to over-ride default arch based on command line
by Daniel Dunbar
· 16 years ago
93a08e6
ccc: Darwin/CC1: Be bug compatible with gcc in a corner case.
by Daniel Dunbar
· 16 years ago
1e0ead4
ccc: Bug fix, output can be NULL.
by Daniel Dunbar
· 16 years ago
b37c965
ccc: Even more Darwin/cc1 argument translation support.
by Daniel Dunbar
· 16 years ago
3ecc20f
ccc: Add leading space in -### output to match gcc.
by Daniel Dunbar
· 16 years ago
dff9f50
ccc: (Darwin) More argument translation for Darwin/Compile tool.
by Daniel Dunbar
· 16 years ago
816dd50
ccc: (Darwin) More argument translation for Darwin/Compile tool.
by Daniel Dunbar
· 16 years ago
6325fcf
ccc: (Darwin) Start implementing argument translation for Darwin/Compile tool.
by Daniel Dunbar
· 16 years ago
3235fdb
ccc: When constructing a named output, only use base name (not full path).
by Daniel Dunbar
· 16 years ago
9cb2253
ccc: (Darwin) Move path resolution into ToolChain.
by Daniel Dunbar
· 16 years ago
996ce96
ccc: Implement the rest of Darwin/Assembler argument translation.
by Daniel Dunbar
· 16 years ago
4a0ba1a
ccc: Implement macosx-version-min conditions (including a bug fix).
by Daniel Dunbar
· 16 years ago
9c257c3
ccc: Generalize Darwin/Link tool based on Darwin version.
by Daniel Dunbar
· 16 years ago
2ec55bc
ccc: Support arguments which behave like linker inputs.
by Daniel Dunbar
· 16 years ago
ee8cc26
ccc: (Darwin) Pass -ObjC to linker if -ObjC, -ObjC++ or -fobjc is present.
by Daniel Dunbar
· 16 years ago
9c199a0
ccc: Add fairly complete argument translation for Darwin link step.
by Daniel Dunbar
· 16 years ago
0fe5a4f
ccc: Add several convenience methods for argument translation.
by Daniel Dunbar
· 16 years ago
6f5d65a
ccc: Add and name a host of arguments.
by Daniel Dunbar
· 16 years ago
bee1f0d
ccc: Give the Host an opportunity to switch ToolChains when binding
by Daniel Dunbar
· 16 years ago
e99f926
ccc: Print -### output on stderr to match gcc.
by Daniel Dunbar
· 16 years ago
4312472
ccc: Introduce ToolChains for mapping Actions to Tools which can perform them.
by Daniel Dunbar
· 16 years ago
a9ad2bc
ccc: Add generic assembler & linker tools which effectively shell out to gcc.
by Daniel Dunbar
· 16 years ago
d38c11e
ccc: Add information about whether type can be user specified (a -x
by Daniel Dunbar
· 16 years ago
a75ea3d
ccc: Get host information via Driver methods.
by Daniel Dunbar
· 16 years ago
9066af8
ccc: Start defining host information.
by Daniel Dunbar
· 16 years ago
39cbfaa
ccc: Make proper synthetic arguments in places we have to construct
by Daniel Dunbar
· 16 years ago
db43990
ccc: Change Command to take list of strings for argv instead of Arg
by Daniel Dunbar
· 16 years ago
efb4aeb
ccc: Extend ArgList to support indexing into a synthetic arg array
by Daniel Dunbar
· 16 years ago
fb2c5c4
ccc: Refactor so that all accesses to actual input strings go through
by Daniel Dunbar
· 16 years ago
1dd2ada
ccc: Remove ValueArg::setValue, this is no longer used.
by Daniel Dunbar
· 16 years ago
ba6e323
ccc: Track last actual argument instance for each option & change
by Daniel Dunbar
· 16 years ago
5039f21
ccc: Use dummy InputOption and UnknownOption classes instead of
by Daniel Dunbar
· 16 years ago
1e5f3eb
ccc: Introduce ArgList for keeping input argv & parsed Args together.
by Daniel Dunbar
· 16 years ago
a567751
Add prototype ccc rewrite.
by Daniel Dunbar
· 16 years ago