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
Age
Commit message (
Expand
)
Author
2011-11-17
clang/Darwin: Use the compiler-rt provided profile library.
Daniel Dunbar
2011-11-16
Add -f[no-]address-sanitizer flag
Kostya Serebryany
2011-11-14
Don't track depfiles as result files which need to be cleaned up on failure.
Matt Beaumont-Gay
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-11
Add top-level driver option '--serialize-diagnostics' for serialize compiler ...
Ted Kremenek
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
Whitespace.
Chad Rosier
2011-11-07
Tablegenify -g options.
Chad Rosier
2011-11-07
Fix an unsafe use of Twine.
Benjamin Kramer
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-06
Fixing -g break caused by a dead reference to a temporary introduced in r143732.
David Blaikie
2011-11-06
Add the depfile as a result file so that it is deleted if we crash,
Peter Collingbourne
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
[driver] If we're only linking, don't warn about unused arguments which are
Chad Rosier
2011-11-05
Fix a significant oversight in my move of MSVC includes to the driver:
Chandler Carruth
2011-11-05
Add two flags to the CC1 layer that I was hoping to avoid. We need to
Chandler Carruth
2011-11-05
On Linux, enable the gold plugin if we are using LTO.
Peter Collingbourne
2011-11-05
Fix MSVC build.
Michael J. Spencer
2011-11-04
Begin the migration of header search logic to the driver, starting with
Chandler Carruth
2011-11-04
Switch the C++ include interface in the ToolChain to use the same naming
Chandler Carruth
2011-11-04
Enable -flimit-debug-info by default. Now, clang lazily emits debug info for ...
Devang Patel
2011-11-04
[driver] Don't blindly accept all -g options.
Chad Rosier
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 FIXME to cleanup the CPATH handling. It's currently burried with
Chandler Carruth
2011-11-04
Add a system include management interface to the toolchain, and call it
Chandler Carruth
2011-11-02
In addition to dumping preprocessed source, dump a script with the command line
Chad Rosier
2011-11-02
Invoke the Darwin assembler with -g instead of --gdwarf2.
Bob Wilson
[prev]
[next]