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
/
lib
/
Driver
/
ToolChains.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Autotools has the same include guard for both Clang and LLVM's config.h.
Chandler Carruth
2012-12-04
1
-1
/
+4
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-11
/
+6
*
Reapply a subset of r167567 to clean up Darwin-specific code for invoking gcc.
Bob Wilson
2012-11-23
1
-3
/
+1
*
Fix the '-fuse-init-array' option to actually be an option.
Chandler Carruth
2012-11-21
1
-3
/
+8
*
[Sanitizer] force linking with static sanitizer runtimes on Darwin even if th...
Alexey Samsonov
2012-11-21
1
-5
/
+7
*
Enable -fuse-init-array for Android X86/MIPS.
Logan Chien
2012-11-19
1
-1
/
+2
*
Completely re-work how the Clang driver interprets PIC and PIE options.
Chandler Carruth
2012-11-19
1
-20
/
+18
*
UBSan: enable proper linking with UBsan runtime on Darwin. Turn on building u...
Alexey Samsonov
2012-11-16
1
-2
/
+19
*
Revert r167567, restoring the ability of clang to run gcc in cases where it
Nick Lewycky
2012-11-15
1
-17
/
+82
*
Remove old driver code to grab the iOS simulator version from the -D option.
Bob Wilson
2012-11-09
1
-73
/
+6
*
Remove more code related to invoking llvm-gcc. <rdar://problem/11991320>
Bob Wilson
2012-11-08
1
-24
/
+0
*
Rip out a bunch of code for invoking gcc from clang.
Bob Wilson
2012-11-08
1
-82
/
+17
*
Remove code to fall back to llvm-gcc for i386 kexts.
Bob Wilson
2012-11-08
1
-15
/
+2
*
Follow-up for r167411 to un-break ASan on Mac. Move SanitizerArgs to a header...
Alexey Samsonov
2012-11-06
1
-3
/
+6
*
Remove first argument from Arg::getValue; it's been unused since r105760.
Richard Smith
2012-11-01
1
-15
/
+15
*
getArchTypeForDarwinArchName is only used in the clang driver, copy it there.
Rafael Espindola
2012-10-31
1
-2
/
+2
*
Add support of MIPS n32 ABI to the Clang driver. The fix builds correct libra...
Simon Atanasyan
2012-10-21
1
-10
/
+30
*
[Options] Make Option non clang specific.
Michael J. Spencer
2012-10-19
1
-2
/
+2
*
[Options] make Option a value type.
Michael J. Spencer
2012-10-19
1
-7
/
+7
*
Revert r166223 and the subsequent commits that depend on it, r166230 & r166235.
Argyrios Kyrtzidis
2012-10-18
1
-9
/
+9
*
[Options] Make Option non clang specific.
Michael J. Spencer
2012-10-18
1
-2
/
+2
*
[Options] make Option a value type.
Michael J. Spencer
2012-10-18
1
-7
/
+7
*
Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.
Daniel Dunbar
2012-10-15
1
-2
/
+30
*
Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.
Nico Weber
2012-10-15
1
-30
/
+2
*
Revert "[Options] make Option a value type."
Eric Christopher
2012-10-10
1
-7
/
+7
*
[Options] make Option a value type.
Michael J. Spencer
2012-10-10
1
-7
/
+7
*
Make Bitrig's clang understand -stdlib= correctly.
Chandler Carruth
2012-10-08
1
-8
/
+32
*
Use getArch instead of getArchName + string compare.
Rafael Espindola
2012-10-07
1
-7
/
+7
*
Use getArch instead of getArchName.
Rafael Espindola
2012-10-07
1
-5
/
+1
*
Implement Adnroid MIPS toolchain support:
Simon Atanasyan
2012-10-03
1
-4
/
+33
*
Add Clang support for iOS6.
Bob Wilson
2012-09-29
1
-2
/
+30
*
Add armv7s and some other arm variants supported by Mach-O files.
Bob Wilson
2012-09-29
1
-1
/
+13
*
Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit.
Rafael Espindola
2012-09-23
1
-8
/
+0
*
On Hexagon getArchName() never returns x86_64, simplify the function.
Rafael Espindola
2012-09-22
1
-3
/
+1
*
Fix pr13749. There is still a lot of code using getArchName that should be
Rafael Espindola
2012-09-22
1
-1
/
+1
*
Add C/C++ header locations for the Freescale SDK.
Hal Finkel
2012-09-18
1
-0
/
+8
*
Do not use "lib32" directory to create a library/object files
Simon Atanasyan
2012-09-14
1
-7
/
+24
*
This patch introduces A15 as a target in Clang.
Silviu Baranga
2012-09-13
1
-1
/
+2
*
Android standalone toolchain support.
Evgeniy Stepanov
2012-09-03
1
-8
/
+19
*
Rename ANDROIDEABI to Android.
Logan Chien
2012-09-02
1
-1
/
+1
*
Tweak the ARC-requires-10.6 diagnostic according to Jordan's review.
John McCall
2012-08-27
1
-2
/
+1
*
Screw around with ObjCRuntime some more, changing the
John McCall
2012-08-21
1
-2
/
+5
*
darwin/driver: Support using SDKROOT to define the default for -isysroot.
Daniel Dunbar
2012-08-17
1
-0
/
+14
*
clang support for Bitrig (an OpenBSD fork); patch by David Hill.
Eli Friedman
2012-08-08
1
-0
/
+61
*
Support ARM hard float (arm-linux-gnueabihf).
Jiangning Liu
2012-07-31
1
-5
/
+24
*
Force the OS X version to 10.6 for old-style simulator builds.
Bob Wilson
2012-07-19
1
-0
/
+5
*
[driver] Fix so that clang can find correct path prefix for libc object files
Chad Rosier
2012-07-11
1
-0
/
+5
*
Adjust this code so that it strictly honors
John McCall
2012-06-21
1
-4
/
+6
*
Restructure how the driver communicates information about the
John McCall
2012-06-20
1
-59
/
+28
*
Add a -fuse-init-array option to cc1 and map to the UseInitArray target
Rafael Espindola
2012-06-19
1
-1
/
+7
[prev]
[next]