index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Driver
/
linux-ld.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Accept both / and \\ to fix the windows bots.
Rafael Espindola
2013-06-24
1
-64
/
+64
*
Update two options to my proposed syntax for user-facing driver options:
Chandler Carruth
2013-06-20
1
-67
/
+67
*
When we're compiling with -pg make sure to link with gcrt1.o on linux. Be
Eric Christopher
2013-06-07
1
-0
/
+6
*
Add driver support for fedora 18 on ARM.
Rafael Espindola
2013-04-14
1
-0
/
+16
*
Check for warnings in a bunch of the linker invocations, and add one
Chandler Carruth
2013-03-04
1
-0
/
+11
*
Beef up the testing of our 'ld' invocation on linux to cover static
Chandler Carruth
2013-03-04
1
-0
/
+43
*
Revert r169557. It seems that the test is too restricted
Logan Chien
2012-12-06
1
-4
/
+4
*
Add i686-linux-android for gcc toolchain detection.
Logan Chien
2012-12-06
1
-4
/
+4
*
Add -ldl for non-static libgcc in Android.
Logan Chien
2012-11-19
1
-0
/
+3
*
Improve x86 android support:
Rafael Espindola
2012-11-02
1
-0
/
+20
*
Add support of MIPS n32 ABI to the Clang driver. The fix builds correct libra...
Simon Atanasyan
2012-10-21
1
-0
/
+52
*
The clang driver has a fairly fancy support for executing gcc instead of
Rafael Espindola
2012-10-09
1
-4
/
+4
*
Driver: Link crtfastmath.o if it's available and -ffast-math is specified.
Benjamin Kramer
2012-10-04
1
-0
/
+21
*
Implement Adnroid MIPS toolchain support:
Simon Atanasyan
2012-10-03
1
-0
/
+19
*
Add C/C++ header locations for the Freescale SDK.
Hal Finkel
2012-09-18
1
-0
/
+20
*
Do not use "lib32" directory to create a library/object files
Simon Atanasyan
2012-09-14
1
-0
/
+33
*
Wrong crtbegin/crtend pair used for PIE on Android.
Evgeniy Stepanov
2012-09-10
1
-0
/
+17
*
Android standalone toolchain support.
Evgeniy Stepanov
2012-09-03
1
-6
/
+6
*
Rename ANDROIDEABI to Android.
Logan Chien
2012-09-02
1
-0
/
+14
*
Support ARM hard float (arm-linux-gnueabihf).
Jiangning Liu
2012-07-31
1
-0
/
+33
*
Fix dynamic object linker for ARM GNUEABIHF.
Jiangning Liu
2012-07-30
1
-0
/
+15
*
MIPS: Add support for 64-bit MIPS targets: mips64 / mips64el.
Simon Atanasyan
2012-04-26
1
-0
/
+22
*
MIPS: Add tests to check the debian multiarch stuff for mips and mipsel targets.
Simon Atanasyan
2012-04-26
1
-0
/
+24
*
Clang driver support for linking on Android.
Evgeniy Stepanov
2012-04-25
1
-0
/
+36
*
MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit...
Simon Atanasyan
2012-04-06
1
-1
/
+10
*
Fix using Clang as a cross compiler installed on a host machine and not
Chandler Carruth
2012-04-06
1
-0
/
+14
*
Add support for PPC and PPC64 multiarch toolchains on Debain.
Chandler Carruth
2012-02-26
1
-0
/
+51
*
rename -ccc-host-triple into -target
Sebastian Pop
2012-01-20
1
-18
/
+18
*
Revert r148138; it's causing test failures.
Eli Friedman
2012-01-13
1
-18
/
+18
*
rename -ccc-host-triple into -target
Sebastian Pop
2012-01-13
1
-18
/
+18
*
Teach the link-step test to verify that we don't pass bad --hash-style
Chandler Carruth
2011-12-17
1
-0
/
+23
*
add tree test for suse on ppc64 (r146142)
Hal Finkel
2011-12-08
1
-0
/
+12
*
Fix an issue that Duncan discovered on a specific (no longer current)
Chandler Carruth
2011-11-09
1
-0
/
+14
*
Enhance the GCC version parsing and comparison logic to handle some more
Chandler Carruth
2011-11-05
1
-0
/
+8
*
Use the InstalledDir correctly, and test it correctly as well. =/ Should
Chandler Carruth
2011-10-05
1
-13
/
+13
*
Teach Clang to cope with GCC installations that have unusual patch
Chandler Carruth
2011-10-05
1
-0
/
+27
*
Implement the feature I was originally driving toward when I started
Chandler Carruth
2011-10-05
1
-0
/
+20
*
Test a multilib setup on a 64-bit host. This is the far more common
Chandler Carruth
2011-10-03
1
-0
/
+33
*
Enable generic multilib support on 32bit hosts. Previously this was only
Chandler Carruth
2011-10-03
1
-0
/
+33
*
Relax an assertion here a bit. This doesn't really matter, as we won't
Chandler Carruth
2011-10-03
1
-2
/
+2
*
Test that we include a GCC-triple-prefixed tree. While I don't know of
Chandler Carruth
2011-10-03
1
-0
/
+2
*
Teach the logic for locating an installed GCC about the system root.
Chandler Carruth
2011-10-03
1
-3
/
+11
*
Add initial support for applying the sysroot to library search paths.
Chandler Carruth
2011-10-03
1
-5
/
+12
*
Rework the selection of builtin library search paths on Linux to
Chandler Carruth
2011-10-03
1
-2
/
+2
*
As I suspected, completely non-multilib machines just get no suffix.
Chandler Carruth
2011-10-01
1
-3
/
+1
*
Teach this test to cope with Windows suffixes so that msys builds can
Chandler Carruth
2011-10-01
1
-2
/
+2
*
Correct my failure at writing proper regex's for FileCheck. Thanks Nick.
Chandler Carruth
2011-10-01
1
-1
/
+1
*
Allow for both 'lib' and 'lib32', as both seem to be in evidence. I've
Chandler Carruth
2011-10-01
1
-1
/
+3
*
There might be an 'ld' without any path prefix.
Chandler Carruth
2011-10-01
1
-2
/
+2
*
Add a test that ensures we get the basic multilib '-L' flags to 'ld'
Chandler Carruth
2011-10-01
1
-0
/
+9