]> granicus.if.org Git - clang/shortlog
clang
2014-07-11 Sylvestre LedruGCC compatibility: Create a Group to ignore unsupported...
2014-07-11 Alexey Bataev[OPENMP] Parsing and sema analysis for 'omp task' direc...
2014-07-11 Ben LangmuirDon't assume StringRef.data() is null-terminated
2014-07-11 NAKAMURA TakumiTestAfterDivZeroChecker.cpp: Avoid member initializer...
2014-07-11 Richard Smith[modules] Don't try to merge template specializations...
2014-07-11 NAKAMURA Takumiclang/test/CodeGenCXX/PR20038.cpp: Appease targeting...
2014-07-11 Reid KlecknerReturn a FixItHint instead of taking a diagnostic builder
2014-07-10 Reid KlecknerMSVC compat: Allow lookup of friend types in enclosing...
2014-07-10 Diego NovilloEnable -gcolumn-info by default.
2014-07-10 Richard SmithAdd AST dumping for VarDecl init kind.
2014-07-10 Alexey Samsonov[UBSan] Introduce type-based blacklisting.
2014-07-10 Alexey SamsonovBe more specific about return types of some methods.
2014-07-10 Richard SmithPR20256: don't accidentally instantiate non-dependent...
2014-07-10 David BlaikieFix the dtor location issues in PR20038 harder.
2014-07-10 Ulrich WeigandFix (and reenable) ppc64-align-struct.c test for non...
2014-07-10 David BlaikieRemove use of uniform initialization ({}) introduced...
2014-07-10 Ehsan AkhgariAvoid definining more GCC specific predefined macros...
2014-07-10 David BlaikieQuick (attempted) fix for non-asserts builds for a...
2014-07-10 Argyrios Kyrtzidis[Driver/Unittests] Follow up for r212666, add unit...
2014-07-10 Ulrich Weigand[PowerPC] ABI support for aligned by-value aggregates
2014-07-10 Andy GibbsProvide -verify support to match "any" line for diagnos...
2014-07-10 Ulrich Weigand[PowerPC] ABI support for non-Altivec vector types
2014-07-10 David MajnemerFix clang tests to be compliant with LLVM IR aliases
2014-07-10 Jordan Rose[analyzer] Check for code testing a variable for 0...
2014-07-10 Zinovy Nis[Codestyle][x32] Cosmetic codestyle fix.
2014-07-10 Zinovy Nis[x32] Adding X32 target support to driver, including...
2014-07-10 Daniel Sanders[mips][mips64r6] Add support for mips-img-linux-gnu...
2014-07-10 Daniel Sanders[mips] Add support for -modd-spreg/-mno-odd-spreg
2014-07-10 Viktor KutuzovAdd clang headers that fix machine-dependent definition...
2014-07-10 Alp TokerPrevent link warnings due to -Wframe-larger-than=
2014-07-10 Reid KlecknerMS ABI: Fix __fastcall methods that return structs
2014-07-10 Richard SmithCleanup. No functionality change.
2014-07-10 Argyrios Kyrtzidis[Driver] Expose getARMCPUForMArch() function in the...
2014-07-09 Alexey SamsonovDecouple llvm::SpecialCaseList text representation...
2014-07-09 David MajnemerSema: Allow aliases to have incomplete type
2014-07-09 Daniel Sanders[mips][mips64r6] Implement -mips32r6 and -mips64r6...
2014-07-09 Alp TokerProspective legacy build system fix following r212620
2014-07-09 Alp TokerRemove dead code from r212620
2014-07-09 Alp TokerFix 'source-level' hyphenations
2014-07-09 Alp Tokercc1as: consolidate option flags with cc1 and eliminate...
2014-07-09 Daniel Sanders[mips][mips64r6] Define _MIPS_FPSET, __mips_fpr, and...
2014-07-09 Daniel Sanders[mips] clz is defined to give 32 for zero. Similarly...
2014-07-09 Daniel Jasperclang-format: Fix behavior around pointer-to-member...
2014-07-09 Alexey BataevFixed incompatibility with MSVC builds in range-based...
2014-07-09 Alexey BataevRevert commit 212599.
2014-07-09 Alexey Bataev[OPENMP] Fixed incompatibility in [Data]RecursiveASTVis...
2014-07-09 Tim NorthoverARM: use LLVM's atomicrmw instructions when ldrex/strex...
2014-07-09 Daniel Jasperclang-format: Add new option to indent wrapped function...
2014-07-09 Daniel Jasperclang-format: Update flag documentation.
2014-07-09 Alexey Bataev[OPENMP] Improved code of DataRecursiveASTVisitor and...
2014-07-09 Daniel Jasperclang-format: Revamp function declaration/definition...
2014-07-09 Nikola SmiljanicFix typos.
2014-07-09 Alp Tokerclang-interpreter: don't check input file existence...
2014-07-09 Alp TokerSimplify warning flag value handling from r206826
2014-07-08 Nico Weberrewrap to 80 cols, no behavior change
2014-07-08 Nico Weberrewrap to 80 cols, no behavior change
2014-07-08 Reid KlecknerMS compat: Allow lookup of types from dependent bases...
2014-07-08 Alexey SamsonovRemove unnecessary check for NULL
2014-07-08 Saleem Abdulrasooltest: merge arm-intrin into ms-intrin, fix invocation
2014-07-08 Reid KlecknerAllow more lookup of types in dependent base classes
2014-07-08 Nico WeberDon't pull in setjmp.h in -ffreestanding compiles.
2014-07-08 Nico WeberReplace a few // comments with /**/ comments in headers...
2014-07-08 David MajnemerSema: Don't allow CVR qualifiers before structors
2014-07-08 Richard SmithPR20227: materialize a temporary when dynamic_casting...
2014-07-08 Benjamin KramerUpdate unit test for signature change.
2014-07-08 Benjamin KramerTurn some Twine locals into const char * variables.
2014-07-08 David BlaikieImprove memory ownership of vfs::Files in the FileSyste...
2014-07-08 Alexander Musman[OPENMP] Allow ‘reduction’ clause on ‘omp simd’ directive.
2014-07-08 Richard SandifordMove misplaced x86_32 ABI code
2014-07-08 Alexey Bataev[OPENMP] Parsing and sema analysis for 'omp parallel...
2014-07-08 Saleem AbdulrasoolHeaders: conditionalise more declarations
2014-07-08 Saleem AbdulrasoolHeaders: mark arm_acle.h with extern "C"
2014-07-08 Reid KlecknerMS ABI: "Fix" passing non-POD structs by value to varia...
2014-07-08 Alexey Samsonov[ASan] Completely remove sanitizer blacklist file from...
2014-07-08 Alp TokerRename static function to better describe its purpose
2014-07-07 Alexey Samsonov[Sanitizer] Remove brittle cache variable and slightly...
2014-07-07 Alexey Samsonov[Sanitizer] Reduce the usage of sanitizer blacklist...
2014-07-07 Alp Tokerlibclang: pass return code out argument by reference
2014-07-07 Joe GroffASTContext: Factor 'getObjCEncodingForPropertyType...
2014-07-07 Alp TokerPlistSupport: make utility functions non-static inline...
2014-07-07 Reid KlecknerDriver: Produce crash diagnostics more often on Windows
2014-07-07 Justin BognerDriver: Fix think-o in adding -ivfsoverlay flag to...
2014-07-07 Ben LangmuirUse temporary module cache in test
2014-07-07 Manuel KlimekFix memory leak in FileSystemStatCache.
2014-07-07 Anders CarlssonHandle __builtin_clzs and __builtin_ctzs in the constan...
2014-07-07 David MajnemerMS ABI: Don't unnecessarily use CGM abstraction
2014-07-07 David MajnemerFix comment typo.
2014-07-07 Alp TokerPTHInternals.rst: PCH is now a thing, update docs to...
2014-07-07 Alp TokerPTH: use a variable instead of a macro
2014-07-07 Alexey Bataev[OPENMP] Added initial support for 'omp parallel for'.
2014-07-07 Manuel KlimekIncrease argument limit of anyOf, allOf and eachOf...
2014-07-07 Alp TokerMove ChainedIncludesSource into the implementation
2014-07-07 Alp TokerChainedIncludesSource: avoid copying n*(n+1)/2 file...
2014-07-07 Yaron KerenPointerLoc does not exist anymore.
2014-07-07 Tobias GrosserRevert "Add lib/Codgen/[CGRTTI|MicrosoftRTTI].cpp to...
2014-07-07 Tobias GrosserAdd lib/Codgen/[CGRTTI|MicrosoftRTTI].cpp to CMakeLists.txt
2014-07-07 Alp TokerSwitch over a few uses of param_begin() to parameters()
2014-07-07 Alp TokerRemove unused sys/stat.h includes
2014-07-07 David MajnemerCodeGen: Cleanup MS ABI RTTI LLVM IR
2014-07-07 Alp TokerPeel away old-style file remapping typedefs and cruft
next