2014-05-03 |
Benjamin Kramer | Remove unused diagnostics. |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Chandler Carruth | [leaks] The PDFileEntry nodes in the FilesMade FoldingS... |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Chandler Carruth | [leaks] Re-shuffle code such that we don't create a... |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Chandler Carruth | [leaks] Don't leak the fake arguments we synthesize... |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Alp Toker | Eliminate ASTContext's DelayInitialization flag |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Alp Toker | Fix a bunch of mislayered clang/Lex includes from Sema |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Alp Toker | Update Preprocessor::Initialize() documentation followi... |
commit | commitdiff | tree | snapshot |
2014-05-03 |
David Majnemer | CodeGen: Cleanup ABIArgInfo |
commit | commitdiff | tree | snapshot |
2014-05-03 |
David Majnemer | Revert "Sema: Implement DR244" |
commit | commitdiff | tree | snapshot |
2014-05-03 |
David Majnemer | Sema: Implement DR244 |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Nick Lewycky | Err, wait. Those new test functions in r207890 need... |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Nick Lewycky | Rewrite NRVO determination. Track NRVO candidates on... |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Reid Kleckner | MS ABI x64: Pass small objects with dtors but no copy... |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Chandler Carruth | [leaks] Fix a leak of a basic block when we successfull... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Richard Trieu | Fix PR 19630, don't crash when file ends with whitespace. |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Chandler Carruth | [leaks] Parse the schema file every time we try to... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Hans Wennborg | Fix clang-cl Driver leak |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Justin Bogner | clang-c: Fix a typo |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Chandler Carruth | [sanitizers] Propagate the sanitizer options through... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Chandler Carruth | [leaks] Fix a leak recently introduced to the pragma... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Nico Weber | Remove unused typedef found by gcc's -Wunused-local... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Alex McCarthy | Fix null pointer segfault when calling dump() on a... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Chad Rosier | [driver] Enable the slp vectorizer at -Oz. |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Hans Wennborg | Fix bad comment from r207573. |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Eric Christopher | Small formatting change. |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Dinesh Dwivedi | Fixes issue with Allman BreakBeforeBraces for Objective... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Benjamin Kramer | Add support for -march=bdver4. |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Bradley Smith | [ARM64/AArch64] Define the correct value for __ARM_NEON_FP |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Bradley Smith | [ARM64/AArch64] Hook up CRC32 subtarget feature to... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Aaron Ballman | Updated the attribute tablegen emitter for variadic... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Aaron Ballman | Renaming the CallableState variadic attribute argument... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Robert Lytton | XCore target: fix bug in dereferencing null pointer. |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Robert Lytton | XCore target: fix handling of -g0 flag |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Robert Lytton | XCore target: Add TypeString meta data to IR output. |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Saleem Abdulrasool | CodeGen: reorder ARM hint |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Saleem Abdulrasool | CodeGen: rename __builtin_arm_sevl to __sevl |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Alp Toker | Reformat code following Preprocessor constructor updates |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Alp Toker | Factor TargetInfo pointer/DelayInitialization bool... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Alp Toker | Remove unused IncrProcessing parameter from Preprocesso... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Alp Toker | Cut off parsing early during code completion |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Hans Wennborg | Handle -fdelayed-template-parsing of out-of-line defini... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Reid Kleckner | Remove unused variable that I missed in my rush to... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Reid Kleckner | Win64: Use ConvertType instead of checking the MS inher... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Reid Kleckner | Win64: Pass member pointers larger than 8 bytes by... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Reid Kleckner | MS ABI: Fix logic bug in member pointer null test code |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Lubos Lunak | -fsyntax-only for a test |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Richard Smith | Bitrig's standard C++ standard library changed from... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Richard Smith | Bitrig now supports TLS, so enable TLS support when... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
David Blaikie | Use std::abs(int) portably. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Reid Kleckner | Use %clang_cc1 in rewrite-includes-messages.c test... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Lubos Lunak | do not hide clang stderr output during a test |
commit | commitdiff | tree | snapshot |
2014-05-01 |
David Blaikie | Fix some -Wabsolute-value warnings introduced in r207796. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
David Blaikie | Revert "Use make_unique<T>(...) rather than unique_ptr... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Lubos Lunak | use 'diff' rather than 'cmp -s' in a test |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Kaelyn Takata | When sorting overload candidates, sort arity mismatches... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Lubos Lunak | write a line marker right before adding included file |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Lubos Lunak | do not use "1" for line marker for the predefines ... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
David Blaikie | Use make_unique<T>(...) rather than unique_ptr<T>(new... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Richard Smith | Update documentation to match recent API change. newFro... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Arnaud A. de... | PR19601: testcase improvement |
commit | commitdiff | tree | snapshot |
2014-05-01 |
David Blaikie | PR19623: Support typedefs (and alias templates) of... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
David Blaikie | Fix debug-info-alias test to add CHECK to some lines... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
David Majnemer | AST: Mangle reference temporaries reliably |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Dinesh Dwivedi | Fix typo (first commit to test commit access). |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Reid Kleckner | Fix declspec-thread.cpp test with a triple |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Reid Kleckner | MSVCCompat: Don't produce an invalid AST when accepting... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Joey Gouly | [libclang] Add attribute support for 'pure', 'const... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Aaron Ballman | Fixing a FIXME -- no longer using std::memcpy, since... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Tobias Grosser | Support 'remark' in VerifyDiagnosticConsumer |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Lubos Lunak | do not use "1" for line marker for the main file |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Lubos Lunak | revert r207756 |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Lubos Lunak | do not warn about unknown pragmas in modes that do... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Lubos Lunak | write a line marker right before adding included file |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Ben Langmuir | Avoid a potential race between stat() and open() of... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Reid Kleckner | Add support for __declspec(thread) under -fms-extensions |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Reid Kleckner | MS ABI x64: Don't destroy arguments twice on x64 |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Richard Smith | Make typo-correction of inheriting constructors work... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Dmitri Gribenko | Comment parsing: remove HTML attribute validation |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Arnaud A. de... | PR19601: std::remove_if does not really remove the... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Reid Kleckner | Fix typos in carries_dependency docs |
commit | commitdiff | tree | snapshot |
2014-04-30 |
David Majnemer | Sema: Implement DR477 |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Richard Smith | When typo-correcting a member using declaration, don... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Richard Smith | When typo-correcting a member using-declaration, only... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Richard Smith | Fix crash if typo correction corrects a member using... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Reid Kleckner | __thread: Move constant init check to CheckCompleteVari... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Reid Kleckner | -Wunused-parameter: Don't fire on defaulted or deleted... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Logan Chien | Android uses -fpic for arm64 as well. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
James Molloy | Add a test for big-endian NEON on ARM64. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Bradley Smith | [ARM64] Port remaining relevant AArch64 clang tests... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
James Molloy | [ARM64] Add arm64_be where it was accidentally missed... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Andrea Di Biagio | Simplify test. No functional change intended. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Nico Weber | Add a triple to new test. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Nico Weber | Let stddef.h respect __need_{wchar_t, size_t, NULL... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Richard Smith | Defer loading any pending update records until we've... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Rafael Espindola | Drop non-cfi assembly support from clang. |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Andrea Di Biagio | Add test case for revision 207575 to verify that on... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Hans Wennborg | scanf analysis: handle scanlists that start with ^... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Argyrios Kyrtzidis | [PCH/Modules] Don't tie TargetOptions::LinkerVersion... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Logan Chien | Android uses -fpic for aarch64. |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Jordan Rose | [analyzer] Improve test from r207486. |
commit | commitdiff | tree | snapshot |
next |