]> granicus.if.org Git - clang/shortlog
clang
2015-07-06 Craig Topper[TableGen] Change a couple methods to return an ArrayRe...
2015-07-06 Alexey Bataev[OPENMP 4.0] Codegen for 'omp cancel' directive.
2015-07-06 Richard SmithPR24030, PR24033: Consistently check whether a new...
2015-07-06 Richard SmithDR1909: Diagnose all invalid cases of a class member...
2015-07-06 Richard SmithWhen we see something that looks like a constructor...
2015-07-05 NAKAMURA TakumiMark clang/test/Modules/signal.m as REQUIRES:crash...
2015-07-05 Yaron KerenDocument problems when trying libclang tests on Windows 7.
2015-07-05 Nemanja IvanovicAdd the missing return statements from revision 241399.
2015-07-05 NAKAMURA Takumi[CMake] clang-*.*: Prevent versioning if the buildhost...
2015-07-05 NAKAMURA Takumiclang/test/CodeGen/builtins-ppc-vsx.c: Fix for -Asserts.
2015-07-05 Nemanja IvanovicAdd missing builtins to altivec.h for ABI compliance...
2015-07-03 Birunthan Mohanathasclang-format: Add MacroBlock{Begin,End} options
2015-07-03 Renato GolinRevert "Refactored ARMTargetInfo in order to use the...
2015-07-03 Benjamin KramerStmtIterator: Put stmt and decl group pointer into...
2015-07-03 Benjamin KramerRewrite users of Stmt::child_begin/end into for-range...
2015-07-03 Alexandros... - Refactored ARMTargetInfo in order to use the API...
2015-07-03 Daniel Jasperclang-format: [JS] Allow line breaks after TypeScript...
2015-07-03 Daniel Jasperclang-format: [Java/JS] Properly support instanceof...
2015-07-03 Alexey Bataev[OPENMP 4.0] Fixed codegen for 'cancellation point...
2015-07-03 Yaron KerenRevert r241330. It compiled with Visual C++ 2013 and...
2015-07-03 Yaron KerenReplace some const std::string & with llvm::StringRef...
2015-07-03 NAKAMURA Takumiclang/test/CodeGenCXX/trap-fnattr.cpp: Tweak to match...
2015-07-03 Justin BognerDriver: Replace a couple of out of date terms in the...
2015-07-03 Yaron KerenRevert r241319, investigating.
2015-07-03 Yaron KerenReplace some const std::string & with llvm::StringRef...
2015-07-03 Akira HatanakaMake corrections to r241314.
2015-07-03 Akira HatanakaFix test case to appease buildbot.
2015-07-02 Justin BognerDriver: Remove the Job class. NFC
2015-07-02 Justin BognerDriver: Don't use reserved names. NFC
2015-07-02 Akira HatanakaAttach attribute "trap-func-name" to call sites of...
2015-07-02 Benjamin KramerSwitch users of the 'for (StmtRange range = stmt->child...
2015-07-02 Benjamin Kramer[CodeGen] Use llvm::join to simplify string joining.
2015-07-02 Justin BognerInstrProf: Add a comment to clarify an argument
2015-07-02 Kit BartonThis patch adds support for the vector merge even word...
2015-07-02 Gabor Horvath[Static Analyzer] No longer include the full path of...
2015-07-02 Davide Italiano[Sema] Range-loopify SemaTemplateInstantiateDecl.cpp...
2015-07-02 Rafael EspindolaRevert "Refactored ARMTargetInfo in order to use the...
2015-07-02 Daniel Jasperclang-format: [JS] Treat regex literals like string...
2015-07-02 Yaron KerenRemove whitespace from start of line, NFC.
2015-07-02 Alexandros... Refactored ARMTargetInfo in order to use the API of...
2015-07-02 Daniel Jasperclang-format: [JS] Skip comments when applying the...
2015-07-02 Aaron BallmanWhen testing for anyOf(), the test should not be for...
2015-07-02 Daniel Jasperclang-format: [JS] Fix bug in regex literal parsing.
2015-07-02 Alexandros... test commit
2015-07-02 Daniel Jasperclang-format: [JS] Support regex literals at the start...
2015-07-02 Ben Langmuir[Modules] Be consistent about finding a module for...
2015-07-02 Daniel Jasperclang-format: [JS] Fix character counting in template...
2015-07-02 Aaron BallmanImplement an AST matcher for C++ exception catch handle...
2015-07-02 Alexey Bataev[OPENMP 4.0] Initial support for 'omp cancel' construct.
2015-07-02 David Majnemer[MS ABI] nullptr data member ptrs are mangled different...
2015-07-02 Peter CollingbourneSpecify --target, hopefully fixing non-x86 bots.
2015-07-02 Nico WeberRevert 241171, 241187, 241199 (32-bit SEH).
2015-07-02 Ted KremenekParse 'technical term' format specifier.
2015-07-02 Ted KremenekChange OptionalFlag::setPosition() to set the flag...
2015-07-02 Yaron KerenSupport mingw-w64 and mingw.org toolchains at any insta...
2015-07-02 Alexey Bataev[OPENMP 4.0] Fixed test for 'cancellation point' directive.
2015-07-02 Alexey Bataev[OPENMP 4.0] Codegen for 'cancellation point' directive.
2015-07-02 Alexey Bataev[OPENMP] Introduced type trait "__builtin_omp_required_...
2015-07-02 Peter CollingbourneSpecify -arch:IA32. Should fix hexagon bot.
2015-07-02 Peter CollingbourneMake getArchNameForCompilerRTLib return the right thing...
2015-07-02 Peter CollingbourneDriver: add support for linking the UBSan runtime libra...
2015-07-02 Justin BognerInstrProf: Pack the coverage mapping structs that we...
2015-07-01 Richard Smith[modules] Merging support for specializations of a...
2015-07-01 Richard Smith[modules] Remove some out-of-date (fixed) FIXMEs.
2015-07-01 Anton Yartsev[analyzer] Prevent ccc/c++-analyzer from hanging on...
2015-07-01 Reid Kleckner[SEH] Update EmitCapturedLocals to match r241187
2015-07-01 Davide Italiano[Sema] Range-loopify InititializationSequence destructo...
2015-07-01 Daniel Jasperclang-format: Support member function reference qualifi...
2015-07-01 Reid Kleckner[SEH] Delete the 32-bit IR lowering for __finally block...
2015-07-01 Richard Smith[modules] Don't make out-of-line member specializations...
2015-07-01 Richard Smith[modules] Skip trailing attributes when skipping a...
2015-07-01 David BlaikieRevert "[DebugInfo] Fix debug info generation for funct...
2015-07-01 Reid Kleckner[SEH] Add 32-bit lowering for SEH __try
2015-07-01 Michael Kuperstein[DebugInfo] Fix debug info generation for function...
2015-07-01 Richard Smith[modules] Don't require the 'inline' specifier when...
2015-07-01 Alexey Bataev[OPENMP 4.0] Initial support for 'omp cancellation...
2015-07-01 Justin BognerFix a couple of unused variables in no-asserts
2015-07-01 Justin Bogner-frewrite-includes: Prefer insert to emplace
2015-07-01 Justin Bogner-frewrite-includes: Rework how includes and modules...
2015-07-01 Richard Smith[modules] Before checking whether the controlling macro...
2015-07-01 Peter CollingbourneCodeGen: Do not give local-linkage functions externally...
2015-07-01 Richard Smith[modules] Make the include guard optimization fire...
2015-07-01 Eric ChristopherUse a stable sort to guarantee target feature ordering...
2015-07-01 Justin BognerCodeGen: Resize LifetimeExtendedCleanupHeader to avoid...
2015-07-01 David Majnemer[Sema] Don't crash when deduction fails for decltype...
2015-07-01 Eric ChristopherFix sse4 for target attribute feature additions.
2015-07-01 Eric ChristopherFix a TODO dealing with canonicalizing attributes on...
2015-06-30 Peter CollingbourneFix use-after-free.
2015-06-30 Richard Smith[modules] Make sure macros get made visible in the...
2015-06-30 David Majnemer[MS ABI] Stick constructor closures in an IR COMDAT...
2015-06-30 Douglas KatzmanMore range-based-for-loopification. NFC
2015-06-30 Peter CollingbourneCodeGen: Assign an appropriate comdat to thunks.
2015-06-30 Adrian PrantlUpdate testcases: DICompileUnits are now created distin...
2015-06-30 Adrian PrantlRelax this test so it also works on platforms that...
2015-06-30 Adrian PrantlUse an early exit to improve readability. (NFC)
2015-06-30 Adrian PrantlDebug Info: Emit debug info for @import declarations.
2015-06-30 Adrian PrantlAdd a function to ExternalASTSource that returns a...
2015-06-30 Reid Kleckner[clang-cl] Use /arch: to set the base target CPU
2015-06-30 Gabor Horvath[Static Analyzer] Minor improvements to SATest.
2015-06-30 Michael Kuperstein[X86] Rename DEFAULT_FN_ATTR macro to __DEFAULT_FN_ATTR
next