]> granicus.if.org Git - clang/shortlog
clang
2015-08-13 Ben Langmuir[Modules] Add Darwin-specific compatibility module...
2015-08-13 Martell MaloneDriver: Fix include directories when not using libgcc...
2015-08-13 Daniel Jasperclang-format: Inside decltype(), there is an expression.
2015-08-13 Daniel Jasperclang-format: Fix incorrect lambda-detection.
2015-08-13 Yaron KerenRemove raw_svector_ostream::resync and users. It's...
2015-08-13 Yaron KerenRemove superfluous private:, TypeCache is private by...
2015-08-13 Yaron KerenDisable failing check in bots from r244867.
2015-08-13 Ivan KrasinAdd sanitizer blacklists to the rules generated with...
2015-08-13 Rafael EspindolaUpdate for llvm api change.
2015-08-13 Richard SmithAdd SourceManager::dump() to dump the current set of...
2015-08-12 David BlaikieWdeprecated: LambdaScopeInfos need to be copied, so...
2015-08-12 David BlaikieWdeprecated: ApplyDebugLocation is returned by value...
2015-08-12 David BlaikieWdeprecated: CGBuilderInserter is copy constructed...
2015-08-12 David Blaikie-Wdeprecated: Job objects are stored in a vector yet...
2015-08-12 David Blaikie-Wdeprecated: SavedInstanceContext is returned by value...
2015-08-12 Richard Smith[modules] If loading a .pcm file would cause us to...
2015-08-12 Naomi MusgraveRevert "Implement poisoning of only class members in...
2015-08-12 Naomi MusgraveImplement poisoning of only class members in dtor,...
2015-08-12 Aaron BallmanSwitching from an explicit loop to DeleteContainerSecon...
2015-08-12 Hans WennborgDocs: keep copyright years up-to-date
2015-08-12 Hans WennborgOptions.td: Drop trailing space in -fsanitize= help...
2015-08-12 Hans WennborgDocs: update clang-cl command-line documentation
2015-08-12 Aaron BallmanRangRangify some more for loops; NFC.
2015-08-12 Douglas KatzmanDon't compare getArchName() to "tce" as a string. NFC.
2015-08-12 Richard TrieuStop printing macro backtraces that don't help diagnostics.
2015-08-12 Hans WennborgReleaseNotes: Small version nbr fix
2015-08-12 John BrawnThe alias.c test now requires arm-registered-target
2015-08-12 John BrawnAdd test for PR24379
2015-08-12 Aaron BallmanThe version of libxml2 required by c-index-test must...
2015-08-12 Aaron BallmanRangify some for loops; NFC.
2015-08-12 Alexey Bataev[OPENMP] Fix for http://llvm.org/PR24430: clang hangs...
2015-08-12 Saleem Abdulrasoollibclang: Add period to typedef kind docblock
2015-08-12 Richard Smith[modules] Fix thread safety analysis to cope with mergi...
2015-08-12 Piotr PadlewskiDeleted old fixme ( ͡° ͜ʖ ͡°)
2015-08-11 Eric ChristopherUntabify.
2015-08-11 Richard Smith[modules] When instantiating the contents of an importe...
2015-08-11 Petar Jovanovic[MIPS] Use arch values for lock-free atomic operations
2015-08-11 Anton Yartsev[analyzer] Incorrect env variable replaced.
2015-08-11 Richard SmithAdd an assert to catch lexical decl deserialization...
2015-08-11 Aaron BallmanFixing a few C++0x comments to be C++11; NFC.
2015-08-11 Aaron BallmanAdd missing documentation for conversionDecl; NFC.
2015-08-11 Aaron BallmanAdd a polymorphic AST matcher for testing whether a...
2015-08-11 Aaron BallmanAdd an AST matcher to match member intializers of a...
2015-08-11 Daniel Jasperclang-format: Make SpaceBeforeParens work with overload...
2015-08-11 David Majnemer[MSVC Compatibility] Classify ext_ms_cast_fn_obj as...
2015-08-11 Daniel JasperRevert "[CUDA] Add implicit __attribute__((used)) to...
2015-08-11 Michael WongThis patch fixes the assert in emitting captured code...
2015-08-11 Filipe CabecinhasPropagate SourceLocations through to get a Loc on float...
2015-08-11 David Majnemer[MSVC Compat] Implement __is_destructible, __is_nothrow...
2015-08-11 Tyler NowickiMake the analysis reporting test with x86 to fix the...
2015-08-11 Tyler NowickiPrint vectorization analysis when loop hint is specified.
2015-08-11 Richard Smith[modules] Don't suggest deleting the module cache on...
2015-08-11 Derek Schuffadd comment
2015-08-11 Derek SchuffAdd NaCl to long double/fp128 mangling test
2015-08-11 Richard Smith[modules] Properly diagnose errors in module files...
2015-08-11 Richard SmithFix some tabs.
2015-08-10 Richard SmithRemove some dead code.
2015-08-10 Tyler NowickiAppend options for vectorization when pointer checking...
2015-08-10 Derek SchuffAdd NaCl (a target where long double = double) to long...
2015-08-10 Tyler NowickiMake frontend floating-point commutivity test X86 speci...
2015-08-10 Nick LewyckyIf a variable template is inside a context with templat...
2015-08-10 Tyler NowickiRemove non-ascii characters.
2015-08-10 Chih-Hung HsiehFix test case to work with -Asserts builds.
2015-08-10 Artem Belevich[CUDA] Add implicit __attribute__((used)) to all __glob...
2015-08-10 Artem Belevich[CUDA] Added stubs for new attributes used by CUDA...
2015-08-10 Tyler NowickiAppend options for floating-point commutivity when...
2015-08-10 Nick LewyckyFix typo.
2015-08-10 Reid Kleckner[dllimport] A non-imported class with an imported key...
2015-08-10 David Majnemer[clang-cl] Add support for CL and _CL_ environment...
2015-08-10 Chih-Hung HsiehCorrect x86_64 fp128 calling convention
2015-08-10 Mark HeffernanAdd new llvm.loop.unroll.enable metadata for use with...
2015-08-10 Roman KashitsynAdd WebKit brace style configuration option.
2015-08-10 John Brawn[Driver] Fix handling of -fbuiltin/-fcommon when combin...
2015-08-10 Daniel Marjamaki[Static Analyzer] Warn when inner and outer conditions...
2015-08-10 Filipe Cabecinhas[tests] Remove calls to grep
2015-08-10 Alexey Bataev[MSVC] Crash fix: assigning of overloaded member functi...
2015-08-09 NAKAMURA Takumiclang/test/Modules: Satisfy win32 hosts due to dospath...
2015-08-09 Richard Smith[modules] Remove now-dead code for lazy loading of...
2015-08-09 Richard Smith[modules] PR22534: Load files specified by -fmodule...
2015-08-09 Richard SmithUnrevert r244412 (reverted in r244414), and delete...
2015-08-09 Justin BognerRevert "[modules] Don't leak -M flags for dependency...
2015-08-09 Richard Smith[modules] When building a dependency file, include...
2015-08-09 Richard Smith[modules] Don't leak -M flags for dependency file gener...
2015-08-09 Richard Smith[modules] Attach dependency listeners to the module...
2015-08-09 Richard SmithAdd file missed from r244409.
2015-08-09 Richard Smith[modules] When loading a template specialization, re...
2015-08-09 Yaron KerenTeach mingw toolchain driver to properly emit static...
2015-08-08 Ted Kremenek[Static Analyzer] Add --analyzer-target option to scan...
2015-08-08 Anna ZaksRevert "[analyzer] Add checkers for OS X / iOS localiza...
2015-08-08 Anna ZaksRevert "[analyzer] Fixup to r244389 to make this build...
2015-08-08 Anna Zaks[analyzer] Fixup to r244389 to make this build on windows.
2015-08-08 Anna Zaks[analyzer] Add checkers for OS X / iOS localizability...
2015-08-08 Devin Coughlin[analyzer] Don't issue alarm in ObjCSuperCallChecker...
2015-08-07 Peter CollingbourneAST: Implement mangling support for function types...
2015-08-07 James Y Knight[Sparc] XFAIL CodeGen/atomic_ops test.
2015-08-07 Eric ChristopherUpdate a comment to be more descriptive.
2015-08-07 Eric ChristopherMove the cpu validating virtual method down to the...
2015-08-07 Nico WeberRestore PrettyStackTrace state on crash.
2015-08-07 Yaron KerenUse LLVM_ATTRIBUTE_UNUSED to hide gcc 5.1 unused variab...
2015-08-07 Michael WongThis patch commits OpenMP 4 target device clauses
next