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
...
*
[driver] When creating the compiler invocation out of command-line
Argyrios Kyrtzidis
2012-05-21
1
-7
/
+11
*
add embedded linux variants that occur in the field
Gabor Greif
2012-05-15
1
-2
/
+4
*
Roll logic into a single if statement, per David's suggestion.
Chad Rosier
2012-05-09
1
-3
/
+2
*
Use the triple directly, rather then getTriple().
Chad Rosier
2012-05-09
1
-1
/
+1
*
Now the proper fix for r156497. Sorry for the churn.
Chad Rosier
2012-05-09
1
-4
/
+5
*
Move the iOSVersionMin string to a header so as to avoid a dangling pointer.
Chad Rosier
2012-05-09
1
-1
/
+0
*
[driver] Use the iOS target triple to infer the deployment target.
Chad Rosier
2012-05-09
1
-2
/
+8
*
Rip out old code for finding libraries in GCC's directories.
Bob Wilson
2012-05-03
1
-70
/
+0
*
Add support for openSUSE 12.2, from Ismail Donmez!
Douglas Gregor
2012-04-30
1
-1
/
+3
*
[driver] Don't try to set the deployment target when there is no bound
Chad Rosier
2012-04-27
1
-1
/
+2
*
Revert 155679; Not a typo.
Chad Rosier
2012-04-27
1
-1
/
+1
*
Typo.
Chad Rosier
2012-04-27
1
-1
/
+1
*
MIPS: Add support for 64-bit MIPS targets: mips64 / mips64el.
Simon Atanasyan
2012-04-26
1
-1
/
+36
*
fix GCC version comparison wrt. equal patch suffices (and squash two typos)
Gabor Greif
2012-04-18
1
-2
/
+3
*
fix a typo
Gabor Greif
2012-04-17
1
-1
/
+1
*
Fix using Clang as a cross compiler installed on a host machine and not
Chandler Carruth
2012-04-06
1
-6
/
+19
*
Use VersionTuple to manage macosx versions in the driver. No functionality ch...
Benjamin Kramer
2012-03-10
1
-7
/
+3
*
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
[prev]
[next]