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
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-17
Split the Windows toolchain definition into its own file. This is
Chandler Carruth
2011-12-17
Fix an abiguous-else warning from GCC. I have no idea why Clang doesn't
Chandler Carruth
2011-12-16
C++11 constexpr: Add note stacks containing backtraces if constant evaluation
Richard Smith
2011-12-15
gcov-style profiling support for OpenBSD. Patch by Jonathan Gray.
Eli Friedman
2011-12-14
Fix typos.
Rafael Espindola
2011-12-14
Don't use the frame pointer on linux x86 and x86_64 if optimizing. This
Rafael Espindola
2011-12-14
Enable stack protectors by default for iOS. <rdar://problem/8836680>
Bob Wilson
2011-12-12
Fix "control may reach end of non-void function" warning.
Nick Lewycky
2011-12-12
Hexagon backend support
Tony Linthicum
2011-12-09
Driver: Handle -f{no-}honor-infinities, -f{no-}honor-nans, and
Daniel Dunbar
2011-12-09
Fix the --hash-style option when the target is MIPS as it is
Chandler Carruth
2011-12-08
Misc Minix-specific changes to clang:
Eli Friedman
2011-12-08
Allow clang to find gcc libs on suse ppc64
Hal Finkel
2011-12-08
Minor cleanup. Avoid redundant getTriple() calls.
Bob Wilson
2011-12-07
Driver/Linux: Fix the ASAN library path to match current compiler-rt
Daniel Dunbar
2011-12-07
Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allow
Daniel Dunbar
2011-12-07
Fix multilib library paths on ppc64 Linux. Patch by Michael Kostylev. PR11472.
Eli Friedman
2011-12-06
[asan] Mac: do not link dynamic libs with the asan-rt, use -undefined dynamic...
Kostya Serebryany
2011-12-06
Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack
Nick Lewycky
2011-12-05
Add -mstack-alignment=X and fix -mstackrealign handling now that the
Joerg Sonnenberger
2011-12-05
[asan] don't require libstdc++ for asan on linux. Mac fix will go separately
Kostya Serebryany
2011-12-01
Driver/Darwin: Add ASAN runtime library link support.
Daniel Dunbar
2011-11-30
Get the -march argument based on the target MIPS architecture or cpu and pass
Akira Hatanaka
2011-11-30
when -faddress-sanitizer is present, add required flags to the linker command...
Kostya Serebryany
2011-11-29
Change processor names. Patch by Simon Atanasyan.
Akira Hatanaka
2011-11-29
[Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...
NAKAMURA Takumi
2011-11-28
A couple driver fixes for PPC Linux. Patches by Michael Kostylev. PR11444/P...
Eli Friedman
2011-11-21
Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same
Richard Smith
2011-11-21
Change the linker emulation name for FreeBSD/PPC32.
Roman Divacky
2011-11-21
Teach the driver about failure result files, which are compilation
Peter Collingbourne
2011-11-19
Driver: Remove the signal number from the "command failed" diagnostic.
Benjamin Kramer
2011-11-17
clang/Darwin: Use the compiler-rt provided profile library.
Daniel Dunbar
2011-11-16
Add -f[no-]address-sanitizer flag
Kostya Serebryany
2011-11-14
Don't track depfiles as result files which need to be cleaned up on failure.
Matt Beaumont-Gay
2011-11-11
Search for libstdc++.dylib in llvm-gcc's files on darwin10. rdar://10419079
Bob Wilson
2011-11-11
Add Linux multiarch include directories for mips/mipsel. Patch from Simon At...
Eli Friedman
2011-11-11
Add top-level driver option '--serialize-diagnostics' for serialize compiler ...
Ted Kremenek
2011-11-09
Fix an issue that Duncan discovered on a specific (no longer current)
Chandler Carruth
2011-11-08
Misc fixes for clang driver on Mips Linux. Patch by Simon Atanasyan.
Eli Friedman
2011-11-08
Add a default system include of '/include'. This isn't particularly
Chandler Carruth
2011-11-07
Whitespace.
Chad Rosier
2011-11-07
Tablegenify -g options.
Chad Rosier
2011-11-07
Fix an unsafe use of Twine.
Benjamin Kramer
2011-11-07
Rip out one of the features I added for the driver-include-management.
Chandler Carruth
2011-11-07
Fix Linux libc++ usage. Somehow this slipped through during the port.
Chandler Carruth
2011-11-06
Begin lifting some of the one-off checking logic into generic helper
Chandler Carruth
2011-11-06
Move the GCC installation detection logic down into the Generic_GCC
Chandler Carruth
2011-11-06
Remove an old OpenSUSE hack that is no longer needed -- it is exactly
Chandler Carruth
2011-11-06
Remove the HasMultilib check. It was essentially useless. The driver now
Chandler Carruth
[next]