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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r312240
Alex Lorenz
2017-08-31
2
-4
/
+4
*
Build LLVM with -Wstrict-prototypes enabled
Alex Lorenz
2017-08-31
2
-4
/
+4
*
ARM: explicitly specify the 8-byte alignment
Saleem Abdulrasool
2017-08-23
2
-3
/
+11
*
unwind: explicitly align `_Unwind_Control_Block`
Saleem Abdulrasool
2017-08-23
1
-1
/
+1
*
[CMake] Allow overriding lib dir suffix independently from LLVM
Petr Hosek
2017-08-08
2
-3
/
+5
*
Partial fix for PR33858
Jonathan Roelofs
2017-07-26
2
-2
/
+1
*
[libunwind] Handle .ARM.exidx tables without sentinel last entry
Momchil Velikov
2017-07-24
1
-2
/
+9
*
Bump docs version to 6.0
Hans Wennborg
2017-07-19
1
-2
/
+2
*
[CMake] Set library dir to be LLVM's intermediate output dir
Petr Hosek
2017-07-18
1
-1
/
+9
*
[libunwind][CMake] Add install path variable to allow overriding the destination
Petr Hosek
2017-07-11
2
-2
/
+9
*
Add a test harness
Jonathan Roelofs
2017-07-06
8
-0
/
+200
*
[libunwind] Add _LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONS
Nico Weber
2017-06-27
1
-3
/
+8
*
Change -1LL to -1ULL to silence a gcc warning about left shifting a negative ...
Marshall Clow
2017-06-21
1
-3
/
+3
*
[libunwind] Fix executable stack directive on Linux.
Manoj Gupta
2017-05-16
1
-2
/
+2
*
[CMake][libunwind] Fix the -target and -gcc-toolchain flag handling
Petr Hosek
2017-04-16
2
-4
/
+4
*
Reland "[CMake][libunwind] Use -nodefaultlibs for CMake checks"
Petr Hosek
2017-04-12
3
-2
/
+105
*
Revert "[CMake][libunwind] Use -nodefaultlibs for CMake checks"
Petr Hosek
2017-04-07
1
-23
/
+2
*
[CMake][libunwind] Use -nodefaultlibs for CMake checks
Petr Hosek
2017-04-07
1
-2
/
+23
*
Fix unused typedef. Follow up to r299575.
Ivan Krasin
2017-04-06
1
-1
/
+1
*
AddressSpace: fix DWARF based unwinding handling on Android
Saleem Abdulrasool
2017-04-05
1
-2
/
+5
*
Fix invalid memory access on android x86
Saleem Abdulrasool
2017-04-05
1
-0
/
+17
*
Try to trigger the new docs builder. NFC
Jonathan Roelofs
2017-04-03
1
-0
/
+1
*
[libunwind] Clean up macro usage.
Ranjeet Singh
2017-03-31
14
-103
/
+87
*
[libunwind] Add sphinx docs
Jonathan Roelofs
2017-03-28
6
-0
/
+544
*
DarwinParser: include limits
Saleem Abdulrasool
2017-03-14
1
-0
/
+1
*
Fix up the places where AddressSpace.hpp is included.
Ed Schouten
2017-03-09
6
-4
/
+2
*
DARWF: silence some warnings about conversions
Saleem Abdulrasool
2017-03-08
2
-4
/
+7
*
Tidy up the way we include EHHeaderParser.hpp.
Ed Schouten
2017-03-07
1
-4
/
+1
*
Improve readability and correctness of the OS specific libunwind bits.
Ed Schouten
2017-03-07
1
-26
/
+25
*
Let arm_section_length store the number of bytes.
Ed Schouten
2017-03-07
2
-9
/
+5
*
Drop the dependency on dl_unwind_find_exidx().
Ed Schouten
2017-03-05
1
-31
/
+30
*
Fix the project name in the license file.
Arnaud A. de Grandmaison
2017-02-27
1
-2
/
+2
*
Add libcxxabi's LICENSE.TXT to libunwind.
Arnaud A. de Grandmaison
2017-02-27
1
-0
/
+76
*
[libunwind] Disable calls to fprintf for baremetal targets.
Ranjeet Singh
2017-02-24
1
-0
/
+11
*
Revert r295944.
Ed Schouten
2017-02-23
1
-28
/
+33
*
Drop the dependency on dl_unwind_find_exidx().
Ed Schouten
2017-02-23
1
-33
/
+28
*
[libunwind][CMake] Use libc++ headers when available
Petr Hosek
2017-02-16
1
-0
/
+20
*
Revert "[libunwind][CMake] Use libc++ headers when available"
Petr Hosek
2017-02-15
1
-20
/
+0
*
[libunwind][CMake] Use libc++ headers when available
Petr Hosek
2017-02-15
1
-0
/
+20
*
Revert "[libunwind][CMake] Use libc++ headers when available"
Petr Hosek
2017-02-09
1
-19
/
+0
*
[libunwind][CMake] Use libc++ headers when available
Petr Hosek
2017-02-09
1
-0
/
+19
*
Revert "DWARF: convert error logs to _LIBUNWIND_LOG"
Saleem Abdulrasool
2017-01-27
2
-17
/
+31
*
DWARF: fix -Asserts builds
Saleem Abdulrasool
2017-01-25
2
-8
/
+10
*
DWARF: correct cast (NFC)
Saleem Abdulrasool
2017-01-21
1
-1
/
+1
*
X86: swap EBP, ESP on !APPLE
Saleem Abdulrasool
2017-01-21
2
-5
/
+16
*
DWARF: allow enabling tracing at runtime
Saleem Abdulrasool
2017-01-21
2
-89
/
+80
*
DWARF: convert error logs to _LIBUNWIND_LOG
Saleem Abdulrasool
2017-01-21
2
-31
/
+17
*
config: clean up some of the macro definition
Saleem Abdulrasool
2017-01-21
1
-21
/
+25
*
rename OtherAddressSpace to RemoteAddressSpace; NFC
Saleem Abdulrasool
2017-01-21
2
-22
/
+23
*
Don't dump llvm-config --cmakedir output if command fails.
Eric Fiselier
2017-01-14
1
-1
/
+2
[next]