summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-27Merge 6f10573 for LLVM update to 353983HEADmastermainllvm-r353983Yi Kong
2019-02-12[CMake] Avoid passing -rtlib=compiler-rt when using compiler-rtPetr Hosek
2019-02-05[CMake] Support compiler-rt builtins library in testsPetr Hosek
2019-02-05[CMake] Update lit test configurationPetr Hosek
2019-02-04[CMake] Support CMake variables for setting target, sysroot and toolchainPetr Hosek
2019-01-30[CMake] Use correct visibility for linked libraries in CMakePetr Hosek
2019-01-30Revert "[CMake] Use correct visibility for linked libraries in CMake"Petr Hosek
2019-01-30[CMake] Use correct visibility for linked libraries in CMakePetr Hosek
2019-01-29[libunwind] Support building hermetic static libraryPetr Hosek
2019-01-29Adjust documentation for git migration.James Y Knight
2019-01-28Revert "[CMake] Use __libc_start_main rather than fopen when checking for C l...Petr Hosek
2019-01-28[cmake] Fix get_llvm_lit_path() to respect LLVM_EXTERNAL_LIT alwaysMichal Gorny
2019-01-28[CMake] Use __libc_start_main rather than fopen when checking for C libraryPetr Hosek
2019-01-24[libcxxabi] Support building hermetic static libraryPetr Hosek
2019-01-22Enable LLVM_ENABLE_WARNINGS when building standalone out of treeMartin Storsjo
2019-01-21Fix typos throughout the license files that somehow I and my reviewersChandler Carruth
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-19Remove unnecesasry comment markers.Chandler Carruth
2019-01-19Install new LLVM license structure and new developer policy.Chandler Carruth
2019-01-17[demangler] Support for block literals.Erik Pilkington
2019-01-17[demangler] Ignore leading underscores if presentErik Pilkington
2019-01-17NFC: Make the copies of the demangler byte-for-byte identicalErik Pilkington
2019-01-16Found another version number to increase from 8 to 9Hans Wennborg
2019-01-15Update year in license filesHans Wennborg
2019-01-14Include toolchain/llvm_android OWNERSllvm-svn.349610Chih-Hung Hsieh
2019-01-14Merge 307bb62 for LLVM update to 349610Pirama Arumuga Nainar
2019-01-14 revert to previous base llvm-svn.346389Pirama Arumuga Nainar
2018-11-30Include toolchain/llvm_android OWNERSChih-Hung Hsieh
2018-11-29[libcxx] Remove bad_array_lengthLouis Dionne
2018-11-27[Demangle] remove itaniumFindTypesInMangledNamePavel Labath
2018-11-15Merge 150fc2e for LLVM update to 346389Chih-Hung Hsieh
2018-11-14[CMake] Passthrough CFLAGS when checking the compiler-rt pathPetr Hosek
2018-11-11Port LLVM r346606 to libcxxabi.Nico Weber
2018-11-01Use C++11 fallthrough attribute syntax when available and add a breakReid Kleckner
2018-10-29[libc++abi] Provide __cxa_thread_atexit on FuchsiaPetr Hosek
2018-10-16cxa_demangle: make demangler's parsing functions overridablePavel Labath
2018-10-16Merge e878418 for LLVM update to 344140llvm-svn.344140Yi Kong
2018-10-15NFC: Fix a -Wsign-conversion warningErik Pilkington
2018-10-11Override libcxxabi's .clang-format in the demangle directoryErik Pilkington
2018-10-11Use C++03 friendly version of alignofEric Fiselier
2018-10-11Update libc++abi's detection of aligned allocation after r344207.Eric Fiselier
2018-10-10[libcxxabi] Allow building with sanitizers enabledLouis Dionne
2018-10-10Blind attempt to fix linker errors when building libc++abit w/o exceptions.Marshall Clow
2018-10-10Make libc++abi work better with gcc's ARM unwind library. Reviewed as https:/...Marshall Clow
2018-10-10Port llvm r342166 to libcxxabi demanglerPavel Labath
2018-10-09[NFC][unwind] Improve error message when a type has more than one RTTIsLouis Dionne
2018-09-22Update docs to reference new libc++ mailing lists.Eric Fiselier
2018-09-22Fix incorrectly aligned exceptions in 32 bit builds.Eric Fiselier
2018-09-21[libc++abi] is_strcmp parameter to is_equal is unused for WIN32Pirama Arumuga Nainar