2014-07-23 |
Nico Weber | Improve diagnostic on default-initializing const variab... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Richard Smith | AST printer: fix double space before base class with... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Richard Smith | When pretty-printing a declaration of a pack, put the... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Alexey Bataev | [OPENMP] Initial parsing and sema analysis for 'read... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Saleem Abdulrasool | test: add an explicit target triple |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Richard Smith | PR14615: add (passing) tests for this already-fixed bug |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Ehsan Akhgari | Use the correct from type in a SCS |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Robert Lytton | remove hardcoded metadata numbers from tests |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Aaron Ballman | Improve the checkUInt32Argument() helper function so... |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Aaron Ballman | Provide extra information in the "integer constant... |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Aaron Ballman | Adding a heading to the loop hint attributes so that... |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Aaron Ballman | Escaping an RST character to correct a Sphinx warning. |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Aaron Ballman | Disallowing GNU-style attributes in new expressions... |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Alexey Bataev | [OPENMP] Tests for nesting of regions for 'atomic'... |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Elena Demikhovsky | AVX-512: I added new headers to makefiles. It should... |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Elena Demikhovsky | AVX-512: Added intrinsics to clang. |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Alexey Bataev | [OPENMP] Initial parsing and sema analysis for 'atomic... |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Alexey Bataev | [OPENMP] Initial parsing and sema analysis for 'ordered... |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Richard Trieu | Fix '&' printing for template arguments in parentheses... |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Richard Trieu | More gracefully handle parentheses in templare argument... |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Richard Trieu | Fix a template diffing problem were an '&' is unexpecte... |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Saleem Abdulrasool | Sema: correct handling for __va_start for WoA |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Serge Pavlov | Avoid crash if default argument parsed with errors. |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Reid Kleckner | -fms-extensions: Implement half of #pragma init_seg |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Hans Wennborg | clang-cl: ignore /showIncludes when combined with ... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Mark Heffernan | Rename metadata llvm.loop.vectorize.unroll to llvm... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Hans Wennborg | clang-format vs plugin: set version number from cmake... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Arnaud A. de... | Revert "Emit lifetime.start / lifetime.end markers... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Mark Heffernan | Fix build breakage caused by use of std::to_string... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Arnaud A. de... | Emit lifetime.start / lifetime.end markers for unnamed... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Mark Heffernan | Add support for '#pragma unroll'. |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Justin Bogner | Sema: Handle C11 atomics when diagnosing out of range... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Alexey Bataev | [OPENMP] Initial parsing and sema analysis for 'flush... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Alexander Musman | [OPENMP] Parsing/Sema of the OpenMP directive 'critical'. |
commit | commitdiff | tree | snapshot |
2014-07-21 |
James Dennett | Trivial doc fixes: add missing whitespace, and s/overri... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
James Dennett | Add clang::DesignatedInitExpr::designators() for range... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Richard Smith | Add missing initialization found due to a valgrind... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Richard Smith | [modules] Fix some of the confusion when computing... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Alexey Bataev | [OPENMP] Added several test cases for clauses 'ordered... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Ulrich Weigand | [PowerPC] Optimize passing certain aggregates by value |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Ulrich Weigand | [PowerPC] Support the ELFv2 ABI |
commit | commitdiff | tree | snapshot |
2014-07-19 |
Ben Langmuir | If a module build reports errors, don't try to load it |
commit | commitdiff | tree | snapshot |
2014-07-19 |
Viktor Kutuzov | Revert D3908 due to issues on Mac platforms |
commit | commitdiff | tree | snapshot |
2014-07-19 |
Hal Finkel | Cleanup comparisons to VariableArrayType::Static for... |
commit | commitdiff | tree | snapshot |
2014-07-19 |
Hal Finkel | TypePrinter should not ignore IndexTypeCVRQualifiers... |
commit | commitdiff | tree | snapshot |
2014-07-19 |
Hal Finkel | Use the dereferenceable attribute on C99 array paramete... |
commit | commitdiff | tree | snapshot |
2014-07-19 |
Richard Smith | PR20356: Fix all Sema warnings with mismatched ext_... |
commit | commitdiff | tree | snapshot |
2014-07-19 |
NAKAMURA Takumi | clang/test/Misc/backend-optimization-failure.cpp: Appea... |
commit | commitdiff | tree | snapshot |
2014-07-19 |
David Blaikie | Remove uses of the redundant ".reset(nullptr)" of uniqu... |
commit | commitdiff | tree | snapshot |
2014-07-19 |
Warren Hunt | [MS-ABI] Assign SEH handler indices to __try blocks |
commit | commitdiff | tree | snapshot |
2014-07-19 |
David Majnemer | CodeGen: Properly null-check typeid expressions |
commit | commitdiff | tree | snapshot |
2014-07-18 |
NAKAMURA Takumi | Revert r213415, "Merge two lines". It broke tests in... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Akira Hatanaka | [X86 inline-asm] Error out on inline-asm constraint... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Hal Finkel | TypePrinter should not omit the static keyword in array... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Fariborz Jahanian | Objective-C. Patch to warn if the result of calling... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Richard Smith | Reinstate r213348, reverted in r213395, with an additio... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Alexey Samsonov | Merge two lines |
commit | commitdiff | tree | snapshot |
2014-07-18 |
David Majnemer | Revert "CodeGen: Properly null-check typeid expressions" |
commit | commitdiff | tree | snapshot |
2014-07-18 |
David Majnemer | Address Richard's latest feedback. |
commit | commitdiff | tree | snapshot |
2014-07-18 |
David Majnemer | Address Richard's comments |
commit | commitdiff | tree | snapshot |
2014-07-18 |
David Majnemer | Address Richard's comments. |
commit | commitdiff | tree | snapshot |
2014-07-18 |
David Majnemer | CodeGen: Properly null-check typeid expressions |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Tyler Nowicki | Recommit: Handle diagnostic warnings in Frontend diagno... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Ben Langmuir | Revert "[modules] Fix macro hiding bug exposed if:" |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Alexey Samsonov | [UBsan] Skip -fsanitize=vptr instrumentations when... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Alexey Samsonov | Make sure globals created by UBSan are not instrumented... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Sylvestre Ledru | For i386, gcc 4.9 under Debian (at least) updated its... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Hal Finkel | Mark C++ reference parameters as dereferenceable |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Daniel Sanders | [mips] Use Triple::getVendor() instead of Triple::getVe... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Arnaud A. de... | Revert "Emit lifetime.start / lifetime.end markers... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Arnaud A. de... | Emit lifetime.start / lifetime.end markers for unnamed... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Arthur Marble | Moved 25 flags to clang_ignored_gcc_optimization_f_Grou... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Yi Kong | ARM: Add test for ACLE memory barrier intrinsics |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Alexey Bataev | [OPENMP] Initial parsing and sema analysis for 'taskwai... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Alexey Bataev | [OPENMP] Initial parsing and sema analysis for 'barrier... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Oliver Stannard | [ARM] Fix AAPCS regression caused by r211898 |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Alexey Bataev | [OPENMP] Initial parsing and sema analysis of 'taskyiel... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Kevin Qin | [AArch64] Implement Clang CLI interface proposal about... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
David Majnemer | Parse: Diagnose malformed 'message' arguments for ... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Richard Smith | Add dump() for MacroDirective and MacroInfo. |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Richard Smith | [modules] Fix macro hiding bug exposed if: |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Richard Smith | Cleanup: remove essentially unused variable. |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Reid Kleckner | Mark the vtable used when defining implicit copy and... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
NAKAMURA Takumi | SemaInit.cpp: Fix a warning with -Asserts. [-Wunused... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Reid Kleckner | Fix parsing certain kinds of strings in the MS section... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Alexey Samsonov | Check-labelize ubsan tests |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Richard Smith | PR20346: fix aggregate initialization / template instan... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
NAKAMURA Takumi | clang/test/CodeGen/ms-inline-asm.c: Fix for -Asserts. |
commit | commitdiff | tree | snapshot |
2014-07-17 |
David Blaikie | Revert "unique_ptr-ify ownership of ASTConsumers" |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Joerg Sonnenberger | Prune empty directories. |
commit | commitdiff | tree | snapshot |
2014-07-17 |
David Blaikie | unique_ptr-ify ownership of ASTConsumers |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Nico Weber | Add a test for PR20343 after llvm r213303. |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Hans Wennborg | MS compatibility: always emit dllexported in-class... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Joerg Sonnenberger | If char/short are shorter than int, do not use U as... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Joerg Sonnenberger | Always set the C suffix macro, even if it is empty. |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Ehsan Akhgari | clang-cl: Flush stdout after writing the /showIncludes... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Alexey Samsonov | [UBSan] Add !nosanitize metadata to the code generated... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Joerg Sonnenberger | Provide __SIG_ATOMIC_MAX__ next to __SIG_ATOMIC_WIDTH__. |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Nico Weber | Wrap a comment to 80 columns, no code change. |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Fariborz Jahanian | Objective-C. deprecated attribute is not inherited... |
commit | commitdiff | tree | snapshot |
next |