]> granicus.if.org Git - clang/shortlog
clang
2015-05-29 Daniel MarjamakiRun clang-format on MacroInfo.h
2015-05-29 Daniel Jasperclang-format: [JS] Support ES6 computed property names.
2015-05-29 Jingyue WuNFC: tab => spaces
2015-05-29 Justin Bognerwip: Remove some unused functions
2015-05-28 Richard SmithRemove dead code.
2015-05-28 Justin BognerAST: Fix printing GNU old-style field designators
2015-05-28 Diego NovilloImprove user documentation on profiling.
2015-05-28 Chandler Carruth[omp] Loosen the driver test enough so that overriding...
2015-05-28 Chandler Carruth[omp] Fix a typo in a comment and a line I forgot to...
2015-05-28 Benjamin Kramer[Format] Skip creating temporary std::strings when...
2015-05-28 David Majnemer[CodeGen] Update a test-case affected by folding IntToP...
2015-05-28 Hans WennborgGet the dll storage class right for structors of classe...
2015-05-28 Ranjeet Singh[ARM] Be less specific about the error message expected.
2015-05-28 Renato Golin[ARMTargetParser] FIXME MachO arch names. NFC
2015-05-28 Renato Golin[ARMTargetParser] FIXME on getLLVMArchSuffixForARM...
2015-05-28 Renato Golin[ARMTargetParser] Removing string parsing from getCPUDe...
2015-05-28 Diego NovilloFix PPC failure. Adjust CHECK pattern.
2015-05-28 Daniel Jasperclang-format: Lower binding strengths created by the...
2015-05-28 David Majnemer[Basic] Define __declspec for cygwin
2015-05-28 Chandler Carruth[omp] Re-work Clang's handling of -fopenmp and undo...
2015-05-28 Ekaterina RomanovaAdded doxygen comments for the intrinsics.
2015-05-28 Richard TrieuUpdate -Winvalid-noreturn to handle destructors better.
2015-05-27 Diego NovilloSet function entry counts with -fprofile-instr-use.
2015-05-27 John ThompsonIt appears these exports are needed, as wmmintrin.h...
2015-05-27 Renato GolinARMTargetParser FIXME getCPUProfile A/R/M
2015-05-27 Renato GolinARMTargetParser FIXME: ARMv8 detection for hdiv
2015-05-27 Daniel Jasperclang-format: [JS] Fix incorrect detection of ternary...
2015-05-27 Daniel Jasperclang-format: Fix false positive in function annotation...
2015-05-27 Hans Wennborgclang-cl: Handle dll attributes in explicit class templ...
2015-05-26 David Majnemer[MS ABI, DebugInfo] Omit the size for model-less pointe...
2015-05-26 David Majnemer[CodeGen] Handle flexible array members containing...
2015-05-26 Petar Jovanovic[MIPS] Re-land the change r238200 to fix extension...
2015-05-26 Akira HatanakaRemove the code in clang that is using TargetOptions...
2015-05-26 Aaron BallmanFixing an RST issue to silence a sphinx warning.
2015-05-26 Aaron Ballman__declspec is not a core Clang language extension....
2015-05-26 Hans WennborgRevert r238200: "[MIPS] fix extension of integer types...
2015-05-26 Douglas KatzmanChange final case of Driver::getToolChain to "if/else...
2015-05-26 Ranjeet SinghTest commit.
2015-05-26 Aaron BallmanGoing out on a limb and guessing that someone viewing...
2015-05-26 Petar Jovanovic[MIPS] fix extension of integer types (function calls)
2015-05-26 Daniel Jasperclang-format: Guard the bin-packing in braced lists...
2015-05-26 Daniel Jasperclang-format: [JS] Support ES6 spread operator.
2015-05-26 Daniel Jasperclang-format: Fix child-formatting in macros.
2015-05-26 David Majnemer[MS ABI] Implement restrict qualified references
2015-05-25 Kit BartonThis patch adds support for the vector quadword add...
2015-05-25 Alexander MusmanBug fix for PR23577 (https://llvm.org/bugs/show_bug...
2015-05-23 David Majnemer[Driver] Unbreak hexagon build bots
2015-05-23 David Majnemer[Driver] Handle -fno-signed-char and -fno-unsigned...
2015-05-23 David Majnemer[Sema] Don't use dyn_cast to detect an AtomicType
2015-05-23 Rafael EspindolaThis reverts commit r238064 and r238055.
2015-05-22 Sanjay Pateladd missing include for TargetRecip
2015-05-22 Justin BognerCodeGen: Avoid a reserved name and fix the naming style...
2015-05-22 Sanjay Pateladd the -mrecip driver flag and process its options
2015-05-22 Rafael EspindolaMake unique section names the default again.
2015-05-22 Renato GolinUse profile and version parsers from ARMTargetParser
2015-05-22 Diego NovilloAdd clarifying note that sampling-based profiles cannot...
2015-05-22 Aaron BallmanUpdating the documentation to include an operator!...
2015-05-22 Szabolcs SiposAdding new AST matcher: isConstexpr
2015-05-22 Alexey Bataev[OPENMP] Prepare codegen for privates in tasks for...
2015-05-22 Justin BognerModernize some doc comments. NFC
2015-05-22 David Majnemer[ItaniumMangle] Fix a typo.
2015-05-22 David Majnemer[Sema] Don't crash on out-of-line virtual constexpr...
2015-05-22 Faisal ValiApply existing checks to C++1Z (has_feature_cxx0x)...
2015-05-22 Ahmed Bougacha[OpenMP] Test AVX default SIMD alignment. NFC.
2015-05-22 Ahmed Bougacha[CodeGen] Use TargetInfo::getABI() throughout X86*Targe...
2015-05-22 Richard SmithFix assertion when assigning to object in OpenCL consta...
2015-05-22 Faisal Vali"This adds -fconcepts-ts as a cc1 option for enabling the
2015-05-21 Adrian PrantlDebug info: Adapt to new DIBuilder interface.
2015-05-21 Douglas GregorItanium mangler: don't trip an assertion when unresolve...
2015-05-21 Manuel Klimekclang-format: [JS] Better support for fat arrows.
2015-05-21 John Brawn[ARM] Restructure cpu handling in the driver to mostly...
2015-05-21 Alexey Bataev[OPENMP] Fixed codegen for parameters privatization.
2015-05-21 Alexey Bataev[OPENMP] Fixed codegen for lastprivate LCV in workshari...
2015-05-21 Richard SmithAvoid using a C++11 library feature not present in...
2015-05-21 Richard Smith[modules] If we re-enter a submodule from within itself...
2015-05-21 Alexey Samsonov[Driver] Improve unused-argument diagnostic for extra...
2015-05-21 Reid KlecknerRename a helper template function to 'bytes' to avoid...
2015-05-21 Reid KlecknerWork around overloading bug in MSVC 2015
2015-05-20 Richard TrieuCheck for bool-like conversion in conditional expressions.
2015-05-20 Richard Smith[OpenMP] Make default OpenMP library (the one selected...
2015-05-20 Reid KlecknerEvaluate union cast subexpressions when the cast value...
2015-05-20 Aaron BallmanRefactored some common functionality into MaybeParseMic...
2015-05-20 Ahmed Bougacha[CodeGen] Check x86_64-arguments.c tests on AVX as...
2015-05-20 Richard Smith[modules] Support merging a parsed default argument...
2015-05-20 Richard Smith[modules] Support merging a parsed default function...
2015-05-20 Pete CooperUse Intrinsic::ID instead of unsigned. NFC.
2015-05-20 Justin BognerInstrProf: Change this triple back to %itanium_abi_triple
2015-05-20 Justin BognerInstrProf: Remove darwin-specific section names from...
2015-05-20 Justin BognerInstrProf: Increment the profile counter for all types...
2015-05-20 Justin BognerCodeGen: Remove some trailing whitespace. NFC
2015-05-20 Alexey Bataev[OPENMP] Fix codegen for ordered loop directives.
2015-05-20 Alexey Bataev[MSVC] Handle out-of-line definition of static data...
2015-05-20 Manuel KlimekAllow skipping imports in the module visitor.
2015-05-20 Michael Kuperstein[X86] Add _mm256_set_m128 and its 5 variants.
2015-05-20 Yaron KerenFix CGRecordLayouts description to say it maps clang...
2015-05-20 David Majnemer[clang-cl] Map /GA to -ftls-model=local-exec
2015-05-20 Alexey Bataev[OPENMP] -fopenmp enables OpenMP support (fix for http...
2015-05-20 Alexey BataevFix for aggregate copying of variable length arrays.
2015-05-19 David Blaikie[opaque pointer type] Pass the explicit call type when...
2015-05-19 Richard SmithRevert r237609 for now.
next