]> granicus.if.org Git - clang/shortlog
clang
2015-06-02 Douglas KatzmanFix typo in tutorial.
2015-06-02 David Majnemer[MSVC Compatibility] Permit static_cast from void-ptr...
2015-06-02 Douglas KatzmanCorrect DriverInternals.rst: ccc-print-options is gone.
2015-06-02 Daniel Jasperclang-format: [JS] Always add space after fat arrow.
2015-06-02 Daniel Jasperclang-format: [JS] Array literal detection fix #4.
2015-06-02 Andrea Di Biagio[x86-64 ABI] Fix for PR23082: an assertion failure...
2015-06-02 Sanjay Pateladd missing dependency for CodeGen lib
2015-06-02 Sanjay Pateladd the -mrecip driver flag and process its options...
2015-06-02 Daniel Jasperclang-format: Don't try to detect C++ lambdas in other...
2015-06-02 Daniel Jasperclang-format: [JS] Fix incorrect line length calculation.
2015-06-02 Daniel Jasperclang-format: [JS] Array literal detection fix #3.
2015-06-02 Daniel Jasperclang-format: [JS] Fix another regression when detectin...
2015-06-02 Daniel Jasperclang-format: [JS] Fix regression of detecting array...
2015-06-02 Manuel KlimekMake vim also output a helpful message in some error...
2015-06-02 Manuel KlimekRemove error message when using the fallback style.
2015-06-01 David Majnemer[Basic] Transition getEnvironmentVersion from getOSVers...
2015-06-01 Rafael EspindolaReplace a few std::string& with StringRef. NFC.
2015-06-01 Rafael EspindolaRevert "[Hexagon] Test passes for hexagon target now...
2015-06-01 Jonathan RoelofsFix PR21945: Crash in constant evaluator.
2015-06-01 Colin LeMahieu[Hexagon] Test passes for hexagon target now that the...
2015-06-01 Daniel Jasperclang-format: [JS] Making arrow function wrapping more...
2015-06-01 David Majnemer[MS ABI] Be a little more defensive wrt vector types
2015-05-31 Benjamin Kramer[Format] Move UnwrappedLines instead of copying.
2015-05-31 Daniel Jasperclang-format: NFC. Cleanup after r237895.
2015-05-31 Daniel Jasperclang-format: [JS] Fix line breaks in computed property...
2015-05-30 Nuno Lopesubsan: Check for null pointers given to certain builtin...
2015-05-30 David Majnemer[CodeGen] Indirect fields can initialize a union
2015-05-29 Eric ChristopherFix 80-column violations.
2015-05-29 NAKAMURA Takumiclang/CMakeLists.txt: s/LLVM_INSTALL_PACKAGE_DIR/CLANG_...
2015-05-29 Ahmed Bougacha[Sema] Promote compound assignment exprs. with fp16...
2015-05-29 Tim NorthoverARM: fix ACLE predefine for iOS's "-arch armv7s".
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-29 Chris Bieneman[CMake] Bug 19462 - Use the INSTALL(EXPORT ...) to...
2015-05-29 John Brawn[ARM] Adjust -march checking
2015-05-29 Alexander MusmanFix assertion on C++ attributes in fillAttributedTypeLoc
2015-05-29 Daniel MarjamakiRefactor MacroInfo so macro arguments can be iterated...
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.
next