index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Driver
/
Inputs
Age
Commit message (
Expand
)
Author
2013-04-20
Supports Sourcery CodeBench Mips toolchain directories tree.
Simon Atanasyan
2013-04-14
Add driver support for fedora 18 on ARM.
Rafael Espindola
2013-03-23
If a .syms file is available alongside a sanitizer runtime, pass it to the
Richard Smith
2013-03-06
Driver: add support for new style multiarch in Ubuntu 13.04
Dmitri Gribenko
2013-03-04
Beef up the testing of our 'ld' invocation on linux to cover static
Chandler Carruth
2013-01-25
Create clang/test/Driver/lit.local.cfg.
NAKAMURA Takumi
2012-12-06
Revert r169557. It seems that the test is too restricted
Logan Chien
2012-12-06
Add i686-linux-android for gcc toolchain detection.
Logan Chien
2012-12-06
Hexagon TC: Reimplement Link::ConstructJob to call
Matthew Curtis
2012-12-06
Hexagon TC: Update toolchain to add appropriate include
Matthew Curtis
2012-10-31
Extend -Bprefix functionality and make it closer to gcc. If the "prefix"
Simon Atanasyan
2012-10-04
Driver: Link crtfastmath.o if it's available and -ffast-math is specified.
Benjamin Kramer
2012-10-03
Implement Adnroid MIPS toolchain support:
Simon Atanasyan
2012-09-18
Add the freescale_ppc64_tree that should have been included in r164177.
Hal Finkel
2012-09-18
Add C/C++ header locations for the Freescale SDK.
Hal Finkel
2012-09-14
Do not use "lib32" directory to create a library/object files
Simon Atanasyan
2012-09-03
Android standalone toolchain support.
Evgeniy Stepanov
2012-07-31
Add two more .keep files to avoid the missing of empty folders in git reposit...
Jiangning Liu
2012-07-31
Add two .keep files to avoid the missing of empty folders in git repository.
Jiangning Liu
2012-07-31
Support ARM hard float (arm-linux-gnueabihf).
Jiangning Liu
2012-05-30
supply a simple-minded testcase for r156813, to check whether the embedded mo...
Gabor Greif
2012-04-26
MIPS: Add tests to check the debian multiarch stuff for mips and mipsel targets.
Simon Atanasyan
2012-04-25
Clang driver support for linking on Android.
Evgeniy Stepanov
2012-02-26
Add the critical crtbegin.o files necessary for any of the tests in
Chandler Carruth
2012-02-26
Add support for PPC and PPC64 multiarch toolchains on Debain.
Chandler Carruth
2012-02-22
Revert part of r148839 and keep DefaultTargetTriple in the form adjusted
Joerg Sonnenberger
2012-01-26
Reintroduce r148981 with significantly improved regression test. Now it
Chandler Carruth
2012-01-25
Revert r148981 because it fails test/Driver/freebsd.c
Argyrios Kyrtzidis
2012-01-25
Try to unbreak the FreeBSD toolchain's detection of 32-bit targets
Chandler Carruth
2012-01-25
Add some really minimalist freebsd testing trees and use them in the
Chandler Carruth
2011-12-08
add tree test for suse on ppc64 (r146142)
Hal Finkel
2011-11-09
Fix an issue that Duncan discovered on a specific (no longer current)
Chandler Carruth
2011-11-05
Enhance the GCC version parsing and comparison logic to handle some more
Chandler Carruth
2011-10-05
Use the InstalledDir correctly, and test it correctly as well. =/ Should
Chandler Carruth
2011-10-05
Teach Clang to cope with GCC installations that have unusual patch
Chandler Carruth
2011-10-05
Implement the feature I was originally driving toward when I started
Chandler Carruth
2011-10-03
Test a multilib setup on a 64-bit host. This is the far more common
Chandler Carruth
2011-10-03
Enable generic multilib support on 32bit hosts. Previously this was only
Chandler Carruth
2011-10-03
Test that we include a GCC-triple-prefixed tree. While I don't know of
Chandler Carruth
2011-10-03
Teach the logic for locating an installed GCC about the system root.
Chandler Carruth
2011-10-03
Add initial support for applying the sysroot to library search paths.
Chandler Carruth