summaryrefslogtreecommitdiffstats
path: root/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Hexagon V5(Floating Point) support.Sirish Pande2012-04-161-0/+6
* use DEFAULT_SYSROOTSebastian Pop2012-04-161-4/+6
* Don't link lib[std]c++ when -nostdlib is specified (Solaris driver).David Chisnall2012-04-101-2/+2
* Pass -march, -mcpu, -mfpu to linuxtools assembler.Evgeniy Stepanov2012-04-101-0/+4
* Fix an annoying little bug I found while debugging another LTO issue. GoldRafael Espindola2012-04-091-6/+9
* objective-c: remove -fobjc-default-synthesize-properties from the driver.Fariborz Jahanian2012-04-091-2/+1
* objective-c: Remove -fno-objc-default-synthesize-propertiesFariborz Jahanian2012-04-091-3/+2
* Revert r154321, pending more discussion.David Chisnall2012-04-091-4/+0
* Add -fobjc-trace to emit a call before and after each Objective-C message sendDavid Chisnall2012-04-091-0/+4
* Factor out ARM floating ABI determination to new routine Anton Korobeynikov2012-04-091-35/+44
* Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth2012-04-081-18/+48
* MIPS: Pass -mabi option to the assmbler when compile MIPS targets.Simon Atanasyan2012-04-071-10/+14
* MIPS: Move code calculates CPU and ABI names to the separate function to reus...Simon Atanasyan2012-04-071-13/+21
* MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit...Simon Atanasyan2012-04-061-0/+3
* MIPS: Pass -EB/-EL argument to the assembler according to selected endian whe...Simon Atanasyan2012-04-061-0/+6
* Honor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE.Nico Weber2012-04-041-1/+5
* [driver] When using the -mfpmath= option, add an error message when trying to Chad Rosier2012-04-041-3/+9
* Test commit to check commit access.Simon Atanasyan2012-04-041-1/+0
* Whitespace.Chad Rosier2012-04-041-2/+2
* [driver] Add a static helper function for handling -mfpu= to remove some codeChad Rosier2012-04-041-76/+45
* Reduce variable scope.David Blaikie2012-04-041-2/+1
* [driver] Create a new -mfpmath= option, which is used to control whether clangChad Rosier2012-04-041-0/+25
* modern objc translator. Add moreFariborz Jahanian2012-04-041-4/+9
* Remove unused argument.Fariborz Jahanian2012-04-041-2/+2
* Use -rewrite-legacy-objc as clang argument for translating Fariborz Jahanian2012-04-021-0/+2
* Ignore unused --serialize-diagnostics option when using llvm-gcc.Bob Wilson2012-04-011-0/+3
* ARM backend knows about cortex-m4. The front end should too.Jim Grosbach2012-03-291-0/+1
* Move the emission of strict enum range metadata behind a flag (the sameChandler Carruth2012-03-271-0/+3
* [driver] Fix unused argument warnings.Chad Rosier2012-03-261-11/+19
* [driver] -mkernel implies -fno-common, so claim the arg to avoid an unusedChad Rosier2012-03-261-0/+1
* [driver] -mkernel implies -fno-builtin, so claim the arg to avoid an unusedChad Rosier2012-03-261-0/+1
* Add support for MIPS' floating ABIs (hard, soft and single) to clang driver.Akira Hatanaka2012-03-231-9/+35
* Duplicated code is bad. At least make it consistent.Bob Wilson2012-03-211-0/+2
* Fix a regression where ':' in CPLUS_INCLUDE_PATH and friends would no longer ...Nico Weber2012-03-191-2/+2
* [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matchesChad Rosier2012-03-151-0/+3
* Reapply r152745 (reverted in 152765) now that compiler-rt is fixed.David Blaikie2012-03-151-0/+1
* Revert r152745 as it's breaking the internal buildbots.Chad Rosier2012-03-151-1/+0
* Provide -Wnull-conversion separately from -Wconversion.David Blaikie2012-03-141-0/+1
* [driver] Clang should report an error for -faltivec on non-ppc.Chad Rosier2012-03-131-0/+8
* Tweak linkage order for solaris.David Chisnall2012-03-131-1/+2
* Address some of the concerns by Chandler.Bill Wendling2012-03-121-14/+11
* Have clang pay attention to the LIBRARY_PATH environment variable.Bill Wendling2012-03-121-41/+44
* Use VersionTuple to manage macosx versions in the driver. No functionality ch...Benjamin Kramer2012-03-101-5/+2
* Update comment after r152140. Clarify a bit too.Nico Weber2012-03-091-1/+2
* [analyzer] Rework inlining related command line options.Anna Zaks2012-03-081-1/+1
* Implement -fno-dwarf2-cfi-asm on linux too.Rafael Espindola2012-03-081-10/+7
* [driver] What was implemented in r152130 was actually -fno-inline-functions, notChad Rosier2012-03-061-2/+2
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-1/+24
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-9/+26
* [driver] Add support for -fno-inline.Chad Rosier2012-03-061-0/+3