]> granicus.if.org Git - clang/shortlog
clang
2015-04-02 Benjamin KramerPartially revert "Replace custom alignment enforcement...
2015-04-02 Benjamin KramerReplace custom alignment enforcement with LLVM_ALIGNAS.
2015-04-02 Alexey Bataev[OPENMP] Fix crash on private variables not used in...
2015-04-02 Peter CollingbourneImplement CFI type checks for non-virtual calls.
2015-04-01 Reid KlecknerAdd test intended for commit in r231317
2015-04-01 Alexey Samsonov[UBSan] Embed UBSan into ASan runtime (Clang part).
2015-04-01 Eli BenderskySet the type of ptrdiff_t to signed on NVPTX targets
2015-04-01 Reid KlecknerRe-land "MS ABI: lambda call operators are instance...
2015-04-01 Reid KlecknerRun dos2unix on test/PCH/cxx1y-lambdas.mm
2015-04-01 Richard SmithMinor simplification: do typo-correction before handlin...
2015-04-01 Eli BenderskySet NVPTX64 target's size_t to match other 64-bit targets
2015-04-01 Reid KlecknerFix inlinehint.cpp with an explicit triple to avoid...
2015-04-01 Reid KlecknerRemove comdats from inlinehint.cpp to pass test on...
2015-04-01 Reid KlecknerFix data layout mismatch between LLVM and Clang for...
2015-04-01 Reid KlecknerTry to fix nacl-direct.c driver test in Cygwin environment
2015-04-01 Reid KlecknerMark instantiated function decls as inline specified...
2015-04-01 Ulrich Weigand[SystemZ] Add BuiltinsSystemZ.def to Clang_Basic modulemap
2015-04-01 Ulrich Weigand[SystemZ] Add header files to Makefile / module.modulemap
2015-04-01 Ulrich Weigand[SystemZ] Support transactional execution on zEC12
2015-04-01 Elena DemikhovskyAVX-512: added clang intrinsics for logical and, or...
2015-04-01 David Majnemer[MS ABI] Disregard restrictive exception specifications
2015-04-01 Alexey Bataev[OPENMP] Sema analysis for 'atomic capture' construct.
2015-03-31 Fariborz Jahanian[Objective-C metadata patch]. Patch to allocate one...
2015-03-31 Derek SchuffFix nacl's clang driver tests to tolerate libdir suffix...
2015-03-31 Benjamin Kramer[lex] Bitfieldize some booleans.
2015-03-31 Eli BenderskyAdd sm_37 target to Clang for NVPTX
2015-03-31 Tom StellardSema: Accept pointers to any address space for builtin...
2015-03-31 Daniel Jasperclang-format: [JS] Support getters, setters and methods...
2015-03-31 Daniel JasperMake new test slightly more generic to allow running...
2015-03-31 Craig Topper[X86] Use getHostCPUFeatures when 'native' is specified...
2015-03-31 Eric ChristopherUpdate for llvm commit r233648.
2015-03-30 Fariborz Jahanian[Objective-C patch]. Amend TransformObjCMessageExpr...
2015-03-30 Derek SchuffAdd driver support for Native Client SDK
2015-03-30 Jordan Rose[analyzer] Add test for previous commit.
2015-03-30 Jordan Rose[analyzer] Disable all retain count diagnostics on...
2015-03-30 Jordan Rose[analyzer] Don't special-case ivars backing +0 properties.
2015-03-30 Duncan P. N... DebugInfo: Use new LLVM API for DebugLoc
2015-03-30 Richard SmithUpdating code owners file per discussion with Doug...
2015-03-30 Kit Barton[PPC] Move argument range checks for HTM and crypto...
2015-03-30 Ulrich Weigand[SystemZ] Fix fallout from r233543 on no-assert builds
2015-03-30 Ulrich Weigand[SystemZ] Fix definition of IntMaxType / Int64Type
2015-03-30 Ulrich Weigand[SystemZ] Fix some ABI corner cases
2015-03-30 Daniel Sanders[mips] Add support for 'ZC' inline assembly memory...
2015-03-30 Daniel Jasperclang-format: [JS] Fix comment formatting in goog.scopes.
2015-03-30 Alexey Bataev[OPENMP] Codegen for 'atomic update' construct.
2015-03-30 Alexey Bataev[OPENMP] Improved codegen for implicit/explicit 'barrie...
2015-03-30 Petar JovanovicAdd check for kind of UnqualifiedId in Declarator:...
2015-03-29 David Majnemer[MS ABI] Rework .xdata HandlerType emission
2015-03-29 Benjamin Kramer[parse] Don't crash on alternative operator spellings...
2015-03-29 Benjamin Kramer[lex] Provide a valid token when __has_include is found...
2015-03-29 Benjamin Kramer[edit] Don't hit an assert when trying to delete a...
2015-03-29 Benjamin Kramer[parser] Push _Atomic locs through DeclaratorChunk.
2015-03-29 Benjamin Kramer[lex] Don't create a garbage token if parsing of __has_...
2015-03-29 Benjamin Kramer[Parse] Don't crash on ~A::{
2015-03-29 Benjamin Kramer[lex] Don't read past the end of the buffer
2015-03-29 Benjamin Kramer[lex] Turn range checks into asserts.
2015-03-28 Anna Zaks[scan-build] Be friendly to "" in the argument list.
2015-03-28 Chandler Carruth[Modules] Don't compute a modules cache path if we...
2015-03-28 Manuel KlimekMake the clang-fuzzer use the CompilerInstance directly.
2015-03-28 Richard SmithA conversion from a scoped enumeration bitfield to...
2015-03-28 Manuel KlimekAdd initial version of a clang-fuzzer.
2015-03-27 Duncan P. N... DebugInfo: Don't call DIBuilder::retainType(nullptr)
2015-03-27 Richard Smith[modules] Allow a function template definition if we...
2015-03-27 Chandler Carruth[Modules] Work around PR23030 again, in a different...
2015-03-27 Richard SmithAdd file forgotten from r233420.
2015-03-27 Richard Smith[modules] When merging class definitions, make the...
2015-03-27 Richard Smith[modules] Allow a function to be redefined if the old...
2015-03-27 Rafael EspindolaRevert "Don't use unique section names by default if...
2015-03-27 Rafael EspindolaDon't use unique section names by default if using...
2015-03-27 Benjamin KramerMark DR777 only as fixed in clang SVN.
2015-03-27 Benjamin Kramer[Sema] Factor diags with %plural. No functionality...
2015-03-27 Timur IskhodzhanovMake -fsanitize-coverage flag a core option so it's...
2015-03-27 Benjamin KramerRemove test for PR12917 for now. I'm relatively sure...
2015-03-27 Benjamin Kramer[Sema] Implement DR777
2015-03-27 Benjamin Kramer[Sema] Diagnose default argument on a parameter pack.
2015-03-27 Chandler Carruth[Modules] When walking the lookup results in a namespac...
2015-03-27 Kaelyn TakataDiagnose delayed typos in an expr list that is in an...
2015-03-27 Richard Smith[modules] Handle defining a tag with a typedef name...
2015-03-27 Chandler Carruth[Modules] Make Sema's map of referenced selectors have...
2015-03-27 Chandler Carruth[Modules] Make our on-disk hash table of selector IDs...
2015-03-27 Richard Smith[modules] Handle defining a class template on top of...
2015-03-27 Chandler Carruth[Modules] Sort the file IDs prior to building the flatt...
2015-03-27 Chandler Carruth[Modules] Fix another pointer keyed set that we iterate...
2015-03-26 Chandler Carruth[Modules] Clean up some code that was manually replicat...
2015-03-26 Chandler Carruth[Modules] Fix an obvious lack of deterministic ordering...
2015-03-26 Chandler Carruth[Modules] Make the AST serialization always use lexicog...
2015-03-26 Chandler Carruth[Modules] Delete stale, pointless code. All tests still...
2015-03-26 Chandler Carruth[Modules] Fix a sneaky bug in r233249 where we would...
2015-03-26 Chandler Carruth[Modules] Fix tiny bug where we failed to get the canon...
2015-03-26 Richard Smith[modules] Restrict the module use-declaration to only...
2015-03-26 Davide ItalianoFix -Wshift-count-negative. It didn't work if the right...
2015-03-26 Bill Schmidt[PowerPC] Remove assembly testing from test/CodeGen...
2015-03-26 Daniel Jasperclang-format: Force line break in trailing calls after...
2015-03-26 Ed SchoutenEnable -ffunction-sections and -fdata-sections for...
2015-03-26 Daniel Jasperclang-format: Fix merging of _T macros.
2015-03-26 Ed SchoutenLet Clang invoke CloudABI's linker.
2015-03-26 Chandler Carruth[Modules] Preserve source order for the map of late...
2015-03-26 Chandler Carruth[Modules] Add some more fun code to my modules stress...
2015-03-26 Chandler Carruth[Modules] Make "#pragma weak" undeclared identifiers...
2015-03-26 Chandler Carruth[Modules] Delete a bunch of complex code for ensuring...
next