summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* [lld][test] organize test directory. No change in functionalityShankar Easwaran2013-08-3160-0/+0
* [lld][ELF] Add Init/Fini supportShankar Easwaran2013-08-319-0/+186
* [lld][LinkingContext] Atoms created from command line options should be avail...Shankar Easwaran2013-08-3127-188/+279
* Fix build breakageRui Ueyama2013-08-311-3/+3
* Remove #include, for we don't need the definitions of these classes.Rui Ueyama2013-08-311-6/+11
* Remove dead code.Rui Ueyama2013-08-301-12/+1
* [PECOFF] Add /force:unresolved command line option as a synonym of /force.Rui Ueyama2013-08-293-1/+9
* [PECOFF] Fix bug that section grouping may lay out atoms in a wrong order.Rui Ueyama2013-08-294-34/+40
* [PECOFF] Fix bug that atom size was sometimes wrong.Rui Ueyama2013-08-292-2/+2
* [PECOFF] Add helper functions for debuggingRui Ueyama2013-08-291-0/+20
* [PECOFF] Do not create undefined atom for common symbol.Rui Ueyama2013-08-281-1/+2
* [PECOFF] Do not scan the symbol table twice but instead cache aux symbols.Rui Ueyama2013-08-281-14/+19
* [PECOFF] Make command line options case insensitive to match link.exe's behav...Rui Ueyama2013-08-284-25/+14
* Remove an option starting an uppercase character so that the test does not de...Rui Ueyama2013-08-281-1/+0
* Modify test to adopt r189416.Rui Ueyama2013-08-271-1/+1
* Use do-while instead of a magic number. No functionality change.Rui Ueyama2013-08-271-3/+3
* [PECOFF] Add the entry symbol and /include symbols to dead strip root set.Rui Ueyama2013-08-275-15/+25
* Fix use of temporary strings.Rui Ueyama2013-08-271-4/+4
* [PECOFF] Enable dead-stripping by default to match link.exe behavior.Rui Ueyama2013-08-2716-29/+53
* Treat entry point symbol as an undefined atom.Rui Ueyama2013-08-2710-35/+47
* Rename ti -> ctx.Rui Ueyama2013-08-278-24/+25
* [PECOFF] Add Support for entry point symbol nameRui Ueyama2013-08-264-1/+68
* [lld][ELF] Cleanup ELF writing, No change in functionalityShankar Easwaran2013-08-269-117/+85
* [lld][ELF] Indent the td file to < 80 columnsShankar Easwaran2013-08-261-14/+30
* [lld][ELF][Cleanup] Create multiclass for variations in options usageShankar Easwaran2013-08-252-11/+12
* [lld][ELF] process fini_array sectionsShankar Easwaran2013-08-256-1/+43
* [PECOFF] support additional subsystem identifiersSaleem Abdulrasool2013-08-241-0/+10
* Separates /fixed (no .reloc section) and /dynamicbase (enable ASLR)Rui Ueyama2013-08-247-8/+61
* CMake: Support the LLVM_INSTALL_TOOLCHAIN_ONLY flagHans Wennborg2013-08-241-9/+16
* Fixes an additional temporary string use.Rui Ueyama2013-08-231-1/+1
* Check for "asserts" rather than "debug" on testTim Northover2013-08-231-1/+1
* [lld][ELF] Dont ignore zero sized sections.Shankar Easwaran2013-08-234-3/+15
* [lld][ELF][Cleanup] Section associated with the relocation traversedShankar Easwaran2013-08-231-10/+6
* [lld][ELF] Rename typeTLV content type for ELFShankar Easwaran2013-08-237-14/+23
* [lld] handle typeZeroFill atoms in ELF/Native/YAMLShankar Easwaran2013-08-2311-12/+53
* CMake: Don't look for llvm-tblgen when building outside LLVM treeHans Wennborg2013-08-231-4/+9
* [lld][PECOFF] Fix one more reference to a temporary stringShankar Easwaran2013-08-221-1/+1
* [lld][PECOFF] Fix use of temporary stringsShankar Easwaran2013-08-223-4/+3
* [lld][unittests] Change assert to llvm_unreachableShankar Easwaran2013-08-221-2/+1
* [lld][test] fix -Wreturn-type errorShankar Easwaran2013-08-221-0/+1
* fix build failures on platforms that use -Wunused-private-variable for buildsShankar Easwaran2013-08-223-4/+13
* [lld][Driver] Fix the unit test for lld gnu flavorShankar Easwaran2013-08-221-4/+2
* [lld][Hexagon] Enable Hexagon sdata sorting testShankar Easwaran2013-08-222-2/+8
* [lld] Fix unused private fields for fixing build failure on darwinShankar Easwaran2013-08-222-3/+3
* remove trailing whitespaceShankar Easwaran2013-08-222-5/+5
* [lld][Darwin] fixing an accidentally removed changeShankar Easwaran2013-08-211-0/+10
* [lld] Fix win7 failure on adding InputGraph functionalityShankar Easwaran2013-08-212-4/+4
* add InputGraph functionalityShankar Easwaran2013-08-2131-713/+1335
* [PECOFF] Handle "--" option explicitlyHans Wennborg2013-08-133-0/+21
* [PECOFF] Treat the common symbol as mergeable symbol.Rui Ueyama2013-08-134-11/+25
OpenPOWER on IntegriCloud