[all-commits] [llvm/llvm-project] 128bf4: [libc] Add tolower, toupper implementation.

Chris Gyurgyik via All-commits all-commits at lists.llvm.org
Thu Aug 6 12:22:28 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 128bf458ab8c5bdbb02e5b13769a618b357d5ae2
      https://github.com/llvm/llvm-project/commit/128bf458ab8c5bdbb02e5b13769a618b357d5ae2
  Author: cgyurgyik <gyurgyikcp at gmail.com>
  Date:   2020-08-06 (Thu, 06 Aug 2020)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/api.td
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/spec/stdc.td
    M libc/src/ctype/CMakeLists.txt
    M libc/src/ctype/ctype_utils.h
    M libc/src/ctype/islower.cpp
    M libc/src/ctype/isupper.cpp
    A libc/src/ctype/tolower.cpp
    A libc/src/ctype/tolower.h
    A libc/src/ctype/toupper.cpp
    A libc/src/ctype/toupper.h
    M libc/test/src/ctype/CMakeLists.txt
    A libc/test/src/ctype/tolower_test.cpp
    A libc/test/src/ctype/toupper_test.cpp

  Log Message:
  -----------
  [libc] Add tolower, toupper implementation.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D85326




More information about the All-commits mailing list