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
*
[ASan] Link with the dynamic runtime on OS X
Alexander Potapenko
2013-01-22
1
-4
/
+2
*
Port r172856: 'Include ubsan runtime even when building a shared library. We ...
Alexey Samsonov
2013-01-21
1
-4
/
+1
*
[driver/Darwin] Adjust SDKROOT handling code to not generate "-isysroot /".
Daniel Dunbar
2013-01-15
1
-3
/
+4
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
ToolChains: Minor touchup to use correct type, avoid truncation.
Will Dietz
2013-01-10
1
-1
/
+1
*
Prepare for the upcoming version of Debian (jessie)
Sylvestre Ledru
2013-01-06
1
-2
/
+5
*
Fix a typo that caused a few standard library implementations of sort to
Chandler Carruth
2012-12-29
1
-1
/
+1
*
Try to re-structure the GCCVersion comparison routine to make it easier
Chandler Carruth
2012-12-29
1
-14
/
+27
*
Update comments.
Rafael Espindola
2012-12-21
1
-3
/
+2
*
Fix Generic_GCC::GCCVersion::operator<
Rafael Espindola
2012-12-20
1
-1
/
+2
*
[driver] Have -isysroot warn on nonexistent paths.
Chad Rosier
2012-12-19
1
-1
/
+6
*
Add support for current Ubuntu Quantal and the upcoming Raring.
Rafael Espindola
2012-12-13
1
-1
/
+5
*
Initial support for FreeBSD on ARM.
Rafael Espindola
2012-12-13
1
-0
/
+13
*
Driver/ToolChains.cpp: Add the name CentOS5 32bit gcc44 (aka i386-redhat-linu...
NAKAMURA Takumi
2012-12-07
1
-0
/
+1
*
Revert r169557. It seems that the test is too restricted
Logan Chien
2012-12-06
1
-1
/
+0
*
Add i686-linux-android for gcc toolchain detection.
Logan Chien
2012-12-06
1
-0
/
+1
*
Hexagon TC: Reimplement Link::ConstructJob to call
Matthew Curtis
2012-12-06
1
-1
/
+81
*
Hexagon TC: Move getHexagonTargetCPU from Tools.cpp to
Matthew Curtis
2012-12-06
1
-0
/
+36
*
Hexagon TC: Update toolchain to add appropriate include
Matthew Curtis
2012-12-06
1
-9
/
+70
*
ToolChains.cpp: Fixup r169260, clang/Config/config.h needs to be listed *last...
NAKAMURA Takumi
2012-12-04
1
-4
/
+5
*
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
[next]