]> granicus.if.org Git - clang/shortlog
clang
2015-07-31 David Majnemer[MS ABI] Hook clang up to the new EH instructions
2015-07-31 Duncan P. N... DI: Update for LLVM API change for local variables
2015-07-31 Alexey BataevOutline function Parser::ParseCXXClassMemberDeclaration...
2015-07-31 Argyrios KyrtzidisMake sure the 2 method calls are sequenced.
2015-07-31 Argyrios Kyrtzidis[modules] Fix issue where building a module from a...
2015-07-30 David BlaikieSplit DWARF: Allow -gmlt/-gsplit-dwarf to override...
2015-07-30 Hubert TongImproved error recovery for _Pragma
2015-07-30 Hubert Tong[Concepts] Add diagnostic: non template declaration
2015-07-30 Adhemerval... [sanitizers] Enable dfsan for aarch64
2015-07-30 Argyrios Kyrtzidis[sema] Allow to opt-out of overriding the super class...
2015-07-30 Naomi Musgravesimplified test case
2015-07-30 Naomi Musgraveremoved hardcoding for attribute associated with dtor...
2015-07-30 Naomi MusgraveTesting to verify function attribute disable-tail-calls...
2015-07-30 Naomi Musgraveupdated test to be more explicit
2015-07-30 Naomi MusgraveUpdated test regex and flags
2015-07-30 Naomi Musgraverepress tail call optimization when performing use...
2015-07-30 Pete CooperUse llvm::reverse to make a bunch of loops use foreach...
2015-07-30 Pete CooperAdd fmodules-cache-path to 2 tests which were missing it.
2015-07-30 Renato Golin[ARM] Allow setting the generic features for native...
2015-07-30 Ulrich WeigandFix sanitizer fallout from r243642
2015-07-30 Ulrich Weigand[SystemZ] Add support for vecintrin.h vector built...
2015-07-30 Ulrich WeigandAdd support for System z vector language extensions
2015-07-30 Alexey Bataev[OPENMP 4.1] Initial support for extended 'ordered...
2015-07-30 Michael Kuperstein[X86] Recognize "flags" as an identifier, not a registe...
2015-07-30 Sean SilvaAdd a comment explaining differing Windows behavior.
2015-07-30 Sean SilvaEnable accidentally-disabled tests.
2015-07-30 Asaf Badouh[X86][AVX512BW] Remove whitespaces
2015-07-30 Richard SmithRemove some noise "this->"s left behind by r243213.
2015-07-30 Richard Smith[modules] Remove redundant information written into...
2015-07-30 Sean SilvaRemove bad test.
2015-07-30 Sean SilvaAttempt to make clang-x64-ninja-win7 happy.
2015-07-30 Sean SilvaAvoid failure to canonicalize '..'.
2015-07-29 Richard TrieuFix -Wredundant-move warning.
2015-07-29 Richard Smith[modules] When performing redeclaration lookup for...
2015-07-29 Davide Italiano[SemaAccess] Provide meaningful message when we hit...
2015-07-29 Douglas KatzmanUse the AddAllArgs overload which accepts an ArrayRef...
2015-07-29 Richard TrieuDisable -Wpessimizing-move and -Wredundant-move in...
2015-07-29 Yaron KerenIn case of an existing GlobalVariable, the comdat is...
2015-07-29 Yaron KerenMake this test target x86_64-pc-windows-gnu as well.
2015-07-29 Akira Hatanaka[AArch64] Pass subtarget feature "+strict-align".
2015-07-29 Yaron KerenRemove unnecessary variable.
2015-07-29 Asaf Badouh[X86][AVX512BW] add convert i16 to i8 and unpack intrinsics
2015-07-29 Asaf Badouh[X86][AVX512BW] Replace attributes with __DEFAULT_FN_ATTRS
2015-07-28 Akira Hatanaka[ARM] Pass subtarget feature "+strict-align".
2015-07-28 Artem BelevichSilence unused argument warning for --cuda-host-only.
2015-07-28 Artem Belevich--cuda-host-only should not disable linking phase.
2015-07-28 Richard TrieuUse an iterative method instead of recursion for printi...
2015-07-28 Richard TrieuDo not give a -Wredundant-move warning when removing...
2015-07-28 Argyrios Kyrtzidis[test] Follow-up for r243119, also add a test case...
2015-07-28 Nico WeberRename -Wmsvc-include to -Wmicrosoft-include, now that...
2015-07-28 Chih-Hung HsiehAdd -femulated-tls flag to select the emulated TLS...
2015-07-28 Benjamin Kramer[CodeGen] Simplify creation of shuffle masks.
2015-07-28 Piotr PadlewskiGetting rid of old iterator loops
2015-07-28 Manuel KlimekDo not force linebreaks when MaxEmptyLinesToKeep is 0.
2015-07-28 Benjamin Kramer[CodeGen] Clean up CGBuiltin a bit.
2015-07-28 Kristof BeylsRegParmMax must be 0 for AArch64, as the regparm functi...
2015-07-28 Adhemerval... [AArch64] Implement __builtin_thread_pointer
2015-07-28 Asaf Badouh[X86][AVX512VL] add AVX512VL intrinsics 4 out of 4
2015-07-28 Asaf Badouh[X86][AVX512VL] add AVX512VL intrinsics 3 out of 4
2015-07-28 Asaf Badouh[X86][AVX512VL] add AVX512VL intrinsics 2 out of 4
2015-07-28 Alexandros... Use TargetParser to parse -mhwdiv command line option...
2015-07-28 Asaf Badouh[X86][AVX512VL] add AVX512VL intrinsics 1 out of 4
2015-07-28 Argyrios Kyrtzidis[sema] Fix crash when typo-transforming an expression...
2015-07-28 Yaron KerenMake local function isWhitespaceExceptNL static instead...
2015-07-28 Nico WeberFix what looks like accidentally repeated file contents...
2015-07-28 Nico WeberSplit -Wmicrosoft into many specific warnings.
2015-07-28 Justin BognerInstrProf: Fix a misuse of the FunctionDecl API when...
2015-07-28 Argyrios Kyrtzidis[test] Follow-up for r243343, also add a test case...
2015-07-27 Renato Golin[ARM] Implement -Wa,-mfpu and friends for assemblers
2015-07-27 Renato Golin[ARM] Changes to Arch/CPU handling to help with -Wa...
2015-07-27 Argyrios Kyrtzidis[sema] Fix infinite loop when using a boolean value...
2015-07-27 Tyler NowickiUse CGLoopInfo to emit metadata for loop hint pragmas.
2015-07-27 Simon PilgrimFixed test in rL243305
2015-07-27 Aaron BallmanRemoving unused function declaration with no definition...
2015-07-27 Akira Hatanaka[AArch64] Unconditionally pass subtarget feature reserv...
2015-07-27 Simon Pilgrim[X86] Add missing _m_prefetch intrinsic
2015-07-27 Aaron BallmanCorrecting a typo in a comment; NFC.
2015-07-27 Samuel Antao[OpenMP] Fix copyin codegen test regression in order...
2015-07-27 Samuel Antao[OpenMP] Fix copyin clause codegen regression caused...
2015-07-27 Samuel Antao[OpenMP] Add TLS requirement for the copyin clause...
2015-07-27 Douglas KatzmanRename {Hexagon,NaCl}_TC to {Hexagon,NaCl}ToolChain...
2015-07-27 Samuel Antao[OpenMP] Add capture for threadprivate variables used...
2015-07-27 Jonathan RoelofsAnalysis: Fix example usage comment in CFG.cpp. NFC
2015-07-27 Renato GolinSetting ARM dynamic linker name from commandline
2015-07-27 David Majnemer[clang-cl] Handle -O correctly
2015-07-27 Yaron KerenRename highly-confusing isWhitespace that returns false...
2015-07-27 Richard Smith[modules] Add an assert for redeclarations that we...
2015-07-26 David Majnemer[Targets] Define _M_AMD64 and _M_X64 to a more appropri...
2015-07-26 David Majnemer[AST] It should be impossible to get Int128 or UInt128...
2015-07-26 David Majnemer[MS Extensions] Remove support for the i128 integer...
2015-07-26 David Majnemer[Sema] Refactor AddAlignedAttr to reduce indentation
2015-07-26 Yaron KerenThis test failed on ninja-x64-msvc-RA-centos6.
2015-07-26 Yaron KerenRevert three tests enabled on r243236, they fail on...
2015-07-26 Yaron KerenEnable passing clang tests on Windows/MSYS.
2015-07-26 Yaron KerenFix test running under mingw.
2015-07-26 David MajnemerTry to make the buildbots happy
2015-07-26 David Majnemer[Sema] The alignment of an object has an upper bound...
2015-07-25 Benjamin Kramer[libclang] Use lambdas instead of explicit structs...
2015-07-25 David Majnemer[AST] Rename RecordLayoutBuilder to ItaniumRecordLayout...
2015-07-25 Yaron KerenEnable clang tests requiring "clang-driver" on mingw.
next