]> granicus.if.org Git - clang/shortlog
clang
2015-07-07 Douglas GregorParsing, semantic analysis, and AST for Objective-C...
2015-07-07 Adrian PrantlDebug info: Emit distinct __block_literal_generic types...
2015-07-07 Reid KlecknerRevert "Revert 241171, 241187, 241199 (32-bit SEH)."
2015-07-07 Eric ChristopherRemember to mark the target attribute as documented...
2015-07-06 Benjamin Kramer[Driver] Use llvm::Triple methods to handle -EL and...
2015-07-06 Eric ChristopherUpdate target attribute support for post-commit feedback.
2015-07-06 Eric ChristopherHandle arbitrary whitespace in the target attribute...
2015-07-06 Eric ChristopherAdd some basic documentation for the __attribute__...
2015-07-06 Richard SmithRefactor to avoid long if-condition.
2015-07-06 Adrian PrantlDebug info: Don't emit a bogus location for the global...
2015-07-06 Yaron KerenSupport -pthread in mingw toolchain.
2015-07-06 Davide Italiano[Sema] Warn when shifting a negative value.
2015-07-06 Adrian PrantlUpdate testcase to reflect new behavior in DIBuilder.
2015-07-06 Teresa JohnsonResubmit "Pass down the -flto option to the -cc1 job...
2015-07-06 Douglas KatzmanGrammar bug. NFC
2015-07-06 Daniel Jasperclang-format: [JS] Properly reset parse state after...
2015-07-06 Daniel Jasperclang-format: [JS] Prevent confusing TypeScript paramet...
2015-07-06 Daniel Jasperclang-format: Fix __attribute__ being treated as decl...
2015-07-06 Yaron KerenReplace some const std::string & with llvm::StringRef...
2015-07-06 Yaron KerenTeach mingw toolchain the msys2 mingw-w64 distribution...
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...
next