index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Driver
/
ToolChains.cpp
Age
Commit message (
Expand
)
Author
2012-05-09
Roll logic into a single if statement, per David's suggestion.
Chad Rosier
2012-05-09
Use the triple directly, rather then getTriple().
Chad Rosier
2012-05-09
Now the proper fix for r156497. Sorry for the churn.
Chad Rosier
2012-05-09
Move the iOSVersionMin string to a header so as to avoid a dangling pointer.
Chad Rosier
2012-05-09
[driver] Use the iOS target triple to infer the deployment target.
Chad Rosier
2012-05-03
Rip out old code for finding libraries in GCC's directories.
Bob Wilson
2012-04-30
Add support for openSUSE 12.2, from Ismail Donmez!
Douglas Gregor
2012-04-27
[driver] Don't try to set the deployment target when there is no bound
Chad Rosier
2012-04-27
Revert 155679; Not a typo.
Chad Rosier
2012-04-27
Typo.
Chad Rosier
2012-04-26
MIPS: Add support for 64-bit MIPS targets: mips64 / mips64el.
Simon Atanasyan
2012-04-18
fix GCC version comparison wrt. equal patch suffices (and squash two typos)
Gabor Greif
2012-04-17
fix a typo
Gabor Greif
2012-04-06
Fix using Clang as a cross compiler installed on a host machine and not
Chandler Carruth
2012-03-10
Use VersionTuple to manage macosx versions in the driver. No functionality ch...
Benjamin Kramer
2012-03-06
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-03-06
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-02-29
[driver] Emit an error when trying to use ARC on macosx earlier than 10.6
Argyrios Kyrtzidis
2012-02-26
A follow-up to r151482 which added support for powerpc and powerpc64
Chandler Carruth
2012-02-26
Add support for PPC and PPC64 multiarch toolchains on Debain.
Chandler Carruth
2012-02-19
Implement a -gcc-toolchain command line option that does the same as
Rafael Espindola
2012-02-15
First pass at Solaris toolchain support. This version compiles and links hello
David Chisnall
2012-02-14
include clang's config.h unconditionally (v2)
Dylan Noblesmith
2012-02-13
Delete a simplistic helper function now that llvm::Triple can provide
Chandler Carruth
2012-02-11
Begin refactoring to use the newly added triple predicates for
Chandler Carruth
2012-02-06
- Turn the other distribution checks into range compares.
Benjamin Kramer
2012-02-06
Consolidate the ubuntu detection logic a bit, add an entry for Ubuntu 12.04 a...
Benjamin Kramer
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-03
Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...
Rafael Espindola
2012-02-02
back out r149504
Dylan Noblesmith
2012-02-01
include clang's config.h unconditionally
Dylan Noblesmith
2012-01-31
Use new Triple::getMacOSXVersion function.
Bob Wilson
2012-01-31
Fix more fallout from the introduction of "macosx" and "ios" triples.
Bob Wilson
2012-01-31
Revert r149083 which is not the direction we're going in the Clang
Chandler Carruth
2012-01-26
Remove the ToolTriple logic in NetBSD, which was completely broken by
Joerg Sonnenberger
2012-01-26
Remove obviously incorrect branch.
Joerg Sonnenberger
2012-01-26
Keep track of the original target the user specified before
Joerg Sonnenberger
2012-01-26
Revert r148249: "Make the auto-detection hack for the iOS simulator set the t...
Bob Wilson
2012-01-26
Reintroduce r148981 with significantly improved regression test. Now it
Chandler Carruth
2012-01-25
Revert r148981 because it fails test/Driver/freebsd.c
Argyrios Kyrtzidis
2012-01-25
Try to unbreak the FreeBSD toolchain's detection of 32-bit targets
Chandler Carruth
2012-01-25
The Linux pattern of adding all the search paths that exist doesn't seem
Chandler Carruth
2012-01-25
Remove the 'ToolTriple' concept from the NetBSD toolchain along with my
Chandler Carruth
2012-01-25
Switch the ToolChain types to all store a Driver reference rather than
Chandler Carruth
2012-01-25
Have FreeBSD use even more of the same smarts as Linux is now using for
Chandler Carruth
2012-01-25
Switch FreeBSD to just include both '/usr/lib32' and '/usr/lib' in the
Chandler Carruth
2012-01-25
Switch the Linux C++ standard library header search logic over to use
Chandler Carruth
2012-01-25
Make a major refactoring to how the GCC installation detection works.
Chandler Carruth
2012-01-24
Fix one of the (larger) FIXMEs where we were misusing the Driver's idea
Chandler Carruth
[next]