]> granicus.if.org Git - clang/shortlog
clang
2015-08-25 Nick LewyckyClarify the error message when the reason the conversio...
2015-08-25 Simon Pilgrim[X86] Remove unnecessary MMX declarations from Intrin.h
2015-08-25 Nico WeberRevert r245879. Speculative, might have caused crbug...
2015-08-25 David Majnemer[Sema] Handle leading and trailing __ for GNU attributes
2015-08-25 Gabor Horvath[Static Analyzer] Fix tests to reflect the change in...
2015-08-25 Gabor Horvath[Static Analyzer] Fixed a typo in a diagnostic message.
2015-08-25 Diego NovilloConvert SampleProfile pass into a Module pass.
2015-08-25 Alexey BataevFix possible crash on null base or type for array elements.
2015-08-25 Alexey Bataev[OPENMP 4.0] Initial support for array sections.
2015-08-25 Eric ChristopherRewrite the PPC target feature handling to more resembl...
2015-08-25 Eric ChristopherExtract handling of user defined features into a functi...
2015-08-25 Daniel Jasperclang-format: Add space before member function referenc...
2015-08-25 Michael KupersteinRevert r245923 since it breaks mingw.
2015-08-25 Michael Kuperstein[X86] Expose the various _rot intrinsics on non-MS...
2015-08-25 Ahmed Bougacha[ARM NEON] Remove the old AArch64 vset_lane tests....
2015-08-25 Eric ChristopherReimplement the PPC explicit option checking to be...
2015-08-25 David Majnemer[clang-cl] Only respect /Oy- for x86_32
2015-08-24 Derek SchuffRevert "broken test. uses system ld.gold"
2015-08-24 Derek Schuffbroken test. uses system ld.gold
2015-08-24 Derek SchuffUse GetLinkerPath utility function to find linker for...
2015-08-24 Ahmed Bougacha[ARM NEON] Use CGF cached Types instead of llvm::Type...
2015-08-24 Ahmed Bougacha[ARM NEON] Replace redundant code with a new GetFloatNe...
2015-08-24 Ahmed Bougacha[ARM NEON] Add missing AArch64 vget tests.
2015-08-24 Richard Smith[modules] Remove unnecessary deserialization of fully...
2015-08-24 David Majnemer[MS ABI] Don't emit stackrestore in cleanups
2015-08-24 Akira HatanakaRevert r245866.
2015-08-24 Argyrios Kyrtzidis[libclang] For convenience to clients, make sure that...
2015-08-24 Akira Hatanaka[ARM] Error out on apple darwin platforms if float...
2015-08-24 Aaron BallmanFixing some copy-pasta comments; NFC.
2015-08-24 Daniel Jasperclang-format: Always allow break after leading annotations.
2015-08-24 Daniel Jasperclang-format: Make formatting of member function refere...
2015-08-24 Daniel Jasperclang-format: Properly handle braced lists in macros.
2015-08-24 Keith Walker[AArch64] Define the macro __ARM_FP16_ARGS
2015-08-24 Alexey Bataev[OPENMP] Info about OpenMP Support in Users Manual...
2015-08-24 Richard Smith[modules] If local submodule visibility is disabled...
2015-08-24 Richard Smith[modules] Stop updating all identifiers when writing...
2015-08-23 Vedant Kumar[test] Fix typos in a few tests (NFC)
2015-08-23 Simon PilgrimAdded missing tests for SSE41 pmovsx/pmovzx extension...
2015-08-23 Faisal ValiAdd a missing 'classof' to AST Node TypoExpr to identif...
2015-08-23 Serge PavlovChanges missed from r245810
2015-08-23 Serge PavlovInstantiate function declarations in instantiated funct...
2015-08-23 Joseph Tremoulet[WinEH] Update to new EH pad/ret signatures (with token...
2015-08-22 Richard SmithImprove the performance of resolving a lookup result...
2015-08-22 Richard Smith[modules] Further simplification and speedup of redecla...
2015-08-22 Jingyue Wu[CUDA] Change initializer for CUDA device code based...
2015-08-22 Richard Smith[modules] Remove some dead code after r245779.
2015-08-22 Richard Smith[modules] Rearrange how redeclaration chains are loaded...
2015-08-22 Ahmed Bougacha[ARM NEON] Remove special-case for f16 vcvt handling...
2015-08-22 John McCallWhen building a pseudo-object assignment, and the RHS is
2015-08-21 Ahmed Bougacha[ARM NEON] Use the common naming scheme for vcvt f16...
2015-08-21 Ahmed Bougacha[ARM NEON] Factor out FP-prototype checking. NFC.
2015-08-21 Alex Denisov[SemaObjC] Remove unused code from test.
2015-08-21 Piotr PadlewskiRevert "Generating assumption loads of vptr after ctor...
2015-08-21 Piotr PadlewskiGenerating assumption loads of vptr after ctor call...
2015-08-21 James Y KnightProperly provide alignment of 'byval' arguments down...
2015-08-21 Eric ChristopherFix typo - symetric -> symmetric.
2015-08-21 Benjamin Kramer[RecordLayoutBuilder] Remove duplicated diagnostic...
2015-08-21 Benjamin KramerRemove unused diagnostic.
2015-08-21 Alexey Bataev[OPENMP 4.1] Add codegen for 'simdlen' clause.
2015-08-21 Daniel Jasperclang-format: Be more conservative about specially...
2015-08-21 Alexey Bataev[OPENMP 4.1] Add ast-print tests for 'val', 'uval'...
2015-08-21 Alexey Bataev[OPENMP 4.1] Initial support for 'simdlen' clause.
2015-08-21 NAKAMURA Takumi[CMake][Standalone] Detect Python. Python is used for...
2015-08-21 NAKAMURA TakumiUntabify.
2015-08-21 Yaron KerenExpand mingw-long-double.c to test for long double...
2015-08-21 David Majnemer[Sema] Don't crash when diagnosing hack in libstdc++
2015-08-21 Alexey Bataev[OPENMP 4.1] Improved codegen for 'uval' qualifier...
2015-08-21 James Y KnightStop treating -static as overriding -fPIC: they are...
2015-08-21 Richard TrieuFix a few things with -Winfinite-recursion. NFC
2015-08-21 Richard Smith[modules] When we see a definition of a function for...
2015-08-21 Gabor Horvath[Static Analyzer] Add checker to catch lightweight...
2015-08-20 Gabor Horvath[Static Analyzer] Made it easier to test new checkers...
2015-08-20 Anton Yartsev[analyzer] Fix for PR24112 (scan-build doesn't work...
2015-08-20 Yaron Keren Revert the 64bit part of r245084; long double values...
2015-08-20 Evgeniy StepanovRevert r245344.
2015-08-20 Yaron KerenRevert the 32bit part of r245084; mingw values were...
2015-08-20 Aaron BallmanDo not crash when static analysis encounters a Function...
2015-08-20 Richard SmithPR24483: Delete some dead/incorrect code that triggered...
2015-08-20 Yaron KerenFix test on Windows to accept both gcc and gcc.exe.
2015-08-20 Ahmed Bougacha[Headers][X86] Use __builtin_shufflevector in AVX2...
2015-08-20 Chris Bieneman[CMake] Simplifying logic for USES_TERMINAL on bootstra...
2015-08-20 Chris Bieneman[CMake] Exclude 'bootstrap' target from 'all' where...
2015-08-20 Douglas Katzman[Sparc] Add '-EL' when invoking gcc to link little...
2015-08-20 Artem BelevichRevert r245496 "[CUDA] Add appropriate host/device...
2015-08-20 Aaron BallmanSilence a "not all control paths return a value" warnin...
2015-08-20 Olivier GoffartFix crash with two typos in the arguments of a function
2015-08-20 Alexey Bataev[OPENMP 4.1] Allow to use 'uval' and 'ref' modifiers...
2015-08-20 Alexey Bataev[OPENMP 4.1] Initial support for modifiers in 'linear...
2015-08-19 John McCallFix the layout of bitfields in ms_struct unions: their
2015-08-19 Richard SmithAdd missing comment.
2015-08-19 Richard TrieuFix -Wlogical-not-parentheses to work better with C...
2015-08-19 Artem Belevich[CUDA] Added stubs for __nvvm_atom_add_*_d() builtins.
2015-08-19 Richard Smith[modules] Don't needlessly bounce through Sema when...
2015-08-19 Richard SmithInternal-linkage variables with constant-evaluatable...
2015-08-19 Artem Belevich[CUDA] Add appropriate host/device attribute to builtins.
2015-08-19 Piotr PadlewskiGenerating available_externally vtables bugfix
2015-08-19 Yaron KerenAdd REQUIRES: x86-registered-target to test since it...
2015-08-19 Yaron KerenAccording to i686 ABI, long double size on x86 is 12...
2015-08-19 James Y KnightProperly pass through the PIC mode to the integrated...
2015-08-19 Vladimir Sukharev[ARM] Proper generic cpus handling
next