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-10-19
[Options] Make Option non clang specific.
Michael J. Spencer
2012-10-19
[Options] make Option a value type.
Michael J. Spencer
2012-10-18
Revert r166223 and the subsequent commits that depend on it, r166230 & r166235.
Argyrios Kyrtzidis
2012-10-18
Add a new option for and disable column number information as there
Eric Christopher
2012-10-18
[Options] Make Option non clang specific.
Michael J. Spencer
2012-10-18
[Options] make Option a value type.
Michael J. Spencer
2012-10-16
GNUstep runtime version default to 1.6, generate correct property attribute
David Chisnall
2012-10-15
Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.
Daniel Dunbar
2012-10-15
Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.
Nico Weber
2012-10-10
Revert "[Options] make Option a value type."
Eric Christopher
2012-10-10
[Options] make Option a value type.
Michael J. Spencer
2012-10-09
The clang driver has a fairly fancy support for executing gcc instead of
Rafael Espindola
2012-10-09
[driver] Remove redundant cases due to overlapping commits between Ted (r1655...
Chad Rosier
2012-10-09
-fcatch-undefined-behavior: emit calls to the runtime library whenever one of...
Richard Smith
2012-10-09
[driver] Remove the -W[no-][int-conversion|constant-conversion|enum-conversion]
Chad Rosier
2012-10-09
Don't forward -Wenum-conversion to cc1plus.
Ted Kremenek
2012-10-09
Don't forward -Wint-conversion to cc1plus.
Ted Kremenek
2012-10-08
Make Bitrig's clang understand -stdlib= correctly.
Chandler Carruth
2012-10-07
Use getArch instead of getArchName + string compare.
Rafael Espindola
2012-10-07
Use getArch instead of getArchName.
Rafael Espindola
2012-10-04
Driver: Link crtfastmath.o if it's available and -ffast-math is specified.
Benjamin Kramer
2012-10-04
Prefer StringRef::startswith to the strncmp/strlen contraption.
Benjamin Kramer
2012-10-04
Fix typo in comments.
Logan Chien
2012-10-03
Fix invalid reads by memcmp.
Benjamin Kramer
2012-10-03
[Options] Store the owning OptTable in Option so it can construct Group and A...
Michael J. Spencer
2012-10-03
Remove useless parameter "WantFile" from Driver::GetProgramPath().
Simon Atanasyan
2012-10-03
Implement Adnroid MIPS toolchain support:
Simon Atanasyan
2012-10-03
Fix typo in comments.
Logan Chien
2012-10-02
During LTO, we call 'dsymutil' when we compile source files. This necessitates
Bill Wendling
2012-09-29
Add Clang support for iOS6.
Bob Wilson
2012-09-29
Add armv7s and some other arm variants supported by Mach-O files.
Bob Wilson
2012-09-28
Modern objcective-C translator. When doing rewriting, Do not
Fariborz Jahanian
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-26
Allow -MF to be used in combination with -E -M or -E -MM.
Benjamin Kramer
2012-09-25
[Options] Store the option ID in OptTable::Info.
Michael J. Spencer
2012-09-25
[driver] Add support for the -fno-fast-math option.
Chad Rosier
2012-09-24
[analyzer] Really turn on dynamic-bifurcation on by default.
Anna Zaks
2012-09-23
Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit.
Rafael Espindola
2012-09-22
On Hexagon getArchName() never returns x86_64, simplify the function.
Rafael Espindola
2012-09-22
Fix pr13749. There is still a lot of code using getArchName that should be
Rafael Espindola
2012-09-21
Add four new command line options for MIPS CPU selection:
Simon Atanasyan
2012-09-18
Add C/C++ header locations for the Freescale SDK.
Hal Finkel
2012-09-18
Add e500mc and e5500 to the list of valid PPC CPU names.
Hal Finkel
2012-09-14
Do not use "lib32" directory to create a library/object files
Simon Atanasyan
2012-09-14
Improve the driver title as shown in the --help message. <rdar://12297538>
Bob Wilson
2012-09-13
This patch introduces A15 as a target in Clang.
Silviu Baranga
2012-09-13
Conditionally parse documentation comments in system headers by
Ted Kremenek
2012-09-13
Properly link libpthread_p when using profiling on OpenBSD.
Eric Christopher
2012-09-12
Claim --param ssp-buffer-size, even if the stack protector is not
Joerg Sonnenberger
[prev]
[next]