summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/Drivers.cpp
Commit message (Expand)AuthorAgeFilesLines
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-303/+0
* Fix "control reaches end of non-void function" compiling lld on gcc.Andy Gibbs2013-03-191-1/+2
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-1/+1
* [Driver][GNULD] Lookup .so files and default to dynamic output.Michael J. Spencer2013-02-191-0/+19
* [Core,Driver,ELF] Differentiate static and dynamic executables.Michael J. Spencer2013-02-141-0/+13
* add merge strings option, this temporarily fixes the problem bringing up hell...Shankar Easwaran2013-02-131-0/+4
* [Driver] Add -L and -l support.Michael J. Spencer2013-02-071-3/+34
* [Driver] Replace Target with TargetInfo. Simplify LinkerInput.Michael J. Spencer2013-02-071-1/+1
* [ELF] Use entry point from LinkerOptions.Michael J. Spencer2013-01-281-3/+0
* Move everything over to TargetInfo.Michael J. Spencer2013-01-231-1/+2
* Add {,ELF,MachO}TargetInfo.Michael J. Spencer2013-01-221-1/+1
* Replace the 'final' keyword with 'LLVM_FINAL' as GCC 4.6 doesn't supportChandler Carruth2013-01-191-1/+1
* add noinhibit exec optionShankar Easwaran2013-01-111-0/+4
* [lld] Add support for -mllvm.Michael J. Spencer2013-01-081-0/+27
* [lld] Add -emit-yaml option. This outputs yaml instead of a binary.Michael J. Spencer2013-01-071-0/+4
* [Driver] Add -flavor core support. This will be tested by other tests using -...Michael J. Spencer2013-01-051-0/+17
* Fix build issue when building lld against libstdc++ 4.7Andy Gibbs2012-12-221-1/+1
* [Driver] Properly handle -entry for X86 Linux.Michael J. Spencer2012-12-091-1/+2
* [Driver] Add -### support for printing out the core command line.Michael J. Spencer2012-12-091-0/+6
* Remove left over debugging output.Michael J. Spencer2012-12-091-2/+0
* Add the core architecture for the lld driver.Michael J. Spencer2012-12-081-0/+180
OpenPOWER on IntegriCloud