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
Age
Commit message (
Expand
)
Author
2013-03-28
Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools.
Thomas Schwinge
2013-03-28
Rename LinuxDistro to Distro.
Thomas Schwinge
2013-03-28
Add support for gcc-compatible -mpopcntd -mno-popcntd PPC options
Hal Finkel
2013-03-28
[Mips] Handle pseudo-target flags '-EL' and '-EB' and properly adjust
Simon Atanasyan
2013-03-28
Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC options
Hal Finkel
2013-03-27
<rdar://problem/13509689> Introduce -module-file-info option that provides in...
Douglas Gregor
2013-03-26
[driver] Do not generate crash diagnostics if the compilation command failed
Chad Rosier
2013-03-25
<rdar://problem/13434605> Periodically prune the module cache so that it does...
Douglas Gregor
2013-03-25
[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...
Anton Yartsev
2013-03-24
Reject -no-integrated-as on windows.
Rafael Espindola
2013-03-23
Revert svn r176894 and r177658.
Bob Wilson
2013-03-23
If a .syms file is available alongside a sanitizer runtime, pass it to the
Richard Smith
2013-03-21
<rdar://problem/13477190> Give the Clang module cache directory some structur...
Douglas Gregor
2013-03-21
Avoid warnings from compilers that think you can drop off the end of a fully ...
Benjamin Kramer
2013-03-21
[ASan] Let the users to invoke `clang -fsanitize=address` to link binaries ta...
Alexander Potapenko
2013-03-20
Split ubsan runtime into three pieces (clang part):
Richard Smith
2013-03-20
Fix redundant comparison in gcc::Common::ConstructJob.
Hans Wennborg
2013-03-20
Remove the Tools DensMap from the toolchain.
Rafael Espindola
2013-03-19
Go back to using the integrated assembler on windows ever when passed
Rafael Espindola
2013-03-19
[ASan] Make -fsanitize=address always imply -fsanitize=init-order
Alexey Samsonov
2013-03-19
Finish refactoring the tool selection logic.
Rafael Espindola
2013-03-18
Centralize the logic for using the integrated assembler.
Rafael Espindola
2013-03-18
Centralize the recording of which tools have been constructed.
Rafael Espindola
2013-03-18
Objective-C modern translator. Don't put line info
Fariborz Jahanian
2013-03-18
Use early returns when checking if we already constructed a tool and when
Rafael Espindola
2013-03-18
Remove unused argument.
Rafael Espindola
2013-03-18
Pass an ArgList to every toolchain constructor. Remove the useIntegratedAs
Rafael Espindola
2013-03-18
Inline ShouldUseIntegratedAssembler and move the documentation to
Rafael Espindola
2013-03-18
Refactor a bit of duplicated code to useIntegratedAs.
Rafael Espindola
2013-03-18
Remove unused argument.
Rafael Espindola
2013-03-18
Remove unused argument.
Rafael Espindola
2013-03-18
Make sure to use same EABI version for external assembler as for integrated as.
Anton Korobeynikov
2013-03-15
Take in account the triplet 'powerpc-linux-gnuspe' for PowerPC SPE. Done for ...
Sylvestre Ledru
2013-03-14
[ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is ...
Alexey Samsonov
2013-03-12
[driver] Only enable -fmodules-autolink if we are using the integrated assemb...
Ted Kremenek
2013-03-12
Driver: -ccc-install-dir should affect cc1 -resource-dir
Jim Grosbach
2013-03-12
Revert "Disallow using -fmodules with -no-integrated-as."
Ted Kremenek
2013-03-11
Disallow using -fmodules with -no-integrated-as.
Ted Kremenek
2013-03-07
Minor refactor of how we get compilation phases.
Matthew Curtis
2013-03-07
Add flags for additional control over coverage generation. Pick the version
Nick Lewycky
2013-03-06
Driver: add support for new style multiarch in Ubuntu 13.04
Dmitri Gribenko
2013-03-04
Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors.
Bob Wilson
2013-03-04
Tidy up lists of Cortex-A series processors, adding entries for A7.
Bob Wilson
2013-03-04
Fix confused use of llvm::StringSwitch for armv7r architecture.
Bob Wilson
2013-03-04
Check for warnings in a bunch of the linker invocations, and add one
Chandler Carruth
2013-03-03
Default to enabling default-synthesized ivars on all platforms
David Chisnall
2013-02-28
Fix global overflow in types::lookupTypeForTypeSpecifier.
Evgeniy Stepanov
2013-02-27
[driver] The failure of any phase (e.g., preprocess, compile, assemble) for a
Chad Rosier
2013-02-27
[Mips] Add two new aliases for MIPS ABI names 32 (means o32 abi) and 64
Simon Atanasyan
2013-02-27
[Sanitizer] Change driver behavior when linking with -fsanitize=thread and -f...
Alexey Samsonov
[prev]
[next]