• Home
  • History
  • Annotate
  • only in /frameworks/compile/mclinker/tools/mcld/
History log of /frameworks/compile/mclinker/tools/mcld/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cfcb22478ca64c308df58f9abe6fa2dedb213c16 08-Mar-2016 Stephen Hines <srhines@google.com> Rebase mclinker for LLVM update to r256229.

Bug: http://b/26987366

(cherry picked from commit b0d0eb206527b43c771933602e147bbd7b471082)

Change-Id: Ic9018c4cd1579fa95e7ff994996c4cbd589b8e9f
ain.cpp
ptions.td
8c10afdc806cbb9d4560e90b100f0dcefdd46a21 25-Jun-2015 Miao Wang <miaowang@google.com> make mclinker able to link arm object on x86 (fugu)

bug:21806530

Change-Id: If3fc7d8947216b43dad04556222f6635e7353991
ndroid.mk
2bf3f881f79c4d883f379e63725e788c310739a3 21-Apr-2015 Pirama Arumuga Nainar <pirama@google.com> Update mclinker with upstream patches

- Pull upstream mclinker changes up to
a7afcb5854708dd0684d7f979af2d9f395b4cbc4
- Update Android.mk in lib/Support and tools/mcld/ to handle the new
option parser.

Change-Id: I3a3aa2ea4c5e2d59caecc8aba3bf3abf087c0986
ndroid.mk
ain.cpp
ptions.td
nclude/mcld/DynamicSectionOptions.h
nclude/mcld/OptimizationOptions.h
nclude/mcld/OutputFormatOptions.h
nclude/mcld/PositionalOptions.h
nclude/mcld/PreferenceOptions.h
nclude/mcld/ScriptOptions.h
nclude/mcld/SearchPathOptions.h
nclude/mcld/SymbolOptions.h
nclude/mcld/TargetControlOptions.h
nclude/mcld/TripleOptions.h
ib/DynamicSectionOptions.cpp
ib/OptimizationOptions.cpp
ib/OutputFormatOptions.cpp
ib/PositionalOptions.cpp
ib/PreferenceOptions.cpp
ib/ScriptOptions.cpp
ib/SearchPathOptions.cpp
ib/SymbolOptions.cpp
ib/TargetControlOptions.cpp
ib/TripleOptions.cpp
ain.cpp
113701b2c478de94d4cb5a20784ef391b7881aaa 08-Apr-2015 Stephen Hines <srhines@google.com> Fix up mclinker to build with LLVM r233350.

- Make all parser-derived classes final.
- Remove FalseParser, because it is broken and we fortunately don't depend
on any of its associated flags.

Change-Id: Ia4a9e0c920a9f808bbacce45b0a629d2e57c47d7
ib/OptimizationOptions.cpp
ib/PreferenceOptions.cpp
04c59f3b00def22b7c75f5a490c323cec58a7c71 08-Apr-2015 Stephen Hines <srhines@google.com> Update mclinker for llvm rebase to r233350.

Change-Id: Ic2e8c152e881681d6b827f9ace76bcb87b907147
nclude/mcld/DynamicSectionOptions.h
ib/DynamicSectionOptions.cpp
a43c2c9da352630d2c5f0f45eb0dba2aae7c28f6 21-Mar-2015 Stephen Hines <srhines@google.com> s/color/colormc/ to ensure no option conflicts between mclinker and LLVM.

Change-Id: Ic45de94c6acfcdee70133bf3268181811a94afd4
ib/PreferenceOptions.cpp
a6c24dff8b7fa2551a3a885e77a2e814f5b764a2 18-Mar-2015 Stephen Hines <srhines@google.com> Update mclinker for LLVM rebase to r230699.

commit 47a3f4a4701e86417f79eb33a44f3a6449512d1c
Author: Pete Chou <petechou@gmail.com>
Date: Tue Mar 3 11:42:09 2015 +0800

Fix mips build with llvm trunk@229452 or later.

Change-Id: I1a897dc87765784ad8af06f338cde42dff558304
nclude/mcld/TargetControlOptions.h
nclude/mcld/TripleOptions.h
ib/OutputFormatOptions.cpp
ib/TargetControlOptions.cpp
ib/TripleOptions.cpp
76f76d53b6ead31e1ca40bad492d500e45714357 17-Jan-2015 Duane Sand <duane.sand@imgtec.com> [MIPS] Fix mips64 build

