]> granicus.if.org Git - clang/shortlog
clang
2014-09-23 Richard SmithPR18793: If we try to EnterTokenStream when our current...
2014-09-23 Richard SmithDon't perform ADL when looking up operator=; there...
2014-09-23 Reid KlecknerRevert "Don't use comdats for initializers on platforms...
2014-09-23 Alexander Musman[OPENMP] Parsing/Sema of directive omp parallel for...
2014-09-23 Daniel Sanders[mips] Fix r218248's testcase to use -O1 instead of...
2014-09-23 Artyom SkrobovReverting r214064 and r215650 while investigating a...
2014-09-23 Alexander MusmanFix a typo in comment in ASTBitCodes.h
2014-09-23 David MajnemerAST: Mangle cast expression encoding more accurately
2014-09-23 Nico WeberRevert r197496, as it broke REVERTIBLE_TYPE_TRAITs...
2014-09-23 Hans WennborgAttempt to fix Sema/builtin-object-size.c after r218258
2014-09-23 Reid KlecknerDon't use comdats for initializers on platforms that...
2014-09-22 Reid KlecknerFix a vftable mangling bug
2014-09-22 Ehsan Akhgarims-inline-asm: Add a test case for the usage of labels...
2014-09-22 David MajnemerMS ABI: Remove a FIXME that has been fixed
2014-09-22 Ehsan AkhgariReturn true from UnifySection when emitting a diagnostic
2014-09-22 Kaelyn TakataFix test/CodeGen/mips-varargs.c to use %clang_cc1
2014-09-22 Fariborz JahanianFix evatuated value of __builtin_object_size according...
2014-09-22 NAKAMURA Takumiclang/test/CodeGen/mips-varargs.c: Fixup for -Asserts.
2014-09-22 Daniel Sanders[mips] Correct alignment of vectors passed in varargs...
2014-09-22 Alexey Bataevremoved unicode symbols from comments.
2014-09-22 Alexey Bataev[OPENMP] Codegen for 'omp critical' directive.
2014-09-22 Ehsan AkhgariAdd some documentation stating that the memory allocate...
2014-09-22 Ehsan Akhgarims-inline-asm: Scope inline asm labels to functions
2014-09-20 Akira HatanakaFix bugs in cpuid.h.
2014-09-19 Nico WeberFollow-up to r214408: Warn on other callee-cleanup...
2014-09-19 Dario DomizioliFix ctor/dtor aliases losing 'dllexport' (for Itanium...
2014-09-19 Rafael EspindolaIn the Itanium ABI, move stuff to the comdat of variabl...
2014-09-19 Reid KlecknerSilence MSVC warnings from r218127 about not returning...
2014-09-19 Samuel BenzaquenMake DynTypedNode have the dynamic type of the object...
2014-09-19 Aaron BallmanSilence a signed/unsigned mismatch warning from MSVC...
2014-09-19 Daniel Jasperclang-format: [JS] add space before operator 'in'.
2014-09-19 Robert Khasanov[x86] Add _addcarry_u{32|64} and _subborrow_u{32|64}.
2014-09-19 Robert Khasanov[x86] Added _addcarryx_u32, _addcarryx_u64 intrinsics
2014-09-19 Robert Khasanov[x86] Enable broadwell target in clang.
2014-09-19 Daniel Jasperclang-format: Prevent column layout if elements aren...
2014-09-19 Alexey Bataev[OPENMP] Initial parsing/sema analysis of 'target'...
2014-09-19 Daniel Jasperclang-format: Undo r216377.
2014-09-19 Rafael EspindolaDon't use the third field of llvm.global_ctors for...
2014-09-19 Rafael EspindolaRevert "Put more stuff in the comdat used for variables...
2014-09-18 Rafael EspindolaPut more stuff in the comdat used for variables with...
2014-09-18 DeLesley HutchinsThread Safety Analysis: add new warning flag, -Wthread...
2014-09-18 David MajnemerMS ABI: Don't ICE for pointers to pointers to members...
2014-09-18 Akira Hatanaka[X86, inlineasm] Do not allow using constraint 'x'...
2014-09-18 Hans Wennborg[X86, inline-asm] Allow 256-bit wide operands for the...
2014-09-18 Akira Hatanaka[X86, inlineasm] Check that the output size is correct...
2014-09-18 Fariborz JahanianPatch to check at compile time for overflow when
2014-09-18 Hans WennborgRevert r217995 and follow-ups:
2014-09-18 Alexander KornienkoUse exceptions() instead of getNumExceptions()/getExcep...
2014-09-18 Alexander MusmanParsing/Sema of directive omp for simd
2014-09-18 Richard SmithWork around MSVC parser bug by putting redundant braces...
2014-09-18 Saleem AbdulrasoolBasic: use hex string for __ARM_FP macro
2014-09-18 Nico WeberChange -Wbind-to-temporary-copy from an ExtWarn to...
2014-09-18 David MajnemerSema: Diagnose undefined structs used as Microsoft...
2014-09-18 Akira HatanakaFix test case.
2014-09-18 Richard SmithSkip parens when detecting whether we're instantiating...
2014-09-18 Akira HatanakaFix test case.
2014-09-17 Richard SmithInstantiate exception specifications when instantiating...
2014-09-17 Akira Hatanaka[X86, inline-asm] Check that the input size is correct...
2014-09-17 Saleem AbdulrasoolBasic: add support for ARM ACLE 6.5.1
2014-09-17 Saleem AbdulrasoolBasic: use range-based for loops for ARM target
2014-09-17 Saleem AbdulrasoolBasic: whitespace fixup for ARM target info
2014-09-16 Reid KlecknerDon't try to devirtualize non-virtual calls
2014-09-16 Rafael EspindolaDon't try to use C5/D5 comdats in COFF.
2014-09-16 Reid KlecknerFix forwarding -l to MSVC's link.exe
2014-09-16 Daniel Jasperclang-format: Allow unbroken ::: in inline assembly.
2014-09-16 Daniel Jasperclang-format: Restructure and add missing tests.
2014-09-16 Rafael EspindolaAdd support for putting constructors and destructos...
2014-09-16 Dan Liew[sphinx cleanup]
2014-09-16 Saleem AbdulrasoolDriver: use range based for loop
2014-09-16 Richard SmithReject a slightly-sneaky way to perform a read of mutab...
2014-09-15 Richard SmithTests for DR581-600.
2014-09-15 Richard SmithPR19692: Add (passing) regression test.
2014-09-15 David BlaikieUnique_ptrify Preprocessor::PragmaHandlersBackup
2014-09-15 Fariborz JahanianObjective-C. Prevents a crash generating AST for a
2014-09-15 Alexey SamsonovMajor rewrite of linking strategy for sanitizer runtime...
2014-09-15 Rafael EspindolaReduce code duplication a bit more. NFC.
2014-09-15 Rafael EspindolaReduce code duplication a bit more. NFC.
2014-09-15 Rafael EspindolaSimplify the code a bit, NFC.
2014-09-15 Rafael EspindolaMove emitCXXStructor to CGCXXABI.
2014-09-15 Rafael EspindolaCreate a emitCXXStructor function and make the existing...
2014-09-15 Benjamin KramerUse intrusive refcounted pointers to manage RopeRefCoun...
2014-09-15 David Blaikieunique_ptrify ChainedDiagnosticConsumer's ctor parameters
2014-09-15 Reid KlecknerTeach Clang how to use response files when calling...
2014-09-15 David BlaikieFix memory leak of raw_ostreams in LogDiagnosticPrinter...
2014-09-15 Reid KlecknerAdd -fseh-exceptions for MinGW-w64
2014-09-15 Aaron BallmanPretty print attributes associated with record declarat...
2014-09-15 Fariborz JahanianObjective-C SDK modernizer. Do not modernize an enum
2014-09-15 Aaron BallmanAdding some FIXMEs to the attribute emitter code regard...
2014-09-15 Aaron BallmanWhen pretty printing attributes that have enumeration...
2014-09-15 Benjamin KramerEdit: Do not extend a removal to include trailing white...
2014-09-15 James Molloy[ARM] Add ACLE predefines: maxmin, rounding and h/w...
2014-09-15 Daniel Jasperclang-format: Basic support for Java.
2014-09-15 Daniel Jasperclang-format: Add option to break before non-assignment...
2014-09-14 JF BastienMake test/Driver hermetic
2014-09-12 Richard TrieuCheck delegating constructors for using uninitialized...
2014-09-12 Ehsan Akhgariclang-cl: Warn when a /TC or /TP argument is unused
2014-09-12 Richard TrieuDon't print 'NULL TYPE' when dumping a delegating const...
2014-09-12 Rafael EspindolaAllow protocols to be just declared.
2014-09-12 Fariborz Jahanianpatch to add missing warning on sizeof wrong parameter
2014-09-12 Ehsan Akhgariclang-cl: Don't treat linker input files differently...
next