projects
/
clang
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
clang
2013-09-25
Rafael Espindola
Use -Xclang to pass -internal-isystem and -internal...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Rafael Espindola
Move --relocatable-pch to Options.td.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Rafael Espindola
Don't pass -print-stats to the driver, it is a -cc1...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Daniel Jasper
clang-format: Option to removing the space before assig...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Rafael Espindola
Remove unused option.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Benjamin Kramer
Sema: Simplify code a bit, plug a potential leak.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
NAKAMURA Takumi
StaticAnalyzer/Core/RegionStore.cpp: Prune one last...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Richard Smith
Refactor to use C++1y 'auto' semantics directly in...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Fariborz Jahanian
ObjectiveC migrator. Don't suggest @property for
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Argyrios Kyrtzidis
[libclang] python: fix return type of clang_Type_getSiz...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Argyrios Kyrtzidis
[libclang] Provide location for attributes and expose...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Anton Yartsev
[analyzer] This patch removes passing around of const...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Eli Friedman
Allow dynamic_cast to void* even with -fno-rtti.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Eli Friedman
Fix -Wmissing-variable-declarations regression.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Richard Smith
Avoid a signed/unsigned comparison warning with compile...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Fariborz Jahanian
ObjectiveC migrator: provide space between the property
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Fariborz Jahanian
ObjectiveC migrator: Another test for my last patch.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Fariborz Jahanian
ObjectiveC migrator: iDOn't mangle names when
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Rafael Espindola
Produce an error for unknown -m options.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Yunzhong Gao
Adding -mtbm and -mno-tbm command line options to the...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Hans Wennborg
clang-cl: fix passing optimization level to cl.exe...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Hans Wennborg
clang-cl: pass /nologo when falling back to cl.exe
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Fariborz Jahanian
Revert my patch in r191155 to allow forward
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Rafael Espindola
Use a valid option (-msse) for testing QA_OVERRIDE_GCC3...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Rafael Espindola
Remove a use of OPT_m_Joined.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Daniel Jasper
Fix uninitialized value bug discovered buy msan buildbot.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Daniel Jasper
Add -fmodule-map-file option.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Daniel Jasper
Module use declarations (II)
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Simon Atanasyan
[Mips] Support -mnan=2008 option. Define "__mips_nan200...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Richard Smith
Hopefully unbreak bots which are seeing an assert in...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Richard Smith
Implement restriction that a partial specialization...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
NAKAMURA Takumi
CGBuiltin.cpp: Prune a stray default: label. [-Wcovered...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Richard Smith
Handle standard libraries that miss out the space when...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Alexey Bataev
[OPENMP] Bug fixes and improvements.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Jiangning Liu
Initial support for Neon scalar instructions.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Rafael Espindola
Remove unused option.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Hans Wennborg
clang-cl: print diagnostics as "error(clang): foo"...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Rafael Espindola
Produce errors for unknown options.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Eli Friedman
Fix argument types of some AVX2 intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Fariborz Jahanian
Remove extra space.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Rafael Espindola
Fix an incomplete copy and paste in my previous patch.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Eli Friedman
Add _mm_stream_si64 intrinsic.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Rafael Espindola
Add tests on how clang currently handles some unknown...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Fariborz Jahanian
ObjectiveC migrator. When migrating to property declaration
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Richard Smith
Revert change accidentally committed in r191150.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Fariborz Jahanian
ObjectiveC migrator: Infer NS_OPTIONS when if there...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Kostya Serebryany
Enable -fsanitize=use-after-return by default under...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Richard Smith
PR16529: Don't forget to add the CXXFunctionalCastExpr...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Benjamin Kramer
Make sort predicate match the qsort convention.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Benjamin Kramer
Fix array_pod_sort predicates after LLVM change.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Benjamin Kramer
array_pod_sort loses some type safety, better use the...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Benjamin Kramer
Rewrite a cold use of std::sort to array_pod_sort.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Nick Lewycky
Fix comment to match name of variable.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Nick Lewycky
Simplify code to equivalent code. No need to test for...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Nick Lewycky
Fix typo. Add missing whitespace. No functionality...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
David Majnemer
Parse: Move simple-type-specifier sanity check earlier
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
David Majnemer
Parse: Don't crash during parsing if we lack a simple...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Fariborz Jahanian
ObjectiveC: ObjC declarations, including forward class
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Richard Smith
PR17295: Do not allow explicit conversion functions...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Richard Smith
Some comment updates and tweaks for clarity.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Richard Smith
Rearrange narrowing checks in initialization to be...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Daniel Jasper
clang-format: Improve address-of-operator detection
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Daniel Jasper
Fix clang-format-diff.py to accept -style again.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Petar Jovanovic
[Mips] Allocate NaClTargetInfo for MIPSEL NaCl
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Eli Friedman
Fix return type of _mm_extract_epi8 etc.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Chandler Carruth
Switch tests in test/Headers to use %clang_cc1 rather...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Richard Smith
Refactor: CheckExplicitInitList is only called to check...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Hans Wennborg
clang-cl: implement custom search for cl.exe in /fallba...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Reid Kleckner
Update -fmsc-version docs for r190908, which set the...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Reid Kleckner
Fix ReST links I just added to the manual
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Reid Kleckner
Clarify that we silently ignore some MS extensions...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Reid Kleckner
Use -fms-compatibility to trigger lookup into dep....
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Jordan Rose
[analyzer] Use getParentIgnoreParenCasts instead of...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Alexander Potapenko
[ASan] Fix darwin-sanitizer-ld.c to test for the new...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Alexander Potapenko
[ASan] Do not imply -undefined dynamic_lookup when...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Richard Trieu
Modify the uninitialized field visitor to detect uninit...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Richard Smith
Testcase I forgot to svn add in r191057.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Richard Smith
Switch the semantic DeclContext for a block-scope decla...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Richard Smith
PR17290: Use 'false' macro in fix-it hint for initializ...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Kaelyn Uhrain
Don't correct typos in Sema::BuildCXXNestedNameSpecifie...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Hans Wennborg
clang-cl: implement /fallback mode
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Fariborz Jahanian
Fixes a buildbot failure (was using local
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Fariborz Jahanian
Refinement to my previous patch for
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Reid Kleckner
clang-cl: Accept -fmsc-version so we can set it without...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Fariborz Jahanian
ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Ben Langmuir
Fix ifdef macro missed in previous commit
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Ben Langmuir
Move sha intrinsics to immintrin.h
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Amara Emerson
[ARMv8] Add crypto-neon-fp-armv8 -mfpu option in driver.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Ben Langmuir
Add C intrinsics for Intel SHA Extensions
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Reid Kleckner
Use -ffreestanding in ms-intrin.cpp and define size_t...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Eli Friedman
Fix use-after-free in r190980.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Craig Topper
Use curly braces all the way through long if/else chain...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Eli Friedman
Fix crash with cast of value-dependent expr.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Eli Friedman
Make Preprocessor::Lex non-recursive.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Reid Kleckner
Avoid including <stdlib.h> in the intrin.h test
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Reid Kleckner
Fix ifdef ordering at the end of Intrin.h from r190965
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Craig Topper
Disabling sse2 should disable aes and pclmul support.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Eli Friedman
Add specific warning flags for GNU ext in Sema.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Eli Friedman
Fix CharByteWidth assertion in LiteralSupport.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Richard Smith
Remove a bogus diagnostic preventing static data member...
commit
|
commitdiff
|
tree
|
snapshot
next