]> granicus.if.org Git - clang/shortlog
clang
2014-05-04 Saleem AbdulrasoolTarget: fix wchar_t definition for Windows on ARM
2014-05-03 Nico WeberMinor cleanups, no behavior change.
2014-05-03 Nico WeberWrap a few lines at 80 columns, change a confusing...
2014-05-03 Benjamin KramerReplace one-element SmallVectors inside DenseMaps with...
2014-05-03 Benjamin KramerRemove unused diagnostics.
2014-05-03 Chandler Carruth[leaks] The PDFileEntry nodes in the FilesMade FoldingS...
2014-05-03 Chandler Carruth[leaks] Re-shuffle code such that we don't create a...
2014-05-03 Chandler Carruth[leaks] Don't leak the fake arguments we synthesize...
2014-05-03 Alp TokerEliminate ASTContext's DelayInitialization flag
2014-05-03 Alp TokerFix a bunch of mislayered clang/Lex includes from Sema
2014-05-03 Alp TokerUpdate Preprocessor::Initialize() documentation followi...
2014-05-03 David MajnemerCodeGen: Cleanup ABIArgInfo
2014-05-03 David MajnemerRevert "Sema: Implement DR244"
2014-05-03 David MajnemerSema: Implement DR244
2014-05-03 Nick LewyckyErr, wait. Those new test functions in r207890 need...
2014-05-03 Nick LewyckyRewrite NRVO determination. Track NRVO candidates on...
2014-05-03 Reid KlecknerMS ABI x64: Pass small objects with dtors but no copy...
2014-05-03 Chandler Carruth[leaks] Fix a leak of a basic block when we successfull...
2014-05-02 Richard TrieuFix PR 19630, don't crash when file ends with whitespace.
2014-05-02 Chandler Carruth[leaks] Parse the schema file every time we try to...
2014-05-02 Hans WennborgFix clang-cl Driver leak
2014-05-02 Justin Bognerclang-c: Fix a typo
2014-05-02 Chandler Carruth[sanitizers] Propagate the sanitizer options through...
2014-05-02 Chandler Carruth[leaks] Fix a leak recently introduced to the pragma...
2014-05-02 Nico WeberRemove unused typedef found by gcc's -Wunused-local...
2014-05-02 Alex McCarthyFix null pointer segfault when calling dump() on a...
2014-05-02 Chad Rosier[driver] Enable the slp vectorizer at -Oz.
2014-05-02 Hans WennborgFix bad comment from r207573.
2014-05-02 Eric ChristopherSmall formatting change.
2014-05-02 Dinesh DwivediFixes issue with Allman BreakBeforeBraces for Objective...
2014-05-02 Benjamin KramerAdd support for -march=bdver4.
2014-05-02 Bradley Smith[ARM64/AArch64] Define the correct value for __ARM_NEON_FP
2014-05-02 Bradley Smith[ARM64/AArch64] Hook up CRC32 subtarget feature to...
2014-05-02 Aaron BallmanUpdated the attribute tablegen emitter for variadic...
2014-05-02 Aaron BallmanRenaming the CallableState variadic attribute argument...
2014-05-02 Robert LyttonXCore target: fix bug in dereferencing null pointer.
2014-05-02 Robert LyttonXCore target: fix handling of -g0 flag
2014-05-02 Robert LyttonXCore target: Add TypeString meta data to IR output.
2014-05-02 Saleem AbdulrasoolCodeGen: reorder ARM hint
2014-05-02 Saleem AbdulrasoolCodeGen: rename __builtin_arm_sevl to __sevl
2014-05-02 Alp TokerReformat code following Preprocessor constructor updates
2014-05-02 Alp TokerFactor TargetInfo pointer/DelayInitialization bool...
2014-05-02 Alp TokerRemove unused IncrProcessing parameter from Preprocesso...
2014-05-02 Alp TokerCut off parsing early during code completion
2014-05-02 Hans WennborgHandle -fdelayed-template-parsing of out-of-line defini...
2014-05-02 Reid KlecknerRemove unused variable that I missed in my rush to...
2014-05-02 Reid KlecknerWin64: Use ConvertType instead of checking the MS inher...
2014-05-02 Reid KlecknerWin64: Pass member pointers larger than 8 bytes by...
2014-05-02 Reid KlecknerMS ABI: Fix logic bug in member pointer null test code
2014-05-01 Lubos Lunak-fsyntax-only for a test
2014-05-01 Richard SmithBitrig's standard C++ standard library changed from...
2014-05-01 Richard SmithBitrig now supports TLS, so enable TLS support when...
2014-05-01 David BlaikieUse std::abs(int) portably.
2014-05-01 Reid KlecknerUse %clang_cc1 in rewrite-includes-messages.c test...
2014-05-01 Lubos Lunakdo not hide clang stderr output during a test
2014-05-01 David BlaikieFix some -Wabsolute-value warnings introduced in r207796.
2014-05-01 David BlaikieRevert "Use make_unique<T>(...) rather than unique_ptr...
2014-05-01 Lubos Lunakuse 'diff' rather than 'cmp -s' in a test
2014-05-01 Kaelyn TakataWhen sorting overload candidates, sort arity mismatches...
2014-05-01 Lubos Lunakwrite a line marker right before adding included file
2014-05-01 Lubos Lunakdo not use "1" for line marker for the predefines ...
2014-05-01 David BlaikieUse make_unique<T>(...) rather than unique_ptr<T>(new...
2014-05-01 Richard SmithUpdate documentation to match recent API change. newFro...
2014-05-01 Arnaud A. de... PR19601: testcase improvement
2014-05-01 David BlaikiePR19623: Support typedefs (and alias templates) of...
2014-05-01 David BlaikieFix debug-info-alias test to add CHECK to some lines...
2014-05-01 David MajnemerAST: Mangle reference temporaries reliably
2014-05-01 Dinesh DwivediFix typo (first commit to test commit access).
2014-05-01 Reid KlecknerFix declspec-thread.cpp test with a triple
2014-05-01 Reid KlecknerMSVCCompat: Don't produce an invalid AST when accepting...
2014-05-01 Joey Gouly[libclang] Add attribute support for 'pure', 'const...
2014-05-01 Aaron BallmanFixing a FIXME -- no longer using std::memcpy, since...
2014-05-01 Tobias GrosserSupport 'remark' in VerifyDiagnosticConsumer
2014-05-01 Lubos Lunakdo not use "1" for line marker for the main file
2014-05-01 Lubos Lunakrevert r207756
2014-05-01 Lubos Lunakdo not warn about unknown pragmas in modes that do...
2014-05-01 Lubos Lunakwrite a line marker right before adding included file
2014-05-01 Ben LangmuirAvoid a potential race between stat() and open() of...
2014-05-01 Reid KlecknerAdd support for __declspec(thread) under -fms-extensions
2014-05-01 Reid KlecknerMS ABI x64: Don't destroy arguments twice on x64
2014-05-01 Richard SmithMake typo-correction of inheriting constructors work...
2014-04-30 Dmitri GribenkoComment parsing: remove HTML attribute validation
2014-04-30 Arnaud A. de... PR19601: std::remove_if does not really remove the...
2014-04-30 Reid KlecknerFix typos in carries_dependency docs
2014-04-30 David MajnemerSema: Implement DR477
2014-04-30 Richard SmithWhen typo-correcting a member using declaration, don...
2014-04-30 Richard SmithWhen typo-correcting a member using-declaration, only...
2014-04-30 Richard SmithFix crash if typo correction corrects a member using...
2014-04-30 Reid Kleckner__thread: Move constant init check to CheckCompleteVari...
2014-04-30 Reid Kleckner-Wunused-parameter: Don't fire on defaulted or deleted...
2014-04-30 Logan ChienAndroid uses -fpic for arm64 as well.
2014-04-30 James MolloyAdd a test for big-endian NEON on ARM64.
2014-04-30 Bradley Smith[ARM64] Port remaining relevant AArch64 clang tests...
2014-04-30 James Molloy[ARM64] Add arm64_be where it was accidentally missed...
2014-04-30 Andrea Di BiagioSimplify test. No functional change intended.
2014-04-30 Nico WeberAdd a triple to new test.
2014-04-30 Nico WeberLet stddef.h respect __need_{wchar_t, size_t, NULL...
2014-04-30 Richard SmithDefer loading any pending update records until we've...
2014-04-30 Rafael EspindolaDrop non-cfi assembly support from clang.
2014-04-29 Andrea Di BiagioAdd test case for revision 207575 to verify that on...
next