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
/
ToolChain.cpp
Age
Commit message (
Expand
)
Author
2013-02-05
Adding armv7l default to cortex-a8
Renato Golin
2012-12-21
Add ARM cortex-r5 subtarget as available mcpu
Quentin Colombet
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-21
Fix the '-fuse-init-array' option to actually be an option.
Chandler Carruth
2012-11-08
Driver/Darwin: The -arch argument values aren't exactly the arch names from a
Daniel Dunbar
2012-11-01
Remove first argument from Arg::getValue; it's been unused since r105760.
Richard Smith
2012-10-04
Driver: Link crtfastmath.o if it's available and -ffast-math is specified.
Benjamin Kramer
2012-10-03
Remove useless parameter "WantFile" from Driver::GetProgramPath().
Simon Atanasyan
2012-09-29
Add armv7s and some other arm variants supported by Mach-O files.
Bob Wilson
2012-09-23
Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit.
Rafael Espindola
2012-09-13
This patch introduces A15 as a target in Clang.
Silviu Baranga
2012-07-03
Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep
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-03-29
ARM backend knows about cortex-m4. The front end should too.
Jim Grosbach
2012-03-21
Duplicated code is bad. At least make it consistent.
Bob Wilson
2012-03-21
For Darwin, do not let -mcpu override the -arch option. <rdar://11059238>
Bob Wilson
2012-03-06
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
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
2012-01-25
Switch the ToolChain types to all store a Driver reference rather than
Chandler Carruth
2011-12-17
Split the Windows toolchain definition into its own file. This is
Chandler Carruth
2011-12-07
Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allow
Daniel Dunbar
2011-11-04
Switch the C++ include interface in the ToolChain to use the same naming
Chandler Carruth
2011-11-04
Sink the strange '-stdlib=...' flag handling into the C++ include
Chandler Carruth
2011-11-04
Sink the handling of -fobjc-arc-cxxlib to live with the other -fobjc-arc
Chandler Carruth
2011-11-04
Add a system include management interface to the toolchain, and call it
Chandler Carruth
2011-10-14
Use Triple.isOSDarwin() instead of comparing against Triple::Darwin.
Bob Wilson
2011-09-20
[driver] Default to arm mode when using the integrated assembler.
Chad Rosier
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-06
Call objc_terminate() instead of abort() when a cleanup throws an
John McCall
2011-07-06
Change the driver's logic about Objective-C runtimes: abstract out a
John McCall
2011-06-21
Fix the default libc++ header search path to be sysrooted. Radar 9639692.
Bob Wilson
2011-06-15
Automatic Reference Counting.
John McCall
2011-04-30
Driver/Darwin: Sketch initial support for a -mios-simulator-version-min= flag
Daniel Dunbar
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-03-21
Add clang support for cortex-m0 cpus. Patch by James Orr.
Bob Wilson
2011-02-22
Remove the storage for -cxx-system-include. Make libcxx toolchain
Joerg Sonnenberger
2010-12-31
Remove stray emacs mode markers in all these files that was causing emacs to
Nick Lewycky
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: Add a toolchain hook for whether the system has native LLVM support.
Daniel Dunbar
2010-09-14
Driver: Add a -stdlib= argument which can be used to select the C++ standard
Daniel Dunbar
2010-09-14
Driver: Factor out some code for handling the C++ standard library.
Daniel Dunbar
2010-08-23
Driver: Move Clang "triple" computation routines to method on the
Daniel Dunbar
2010-08-02
Driver: Move HostInfo::lookupTypeForExtension to ToolChain::LookupTypeForExte...
Daniel Dunbar
2010-07-14
Driver: Remove some unused arguments.
Daniel Dunbar
2009-12-21
Add ToolChain::getDriver() and use it instead of going through the HostInfo
Daniel Dunbar
2009-09-09
Change Get{File,Program}Path to return an std::string (instead of a sys::Path).
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
[next]