- Jun 07, 2012
-
-
Nick Kledzik authored
llvm-svn: 158133
-
- Jun 01, 2012
-
-
Michael J. Spencer authored
llvm-svn: 157834
-
Nick Kledzik authored
now Reader and Writer subclasses for each file format. Each Reader and Writer subclass defines an "options" class which controls how that Reader or Writer operates. llvm-svn: 157774
-
- May 22, 2012
-
-
Filipe Cabecinhas authored
llvm-svn: 157253
-
- May 04, 2012
-
-
Nick Kledzik authored
llvm-svn: 156143
-
Nick Kledzik authored
recursive descent functions into one table driven parser. Add proper error recovery and reporting. Add lots of test cases with semantics errors and verify error messages. llvm-svn: 156136
-
Michael J. Spencer authored
llvm-svn: 156130
-
- May 03, 2012
-
-
Michael J. Spencer authored
There are no tests for this yet because I still need to finish the YAML -> COFF converter so we don't get binary files checked in. llvm-svn: 156100
-
- May 01, 2012
-
-
Michael J. Spencer authored
llvm-svn: 155861
-
- Apr 30, 2012
-
-
Michael J. Spencer authored
llvm-svn: 155847
-
Michael J. Spencer authored
llvm-svn: 155846
-
- Apr 27, 2012
-
-
Nick Kledzik authored
llvm-svn: 155678
-
- Apr 26, 2012
-
-
Evandro Menezes authored
llvm-svn: 155652
-
Jay Foad authored
"friend class Foo;" instead of just friend Foo;". llvm-svn: 155625
-
- Apr 25, 2012
-
-
Gabor Greif authored
llvm-svn: 155588
-
Michael J. Spencer authored
llvm-svn: 155581
-
Michael J. Spencer authored
llvm-svn: 155578
-
- Apr 20, 2012
-
-
Michael J. Spencer authored
build system generate this file with the proper version. llvm-svn: 155222
-
Michael J. Spencer authored
* MSVC does not yet support initializer lists and uniform initialization. * MSVC does not support flexible array members (And neither does C++). The Mach-O writer test still fails with this, but it all compiles and all other tests pass. llvm-svn: 155215
-
Nick Kledzik authored
Add SharedLibraryFile and ArchiveLibraryFile subclasses of File. Add command line options to lld-core to set various ResolverOptions settings and added lots of test cases to verify the options work. llvm-svn: 155183
-
- 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
-