]> granicus.if.org Git - clang/shortlog
clang
2014-06-24 Ben LangmuirFix test issues from r211623 and remove test-only API
2014-06-24 Matt ArsenaultForgot to add file in r211631
2014-06-24 Matt ArsenaultAdd R600 builtin codegen.
2014-06-24 Matt ArsenaultFix missing C++ mode comment
2014-06-24 Rafael EspindolaCorrectly Load Mixed FP-GP Variadic Arguments for x86-64.
2014-06-24 Ben LangmuirDisable the bits of r211623 that broke the bots
2014-06-24 Brad SmithUse appropriate default PIE settings for OpenBSD.
2014-06-24 Ben LangmuirAdd directory_iterator for (non-recursive) iteration...
2014-06-24 Alp TokerSimplify optimization-remark.c test following r211610
2014-06-24 Simon Atanasyan[Driver][Mips] Support mips64-linux-gnuabi64 / mips64el...
2014-06-24 David BlaikieFix test added in r211610 so it doesn't race on output...
2014-06-24 Fariborz JahanianObjective-C. When we use @selector(save:), etc. there...
2014-06-24 Diego NovilloAdd new debug kind LocTrackingOnly.
2014-06-24 Aaron BallmanAllow static_assert inside an anonymous union; fixes...
2014-06-24 Logan ChienUse lowercase windows.h for mingw cross compilation.
2014-06-24 Alexander KornienkoFix "warning: fallthrough annotation does not directly...
2014-06-24 Daniel Sanders[mips] Correct linux dynamic linker for -mnan=2008
2014-06-24 NAKAMURA TakumiRevert r211121 (and r211285), "Change libclang initiali...
2014-06-24 Alexey Bataev[OPENMP] Additional checking for 'collapse' clause.
2014-06-24 Tim NorthoverARM: remove dead CodeGen functions.
2014-06-24 Daniel Jasperclang-format: Understand that breaking before lambdas...
2014-06-24 Justin BognerDriver: Restore proper naming of crashdump files
2014-06-24 David MajnemerAST: Address of dllimport functions isn't constant
2014-06-24 David MajnemerAST: Address of dllimport variables isn't constant
2014-06-24 Alexey Bataev[OPENMP] Added initial checking of nesting of OpenMP...
2014-06-23 Nick LewyckyPropagate isAddressOfMember into typo correction so...
2014-06-23 Jim GrosbachFix spelling. s/overloaed/overloaded/
2014-06-23 Justin BognerCodeGen: Remove a stray tab character (NFC)
2014-06-23 Saleem AbdulrasoolDriver: correct behaviour of -fmsc-version=MAJOR
2014-06-23 David MajnemerMS ABI: Add an additional test for typeid
2014-06-23 Ben LangmuirStop sharing the FileManager in ASTUnit::Parse
2014-06-23 Alexey Bataev[OPENMP] Reformatting and code improvement.
2014-06-23 Daniel Jasperclang-format: [proto] Add required space before absolut...
2014-06-23 Daniel Jasperclang-format: Fix corner case in pointer/reference...
2014-06-23 David MajnemerParse: Simplify construction of the clobber list
2014-06-23 David MajnemerStaticAnalyzer: Switch a loop to a range-based for
2014-06-23 David MajnemerAST: Add ranges for AsmStmt's inputs and outputs
2014-06-22 Alp Tokercindex.py: remove obsolete workaround and FIXME
2014-06-22 Alp TokerDiagnosticIDs: use diagnostic severities to simplify...
2014-06-22 Alp TokerFix the category name for hash-warnings and hash-errors
2014-06-22 Justin BognerDriver: Skip the -ivfsoverlay argument in driver crash...
2014-06-22 David MajnemerRevert "Revert r211402 (and r211408,r211410), "CodeGen...
2014-06-22 Richard Smith[cxx_status] Minor wording tweaks.
2014-06-22 Richard Smith[cxx_status] Be a bit more precise.
2014-06-22 Richard SmithFix dead link.
2014-06-22 NAKAMURA TakumiRevert r211402 (and r211408,r211410), "CodeGen: Refacto...
2014-06-22 Benjamin KramerRemove unused diagnostic and diagnostic group.
2014-06-22 Alp TokerTextDiagnosticPrinter: use the mapped level for remark...
2014-06-22 Alp TokerEnable WindowsToolChain on all native Windows builds
2014-06-22 Alp TokerWindowsToolChain: decouple build environment from the...
2014-06-22 Alp TokerMake WindowsToolChain portable
2014-06-21 Jordan Rose[analyzer] Check for NULL passed to CFAutorelease.
2014-06-21 Alp TokerMake MS i128 suffix test from r211446 more robust
2014-06-21 Alp TokerDiagnosticRenderer: emit basic notes as real diagnostics
2014-06-21 Alp TokerTextDiagnostic: print remark level diagnostics in bold too
2014-06-21 David MajnemerThe i128 suffix isn't always available.
2014-06-21 David MajnemerLex: Use the correct types for MS integer suffixes
2014-06-21 Argyrios Kyrtzidis[test] Add '-target' option to fix bot failure.
2014-06-21 Argyrios Kyrtzidis[PCH] Remove the BackingIvarReferencedInAccessor field...
2014-06-21 Rafael EspindolaRevert "Lex: Use the correct types for MS integer suffixes"
2014-06-21 David MajnemerLex: Use the correct types for MS integer suffixes
2014-06-20 Justin BognerDriver: In crashdumps with -fmodule, dump the module...
2014-06-20 Saleem AbdulrasoolDriver: enhance MSC version compatibility
2014-06-20 Justin BognerDriver: Record that we're in crashdump and push flags...
2014-06-20 David MajnemerCodeGen: Fix test to work with assertions as well
2014-06-20 David MajnemerCodeGen: typeid/dynamic_cast tests don't need asserts
2014-06-20 Justin BognerDriver: Remove some superfluous calls to Arg->claim()
2014-06-20 David MajnemerCodeGen: Refactor dynamic_cast and typeid
2014-06-20 Richard SmithC++ status page: restore the convention of saying ...
2014-06-20 Richard SmithBe less bold.
2014-06-20 Richard Smith[C++1z] Add C++1z to the C++ status page.
2014-06-20 Richard SmithFix typo in r211394.
2014-06-20 Richard Smith[C++1z] Implement N3928: message in static_assert is...
2014-06-20 Richard Smith[C++1z] Implement N3981: Disable trigraphs by default...
2014-06-20 Richard SmithDon't crash when emitting a glvalue conditional where...
2014-06-20 Serge PavlovFix crash caused by unnamed union or struct when doing...
2014-06-20 Ulrich Weigand[PowerPC] Fix small argument stack slot offset for LE
2014-06-20 NAKAMURA TakumiDisable Modules/dependency-dump-dependent-module.m...
2014-06-20 James MolloyThe ability to use vector initializer lists is a GNU...
2014-06-20 Ulrich WeigandAdd file missed in r211360 commit
2014-06-20 Ulrich Weigand[PowerPC] Fix ELF interpreter name for powerpc64le...
2014-06-20 Ulrich Weigand[PowerPC] Add MultiarchIncludeDirs for powerpc64le
2014-06-20 Eli BenderskyFix PR20081: Parsing templates in the presence of ...
2014-06-20 Oliver StannardAdd module flags metadata to record the settings for...
2014-06-20 Alexey Bataev[OPENMP] Initial support for 'nowait' clause.
2014-06-20 NAKAMURA TakumiOMPScheduleClause::OMPScheduleClause(): Fix possible...
2014-06-20 Alexey Bataev[OPENMP] Initial support for 'ordered' clause.
2014-06-20 Daniel JasperFix/Improve SourceRange of explicitly defaulted members
2014-06-20 Alexey Bataev[OPENMP] Initial support for 'schedule' clause.
2014-06-20 Justin BognerFrontend: Disentangle removePathTraversal from concaten...
2014-06-20 Ben LangmuirAvoid invalidating successfully loaded module files
2014-06-20 Alp Tokerdiagtool: refactor TreeView to resemble C++
2014-06-19 Fariborz JahanianObjective-C qoi. When Objective-C pointer mismatches...
2014-06-19 Alp Tokerdiagtool: simplify TreeView diagnostic classification
2014-06-19 Justin Bognertest: Just check the VFS when testing module-dependency...
2014-06-19 Justin BognerFrontend: Fix a typo
2014-06-19 Justin BognerFrontend: Add a CC1 flag to dump module dependencies...
2014-06-19 Yaron KerenFixed formatting.
2014-06-19 Eli BenderskyFix PR20069: bad loop pragma arguments crash FE
2014-06-19 Eli BenderskyDocument unroll and unroll_count directives.
next