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
*
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-03-06
1
-0
/
+2
*
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-03-06
1
-0
/
+5
*
[driver] Emit an error when trying to use ARC on macosx earlier than 10.6
Argyrios Kyrtzidis
2012-02-29
1
-0
/
+4
*
A follow-up to r151482 which added support for powerpc and powerpc64
Chandler Carruth
2012-02-26
1
-0
/
+10
*
Add support for PPC and PPC64 multiarch toolchains on Debain.
Chandler Carruth
2012-02-26
1
-0
/
+9
*
Implement a -gcc-toolchain command line option that does the same as
Rafael Espindola
2012-02-19
1
-24
/
+35
*
First pass at Solaris toolchain support. This version compiles and links hello
David Chisnall
2012-02-15
1
-0
/
+35
*
include clang's config.h unconditionally (v2)
Dylan Noblesmith
2012-02-14
1
-5
/
+1
*
Delete a simplistic helper function now that llvm::Triple can provide
Chandler Carruth
2012-02-13
1
-13
/
+3
*
Begin refactoring to use the newly added triple predicates for
Chandler Carruth
2012-02-11
1
-6
/
+1
*
- Turn the other distribution checks into range compares.
Benjamin Kramer
2012-02-06
1
-18
/
+14
*
Consolidate the ubuntu detection logic a bit, add an entry for Ubuntu 12.04 a...
Benjamin Kramer
2012-02-06
1
-28
/
+20
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-2
/
+2
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...
Rafael Espindola
2012-02-03
1
-48
/
+13
*
back out r149504
Dylan Noblesmith
2012-02-02
1
-1
/
+5
*
include clang's config.h unconditionally
Dylan Noblesmith
2012-02-01
1
-5
/
+1
*
Use new Triple::getMacOSXVersion function.
Bob Wilson
2012-01-31
1
-31
/
+6
*
Fix more fallout from the introduction of "macosx" and "ios" triples.
Bob Wilson
2012-01-31
1
-10
/
+37
*
Revert r149083 which is not the direction we're going in the Clang
Chandler Carruth
2012-01-31
1
-36
/
+24
*
Remove the ToolTriple logic in NetBSD, which was completely broken by
Joerg Sonnenberger
2012-01-26
1
-2
/
+2
*
Remove obviously incorrect branch.
Joerg Sonnenberger
2012-01-26
1
-2
/
+1
*
Keep track of the original target the user specified before
Joerg Sonnenberger
2012-01-26
1
-24
/
+36
*
Revert r148249: "Make the auto-detection hack for the iOS simulator set the t...
Bob Wilson
2012-01-26
1
-25
/
+22
*
Reintroduce r148981 with significantly improved regression test. Now it
Chandler Carruth
2012-01-26
1
-3
/
+3
*
Revert r148981 because it fails test/Driver/freebsd.c
Argyrios Kyrtzidis
2012-01-25
1
-3
/
+3
*
Try to unbreak the FreeBSD toolchain's detection of 32-bit targets
Chandler Carruth
2012-01-25
1
-3
/
+3
*
The Linux pattern of adding all the search paths that exist doesn't seem
Chandler Carruth
2012-01-25
1
-12
/
+12
*
Remove the 'ToolTriple' concept from the NetBSD toolchain along with my
Chandler Carruth
2012-01-25
1
-14
/
+13
*
Switch the ToolChain types to all store a Driver reference rather than
Chandler Carruth
2012-01-25
1
-25
/
+24
*
Have FreeBSD use even more of the same smarts as Linux is now using for
Chandler Carruth
2012-01-25
1
-6
/
+6
*
Switch FreeBSD to just include both '/usr/lib32' and '/usr/lib' in the
Chandler Carruth
2012-01-25
1
-16
/
+7
*
Switch the Linux C++ standard library header search logic over to use
Chandler Carruth
2012-01-25
1
-15
/
+8
*
Make a major refactoring to how the GCC installation detection works.
Chandler Carruth
2012-01-25
1
-125
/
+197
*
Fix one of the (larger) FIXMEs where we were misusing the Driver's idea
Chandler Carruth
2012-01-24
1
-19
/
+23
*
Address one part of the FIXME I introduced my switching the triple
Chandler Carruth
2012-01-24
1
-13
/
+12
*
At least within these classes, consistently spell 'GCC' as 'GCC'.
Chandler Carruth
2012-01-24
1
-18
/
+18
*
Start hoisting the logic for computing the target triple into its own
Chandler Carruth
2012-01-24
1
-10
/
+14
*
Make the auto-detection hack for the iOS simulator set the target triple corr...
Eli Friedman
2012-01-16
1
-22
/
+25
*
rename DefaultHostTriple into DefaultTargetTriple
Sebastian Pop
2012-01-13
1
-6
/
+6
*
Remove --hash-style from link command on Android.
Evgeniy Stepanov
2012-01-13
1
-1
/
+4
*
Revert changes to lib/Driver in r147917; I didn't mean to commit this.
Eli Friedman
2012-01-11
1
-20
/
+19
*
Start refactoring code for capturing variables and 'this' so that it is share...
Eli Friedman
2012-01-11
1
-19
/
+20
*
Add support for the androideabi environment to our triple support, and
Chandler Carruth
2012-01-10
1
-1
/
+4
*
Handle a /etc/debian_version with a version number instead of a codename.
Rafael Espindola
2011-12-28
1
-2
/
+2
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+2
*
Split the Windows toolchain definition into its own file. This is
Chandler Carruth
2011-12-17
1
-363
/
+4
*
Hexagon backend support
Tony Linthicum
2011-12-12
1
-0
/
+67
*
Fix the --hash-style option when the target is MIPS as it is
Chandler Carruth
2011-12-09
1
-7
/
+18
*
Misc Minix-specific changes to clang:
Eli Friedman
2011-12-08
1
-3
/
+1
[next]