2014-03-27 |
Richard Smith | PR19252: Fix crash if alignas is used with an auto... |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Rafael Espindola | Don't produce a L symbol in __DATA,__data. |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Reid Kleckner | MS asm: Filter out fpsw clobbers |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Eric Christopher | Just call getContextDescriptor to get the context for... |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Reid Kleckner | Try to fix arm bots by removing a superfluous __cdecl |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Richard Smith | PR19254: If a thread_local data member of a class is... |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Fariborz Jahanian | Objective-C. Improve diagnostic error for '@import' |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Fariborz Jahanian | Objective-C. Fixes a bogus warning on unimplemented |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Duncan P. N... | InstrProf: Use unique_ptr |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Duncan P. N... | InstrProf: Use references |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Jordan Rose | [analyzer] Remove the implemented Identical* checkers... |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Logan Chien | Fix atomic libcall. |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Jordan Rose | [analyzer] Handle the M_ZERO and __GFP_ZERO flags in... |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Paul Robinson | Recommit r204493 with a fix to look in both clang and... |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Reid Kleckner | Intrin.h: Implement _InterlockedExchangePointer |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Reid Kleckner | -Wglobal-constructors: Don't warn on trivial defaulted... |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Reid Kleckner | -fms-extensions: Add __va_start builtin, which is used... |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Renato Golin | Add support for __builtin___clear_cache in Clang |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Tim Northover | ARM: be more flexible about how --mhwdiv is accepted. |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Joerg Sonnenberger | From Matt Thomas: use long long for [u]int64_t and... |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Timur Iskhodzhanov | Make the 'for (auto ...)' names more readable |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Timur Iskhodzhanov | Fix PR19066 - 0-sized vftable in the presence of virtua... |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Rafael Espindola | Revert "Update for llvm api change." |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Rafael Espindola | Update for llvm api change. |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Richard Trieu | Add existing warnings to -Waddress so that it works... |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Alexander Kornienko | Move the -i[no-]system-prefix options from CC1Options... |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Bob Wilson | [PGO] Add simplified branch weights for Objective-C... |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Richard Smith | PR19249: Don't forget to DiagnoseUseOfDecl for the... |
commit | commitdiff | tree | snapshot |
2014-03-25 |
David Blaikie | Use an option alias to implement -gmlt |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Reid Kleckner | -fms-compatibility: Only form implicit member exprs... |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Reid Kleckner | MS ABI: Mark direct virtual bases as visted when buildi... |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Benjamin Kramer | Fix an logic error in the clang driver preventing crtfa... |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Hans Wennborg | clang-cl: make /Gy imply -fdata-sections in addition... |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Jordan Rose | [analyzer] Don't track retain counts of objects directl... |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Hans Wennborg | clang-cl: Forward /Gy or /Gy- when falling back to... |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Manuel Klimek | Fixes a bug in DynTypedNode. |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Daniel Jasper | clang-format: Fix incorrect &/* detection. |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Richard Smith | Remove redundant and misleading check. This could also... |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Richard Smith | Save out a correct lookup table if a lookup table entry... |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Richard Smith | If a DeclContext's lookups need to be reconciled, and... |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Richard Smith | Simplify: don't try to complete the list of decls twice... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Richard Smith | Fix a bug where an explicit instantiation declaration... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Eli Bendersky | Proper handling of static local variables with address... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
David Majnemer | MS ABI: Eliminate Duplicate Strings |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Warren Hunt | [MS-ABI] Drop Special Layout in 64-bit mode. |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Adrian Prantl | Cleanup testcase by adding return statements and replac... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Will Schmidt | Update the powerpc64le check to include CALL_ELF=2... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Aaron Ballman | Capability attributes can now be declared on a typedef... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Bob Wilson | Use CHECK-DAG in a test so that it isn't sensitive... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Will Schmidt | [PPC64LE] Add a CALL_ELF macro to indicate use of the... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Will Schmidt | Update the parameters passed to the assembler and linke... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Will Schmidt | Update DataLayout/DescriptionString for ppc64le |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Christian Pirker | AArch64_BE test case for predefined macros |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Timur Iskhodzhanov | Fix a compile-time warning |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Timur Iskhodzhanov | Revert r204562,204566,204586,204587 as they broke ASan... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
David Majnemer | Driver: Fix a typo in a command line description |
commit | commitdiff | tree | snapshot |
2014-03-24 |
David Majnemer | CodeGen: Remove unneeded directives |
commit | commitdiff | tree | snapshot |
2014-03-24 |
David Majnemer | MS ABI: Add tests, other cleanups for r204562 |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Benjamin Kramer | Remove unused diagnostic. |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Nico Rieck | Fix tests in r204576 |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Nico Rieck | Treat dllimport globals without explicit storage class... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Richard Smith | Add missing file from r204570. |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Richard Smith | Consistently dump default template arguments for templa... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Richard Smith | If a name is injected into an imported inline namespace... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Arnaud A. de... | Cleanup dead assignments reported by scan-build |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Richard Smith | When we inject a declaration into a namespace, add... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Timur Iskhodzhanov | Simplify test/CodeGenCXX/microsoft-abi-vtables-virtual... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
David Majnemer | CodeGen: Make string tests exercise the MS ABI |
commit | commitdiff | tree | snapshot |
2014-03-23 |
David Majnemer | Driver: Map /Gy to -ffunction-sections |
commit | commitdiff | tree | snapshot |
2014-03-23 |
David Majnemer | Driver: cleanup /vd2 test |
commit | commitdiff | tree | snapshot |
2014-03-23 |
David Majnemer | MS ABI: Eliminate Duplicate Strings |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Nuno Lopes | remove a bunch of unused private methods |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Richard Smith | If a template instantation introduces a name into a... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Richard Smith | If an update record makes a declaration interesting... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Richard Smith | Emit an update record if we instantiate the definition... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
NAKAMURA Takumi | Revert r204493, "Make clang/test/lit.cfg pre-scan the... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Richard Smith | Refactor: move loading pending instantiations from... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Adrian Prantl | relax testcase to unbreak windows buildbots. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Arnaud A. de... | When generating the Attribute dumper code, do not dead... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Kaelyn Uhrain | Be a bit smarter about what nested name qualifiers... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Kaelyn Uhrain | [C++11] Simplify some loops in Sema::CorrectTypo as... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Alexander Musman | Test commit |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Adrian Prantl | CGDebugInfo: At the end of EmitFunctionStart, Initializ... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Paul Robinson | Make clang/test/lit.cfg pre-scan the RUN line looking... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Ted Kremenek | Placate -Wunreachable-code by removing unnecessary... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Aaron Ballman | Fixing code that doesn't compile in MSVC 2012 (but... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Aaron Ballman | The release_capability, release_shared_capability and... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Daniel Jasper | clang-format: Add flag for removing empty lines at... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Timur Iskhodzhanov | Simplify test/CodeGenCXX/microsoft-abi-vtables-virtual... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Timur Iskhodzhanov | Simplify test/CodeGenCXX/microsoft-abi-vtables-multiple... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Alexey Samsonov | [CMake] Propagate top-level targets for compiler-rt... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Daniel Jasper | clang-format: Don't remove empty lines at the start... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Daniel Jasper | clang-format: Remove empty lines at the beginning of... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Daniel Jasper | clang-format: Let a trailing comma in braced lists... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Daniel Jasper | clang-format: Fix for r204456. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Daniel Jasper | clang-format: Preserve meaning of trailing comments... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Timur Iskhodzhanov | Simplify test/CodeGenCXX/microsoft-abi-vtables-single... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Timur Iskhodzhanov | Add one more test for PR19172 |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Alexey Samsonov | Document removed flags in release notes |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Alexey Samsonov | Kill deprecated -fbounds-checking flag |
commit | commitdiff | tree | snapshot |
next |