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-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-16
Make the auto-detection hack for the iOS simulator set the target triple corr...
Eli Friedman
2012-01-13
rename DefaultHostTriple into DefaultTargetTriple
Sebastian Pop
2012-01-13
Remove --hash-style from link command on Android.
Evgeniy Stepanov
2012-01-11
Revert changes to lib/Driver in r147917; I didn't mean to commit this.
Eli Friedman
2012-01-11
Start refactoring code for capturing variables and 'this' so that it is share...
Eli Friedman
2012-01-10
Add support for the androideabi environment to our triple support, and
Chandler Carruth
2011-12-28
Handle a /etc/debian_version with a version number instead of a codename.
Rafael Espindola
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-17
Split the Windows toolchain definition into its own file. This is
Chandler Carruth
2011-12-12
Hexagon backend support
Tony Linthicum
2011-12-09
Fix the --hash-style option when the target is MIPS as it is
Chandler Carruth
2011-12-08
Misc Minix-specific changes to clang:
Eli Friedman
2011-12-08
Allow clang to find gcc libs on suse ppc64
Hal Finkel
2011-12-07
Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allow
Daniel Dunbar
2011-12-07
Fix multilib library paths on ppc64 Linux. Patch by Michael Kostylev. PR11472.
Eli Friedman
2011-12-06
[asan] Mac: do not link dynamic libs with the asan-rt, use -undefined dynamic...
Kostya Serebryany
2011-12-01
Driver/Darwin: Add ASAN runtime library link support.
Daniel Dunbar
2011-11-28
A couple driver fixes for PPC Linux. Patches by Michael Kostylev. PR11444/P...
Eli Friedman
2011-11-17
clang/Darwin: Use the compiler-rt provided profile library.
Daniel Dunbar
2011-11-11
Search for libstdc++.dylib in llvm-gcc's files on darwin10. rdar://10419079
Bob Wilson
2011-11-11
Add Linux multiarch include directories for mips/mipsel. Patch from Simon At...
Eli Friedman
2011-11-09
Fix an issue that Duncan discovered on a specific (no longer current)
Chandler Carruth
2011-11-08
Misc fixes for clang driver on Mips Linux. Patch by Simon Atanasyan.
Eli Friedman
2011-11-08
Add a default system include of '/include'. This isn't particularly
Chandler Carruth
2011-11-07
Rip out one of the features I added for the driver-include-management.
Chandler Carruth
2011-11-07
Fix Linux libc++ usage. Somehow this slipped through during the port.
Chandler Carruth
2011-11-06
Begin lifting some of the one-off checking logic into generic helper
Chandler Carruth
2011-11-06
Move the GCC installation detection logic down into the Generic_GCC
Chandler Carruth
2011-11-06
Remove an old OpenSUSE hack that is no longer needed -- it is exactly
Chandler Carruth
2011-11-06
Remove the HasMultilib check. It was essentially useless. The driver now
Chandler Carruth
2011-11-06
The version objects need to actually store the version strings; they
Chandler Carruth
2011-11-06
Throw the switch and move all Linux header search over to the GCC
Chandler Carruth
2011-11-06
Add a missing triple spotted by inspecting and testing of the include
Chandler Carruth
2011-11-06
Lift the GCCVersion type into the header file and start persisting it in
Chandler Carruth
2011-11-06
Switch some of these interfaces from std::string to StringRef and Twine.
Chandler Carruth
2011-11-06
Take a better approach to detecting and selecting multiarch include
Chandler Carruth
2011-11-06
Revert r143864, as the problem I was actually looking at can be solved
Chandler Carruth
2011-11-06
Start pruning down the set of flags passed to CC1 for header search.
Chandler Carruth
2011-11-05
Enhance the GCC version parsing and comparison logic to handle some more
Chandler Carruth
2011-11-05
Remove a pointless member. I have no idea why I made this not a local
Chandler Carruth
2011-11-05
Remove a no-longer needed helper function. Thanks for implementing this
Chandler Carruth
2011-11-05
Move the GCC installation detection helper a member of the Linux
Chandler Carruth
2011-11-05
Remove support for Gentoo subversion-ebuild installed llvm-gcc libstdc++
Chandler Carruth
2011-11-05
Move the Linux header searching from the Frontend to the Driver. This is
Chandler Carruth
2011-11-05
Try to reduce the nastiness that creeps in through Windows.h a bit.
Benjamin Kramer
2011-11-05
Fix a significant oversight in my move of MSVC includes to the driver:
Chandler Carruth
[prev]
[next]