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.h
Age
Commit message (
Expand
)
Author
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
Make a major refactoring to how the GCC installation detection works.
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
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-14
Enable stack protectors by default for iOS. <rdar://problem/8836680>
Bob Wilson
2011-12-12
Hexagon backend support
Tony Linthicum
2011-12-08
Misc Minix-specific changes to clang:
Eli Friedman
2011-12-07
Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allow
Daniel Dunbar
2011-11-09
Fix an issue that Duncan discovered on a specific (no longer current)
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
The version objects need to actually store the version strings; they
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-05
Remove a pointless member. I have no idea why I made this not a local
Chandler Carruth
2011-11-05
Move the GCC installation detection helper a member of the Linux
Chandler Carruth
2011-11-05
Move the Linux header searching from the Frontend to the Driver. This is
Chandler Carruth
2011-11-04
Begin the migration of header search logic to the driver, starting with
Chandler Carruth
2011-10-07
Clang driver changes for iOS 5.0 and OS X Lion support.
Bob Wilson
2011-09-20
For i386 kext fallback to llvm-gcc, search paths for several Darwin versions.
Bob Wilson
2011-09-20
[driver] Default to arm mode when using the integrated assembler.
Chad Rosier
2011-09-09
Treat the weak export of block runtime symbols as a deployment-target
John McCall
2011-09-01
default property synthesis is off by default
Fariborz Jahanian
2011-09-01
objective-c: Make auto synthesis of properties the default.
Fariborz Jahanian
2011-08-23
enable -fstack-protector on 10.5 for usermode binaries by default.
Nico Weber
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-07-06
Change the driver's logic about Objective-C runtimes: abstract out a
John McCall
2011-06-22
Build and use libcompiler_rt whenever possible.
Eric Christopher
2011-06-15
Automatic Reference Counting.
John McCall
2011-05-16
Make the triple an explicit argument of FindTargetProgramPath.
Joerg Sonnenberger
2011-04-30
Driver/Darwin: Change Darwin toolchain to explicitly track is-ios-sim bit, and
Daniel Dunbar
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-03-31
Driver/Darwin: Tweak link logic for simulator.
Daniel Dunbar
2011-03-18
Driver: Give SelectTool access to the action inputs.
Daniel Dunbar
2011-03-18
Driver/Darwin: Kill the DarwinGCC toolchain.
Daniel Dunbar
2011-03-01
Driver/Darwin: Be bug compatible with GCC and ignore -pg on ARM.
Daniel Dunbar
2011-02-17
Disable default synthesized properties until we can properly re-evaluate the ...
Ted Kremenek
2011-02-04
build: Add support for DISABLE_DEFAULT_STRICT_ALIASING, which does what one
Daniel Dunbar
2011-02-02
Add NetBSD target support. Patch by Joerg Sonnenberger.
Benjamin Kramer
2010-12-23
Add -fobjc-default-synthesized-properties flag
Ted Kremenek
2010-11-07
Use ld directly on linux. Changes from the previous try:
Rafael Espindola
2010-11-03
Revert while I debug test failures :-(
Rafael Espindola
2010-11-03
Switch clang to run ld directly on linux. I tested this on all the linux
Rafael Espindola
2010-10-29
Switch to using the integrated assembler by default on x86 and x86-64 ELF
Rafael Espindola
2010-09-17
Driver: implement driver automagic support for -lcc_kext
Shantonu Sen
2010-09-17
Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd.
Daniel Dunbar
2010-09-17
Driver/DarwinClang: The new toolchain definition is going to drop the -L inside
Daniel Dunbar
[prev]
[next]