summaryrefslogtreecommitdiff
path: root/lib/builtins/gcc_personality_v0.c
Commit message (Expand)AuthorAgeFilesLines
* [builtins] Use single line C++/C99 comment stylePetr Hosek2019-04-281-61/+50
* [builtins] Reformat builtins with clang-formatPetr Hosek2019-04-281-175/+170
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert "Cast the 2nd argument of _Unwind_SetIP() to _Unwind_Ptr"Kamil Rytarowski2018-11-161-1/+1
* Cast the 2nd argument of _Unwind_SetIP() to _Unwind_PtrKamil Rytarowski2018-11-161-1/+1
* Cast _Unwind_GetIP() and _Unwind_GetRegionStart() to uintptr_tKamil Rytarowski2018-11-161-3/+2
* Revert "builtins: erase `struct` modifier for EH personality"Saleem Abdulrasool2017-08-221-25/+17
* builtins: erase `struct` modifier for EH personalitySaleem Abdulrasool2017-08-221-17/+25
* builtins: repair the builtins build with clang 3.8Saleem Abdulrasool2016-11-181-0/+11
* Add ARM EHABI support to gcc_personality_v0.Logan Chien2016-03-091-5/+36
* fix a gcc warningNico Weber2015-12-221-1/+2
* builtins: silence GCC warningSaleem Abdulrasool2015-09-271-5/+5
* Fix compilation of compiler_rt against libunwind.Evgeniy Stepanov2015-01-151-1/+1
* builtins: avoid duplicating unwind declarationsSaleem Abdulrasool2015-01-141-43/+3
* AArch64: add support for ARM64 iOS versions of compiler-rt.Tim Northover2014-10-081-1/+1
* Preserve constness for intermediate pointers.Joerg Sonnenberger2014-03-131-8/+8
* Consistently use COMPILER_RT_ABI for all public symbols.Joerg Sonnenberger2014-03-011-7/+9
* Move original compiler-rt functions (libgcc replacement) to lib/builtins dire...Alexey Samsonov2014-02-141-0/+247