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
Age
Commit message (
Expand
)
Author
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
Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>
Bob Wilson
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-30
[analyzer] Rename the checker as per Ted's comment. Remove the reference
Anna Zaks
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
Enable several checkers under --analyze for general testing.
Ted Kremenek
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
Restore a tiny bit of functionality that I completely overlooked in the
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
Delete still more remnants of the now dead HostInfo. The janitoring will
Chandler Carruth
2012-01-25
Delete the driver's HostInfo class. This abstraction just never really
Chandler Carruth
2012-01-25
Switch the ToolChain types to all store a Driver reference rather than
Chandler Carruth
2012-01-25
Remove the TargetTriple object that I added to the Driver recently. This
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
2012-01-24
Address one part of the FIXME I introduced my switching the triple
Chandler Carruth
2012-01-24
At least within these classes, consistently spell 'GCC' as 'GCC'.
Chandler Carruth
2012-01-24
Start hoisting the logic for computing the target triple into its own
Chandler Carruth
2012-01-24
Remove HostInfo::useDriverDriver(). This was only used in two places
Chandler Carruth
2012-01-24
Hoist the targeted triple object into an actual object in the Driver.
Chandler Carruth
2012-01-23
Add support for -fno-optimize-sibling-calls. Currently only implemented in the
Nick Lewycky
2012-01-21
[Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7.
NAKAMURA Takumi
2012-01-20
rename -ccc-host-triple into -target
Sebastian Pop
2012-01-20
Reenable DeadStoresChecker under --analyze, and move the IdempotentOperations...
Ted Kremenek
2012-01-18
In the driver, -fmodules enables modules for C/Objective-C but one
Douglas Gregor
2012-01-17
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-16
Make the auto-detection hack for the iOS simulator set the target triple corr...
Eli Friedman
2012-01-14
Fix 80-column violation.
Chad Rosier
2012-01-13
Revert r148138; it's causing test failures.
Eli Friedman
2012-01-13
remove assertions in the Hexagon backend specific clang driver
Sebastian Pop
2012-01-13
rename -ccc-host-triple into -target
Sebastian Pop
2012-01-13
rename DefaultHostTriple into DefaultTargetTriple
Sebastian Pop
2012-01-13
Remove --hash-style from link command on Android.
Evgeniy Stepanov
[prev]
[next]