summaryrefslogtreecommitdiffstats
path: root/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
* Merging r155860:Bill Wendling2012-05-121-1/+3
* Revert some Hexagon builtin commits to match reverts done to LLVM inChandler Carruth2012-04-181-6/+0
* fix GCC version comparison wrt. equal patch suffices (and squash two typos)Gabor Greif2012-04-181-2/+3
* fix a typoGabor Greif2012-04-171-1/+1
* Hexagon V5(Floating Point) support.Sirish Pande2012-04-161-0/+6
* use DEFAULT_SYSROOTSebastian Pop2012-04-163-9/+13
* Correct indentationDavid Blaikie2012-04-151-22/+22
* 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
* Make a modern Objective-C runtime the default target for *BSD. Don't yet cha...David Chisnall2012-04-091-0/+30
* 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
* [driver] In general, the driver claims redundant args and uses the last arg.Chad Rosier2012-04-071-0/+1
* 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
* Fix using Clang as a cross compiler installed on a host machine and notChandler Carruth2012-04-061-6/+19
* 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-023-0/+6
* 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-292-0/+2
* 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-212-71/+40
* For Darwin, do not let -mcpu override the -arch option. <rdar://11059238>Bob Wilson2012-03-211-5/+9
* 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
* [driver] Parse diagnostic args in the driver.Chad Rosier2012-03-131-4/+6
* Tweak linkage order for solaris.David Chisnall2012-03-131-1/+2