Author: whitequark
Date: Thu Aug 27 01:58:31 2015
New Revision: 246143
URL: http://llvm.org/viewvc/llvm-project?rev=246143&view=rev
Log:
[libunwind] Remove unused includes.
Modified:
libunwind/trunk/src/DwarfParser.hpp
libunwind/trunk/src/Registers.hpp
libunwind/trunk/src/libunwind.cp
Author: whitequark
Date: Mon Aug 31 00:26:37 2015
New Revision: 246413
URL: http://llvm.org/viewvc/llvm-project?rev=246413&view=rev
Log:
[libunwind] Add support for OpenRISC 1000.
This patch makes no assumptions on ABI past the ABI defined in
the OpenRISC 1000 spec except that the DWARF register
Author: whitequark
Date: Mon Nov 9 00:57:29 2015
New Revision: 252452
URL: http://llvm.org/viewvc/llvm-project?rev=252452&view=rev
Log:
Make it possible to use libunwind without heap.
This patch allows to use libunwind on bare-metal systems that do not
include malloc/free by conditionally turnin
Author: whitequark
Date: Tue Mar 8 23:18:16 2016
New Revision: 262996
URL: http://llvm.org/viewvc/llvm-project?rev=262996&view=rev
Log:
Accept absolute paths in the -fuse-ld option.
This patch extends the -fuse-ld option to accept a full path to an executable
and use it verbatim to invoke the li