summaryrefslogtreecommitdiffstats
path: root/lld/lib
Commit message (Expand)AuthorAgeFilesLines
* fix typo in error stringNick Kledzik2013-07-231-1/+1
* [PECOFF] Support -tsaware:no command line option.Rui Ueyama2013-07-233-3/+14
* [PECOFF] Support -fixed command line option to disable base relocations.Rui Ueyama2013-07-233-10/+23
* [PECOFF] Replace magic numbers with offsetof().Rui Ueyama2013-07-221-4/+6
* [PECOFF][Driver] Show error message if no input file is given.Rui Ueyama2013-07-221-0/+5
* Rename ReaderCOFF members to follow the LLD coding style.Rui Ueyama2013-07-221-31/+31
* [PECOFF] Fix use-after-free.Rui Ueyama2013-07-201-1/+1
* [mach-o] factor out all cputype <-> arch conversions to one table driven loca...Nick Kledzik2013-07-202-35/+70
* [PECOFF][Driver] Add -base command line option.Rui Ueyama2013-07-203-8/+39
* [PECOFF][Driver] Process "LINK" environment variable.Rui Ueyama2013-07-191-5/+37
* [PECOFF][Driver] Add -defaultlib command line option.Rui Ueyama2013-07-192-1/+20
* [PECOFF][Driver] Interpret "LIB" environment variable.Rui Ueyama2013-07-191-0/+20
* [PECOFF] Use library search path when looking for a .lib file.Rui Ueyama2013-07-192-10/+54
* [PECOFF][Driver] Add -libpath command line option.Rui Ueyama2013-07-192-0/+11
* Add -help option to Darwin Driver. Use grouping in Options table to better f...Nick Kledzik2013-07-193-21/+63
* Add support for -all_load. Enhance DarwinLdDriverTest unit test test cases to...Nick Kledzik2013-07-182-0/+6
* [PECOFF] Use replace_extension() instead of doing it myself.Rui Ueyama2013-07-181-5/+5
* Update for llvm API change.Rafael Espindola2013-07-161-1/+1
* [WinLink] Add /LargeAddressAware command line option.Rui Ueyama2013-07-163-2/+14
* [PECOFF][Writer] Replace magic numbers with sizeof().Rui Ueyama2013-07-161-7/+13
* [PECOFF][Writer] Use defined constants instead of magic numbers.Rui Ueyama2013-07-161-2/+4
* [PECOFF] Add default argument to addDir32NBReloc() as the default value 0 is ...Rui Ueyama2013-07-161-4/+4
* Revert "Don't pass llvm::errs() all over the place. Diagnostics always go to ...Rafael Espindola2013-07-156-65/+77
* [PECOFF][Writer] Follow up patch for r186336.Rui Ueyama2013-07-151-3/+3
* [PECOFF][Writer] s/dyn_cast/cast/ where we don't expect null return value.Rui Ueyama2013-07-151-3/+3
* [PECOFF][Writer] Refactoring: Move private methods below public ones.Rui Ueyama2013-07-151-40/+39
* [PECOFF] Fix comment.Rui Ueyama2013-07-151-3/+3
* [PECOFF][Writer] Emit .reloc section.Rui Ueyama2013-07-151-48/+203
* [PECOFF] Support linking against DLL.Rui Ueyama2013-07-116-51/+399
* [PECOFF][Writer] Fixed a bug that an empty section is emit to the section hea...Rui Ueyama2013-07-111-35/+33
* [PECOFF][Writer] Compute the size of a chunk each time it's added rather than...Rui Ueyama2013-07-091-42/+34
* Remove redundant #include.Rui Ueyama2013-07-081-1/+0
* Don't pass llvm::errs() all over the place. Diagnostics always go to stderr.Rafael Espindola2013-07-046-77/+65
* Return 0 when processing --help. This matches gnu ld and gold.Rafael Espindola2013-07-041-10/+15
* [PECOFF][Writer] Fix SizeOfImage header. It should include the first unmapped...Rui Ueyama2013-07-031-6/+4
* [PECOFF][Writer] Separate AtomChunk from SectionChunk.Rui Ueyama2013-07-031-15/+31
* Add "explicit" to ctors where appropriate.Rui Ueyama2013-07-033-5/+6
* [PECOFF] Handle hint field in Hint/Name table in the import library.Rui Ueyama2013-07-032-19/+31
* [PECOFF][Writer] Simplifies the COFFBaseDefinedAtom ctor by defining a new cl...Rui Ueyama2013-07-032-27/+29
* [PECOFF][Writer] Set SizeOfInitializedData file header.Rui Ueyama2013-07-011-0/+9
* [PECOFF][Writer] Add setter methods that sets the import address table locati...Rui Ueyama2013-07-011-2/+18
* [PECOFF][Writer] Do not emit the empty section as Windows loader rejects such...Rui Ueyama2013-07-011-1/+10
* [PECOFF][Writer] Amend the comment about DLL linking.Rui Ueyama2013-07-011-26/+25
* [PECOFF][Writer] Fix buildbot failure on x86_64-win7.Rui Ueyama2013-06-301-2/+9
* [PECOFF][Reader] Create a jump table for functions exported by DLL.Rui Ueyama2013-06-303-37/+136
* Move a function into assert() so that GCC won't complain that theRui Ueyama2013-06-291-6/+5
* Remove extra ';'Rui Ueyama2013-06-291-1/+1
* [PECOFF][Writer] Fix wrong section header.Rui Ueyama2013-06-281-4/+7
* [PECOFF][Writer] Remove duplicated code by moving it to parent class.Rui Ueyama2013-06-281-104/+88
* [PECOFF][Writer] Define COFFBaseDefinedAtom as the base class of COFF defined...Rui Ueyama2013-06-281-53/+110
OpenPOWER on IntegriCloud