]> granicus.if.org Git - clang/shortlog
clang
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
2014-07-07 Richard SmithFix an iterator invalidation issue: deserializing a...
2014-07-07 David MajnemerStaticAnalyzer: Silence a warning
2014-07-07 David MajnemerCodeGen: Refactor RTTI emission
2014-07-07 Alp TokerFix layering of file remapping and header search initia...
2014-07-07 Richard SmithAdd an explicit diagnostic for the case where an expres...
2014-07-07 Richard SmithCleanup. No functionality change intended.
2014-07-07 Alp Tokerlibclang: refactor handling of unsaved_files
2014-07-07 Nico WeberUpdate internals manual on how to add AST nodes.
2014-07-07 Nico WeberAdd an AST node for __leave statements, hook it up.
2014-07-06 Nico WeberSema: Check that __leave is contained in a __try block.
2014-07-06 Nico WeberAdd parser support for __leave (sema and onward still...
2014-07-06 Aaron BallmanGiving this test a triple to satisfy the build bots.
2014-07-06 Aaron BallmanThe MicrosoftExtensions.c test file should not rely...
2014-07-06 Aaron BallmanThis test case does not require -Wno-missing-declaratio...
2014-07-06 Ehsan AkhgariMove InterlockedBitTestAndSet into its own test file
2014-07-06 Rafael EspindolaUpdate for llvm api change.
2014-07-06 Nick LewyckyFix typo in comment.
2014-07-06 Alp TokerPlistSupport.h: avoid gcc 'defined but not used' warning
2014-07-06 Alp Tokerlibclang: make darwin pthread hacks conditional on...
2014-07-06 Alp TokerModernize a couple of loops
2014-07-06 Ehsan AkhgariFix the MicrosoftExtensions.c target
2014-07-06 Ehsan AkhgariEnable the InterlockedBitTestAndSet test
2014-07-06 Ehsan AkhgariAdd support for nested blocks in Microsoft inline assembly
2014-07-06 Alp TokerUse non-intrusive refcounting for TargetOptions
2014-07-06 Alp TokerUse non-intrusive refcounting for LangOptions
2014-07-06 Alp TokerConstify a read-only parameter and give function a...
2014-07-06 Alp TokerwriteARCDiagsToPlist(): make sure all diag levels get...
2014-07-06 Alp TokerUse PlistSupport in a few more places
2014-07-06 Nico Weberclang-cl: /showIncludes output should go to stdout...
2014-07-05 Alp TokerRemove leftovers of '-arcmt-modify-in-memory' from...
2014-07-05 Saleem AbdulrasoolCodeGen: add support for a few MSVC ARM intrinsics
2014-07-05 Ehsan AkhgariAdd a test case for the tilde operator in Microsoft...
2014-07-05 Alp TokerTrack IntrusiveRefCntPtr::get() changes from LLVM r212366
2014-07-04 Saleem AbdulrasoolCodeGen: add support for MSBuiltin aliases
2014-07-04 Alp TokerPrune some ignored warning options
2014-07-04 Ehsan AkhgariFix up the test that expects the failure fixed in r212352
2014-07-04 Simon Atanasyan[Driver][Mips] Support one more MIPS CPU name - octeon.
2014-07-04 Simon Atanasyan[Driver][Mips] Support more MIPS CPU names: mips1 ...
2014-07-04 Sylvestre Ledrugcc comptability: silent -fdefer-pop & -fno-defer-pop
2014-07-04 NAKAMURA TakumiLet test/Unit/lit.cfg add config.shlibdir to $PATH...
2014-07-04 NAKAMURA TakumiTrailing linefeed
2014-07-04 Alexey BataevFixed test CodeGen/captured-statements.c for powerpc64...
2014-07-03 Fariborz JahanianMake a small crash preventing change.
2014-07-03 Gerolf HoflehnerRestore global static array in test case
2014-07-03 Benjamin KramerThe RTTI fallback is no more. Remove outdated diagnostic.
2014-07-03 Yi Kong[ARM] Implement ISB memory barrier intrinsic
2014-07-03 Renato GolinAdd the __qdbl intrinsic to the arm_acle.h header
2014-07-03 Robert LyttonMove the calling of emitTargetMD() later.
2014-07-03 Robert Lyttonrefactor for-loop as range-loop before making changes.
2014-07-03 Christian PirkerARMEB: Fix function result return for composite types
2014-07-03 Simon Atanasyan[Driver][Mips] Check MIPS CPU name provided to the...
2014-07-03 David MajnemerMS ABI: Get linkage of RTTI data correct
next