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-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
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
[next]