- Apr 18, 2012
-
-
Nick Kledzik authored
class. Change Resolver to no longer use Platform. Core linking now issues errors directly. We need to factor that out later. Rework how Darwin executable writer finds "main" atom. It now adds to core linking an Atom which has a Reference to "main". llvm-svn: 155060
-
- Apr 10, 2012
-
-
Daniel Dunbar authored
llvm-svn: 154400
-
- Apr 09, 2012
-
-
Nick Kledzik authored
llvm-svn: 154302
-
Nick Kledzik authored
llvm-svn: 154301
-
- Apr 08, 2012
-
-
Michael J. Spencer authored
llvm-svn: 154277
-
Michael J. Spencer authored
llvm-svn: 154276
-
Michael J. Spencer authored
llvm-svn: 154275
-
Michael J. Spencer authored
llvm-svn: 154274
-
- Apr 07, 2012
-
-
Nick Kledzik authored
llvm-svn: 154246
-
Nick Kledzik authored
a hello world executable from atoms. There is still much to be flushed out. Added one test case, test/darwin/hello-world.objtxt, which exercises the darwin platform. Added -platform option to lld-core tool to dynamically select platform. llvm-svn: 154242
-
Daniel Dunbar authored
Windows users. llvm-svn: 154229
-
Daniel Dunbar authored
documentation. llvm-svn: 154228
-
Michael J. Spencer authored
llvm-svn: 154227
-
Daniel Dunbar authored
llvm-svn: 154217
-
Daniel Dunbar authored
llvm-svn: 154213
-
- Apr 06, 2012
-
-
Daniel Dunbar authored
llvm-svn: 154212
-
Daniel Dunbar authored
llvm-svn: 154207
-
Daniel Dunbar authored
- This uses the llvm-theme developed by Michael Spencer and the base structure (front-facing index page) I use for LNT. llvm-svn: 154206
-
- Apr 03, 2012
-
-
Michael J. Spencer authored
llvm-svn: 153964
-
Michael J. Spencer authored
types into the lld namespace. llvm-svn: 153963
-
Michael J. Spencer authored
llvm-svn: 153912
-
- Mar 29, 2012
-
-
Michael J. Spencer authored
llvm-svn: 153677
-
Michael J. Spencer authored
llvm-svn: 153620
-
Michael J. Spencer authored
llvm-svn: 153619
-
Michael J. Spencer authored
llvm-svn: 153618
-
- Mar 28, 2012
-
-
Michael J. Spencer authored
Also fix some Platform.h includes that somehow got missed last time. llvm-svn: 153590
-
Michael J. Spencer authored
library depends on Core. This breaks that cycle. llvm-svn: 153589
-
Michael J. Spencer authored
llvm-svn: 153588
-
- Mar 20, 2012
-
-
Michael J. Spencer authored
llvm-svn: 153102
-
- Mar 16, 2012
-
-
Nick Kledzik authored
llvm-svn: 152939
-
Nick Kledzik authored
llvm-svn: 152874
-
- Mar 13, 2012
-
-
Nick Kledzik authored
llvm-svn: 152674
-
Nick Kledzik authored
llvm-svn: 152591
-
- Mar 12, 2012
-
-
Michael J. Spencer authored
llvm-svn: 152565
-
- Mar 09, 2012
-
-
Michael J. Spencer authored
llvm-svn: 152389
-
Michael J. Spencer authored
llvm-svn: 152388
-
Michael J. Spencer authored
llvm-svn: 152387
-
Michael J. Spencer authored
llvm-svn: 152386
-
Benjamin Kramer authored
llvm-svn: 152355
-
- Mar 08, 2012
-
-
Nick Kledzik authored
Add first linker pass (StubsPass) which looks for calls to shared library symbols and replaces them with calls to a StubAtom. On ELF system, a "stub" is a PLT entry. Added a simple test case. Pass a Platform object to YAML reader and writer for converting fixup kinds between names and values. Change output of Resolver to be a File object instead of a vector of Atoms. Thus, passes operate on a File instead of just Atoms. Rework how to walk through a File's Atoms. Now iterator based instead of a method that visits each atom. llvm-svn: 152269
-