Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-10[libcxx] Fix PR21580 - Undefined behavior in readEncodedPointer()Eric Fiselier
2015-03-09Unwind: define more interfaces more oftenSaleem Abdulrasool
2015-03-09Unwind: always define unwind APIsSaleem Abdulrasool
2015-03-08Unwind: remove unnecessary checkSaleem Abdulrasool
2015-03-08Unwind: tweak register handling for AArch64Saleem Abdulrasool
2015-03-05Fix build with GCC:Nick Lewycky
2015-03-03[libcxxabi] Build both static and shared versions of libc++abi by default.Eric Fiselier
2015-02-28Unwind: make it build on Darwin againSaleem Abdulrasool
2015-02-28Add .eh_frame_hdr search to Linux unwinder.Dan Albert
2015-02-26Add remote testing support to the lit configJonathan Roelofs
2015-02-26Unwind: clean up some GCC warningsSaleem Abdulrasool
2015-02-24Add .fpu directives to ARM unwind save & restore functions.Jonathan Roelofs
2015-02-21Add temporary workaround for missing symbol __cxa_throw_bad_new_array_length ...Eric Fiselier
2015-02-16Do not add -fno-exceptions without -funwind-tablesSergey Dmitrouk
2015-02-14Moar post-commit review.Jonathan Roelofs
2015-02-14Address post-commit review commentsJonathan Roelofs
2015-02-14Make the unwinder build on thumbv6-m with the integrated assembler.Jonathan Roelofs
2015-02-13unwind: always export unw_local_addr_spaceSaleem Abdulrasool
2015-02-13unwind: use sizeof() instead of hardcoded sizesSaleem Abdulrasool
2015-02-13Don't use bzero() and strcpy().Ed Schouten
2015-02-12unwind: use explicit memcpy for register savingSaleem Abdulrasool
2015-02-12unwind: move exported APIs out of headerSaleem Abdulrasool
2015-02-11unwind: tweak inclusion ordering to work around GCCSaleem Abdulrasool
2015-02-11unwind: clean up some -Werror=return-type warningsSaleem Abdulrasool
2015-02-11unwind: clean up more -Wformat warningsSaleem Abdulrasool
2015-02-11unwind: clean up straggling -Wundef warningSaleem Abdulrasool
2015-02-11unwind: silence -Wconversion warningsSaleem Abdulrasool
2015-02-11Fix libcxxabi's library and object root for tests.Eric Fiselier
2015-02-10unwind: improve compilation on Linux with gccSaleem Abdulrasool
2015-02-10unwind: clean up some stray semicolonsSaleem Abdulrasool
2015-02-10unwind: clean up -Wundef warningsSaleem Abdulrasool
2015-02-10unwind: fix -Wformat warnings from gccSaleem Abdulrasool
2015-02-06Unwind: hoist placement delete into base classSaleem Abdulrasool
2015-02-06Unwind: replace pure virtual functions with abortsSaleem Abdulrasool
2015-02-06unwind: use -fno-rtti -fno-exceptions -funwind-tablesSaleem Abdulrasool
2015-02-06Fix build for apple machines.Matthias Braun
2015-02-06Fix build.Dan Albert
2015-02-06Revert "indicate tag type in C"Saleem Abdulrasool
2015-02-06[libcxxabi] Fix -Werror build for 32-bit non-ARM.Dan Albert
2015-02-06Formatting fixes.Dan Albert
2015-02-06Fix compilation of unwind on Darwin-x86_64Saleem Abdulrasool
2015-02-06Silence some -Wundef warningsSaleem Abdulrasool
2015-02-06Silence warning about loss of precisionSaleem Abdulrasool
2015-02-06indicate tag type in CSaleem Abdulrasool
2015-02-06Install header filesGreg Fitzgerald
2015-02-05Some more -Wundef issues.Dan Albert
2015-02-05Enable -Wundef.Dan Albert
2015-02-05Whitespace cleanup.Dan Albert
2015-02-04Make test require 'linux' instead of 'linux2'Eric Fiselier
2015-01-27Adopt CMake policy CMP0042. Set MACOSX_RPATH on by default.Eric Fiselier