]> granicus.if.org Git - clang/shortlog
clang
2014-06-26 David MajnemerSema: Allow dllimport entities in template args for...
2014-06-26 Craig TopperConvert some function arguments to use ArrayRef.
2014-06-26 Craig TopperConvert StringLiteralParser constructor to use ArrayRef...
2014-06-26 Alp TokerMake test from r211758 portable
2014-06-26 Justin BognerCodeGen: Improve warnings about uninstrumented files...
2014-06-26 Alp TokerReformat RAVs to sync up following recent updates
2014-06-26 Alp TokerRAV: visit copy expressions of captured variables in...
2014-06-26 Reid KlecknerForward -u to the linker on gnutools toolchains
2014-06-25 Ben LangmuirMake -Wincomplete-umbrella go through the VFS
2014-06-25 David BlaikieMake PR20038.cpp test case portable to non-Itanium...
2014-06-25 Alp TokerRemove REQUIRES lines from portable tests
2014-06-25 Hans WennborgDon't allow dllimport variables in constant initializers
2014-06-25 Sanjay Patelfixed typos in comment
2014-06-25 Ben LangmuirAdd vfs::recursive_directory_iterator
2014-06-25 Hans WennborgMS ABI: Propagate class-level DLL attributes to class...
2014-06-25 David BlaikiePR20038: DebugInfo: Call sites without DebugLocs for...
2014-06-25 Serge PavlovFix treatment of types defined in function prototype
2014-06-25 Saleem AbdulrasoolHeaders: be a bit more careful about inline asm
2014-06-25 Eli BenderskyRename loop unrolling and loop vectorizer metadata...
2014-06-25 Aaron BallmanFixing the RST markup for the #pragma loop attribute...
2014-06-25 Aaron BallmanFixing the position of the supported syntax marker...
2014-06-25 Aaron BallmanEscaping a literal character to fix an RST warning.
2014-06-25 Alexey VolkovAlign with new GCC options for x86 Android
2014-06-25 James MolloyCHECK-LABEL'ify this test.
2014-06-25 James Molloy[AArch32] Fix a stupid error in an architectural guard
2014-06-25 Alexey Bataev[OPENMP] Initial support for 'sections' directive.
2014-06-25 David MajnemerAST: Initialization with dllimport functions in C
2014-06-25 Alexander KornienkoAdded a test to ensure -Wimplicit-fallthrough works...
2014-06-25 Alexey Bataev[OPENMP] OMPSimdDirective and OMPForDirective: added...
2014-06-25 Zachary TurnerDon't go through the TypeSourceInfo when getting the...
2014-06-25 Simon Atanasyan[Driver] Follow-up to r211598, r211663. Do not build...
2014-06-25 NAKAMURA TakumiTools.cpp: Update getLinuxDynamicLinker() to return...
2014-06-25 NAKAMURA TakumiVirtualFileSystemTest.cpp: Get rid of initializer list...
2014-06-25 NAKAMURA TakumiReformat.
2014-06-25 Alexey Bataev[OPENMP] Improved code and replaced struct by lambda.
2014-06-25 JF BastienImplement predefined stdint macros
2014-06-25 Reid KlecknerFix parsing nested __if_exists blocks
2014-06-25 Reid KlecknerAdd a missing test for the __if_exists extension
2014-06-25 Reid KlecknerSplit tests for __if_exists out into their own file
2014-06-24 Hans WennborgMS ABI: Ignore dll attributes on partial template speci...
2014-06-24 Hans WennborgMerge handleDLLImportAttr and handleDLLExportAttr into...
2014-06-24 Richard TrieuProvide a better diagnostic when braces are put before...
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.
next