[libunwind] r246143 - [libunwind] Remove unused includes.

2015-08-27 Thread Peter Zotov via cfe-commits
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

[libunwind] r246413 - [libunwind] Add support for OpenRISC 1000.

2015-08-31 Thread Peter Zotov via cfe-commits
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

[libunwind] r252452 - Make it possible to use libunwind without heap.

2015-11-08 Thread Peter Zotov via cfe-commits
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

r262996 - Accept absolute paths in the -fuse-ld option.

2016-03-08 Thread Peter Zotov via cfe-commits
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