hanchenye-llvm-project/lld/lib
Rui Ueyama abea8fa61d Change the signature of insertElementAt and rename addInputElementFront
insertElementAt(x, END) does the identical thing as addInputElement(x),
so the only reasonable use of insertElementAt is to call it with the
other possible argument, BEGIN. That means the second parameter of the
function is just redundant. This patch is to remove the second
parameter and rename the function accordingly.

llvm-svn: 213821
2014-07-24 00:08:22 +00:00
..
Core Change the signature of insertElementAt and rename addInputElementFront 2014-07-24 00:08:22 +00:00
Driver Change the signature of insertElementAt and rename addInputElementFront 2014-07-24 00:08:22 +00:00
Passes Move GOTPass and StubsPass from Core to MachO 2014-07-09 21:04:24 +00:00
ReaderWriter [PECOFF] Simplify. 2014-07-23 23:47:28 +00:00
CMakeLists.txt Add the core architecture for the lld driver. 2012-12-08 00:47:36 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00