index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libunwind
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CMake] Remove variable reference that isn't used.
Charles Davis
2018-09-04
1
-1
/
+1
*
Export public functions implemented in assembly on Windows.
Charles Davis
2018-08-31
1
-0
/
+8
*
Fix existing code for SEH on ARM to compile correctly
Martin Storsjo
2018-08-31
2
-8
/
+13
*
[AddressSpace] Use the macro to set hidden visibility on LocalAddressSpace.
Charles Davis
2018-08-31
1
-1
/
+1
*
Add support for SEH unwinding on Windows.
Charles Davis
2018-08-30
7
-3
/
+1068
*
[libunwind][mips] Include gcc_s for linkage
Stefan Maksimovic
2018-08-16
1
-0
/
+1
*
[libunwind][mips] Guard accumulator registers
Stefan Maksimovic
2018-08-16
1
-0
/
+4
*
[libunwind][mips] Modify the __mips_fpr macro check
Stefan Maksimovic
2018-08-16
2
-2
/
+2
*
[cmake] Add MINGW_LIBRARIES to the linker flags
Martin Storsjo
2018-08-14
1
-0
/
+3
*
[libunwind] Fix pointer-to-integer cast warnings on LLP64.
Charles Davis
2018-08-08
2
-8
/
+8
*
[CMake] Option to control whether shared/static library is installed
Petr Hosek
2018-07-24
1
-6
/
+10
*
The semantics of DW_CFA_GNU_args_size have changed subtile over the
Joerg Sonnenberger
2018-07-17
2
-3
/
+13
*
Introduce a separate preprocessor macro, _LIBUNWIND_USE_DLADDR, for directly ...
Jordan Rupprecht
2018-06-29
1
-2
/
+10
*
[OR1K] Add the EPCR special-purpose register to register state.
whitequark
2018-05-16
2
-0
/
+12
*
[OR1K] Add a dedicated PC register to register state.
whitequark
2018-05-16
3
-7
/
+12
*
[libunwind][MIPS] Support MIPS floating-point registers for hard-float ABIs.
John Baldwin
2018-05-15
4
-18
/
+383
*
[cmake] Remove duplicate command line options from build
Aaron Smith
2018-04-05
1
-2
/
+2
*
[libunwind][MIPS]: Add support for unwinding in N32 processes.
John Baldwin
2018-02-27
5
-9
/
+27
*
[cmake] [libunwind] LLVM_FOUND isn't always set, so just test if
Don Hinton
2018-01-27
1
-1
/
+1
*
Don't enable _LIBUNWIND_BUILD_ZERO_COST_APIS if building the SJLJ APIs
Martin Storsjo
2018-01-26
1
-0
/
+2
*
[cmake] [libunwind] Call llvm_setup_rpath() when adding shared libraries.
Don Hinton
2018-01-26
1
-0
/
+3
*
[PPC64] Added vector registers.
Martin Storsjo
2018-01-16
5
-245
/
+622
*
[libunwind][MIPS]: Rename Registers_mips_n64 to Registers_mips_newabi.
John Baldwin
2018-01-09
4
-38
/
+38
*
Reland [PPC64] Port to ppc64le - initial version
Martin Storsjo
2018-01-02
8
-3
/
+808
*
Don't use a strict larger-than comparison in the check_fit/does_fit static as...
Martin Storsjo
2018-01-02
1
-1
/
+1
*
Revert `rL321667: [PPC64] Port to ppc64le - initial version`
Tim Shen
2018-01-02
8
-808
/
+3
*
[PPC64] Port to ppc64le - initial version
Martin Storsjo
2018-01-02
8
-3
/
+808
*
There is no portable format string for printing `uintptr_t` values.
Chandler Carruth
2017-12-27
1
-6
/
+6
*
[libunwind] Remove dubious template function. NFC.
whitequark
2017-12-25
1
-7
/
+3
*
[libunwind] Unbreak debug builds after r321440.
whitequark
2017-12-25
1
-4
/
+7
*
[libunwind] Add proper support for DWARF unwind on bare metal.
whitequark
2017-12-25
1
-0
/
+46
*
[libunwind] fix a typo in r321441.
whitequark
2017-12-25
1
-1
/
+1
*
[libunwind] convert error logs to _LIBUNWIND_LOG/_LIBUNWIND_LOG0.
whitequark
2017-12-25
2
-35
/
+35
*
[libunwind] Avoid using C++ headers.
whitequark
2017-12-25
1
-1
/
+1
*
[libunwind][MIPS]: Add support for unwinding in O32 and N64 processes.
John Baldwin
2017-12-12
6
-2
/
+678
*
[libunwind] Create install-unwind-stripped target manually
Shoaib Meenai
2017-12-08
1
-3
/
+11
*
[libunwind] Switch to add_llvm_install_targets
Shoaib Meenai
2017-11-30
1
-5
/
+3
*
Support building libunwind as a DLL
Martin Storsjo
2017-11-29
1
-3
/
+7
*
[CMake] Use the variable from the right project in install-unwind
Martin Storsjo
2017-11-29
1
-1
/
+1
*
[libunwind][CMake] Provide option to disable instalation of the library
Petr Hosek
2017-11-17
1
-3
/
+12
*
Remove a FIXME about truncated section names
Martin Storsjo
2017-11-16
1
-2
/
+0
*
Add ifdefs around ELF specific parts of UnwindRegisters*.S for arm
Martin Storsjo
2017-11-04
2
-0
/
+20
*
Fix building for ARM with dwarf exception handling
Martin Storsjo
2017-11-02
3
-5
/
+12
*
[libunwind] Don't use dl_iterate_phdr if __ANDROID_API__ < 21
Dan Albert
2017-11-01
1
-0
/
+8
*
Change unw_word_t to always have the same size as the pointer size
Martin Storsjo
2017-10-30
4
-35
/
+36
*
Restore arch specific lastDwarfRegNum in builds without _LIBUNWIND_IS_NATIVE_...
Martin Storsjo
2017-10-28
1
-5
/
+5
*
Add support for dwarf unwinding on windows on x86_64
Martin Storsjo
2017-10-27
5
-32
/
+142
*
Express Registers_*::lastDwarfReg using _LIBUNWIND_HIGHEST_DWARF_REGISTER
Martin Storsjo
2017-10-27
3
-7
/
+7
*
Add missing checks for register number
Martin Storsjo
2017-10-24
1
-0
/
+19
*
Abstract rwlocks into a class, provide a SRW lock implementation for windows
Martin Storsjo
2017-10-23
4
-30
/
+97
[next]