]> granicus.if.org Git - clang/shortlog
clang
2014-04-23 Diego NovilloAdd documentation for sample profiling support.
2014-04-23 NAKAMURA TakumiPrune \param introduced in r206977, possibly committed...
2014-04-23 Logan ChienAdd missing test input for r206979.
2014-04-23 Aaron BallmanThe rewrite constructor should actually rewrite.
2014-04-23 Aaron BallmanReplacing a naked pointer with a unique_ptr. No functio...
2014-04-23 Aaron BallmanMinor formatting and simplification cleanup -- no funct...
2014-04-23 Aaron BallmanUpdated to be a bit more const friendly. Also switched...
2014-04-23 John ThompsonFix unused variable.
2014-04-23 Logan ChienAdd aarch64-linux-android triple for Android.
2014-04-23 John ThompsonInitial implementation of -modules-earch-all option...
2014-04-23 Timur IskhodzhanovAdd yet another vtordisp test
2014-04-23 Rafael EspindolaThis reverts commit r206934 and r206935.
2014-04-23 Evgeniy StepanovUpdate Target::createMCAsmParser calls for the LLVM...
2014-04-23 James Molloy[ARM64] Enable more CodeGen tests for ARM64. The crypto...
2014-04-23 James Molloy[ARM64] Change inline assembly constraints to be more...
2014-04-23 James Molloy[ARM64] Enable the test aarch64-type-sizes.c for ARM64 BE.
2014-04-23 James Molloy[ARM64] Add a missed case label for arm64_be, and enabl...
2014-04-23 David MajnemerMS ABI: Implement mangling for ref-qualifiers on methods
2014-04-23 David MajnemerMS ABI: Use range-based for loops in the mangler
2014-04-23 David MajnemerMS ABI: Cleanup some egregious style violations
2014-04-23 David MajnemerAST: Cleanup/simplify some LV calculation code
2014-04-23 Justin BognerCodeGen: Unify handling guard variables in the Itanium...
2014-04-23 Reid KlecknerAdd missing test triples
2014-04-23 Reid KlecknerDriver: Honor %INCLUDE% when built with MinGW
2014-04-23 Reid KlecknerDriver: Avoid a duplicate path separator and clean...
2014-04-22 Richard SmithAdd some missing checks for C++1y digit separators...
2014-04-22 Richard SmithPR18746: If a constexpr function has a dependent return...
2014-04-22 Justin BognerDriver: Skip the -fmodules-cache-path argument in drive...
2014-04-22 Diego NovilloUse a manipulator to add a value to the current diagnos...
2014-04-22 Quentin Colombet[Driver][ARM64] Add a testcase for r206227.
2014-04-22 Fariborz JahanianObjective-C ARC. Under ARC, addition of 'bridge' attribute
2014-04-22 Ben LangmuirAttempt to fix null ASTContext in ASTUnit error path
2014-04-22 Timur IskhodzhanovFix PR19487, PR19505 and PR19506 -- redundant vtordisp...
2014-04-22 DeLesley HutchinsThread safety analysis: add array operations to SExpr.
2014-04-22 DeLesley HutchinsThread safety analysis: fix warning.
2014-04-22 NAKAMURA TakumiTry to fix warnings to escape '@' as '\@'. [-Wdocumenta...
2014-04-22 Alexander Musman[OPENMP] parsing 'linear' clause (for directive 'omp...
2014-04-22 Tim NorthoverARM64: update NEON test to improved backend codegen
2014-04-22 Dmitri GribenkoComment parsing: close a hole in CDATA escaping in...
2014-04-22 Dmitri GribenkoComment parsing: in the generated XML file, mark HTML...
2014-04-22 NAKAMURA TakumiDiagnosticsEngine::Report(): Fix a warning. [-Wdocument...
2014-04-22 NAKAMURA TakumiUpdate clang/test/PCH/single-token-macro.c correspondin...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-22 Richard SmithMove the C++11 ExtWarn for converting a string literal...
2014-04-22 Richard TrieuMove the warning of implicit cast of a floating point...
2014-04-21 DeLesley HutchinsThread safety analysis: misc updates to SExpr handling...
2014-04-21 Diego NovilloAllow adding a value to a flag in diagnostics.
2014-04-21 Chandler Carruth[Modules] Update Clang's two files that use DEBUG(...
2014-04-21 Chandler Carruth[Modules] Remove the only use of the DEBUG(...) macro...
2014-04-21 Reid KlecknerTry to fix bad Twine usage in r206791 with std::string
2014-04-21 Reid KlecknerMinGW: Define __stdcall&co when -fms-extensions is...
2014-04-21 Timur IskhodzhanovSplit out the rest of MS ABI multiple inheritance tests
2014-04-21 Fariborz JahanianObjective-C. Patch to allow use of dot syntax on class
2014-04-21 Ben LangmuirAllow submodule inferrences with a missing umbrella...
2014-04-21 Ted KremenekHandle possible trailing '/' in xcode-select output...
2014-04-21 Richard SmithInitialize clang::Module::IsMissingRequirement. Fix...
2014-04-21 Bob WilsonARM64: Do not expand variadic HFA/HVA arguments with...
2014-04-21 Bob WilsonFix a comment typo.
2014-04-20 Alp Tokercindex.py: Avoid deprecated function
2014-04-19 Alp TokerRemove some empty statements
2014-04-19 Alp TokerFix and restore the macro-multiline.c test
2014-04-19 Alp TokerDisallow driver use in more Sema tests
2014-04-19 Alp TokerMove ObjC Cocoa.h header test to Headers
2014-04-19 Alp TokerRe-enable the C++11 modules integration test on OS X
2014-04-19 NAKAMURA Takumiclang/test/Index/pch-with-errors.c: Remove XFAIL added...
2014-04-19 Richard SmithSpeculative fix for buildbot failure. Apparently Clang...
2014-04-19 DeLesley HutchinsThread Safety Analysis: Convert to minimal SSA.
2014-04-19 Richard SmithWhen a module completes the definition of a class templ...
2014-04-19 DeLesley HutchinsThread Safety Analysis: Update SSA pass to handle...
2014-04-18 Ben LangmuirFix a hole with nested unavailable submodules from...
2014-04-18 Justin BognerCodeGen: Remove an unused include
2014-04-18 Ben LangmuirDon't build modules with (submodules with) missing...
2014-04-18 Reid KlecknerFix sphinx-build warnings in clang docs.
2014-04-18 Reid KlecknerAdd support for building Sphinx documentation when...
2014-04-18 Justin BognerCodeGen: Use LLVM's InstrProfReader in -fprofile-instr...
2014-04-18 Justin Bogner[Cleanup] Remove a trailing whitespace
2014-04-18 Ben LangmuirDon't read CompilerInstance fields that don't exist...
2014-04-18 Justin BognerTeach users of OnDiskHashTable to define hash_value...
2014-04-18 Justin BognerRemove OnDiskHashTable.h, since it's been moved to...
2014-04-18 Timur IskhodzhanovSplit out the no-thunk multiple inheritance tests
2014-04-18 Dmitri GribenkoAdd more constness to module-related APIs
2014-04-18 Tim NorthoverARM64: make sure the caller is expected to extend in...
2014-04-18 Aaron BallmanUpdating to use more range-based for loops, nullptr...
2014-04-18 Tim NorthoverARM64: make sure HFAs on the stack get properly aligned.
2014-04-18 Reid KlecknerFix a -Wmicrosoft warning on an unrepresentable enum
2014-04-18 Duncan P. N... BackendUtil: Pass through -mdisable-tail-calls
2014-04-17 Justin Bognertest: Use llvm-profdata merge in Profile tests
2014-04-17 Reid KlecknerMS ABI: Don't append to vbtables that we shouldn't...
2014-04-17 Timur IskhodzhanovFollow-up to r206457 -- fix static adjustments for...
2014-04-17 Aaron BallmanMaking some public members into private members. This...
2014-04-17 Richard SmithFix comment.
2014-04-17 Richard SmithAdd missing serialization code for one of the CXXRecord...
2014-04-17 Aaron BallmanNitpicky refactoring -- use of nullptr and auto, made...
2014-04-17 John ThompsonRevised per Dmitri's comments. My first exposure to...
2014-04-17 Nico Weberclang-format.py: Don't omit the first two words from...
2014-04-17 Matt ArsenaultBug 18567: Fix constantexpr pointer casts with address...
2014-04-17 John ThompsonRevised per Dmitri's comments. My first exposure to...
2014-04-17 Alexander KornienkoFix alignment of trailing block comments.
2014-04-17 Aaron BallmanSince the object is new'ed in the enterCFG function...
2014-04-17 Keith WalkerFix Profile:cxx-lambda.cpp test for targets that do...
next