]> granicus.if.org Git - clang/shortlog
clang
2015-06-29 David Majnemer[MS ABI] Unify constant and non-constant member pointer...
2015-06-28 NAKAMURA TakumiRevert r240872, "Suppress clang/test/CodeGen/builtins...
2015-06-28 Jingyue Wu[PPC] fixes typos in builtins-ppc-p8vector.c
2015-06-28 Birunthan Mohanathasclang-format: Stop old options from overriding new...
2015-06-28 Birunthan Mohanathasclang-format: Add missing members to FormatStyle::opera...
2015-06-28 Birunthan Mohanathasclang-format: Alphabetize FormatStyle members
2015-06-28 David Majnemer[Driver] x86-64 Windows is always PIC
2015-06-28 Nico Weberclang-format: Support @autoreleasepool.
2015-06-27 Davide Italiano[Sema] Unions cannot have virtual functions.
2015-06-27 Alex DenisovFix typo. NFC.
2015-06-27 Birunthan Mohanathasclang-format: Fix language of DisableFormat description
2015-06-27 NAKAMURA TakumiSuppress clang/test/CodeGen/builtins-ppc-p8vector.c...
2015-06-26 Adrian PrantlAdd a testcase for bitfield debug info.
2015-06-26 Nemanja IvanovicAdd missing builtins to altivec.h for ABI compliance...
2015-06-26 Douglas Katzman[PPC]: Fix bug in getMultiarchTriple.
2015-06-26 Chad RosierAvoid false positive/negative test results from line...
2015-06-26 Anna Zaks[static analyzer] Analyzer is skipping forward declared...
2015-06-26 Douglas Katzmanclang-format some of the files in lib/Driver. NFC
2015-06-26 Alex Denisov[ObjC] Add NSValue support for objc_boxed_expressions
2015-06-26 Manuel KlimekFix crash-on-invalid bug in template instantiation.
2015-06-26 Paul RobinsonFileCheck-ize test and make sure more things don't...
2015-06-26 Nico WeberAdd new file from r240741 to CMakeLists.txt.
2015-06-26 Davide Italiano[Sema] Commit a better fix for r240242
2015-06-26 Nico WeberAdd an inttypes.h wrapper that fixes up some macros...
2015-06-26 Meador Inge[Sema] Maintain ellipsis location when transforming...
2015-06-25 David Majnemer[CodeGen] Restrict isTriviallyRecursive to predefined...
2015-06-25 Kaelyn TakataFix a typo correction crash when resolving ambiguous...
2015-06-25 Anna Zaks[docs] Several updates to the Address Sanitizer webpage.
2015-06-25 Sean SilvaRemove `requires` for x86 CPU features.
2015-06-25 Jonathan RoelofsFix the test added in r240710.
2015-06-25 Alexey Samsonov[CFI] Diagnose when we CFI in diagnostic mode is unavai...
2015-06-25 Diego NovilloDisplay profile file name when emitting a file not...
2015-06-25 Chris BienemanThis should actually fix the broken bots.
2015-06-25 Meador Inge[Parse] Allow 'constexpr' in condition declarations
2015-06-25 Richard Smith[modules] Properly merge visibility of class definition...
2015-06-25 Peter Collingbournedocs: Fix bad link in SafeStack.rst.
2015-06-25 Chris BienemanSpeculative fix for the broken bots.
2015-06-25 Richard Smith[modules] Fix findDirectiveAtLoc to not call a member...
2015-06-25 Chris BienemanAdd -miphonesimulator-version-min as alias to -ios...
2015-06-25 Alexey Samsonov[clang-fuzzer] Update clang-fuzzer to API change in...
2015-06-25 Douglas KatzmanRename local variable CCCPrintActions -> CCCPrintPhases.
2015-06-25 Douglas KatzmanUse more range-based for loops
2015-06-25 Artem Belevich[CUDA] Implemented __nvvm_atom_*_gen_* builtins.
2015-06-25 Paul RobinsonOmit 'nodebug' methods from the class description.
2015-06-25 Artem Belevich[NVPTX] Fixed a typo in __nvvm_atom_min_gen_l() type...
2015-06-25 Aaron BallmanFix #pragma redefine_extname when there is a local...
2015-06-25 Daniel MarjamakiFix a crash by division by zero in analyzer
2015-06-25 Jay FoadTeach Clang about the PPC64 memory sanitizer implementa...
2015-06-25 Daniel Jasperclang-format: [Proto] Don't treat "operator" as keyword.
2015-06-25 Steven WuUpdate darwin SDK version parsing to support OSX and...
2015-06-25 Alexey Samsonov[UBSan] Allow to use -fsanitize=vptr only on Mac OS...
2015-06-25 Hubert TongConsolidate and unify initializer list deduction
2015-06-25 Hubert Tong[Concepts] Parsing of requires-clause in template-decla...
2015-06-24 Ranjeet Singh[ARM] The bits set in the variable HW_FP could get...
2015-06-24 Derek Schuffupdate comment
2015-06-24 Derek SchuffRelax assertion in x86_64 byval argument handling for...
2015-06-24 Douglas GregorAdd __nonnull/__nullable/__null_unspecified predefines...
2015-06-24 Douglas GregorReplace __double_underscored type nullability qualifier...
2015-06-24 Steven WuRemove environment variables from driver tests
2015-06-24 Jordan Rose[Preprocessor] Iterating over all macros should include...
2015-06-24 Daniel Jasperclang-format: [JS] Support regex literals containing...
2015-06-24 Douglas KatzmanExpress Driver::GetFilePath more concisely.
2015-06-24 Aaron BallmanSilencing some Sphinx warnings about duplicate explicit...
2015-06-24 Alexey Bataev[OPENMP] Codegen for 'depend' clause (OpenMP 4.0).
2015-06-24 Chandler CarruthRemove a limited and somewhat questionable DenseMapInfo...
2015-06-24 Bob WilsonMove the special-case check from r240462 into ARM-speci...
2015-06-24 Alexey BataevProper changing/restoring for CapturedStmtInfo, NFC.
2015-06-23 Richard SmithFix test failure if this value doesn't end up named %0.
2015-06-23 Douglas KatzmanUse range-based loops when handling OPT_print_search_dirs.
2015-06-23 Peter CollingbourneSafeStack documentation improvements
2015-06-23 Benjamin Kramer[Driver] Give GnuTool LLVM_LIBRARY_VISIBILITY.
2015-06-23 Bob WilsonImprove error handling for PR22560.
2015-06-23 Bob WilsonPR22560: Fix argument order for ARM _MoveToCoprocessor...
2015-06-23 Douglas KatzmanPedantically rename all Tool subclasses to be nouns...
2015-06-23 David Majnemer[MS ABI] Account for the virtual inheritance quirk...
2015-06-23 Justin BognerInstrProf: Fix a crash when an implicit def appears...
2015-06-23 Kaelyn TakataMake the typo resolution in r240441 apply to all functi...
2015-06-23 Kaelyn TakataEnsure delayed typos have been corrected in calls to...
2015-06-23 Ben LangmuirUse AddString/ReadString instead of doing it manually NFC
2015-06-23 Ben Langmuir[Modules] Consider -fmodule-feature in module hash...
2015-06-23 Jim GrosbachDriver: Pass -I options to cc1as for .include search...
2015-06-23 Aaron BallmanAdding a title to appease the sphinx build bot.
2015-06-23 Aaron BallmanAttributeReference.rst is automatically generated by...
2015-06-23 Alexey Bataev[OPENMP] Initial support for 'depend' clause (4.0).
2015-06-23 Rafael EspindolaUpdate for LLVM api change.
2015-06-23 Aaron BallmanMoving r215806, r215807, and r215808 into AttrDocs...
2015-06-23 Aaron BallmanFixing a build bot break from r240400.
2015-06-23 Aaron BallmanClarify pointer ownership semantics by hoisting the...
2015-06-23 NAKAMURA TakumiFix a warning. [-Wsign-compare]
2015-06-23 Yaron KerenSilence VC warning C4715: '`anonymous namespace'::getNa...
2015-06-23 Daniel JasperWrite output file to temp directory. The tests shouldn...
2015-06-23 NAKAMURA TakumiTweak clang/test/Modules/modules-with-same-name.m to...
2015-06-23 David Majnemer[MS ABI] Rework member pointer conversion
2015-06-23 David Majnemer[MS ABI] Refactor member pointer generation
2015-06-23 David Majnemer[CodeGen] Rename EmitMemberPointer to EmitMemberFunctio...
2015-06-23 Alexey Bataev[OPENMP] Do not emit references to original variables...
2015-06-23 Douglas KatzmanEliminate "enumeration value not handled in switch...
2015-06-23 Douglas KatzmanChange some if/else chains to 'switch' statements. NFC
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Richard Smith[modules] When building a module, if there are multiple...
next