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
2012-03-06
[driver] What was implemented in r152130 was actually -fno-inline-functions, not
Chad Rosier
2012-03-06
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
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-03-06
[driver] Add support for -fno-inline.
Chad Rosier
2012-03-01
[analyzer] Turn inlining on by default for better testing exposure.
Anna Zaks
2012-03-01
Add a flag -fthread-sanitizer.
Kostya Serebryany
2012-02-29
Add -C when linking on Solaris so that the error messages are understandable ...
David Chisnall
2012-02-29
[driver] Emit an error when trying to use ARC on macosx earlier than 10.6
Argyrios Kyrtzidis
2012-02-28
Add -lm by default on Solaris.
David Chisnall
2012-02-28
It turns out -fno-cxa-atexit just produces broken code, so disable it on Sola...
David Chisnall
2012-02-28
Some more Solaris fixes. Now successfully building libc++ on Solaris with cl...
David Chisnall
2012-02-27
Re-enable the Darwin ARM integrated assembler.
Jim Grosbach
2012-02-26
A follow-up to r151482 which added support for powerpc and powerpc64
Chandler Carruth
2012-02-26
Add support for PPC and PPC64 multiarch toolchains on Debain.
Chandler Carruth
2012-02-25
Temporarily revert r151288:
Chad Rosier
2012-02-23
ARM: enable the integrated assembler by default for Darwin.
Jim Grosbach
2012-02-22
Revert part of r148839 and keep DefaultTargetTriple in the form adjusted
Joerg Sonnenberger
2012-02-22
[driver] Add a warning for when -mcpu= is specified without an argument. There
Chad Rosier
2012-02-22
Provide a way to disable auto-generation of preprocessed files during clang
Chad Rosier
2012-02-20
Fixing the working-directory option so that it stores the proper directory.
Aaron Ballman
2012-02-19
Implement a -gcc-toolchain command line option that does the same as
Rafael Espindola
2012-02-18
Default to not using __cxa_atexit on Solaris.
David Chisnall
2012-02-16
Tweak link order on Solaris so that global ctors work.
David Chisnall
2012-02-15
Remove the unuseful -fdiagnostics-show-name
David Blaikie
2012-02-15
Add some Solaris include paths and fix a -lgcc_eh that apparently should be -...
David Chisnall
2012-02-15
Fix copy-and-paste error in comment
David Chisnall
2012-02-15
First pass at Solaris toolchain support. This version compiles and links hello
David Chisnall
2012-02-14
include clang's config.h unconditionally (v2)
Dylan Noblesmith
2012-02-13
When generating diagnostic information due to a clang failure, allow multiple
Chad Rosier
2012-02-13
Delete a simplistic helper function now that llvm::Triple can provide
Chandler Carruth
2012-02-11
Begin refactoring to use the newly added triple predicates for
Chandler Carruth
2012-02-10
Have the driver pass CPU and target feature information to cc1as.
Jim Grosbach
2012-02-09
Correct comment Clang C++ use in production.
David Blaikie
2012-02-07
Filter a few more options not recognized by gcc. <rdar://problem/10814020>
Bob Wilson
2012-02-06
Rewrite the debug action handling to take -verify into account.
Eric Christopher
2012-02-06
Update the command line here and update the comment, we're just going
Eric Christopher
2012-02-06
- Turn the other distribution checks into range compares.
Benjamin Kramer
2012-02-06
Consolidate the ubuntu detection logic a bit, add an entry for Ubuntu 12.04 a...
Benjamin Kramer
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-03
Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>
Bob Wilson
2012-02-03
Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...
Rafael Espindola
2012-02-02
back out r149504
Dylan Noblesmith
2012-02-01
include clang's config.h unconditionally
Dylan Noblesmith
2012-01-31
Use new Triple::getMacOSXVersion function.
Bob Wilson
2012-01-31
Fix more fallout from the introduction of "macosx" and "ios" triples.
Bob Wilson
2012-01-31
Revert r149083 which is not the direction we're going in the Clang
Chandler Carruth
2012-01-30
[analyzer] Rename the checker as per Ted's comment. Remove the reference
Anna Zaks
2012-01-26
Remove the ToolTriple logic in NetBSD, which was completely broken by
Joerg Sonnenberger
[prev]
[next]