projects
/
clang
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
clang
2014-10-03
Fariborz Jahanian
Add comment about separators must match in
commit
|
commitdiff
|
tree
|
snapshot
2014-10-03
Hal Finkel
constexpr evaluation for __builtin_assume_aligned
commit
|
commitdiff
|
tree
|
snapshot
2014-10-03
Dan Liew
[sphinx clean up] Fix warning introduced by r218957
commit
|
commitdiff
|
tree
|
snapshot
2014-10-03
Asiri Rathnayake
Revert changes in r218863, r218864
commit
|
commitdiff
|
tree
|
snapshot
2014-10-03
Alexander Potapenko
Revert r218925 - "Patch to warn if 'override' is missing"
commit
|
commitdiff
|
tree
|
snapshot
2014-10-03
David Majnemer
MS ABI: Move test from virtual-inheritance to single...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-03
David Majnemer
MS ABI: Add a vftable test for pure virtual methods
commit
|
commitdiff
|
tree
|
snapshot
2014-10-03
David Majnemer
MS ABI: Clean up test to not use dllexport, check vftab...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-03
David Majnemer
MS ABI: Add an additional test for empty structs in C
commit
|
commitdiff
|
tree
|
snapshot
2014-10-03
Hal Finkel
Make test/CodeGen/atomic-ops.c free-standing
commit
|
commitdiff
|
tree
|
snapshot
2014-10-03
Hal Finkel
Make test/Sema/atomic-ops.c free-standing
commit
|
commitdiff
|
tree
|
snapshot
2014-10-03
Hal Finkel
Revert useless part of r217349
commit
|
commitdiff
|
tree
|
snapshot
2014-10-03
Hal Finkel
Add an implementation of C11's stdatomic.h
commit
|
commitdiff
|
tree
|
snapshot
2014-10-03
Justin Bogner
Driver: Update clang-interpreter example for r218938
commit
|
commitdiff
|
tree
|
snapshot
2014-10-03
Justin Bogner
Driver: Use pointee_iterator rather than iterating...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-03
Richard Smith
Fix interaction of max_align_t and modules.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-02
Fariborz Jahanian
Patch to warn if 'override' is missing
commit
|
commitdiff
|
tree
|
snapshot
2014-10-02
Duncan P. N...
Revert "DI: LLVM schema change: fold constants into...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-02
Duncan P. N...
DI: LLVM schema change: fold constants into string
commit
|
commitdiff
|
tree
|
snapshot
2014-10-02
Aaron Ballman
Reflowing some comments, NFC.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-02
Hal Finkel
Initial support for the align_value attribute
commit
|
commitdiff
|
tree
|
snapshot
2014-10-02
Hal Finkel
Add __sync_fetch_and_nand (again)
commit
|
commitdiff
|
tree
|
snapshot
2014-10-02
Fariborz Jahanian
Diagnose mixed use of '_' and '.' as version
commit
|
commitdiff
|
tree
|
snapshot
2014-10-02
Jan Wen Voung
[x32/NaCl] Check if method pointers straddle an eightby...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-02
Justin Bogner
Reapply "InstrProf: Update for the LLVM API change...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-02
Fariborz Jahanian
Patch to accept '_' in addition to '.' as version
commit
|
commitdiff
|
tree
|
snapshot
2014-10-02
Justin Bogner
Revert "InstrProf: Update for the LLVM API change in...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-02
Justin Bogner
InstrProf: Update for the LLVM API change in r218879
commit
|
commitdiff
|
tree
|
snapshot
2014-10-02
Arnaud A. de...
Emit lifetime.start / lifetime.end markers for unnamed...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-02
Asiri Rathnayake
Fix a broken test case.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-02
Asiri Rathnayake
[ARM] Handle conflicts between -mfpu and -mfloat-abi...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-01
David Blaikie
Reduce the PR20399 test case.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-01
Fariborz Jahanian
Test case for my r218780 patch.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-01
Joerg Sonnenberger
Fix trailing commas in AMD define.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-01
Joerg Sonnenberger
Add the various signature macros.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-01
Joerg Sonnenberger
Rename bit_RDRAND to bit_RDRND to match GCC's version...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-01
Fariborz Jahanian
Objective-C Modernizer. Patch to remove dangling space
commit
|
commitdiff
|
tree
|
snapshot
2014-10-01
Duncan P. N...
DIBuilder: Encapsulate DIExpression's element type
commit
|
commitdiff
|
tree
|
snapshot
2014-10-01
Adrian Prantl
Update CGDebugInfo to the updated API in LLVM.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-01
Adrian Prantl
Reverting r218777 while investigating buildbot breakage.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-01
Fariborz Jahanian
c++ error recovery. Build a valid AST when trying
commit
|
commitdiff
|
tree
|
snapshot
2014-10-01
Samuel Benzaquen
Do not use delegated constructors.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-01
Adrian Prantl
Update CGDebugInfo to the updated API in LLVM.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-01
Fariborz Jahanian
Adds 'override' to overriding methods. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-01
Samuel Benzaquen
Refactor Matcher<T> and DynTypedMatcher to reduce overh...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-01
Oliver Stannard
[ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP
commit
|
commitdiff
|
tree
|
snapshot
2014-10-01
Alexander Musman
[OPENMP] Loop collapsing and codegen for 'omp simd...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-01
Richard Trieu
Improve -Wuninitialized warnings for fields that are...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-01
Justin Bogner
InstrProf: Avoid repeated linear searches in a hot...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-01
Justin Bogner
InstrProf: Hide SourceMappingRegion's internals (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2014-09-30
Richard Trieu
Update uninitialized tests to ensure that field initial...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-30
Richard Smith
Enable both C and C++ modules with -fmodules, by switch...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-30
Richard Trieu
Update -Wuninitialized to be stricter on CK_NoOp casts.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-30
Justin Bogner
InstrProf: Remove an unused member (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2014-09-30
Ben Langmuir
Avoid a crash after loading an #undef'd macro in code...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-30
Daniel Jasper
clang-format: [JS] Support AllowShortFunctionsOnASingle...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-30
Eli Bendersky
CUDA: mark the target of implicit intrinsics properly
commit
|
commitdiff
|
tree
|
snapshot
2014-09-30
Job Noorman
Make sure aggregates are properly alligned on MSP430.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-30
David Majnemer
MS ABI: Correct layout for empty records
commit
|
commitdiff
|
tree
|
snapshot
2014-09-30
Alexander Musman
[OPENMP] Codegen of the ‘aligned’ clause for the ‘omp...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-30
Richard Smith
PR20399: Do not assert when adding an implicit member...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
NAKAMURA Takumi
Revert r218616, "Refactor Matcher<T> and DynTypedMatche...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
NAKAMURA Takumi
clang/test/CodeGenCXX/vararg-non-pod-ms-compat.cpp...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
Hans Wennborg
Try to fix non-asserts CodeGenCXX/vararg-non-pod-ms...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
Hans Wennborg
Don't trap when passing non-POD arguments to variadic...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
Alexey Samsonov
Use ClangToLLVMArgsMapping in CodeGenTypes::GetFunction...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
Rafael Auler
Test commit. Fix a whitespace in ToolChains.cpp.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
David Majnemer
AST: Fix a typo in RecordLayoutBuilder
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
Alexey Samsonov
Introduce CGFunctionInfo::getNumRequiredArgs(). NFC.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
Eli Bendersky
CUDA: Fix incorrect target inference for implicit members.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
Alexey Samsonov
Speedup ClangToLLVMArgMapping construction. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
Fariborz Jahanian
Objective-C [qoi] - provide group name for
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
Samuel Benzaquen
Refactor Matcher<T> and DynTypedMatcher to reduce overh...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
Alexey Samsonov
Refactor ABIArgInfo::Expand implementation (NFC).
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
Richard Smith
Update modules documentation now that C++ support is...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
Alexey Bataev
Fix bug 20116 - http://llvm.org/bugs/show_bug.cgi?id...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
Daniel Jasper
clang-format: Fix GCC warning about implicit bool point...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
Daniel Jasper
clang-format: [JS] Improve formatting of function liter...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
Jyoti Allur
Remove dead code from DIBuilder
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
Jyoti Allur
testing commit access to clang repo
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
Richard Smith
Tests for DR600-640.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
Richard Smith
Fix "unsupported friend" diagnostic to also appear...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
Nikola Smiljanic
Add the tests for __super that I forgot to commit in...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-28
Richard Smith
Run DR tests in C++17 mode too.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-28
David Majnemer
CodeGen: Don't crash when initializing pointer-to-membe...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
Richard Trieu
Add back checking for condition of conditional operator...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
Ben Langmuir
Ensure that all module build failures get diagnosed
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
Alexey Samsonov
Don't link in sanitizer runtimes if -nostdlib/-nodefaul...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
Ben Langmuir
Fix an assertion failure trying to emit a trivial destr...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
NAKAMURA Takumi
clang/test/CodeGen/builtin-assume-aligned.c: Fix for...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
David Majnemer
MS ABI: Assert that vftables should have a non-RTTI...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
Alexander Musman
Small fix for bug 18635.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
Hal Finkel
Support the assume_aligned function attribute
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
Jan Vesely
CGBuiltin: Use frem instruction rather than libcall...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
Nikola Smiljanic
-ms-extensions: Implement __super scope specifier ...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Eli Bendersky
Fix PR20886 - enforce CUDA target match in method calls
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Ismail Pazarbasi
Suggest fix-it for missing '{' after base-clause
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Ben Langmuir
Move calls to ResolveExceptionSpec out of SetDeclDefaul...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
David Majnemer
MS ABI: Avoid hashing back reference keys in mangler
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Richard Trieu
Add increment/decrement operators and compound assignme...
commit
|
commitdiff
|
tree
|
snapshot
next