index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Driver
/
Tools.cpp
Age
Commit message (
Expand
)
Author
2011-11-04
Add a system include management interface to the toolchain, and call it
Chandler Carruth
2011-11-02
Invoke the Darwin assembler with -g instead of --gdwarf2.
Bob Wilson
2011-11-02
Add an option to emulate the strange Apple gcc behavior of #pragma pack.
Eli Friedman
2011-10-30
Stop disabling integrated assembler with -static. <rdar://problem/10175391>
Bob Wilson
2011-10-25
Allow the -fno-operator-names option to be passed down to the rest
Eric Christopher
2011-10-24
Remove the SystemZ backend.
Dan Gohman
2011-10-24
Have -fms-no-extensions turn off -fms-compatibility
Douglas Gregor
2011-10-22
lib/Driver/Tools.cpp: Use PathV2::is_absolute() to add -fdebug-compilation-di...
NAKAMURA Takumi
2011-10-21
Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is
Nick Lewycky
2011-10-18
Frontend: Support -iframework.
Daniel Dunbar
2011-10-17
Wire up support for the controlling the extended dwarf .file directive. With
Nick Lewycky
2011-10-17
Implement -static-libstdc++ for linux.
Rafael Espindola
2011-10-17
Implement -static-libgcc on linux and refactor the code responsible for adding
Rafael Espindola
2011-10-14
Use Triple.isOSDarwin() instead of comparing against Triple::Darwin.
Bob Wilson
2011-10-13
Rename -Wc++0x-compat, -Wc++0x-extensions and -Wc++0x-narrowing from c++0x to
Richard Smith
2011-10-12
The Objective-C rewriter uses the fragile ABI, always.
Douglas Gregor
2011-10-11
Driver: Add support for a new -nostdlibinc option.
Daniel Dunbar
2011-10-11
Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include
Daniel Dunbar
2011-10-10
Link in Scrt1.o instead of crt1.o when -pie is specified.
Roman Divacky
2011-10-07
[arcmt] Ignore linking errors when doing ARC migration, rdar://10247606
Argyrios Kyrtzidis
2011-10-07
More cleanup using StringSwitch.
Chad Rosier
2011-10-06
Remove DISABLE_ARM_DARWIN_USE_MOVT ifdefs. Radar 9456730.
Bob Wilson
2011-10-06
Add -Wlanguage-extension-token option for ext_token_used warning.
Ivan Krasin
2011-10-05
Driver & AST: Implement support for -fpack-struct and -fpack-struct= command
Daniel Dunbar
2011-10-04
[driver] Improve r141053 by only emitting the warning if the original input
Chad Rosier
2011-10-04
[driver] Improve r141053 by only emitting the warning if the original input
Chad Rosier
2011-10-04
[driver] Emit a warning if the user has requested debug information and we're
Chad Rosier
2011-10-02
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
John McCall
2011-09-30
Remove the conditional that avoided passing the Objective-C runtime specifica...
David Chisnall
2011-09-27
Check for GCC paths that have the target triple in them. This is required fo...
David Chisnall
2011-09-26
Make necessary changes in AddMIPSTargetArgs for targeting Mips64. Enable use of
Akira Hatanaka
2011-09-23
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-22
Add support for CPATH and friends.
Benjamin Kramer
2011-09-21
Add case labels for Mips64 architectures.
Akira Hatanaka
2011-09-20
[driver] Default to arm mode when using the integrated assembler.
Chad Rosier
2011-09-17
As per discussion with Doug Gregor on the IRC channel, introduce a new compil...
Francois Pichet
2011-09-17
Pass -fmodule-cache-path along to -cc1 properly
Douglas Gregor
2011-09-15
Add an experimental flag -fauto-module-import that automatically turns
Douglas Gregor
2011-09-14
Teach the driver to always pass down a module cache path. If none is
Douglas Gregor
2011-09-09
Treat the weak export of block runtime symbols as a deployment-target
John McCall
2011-09-08
[driver] i386 kext preprocessor jobs also need their unsupported options
Chad Rosier
2011-09-01
Enable -fdelayed-template-parsing by default on Win32.
Francois Pichet
2011-08-31
objective-c: this patch (re)introduces objective-c's default property
Fariborz Jahanian
2011-08-26
[driver] When generating temporary files allow a prefix to be added. In many
Chad Rosier
2011-08-26
[driver] Remove a few more options when clang invokes cc1plus for i386 kexts.
Chad Rosier
2011-08-26
[driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disab...
Chad Rosier
2011-08-26
revert 138610, accidental commit.
Francois Pichet
2011-08-26
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138610 91177308-0d34-...
Francois Pichet
2011-08-23
Add support for a verifier to the driver. Currently only verifies debug
Eric Christopher
2011-08-23
enable -fstack-protector on 10.5 for usermode binaries by default.
Nico Weber
[prev]
[next]