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
2014-02-24
Define an Emscripten toolchain.
Dan Gohman
2013-04-30
Add support for -stdlib=libc++ in the NetBSD toolchain.
Joerg Sonnenberger
2013-04-20
Supports Sourcery CodeBench Mips toolchain directories tree.
Simon Atanasyan
2013-04-09
If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...
Peter Collingbourne
2013-03-20
Remove the Tools DensMap from the toolchain.
Rafael Espindola
2013-03-19
Finish refactoring the tool selection logic.
Rafael Espindola
2013-03-18
Centralize the recording of which tools have been constructed.
Rafael Espindola
2013-03-18
Use early returns when checking if we already constructed a tool and when
Rafael Espindola
2013-03-18
Remove unused argument.
Rafael Espindola
2013-03-18
Pass an ArgList to every toolchain constructor. Remove the useIntegratedAs
Rafael Espindola
2013-03-18
Remove unused argument.
Rafael Espindola
2013-03-06
Driver: add support for new style multiarch in Ubuntu 13.04
Dmitri Gribenko
2013-03-03
Default to enabling default-synthesized ivars on all platforms
David Chisnall
2013-01-31
Add support for AArch64 target.
Tim Northover
2012-12-13
Initial support for FreeBSD on ARM.
Rafael Espindola
2012-12-06
Hexagon TC: Reimplement Link::ConstructJob to call
Matthew Curtis
2012-12-06
Hexagon TC: Move getHexagonTargetCPU from Tools.cpp to
Matthew Curtis
2012-12-06
Hexagon TC: Update toolchain to add appropriate include
Matthew Curtis
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-27
Remove an extra semicolon.
Chad Rosier
2012-11-21
Fix the '-fuse-init-array' option to actually be an option.
Chandler Carruth
2012-11-21
[Sanitizer] force linking with static sanitizer runtimes on Darwin even if th...
Alexey Samsonov
2012-11-19
Completely re-work how the Clang driver interprets PIC and PIE options.
Chandler Carruth
2012-11-15
block extended signatur option. Change previous option
Fariborz Jahanian
2012-11-09
Remove old driver code to grab the iOS simulator version from the -D option.
Bob Wilson
2012-11-08
Remove more code related to invoking llvm-gcc. <rdar://problem/11991320>
Bob Wilson
2012-10-21
Add support of MIPS n32 ABI to the Clang driver. The fix builds correct libra...
Simon Atanasyan
2012-09-23
Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit.
Rafael Espindola
2012-08-21
Screw around with ObjCRuntime some more, changing the
John McCall
2012-08-08
clang support for Bitrig (an OpenBSD fork); patch by David Hill.
Eli Friedman
2012-08-03
Make property synthesis the default on Windows.
Fariborz Jahanian
2012-07-04
Hoist the logic for selecting the Objective-C dispatch method into the runtime
David Chisnall
2012-06-20
Restructure how the driver communicates information about the
John McCall
2012-06-19
Add a -fuse-init-array option to cc1 and map to the UseInitArray target
Rafael Espindola
2012-05-09
Move the iOSVersionMin string to a header so as to avoid a dangling pointer.
Chad Rosier
2012-05-03
Rip out old code for finding libraries in GCC's directories.
Bob Wilson
2012-05-02
Driver: Turn the default value for -fmath-errno into a proper target hook and...
Benjamin Kramer
2012-04-09
Make a modern Objective-C runtime the default target for *BSD. Don't yet cha...
David Chisnall
2012-03-10
Use VersionTuple to manage macosx versions in the driver. No functionality ch...
Benjamin Kramer
2012-03-06
Enable default @synthesize by default.
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-27
Re-enable the Darwin ARM integrated assembler.
Jim Grosbach
2012-02-25
Temporarily revert r151288:
Chad Rosier
2012-02-23
ARM: enable the integrated assembler by default for Darwin.
Jim Grosbach
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-11
Begin refactoring to use the newly added triple predicates for
Chandler Carruth
2012-01-31
Revert r149083 which is not the direction we're going in the Clang
Chandler Carruth
2012-01-26
Keep track of the original target the user specified before
Joerg Sonnenberger
[next]