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

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-12Bump version to 11.1.0Tom Stellard
2020-11-26[CMake][compiler-rt][libunwind] Compile assembly files as ASM not C, unify wo...Raul Tambre
2020-10-23Bump version to 11.0.1Tom Stellard
2020-08-25[libunwind] Make findUnwindSectionsByPhdr staticRyan Prichard
2020-08-19Default to disabling the libunwind frameheader cache.Sterling Augustine
2020-07-27Drop the 'git' suffix from various version variablesHans Wennborg
2020-06-30[runtimes] Rename newformat to just format, now that the old format has been ...Louis Dionne
2020-06-29[runtimes] Remove the ability to select the old libc++ testing formatLouis Dionne
2020-06-25[libunwind] Allow specifying custom Lit config filesLouis Dionne
2020-06-18unwind: EHABISectionIterator `operator!=`, constify `operator-`Saleem Abdulrasool
2020-06-13[libunwind][RISCV] Track PC separately from RAAmanieu d'Antras
2020-06-11[libc++] Allow specifying arbitrary custom executors with the new formatLouis Dionne
2020-06-09[libc++abi][libunwind] Don't override libc++'s handling of exception featuresLouis Dionne
2020-06-09[NFCI] Clean up exceptions related CMake and Lit options in libc++abi and lib...Louis Dionne
2020-05-29unwind: use a more portable endianness check in EHABISaleem Abdulrasool
2020-05-16unwind: fix unwind build without heapSaleem Abdulrasool
2020-05-01[libcxx][libcxxabi][libunwind] Use libgcc on AndroidShoaib Meenai
2020-04-22[libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions'Louis Dionne
2020-04-14[libunwind] Enable the new libc++ testing format by defaultLouis Dionne
2020-04-10[libunwind] add hexagon supportBrian Cain
2020-04-10[libunwind] Clean up __arm64__Fangrui Song
2020-04-08[libunwind] Fix incorrect lit substitutions in testsLouis Dionne
2020-04-08[libunwind] Fix UB in EHHeaderParser::findFDEJorge Gorbe Moya
2020-04-06[libunwind] Support the new libc++ test formatSergej Jaskiewicz
2020-04-02Exit unwinding early when at the top of the stack and additional info won't b...Sterling Augustine
2020-03-23Doc: Links should use httpsSylvestre Ledru
2020-03-13[libunwind] Silence warnings when __mips_hard_float is not definedMikael Holmen
2020-03-13Only run frameheader_cache_test.pass.cpp on x86_64.Sterling Augustine
2020-03-12Add a catch-all else case so any unanticipated configs pass this test.Sterling Augustine
2020-03-12Cache uwnind frame headers as they are found.Sterling Augustine
2020-03-11Lazily save initialState of registers during unwind.Sterling Augustine
2020-03-11[libunwind] Remove __FILE__ and __LINE__ from error reportingLeonard Chan
2020-03-10Rework findUnwindSectionsByPhdr to be more optimal.Sterling Augustine
2020-03-07Split findUnwindSectionsByPhdr into target-specific functions.Sterling Augustine
2020-03-05Promote nameless lambda used by dl_iterate_phdr to named function.Sterling Augustine
2020-03-04Revert "Promote nameless lambda used by dl_iterate_phdr to named function to ...Mikhail Maltsev
2020-03-03Promote nameless lambda used by dl_iterate_phdr to named function to clean up...Sterling Augustine
2020-02-25[arcconfig] Delete subproject arcconfigsShoaib Meenai
2020-02-21[libunwind][CMake] Treat S files as C to work around CMake bug.Michael Spencer
2020-02-18[libunwind] Fix memory leak in handling of DW_CFA_remember_state and DW_CFA_r...Jorge Gorbe Moya
2020-02-10unwind: rename `__personality_routine` to `_Unwind_Personality_Fn`Saleem Abdulrasool
2020-02-03Fix a -Wbitwise-conditional-parentheses warning in _LIBUNWIND_ARM_EHABI libun...Nico Weber
2020-01-27[libunwind] Treat assembly files as C on mingwMartin Storsjö
2020-01-26[libunwind] Fix building standalone after c48974ffd7d1676Martin Storsjö
2020-01-25[libunwind] Set LIBUNWIND_ASM_SOURCES to the ASM source language from CJames Nagurne
2020-01-15Bump the trunk major version to 11Hans Wennborg
2019-12-18[libunwind] Fix evaluating DWARF operation DW_OP_pickSteven Wu
2019-12-18[unwind] Don't link libpthread and libdl on FuchsiaPetr Hosek
2019-12-16[libunwind][RISCV] Add 64-bit RISC-V supportSam Elliott
2019-12-11Reland "Enable `-funwind-tables` flag when building libunwind"Sergej Jaskiewicz