summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Driver] Replace Target with TargetInfo. Simplify LinkerInput.Michael J. Spencer2013-02-071-92/+0
* add elf targethandlerShankar Easwaran2013-01-251-4/+4
* Move everything over to TargetInfo.Michael J. Spencer2013-01-231-180/+32
* Add {,ELF,MachO}TargetInfo.Michael J. Spencer2013-01-221-0/+1
* Replace the 'final' keyword with 'LLVM_FINAL' as GCC 4.6 doesn't supportChandler Carruth2013-01-191-3/+3
* add hexagon target to lldShankar Easwaran2013-01-111-0/+69
* [lld] Add -emit-yaml option. This outputs yaml instead of a binary.Michael J. Spencer2013-01-071-4/+34
* [Driver] x86-64 should use ELF 64.Michael J. Spencer2013-01-071-1/+1
* [Driver] Add x86-64 target.Michael J. Spencer2013-01-041-0/+56
* [Driver] Properly handle -entry for X86 Linux.Michael J. Spencer2012-12-091-3/+3
* [Driver] Make the X86Linux target use X86 (not x64) and properly initalize Wr...Michael J. Spencer2012-12-091-3/+12
* Add the core architecture for the lld driver.Michael J. Spencer2012-12-081-0/+75
OpenPOWER on IntegriCloud