]> granicus.if.org Git - clang/shortlog
clang
2014-05-06 Nick LewyckyI fixed this fixme in r208017.
2014-05-06 Alp Tokerwww: add a missing HTML open tag
2014-05-05 David BlaikieBuild debug info for ObjC interface types at the end...
2014-05-05 David BlaikieObjC IVars aren't added when the type isn't emitted...
2014-05-05 Richard TrieuDuring parsing, update the range of the Declarator...
2014-05-05 Argyrios Kyrtzidis[Basic/FileManager] Propagate whether a file 'IsVolatil...
2014-05-05 Ben LangmuirAdd -Wnon-modular-include* options
2014-05-05 David BlaikieSimplify replacement map by avoiding duplicate values...
2014-05-05 Reid KlecknerMS ABI: Emit an error during IRgen on C++ exception...
2014-05-05 Rafael EspindolaFix pr19653.
2014-05-05 Alp Tokerwww: remove proprietary dbtree.js script from r96013
2014-05-05 Alp TokerFix some typos
2014-05-05 Rafael EspindolaSmall refactoring, no functionality change.
2014-05-05 David MajnemerCodeGen: Assign linkage to thread-wrappers correctly
2014-05-05 Manuel KlimekFix handling of condition variables in the face of...
2014-05-05 Duncan P. N... CodeGen: Cleanup visibility in RTTIBuilder
2014-05-05 Ben LangmuirAdd -Wmodule-build to make it easy to see when modules...
2014-05-05 Daniel Jasperclang-format: Understand functions with decltype return...
2014-05-05 Dinesh DwivediAdded some heuristics to identify c style casting
2014-05-05 Benjamin KramerDriver: Recognize CentOS 6 as RHEL 6.
2014-05-05 Alp TokerStringRefize and take out an old FIXME
2014-05-05 Daniel Jasperclang-format: Improve understanding of decltype.
2014-05-05 Dinesh DwivediFix bug in clang-format while merging short function
2014-05-05 Manuel KlimekFix crash when resolving branch conditions for temporar...
2014-05-05 Christian PirkerSimplify getARMCPUForMArch() and make it more consistent
2014-05-05 Daniel Jasperclang-format: Fix import statements with ColumnLimit: 0
2014-05-05 Alp TokerUpdate lit.cfg to support the clang-interpreter test...
2014-05-05 Alp TokerAdd speculative clang-interpreter test
2014-05-05 Ben LangmuirMake module self-import an error
2014-05-05 Alp Tokercindex-dump.py: fix the --show-ids description string
2014-05-05 Alp TokerFix cindex-dump.py --show-ids
2014-05-04 Alp TokerSplit out header integration tests
2014-05-04 Argyrios KyrtzidisSpeculative fix to unbreak the buildbots that fail...
2014-05-04 Ben LangmuirFix a use-after-free bug I recently introduced in looku...
2014-05-04 Argyrios Kyrtzidis[Modules] Add the resource-dir to the module hash.
2014-05-04 Saleem AbdulrasoolCodeGen: complete ARM ACLE hint 8.4 support
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
next