Change-Id: If37b9e44d8c831e811669eefc97f09c65c1ad320
ndroid.mk
b4be41c9170580c07b79afb01617f52e0d8bcb70 18-Dec-2014 Pirama Arumuga Nainar <pirama@google.com> Build mcld linker for the device

- Add tools/mcld/Android.mk. Build ld.mc for both the target and the
host.
- Include missing, but needed, source files in lib/LD and lib/Script to
relevant Makefiles.

Change-Id: If3f73d0e6c22251bcb9ad1c67dc9fd70f1dab5d3
ndroid.mk
37b74a387bb3993387029859c2d9d051c41c724e 27-Nov-2014 Stephen Hines <srhines@google.com> Update mclinker for LLVM rebase to r222494.

This corresponds to the following upstream mclinker change:

commit b2f1691276052c4215abf36715d43248d6337cf8
Author: Diana Chen <mysekki@gmail.com>
Date: Tue Nov 25 14:03:29 2014 +0800

option: Allow `-hash-style' can be specified zero or more times

Change-Id: I332546680bb45cf9692adfa2c2d3dcdc84361afc
nclude/mcld/DynamicSectionOptions.h
nclude/mcld/OptimizationOptions.h
nclude/mcld/OutputFormatOptions.h
nclude/mcld/PositionalOptions.h
nclude/mcld/PreferenceOptions.h
nclude/mcld/ScriptOptions.h
nclude/mcld/SearchPathOptions.h
nclude/mcld/SymbolOptions.h
nclude/mcld/TargetControlOptions.h
nclude/mcld/TripleOptions.h
ib/DynamicSectionOptions.cpp
ib/OptimizationOptions.cpp
ib/OutputFormatOptions.cpp
ib/PositionalOptions.cpp
ib/PreferenceOptions.cpp
ib/ScriptOptions.cpp
ib/SearchPathOptions.cpp
ib/SymbolOptions.cpp
ib/TargetControlOptions.cpp
ib/TripleOptions.cpp
ain.cpp
0dea6bc96bb52346737966839ac68644f7939f58 16-Jul-2014 Stephen Hines <srhines@google.com> Update mclinker for LLVM rebase.

commit 6824c791204cf5daabdfe008ee8808799f348815
Author: Pete Chou <petechou@gmail.com>
Date: Tue Jul 15 10:15:12 2014 +0800

Fix typo in README.

Change-Id: Id7a525732ba33b5ac81a0da4c8d8f02d1f8c3a16
nclude/mcld/OptimizationOptions.h
nclude/mcld/SymbolOptions.h
ib/DynamicSectionOptions.cpp
ib/OptimizationOptions.cpp
ib/OutputFormatOptions.cpp
ib/PreferenceOptions.cpp
ib/SymbolOptions.cpp
533eae20118036f425f27bf0536ef0ccbb090b65 29-May-2014 Stephen Hines <srhines@google.com> Update mclinker to dce82bc4537ed20c18688114f0564a1589b07e9f for LLVM 3.5.

Change-Id: I275af6ee798613002e9403d9ab8ebfa3f1473881
nclude/mcld/DynamicSectionOptions.h
nclude/mcld/OptimizationOptions.h
nclude/mcld/OutputFormatOptions.h
nclude/mcld/PositionalOptions.h
nclude/mcld/PreferenceOptions.h
nclude/mcld/ScriptOptions.h
nclude/mcld/SearchPathOptions.h
nclude/mcld/SymbolOptions.h
nclude/mcld/TargetControlOptions.h
nclude/mcld/TripleOptions.h
ib/DynamicSectionOptions.cpp
ib/OptimizationOptions.cpp
ib/OutputFormatOptions.cpp
ib/PositionalOptions.cpp
ib/PreferenceOptions.cpp
ib/ScriptOptions.cpp
ib/SearchPathOptions.cpp
ib/SymbolOptions.cpp
ib/TargetControlOptions.cpp
ib/TripleOptions.cpp
ain.cpp
551ae4ebd3e9d137ea668fb83ae4a55b8cfba451 24-Apr-2014 Stephen Hines <srhines@google.com> Update MCLinker for LLVM 3.5.

Change-Id: Ib07513d0eb2f8b7d3516a7dd8823f98820943cc9
ain.cpp
87f34658dec9097d987d254a990ea7f311bfc95f 15-Feb-2014 Stephen Hines <srhines@google.com> Update MCLinker to work with LLVM 3.4.

This corresponds to merging upstream MCLinker with the following SHA:
6dcbf36cdb146d6f175ba2f18a9004753cafeaff

Change-Id: I1bc8c2ce4accc563450bc71ee295a6e47a0c0469
nclude/alone/Config/Config.h.in
nclude/alone/Linker.h
nclude/alone/Support/Initialization.h
nclude/alone/Support/LinkerConfig.h
nclude/alone/Support/Log.h
nclude/alone/Support/TargetLinkerConfigs.h
ib/Core/Linker.cpp
ib/Support/Initialization.cpp
ib/Support/LinkerConfig.cpp
ib/Support/TargetLinkerConfigs.cpp
ain.cpp
f7ac0f19a1c8d0ad14bcf6456ce368b830fea886 04-May-2013 Stephen Hines <srhines@google.com> Update mclinker to 96e60abf286338c8e231b7c990c30c7c4651be0e.

Change-Id: I29a840d11cecc1ed133768b79222f8bae5f4db2d
nclude/alone/Support/LinkerConfig.h
ib/Core/Linker.cpp
ib/Support/LinkerConfig.cpp
ib/Support/TargetLinkerConfigs.cpp
6f75755c9204b1d8817ae5a65a2f7e5af0ec3f70 05-Mar-2013 Stephen Hines <srhines@google.com> Update mclinker to 176d79dc69b439b23ce7101ef8c3250057119664.

Change-Id: Ibae073aefc7838fce46875a6bf6ce7b7e18eced8
Date: Mon Mar 4 22:29:06 2013 +0100
ain.cpp
d0fbbb227051be16931a1aa9b4a7722ac039c698 03-Jan-2013 Shih-wei Liao <sliao@google.com> MCLinker upstream commit c27f2593f4e3.

Change-Id: I41325b6622594ebecd0a494a8d6d298c1c474ac1
nclude/alone/Linker.h
nclude/alone/Support/LinkerConfig.h
nclude/alone/Support/Log.h
ib/Core/Linker.cpp
ib/Support/LinkerConfig.cpp
ib/Support/TargetLinkerConfigs.cpp
ain.cpp
22add6ff3426df1a85089fe6a6e1597ee3b6f300 16-Dec-2012 Shih-wei Liao <sliao@google.com> MCLinker upstream commit 0459e386785c.

Change-Id: Ide6790f5a354b7fcc03d812d6c8cf43b1e309ba3
nclude/alone/Linker.h
nclude/alone/Support/LinkerConfig.h
nclude/alone/Support/MemoryFactory.h
nclude/alone/Support/TargetLinkerConfigs.h
ib/Core/Linker.cpp
ib/Support/Initialization.cpp
ib/Support/LinkerConfig.cpp
ib/Support/TargetLinkerConfigs.cpp
ain.cpp
cedee4b38f4786845183be7f5916dd520a170ae0 03-Aug-2012 Shih-wei Liao <sliao@google.com> MCLinker upstream commit 9628cfb76b5a.

Change-Id: I6d12c63bdae94299558dc1cf42b489bb98748851
nclude/alone/Config/Config.h.in
nclude/alone/Support/LinkerConfig.h
nclude/alone/Support/Log.h
nclude/alone/Support/MemoryFactory.h
nclude/alone/Support/TargetLinkerConfigs.h
ib/Core/Linker.cpp
ib/Support/Initialization.cpp
ib/Support/LinkerConfig.cpp
ib/Support/MemoryFactory.cpp
ib/Support/TargetLinkerConfigs.cpp
ain.cpp
67e37f1be98c926645219cfb47fab9e90d8c725c 27-Jul-2012 Shih-wei Liao <sliao@google.com> MCLinker upstream commit 7720f766. BUG=6886348.

Change-Id: Ifc03fbe870c8993893e92c2e55a9c3f6e3877849
nclude/alone/Linker.h
ib/Core/Linker.cpp
ib/Support/LinkerConfig.cpp
affc150dc44fab1911775a49636d0ce85333b634 16-Jul-2012 Zonr Chang <zonr.net@gmail.com> MCLinker upstream commit e764452.

Change-Id: I5c9ec467ec96a0143e1e67c59365f3b6303e7348
nclude/alone/Config/Config.h.in
nclude/alone/Linker.h
nclude/alone/Support/Initialization.h
nclude/alone/Support/LinkerConfig.h
nclude/alone/Support/MemoryFactory.h
nclude/alone/Support/TargetLinkerConfigs.h
ib/Core/Linker.cpp
ib/Support/Initialization.cpp
ib/Support/LinkerConfig.cpp
ib/Support/MemoryFactory.cpp
ib/Support/TargetLinkerConfigs.cpp
ain.cpp