summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
* Fix a FIXME.Daniel Dunbar2010-01-101-2/+2
* Darwin/ld: Don't pass '-weak_reference_mismatches non-weak' whenDaniel Dunbar2010-01-101-6/+0
* implement -ftabstop=width, patch by Christian AdåkerChris Lattner2010-01-091-0/+5
* Use -fno-math-errno by default, and remove the IsMathErrnoDefaultDan Gohman2010-01-083-14/+4
* Allow clang to pass -x cl through to compiler driver.Nate Begeman2010-01-051-0/+2
* Remove some dead variables clang-analyzer found.Benjamin Kramer2009-12-251-5/+1
* move a few more symbols to .rodata/.data.rel.roNuno Lopes2009-12-231-1/+1
* Driver: Fix '... -O4 -O0 ...', which was generating bitcode.Daniel Dunbar2009-12-231-2/+5
* Driver: Drop ToolChain::getHost()Daniel Dunbar2009-12-231-1/+1
* Driver: When linking, don't warn about unused arguments which are obviously onlyDaniel Dunbar2009-12-221-0/+5
* ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly".Daniel Dunbar2009-12-211-0/+29
* Add ToolChain::getDriver() and use it instead of going through the HostInfoDaniel Dunbar2009-12-213-45/+48
* Remove ';' after method definition. Noticed by clang++, which one would thinkDaniel Dunbar2009-12-191-1/+1
* ARM: Use front-end specific target features "soft-float" and "soft-float-abi"...Daniel Dunbar2009-12-191-1/+19
* clang -cc1: Rename -mcpu to -target-cpu to match other target options and not...Daniel Dunbar2009-12-181-2/+2
* Add -dwarf-debug-flags, which provides a way to embed the cc1 level options usedDaniel Dunbar2009-12-183-0/+22
* Fix -fdollars-in-identifiers Clang translation.Daniel Dunbar2009-12-161-2/+2
* implement PR5654: add -fassume-sane-operator-new, which is enabled by default...Nuno Lopes2009-12-161-0/+4
* Driver: Pass -resource-dir to clang -cc1, since the driver presumably already...Daniel Dunbar2009-12-151-1/+11
* Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gaveJeffrey Yasskin2009-12-121-1/+1
* Implement runtime checks for undefined behavior. WIP.Mike Stump2009-12-121-0/+1
* Make using '-fshort-enums' an error until it is actually implemented (changes...Ted Kremenek2009-12-121-1/+2
* Driver: Switch to using "clang" "-cc1" instead of "clang-cc".Daniel Dunbar2009-12-111-2/+7
* spread 'const' love to some variables. this considerably reduces the amount o...Nuno Lopes2009-12-102-3/+3
* Unbreak clang-cc handling of -msoft-float / -mfloat-abi=, which I borked.Daniel Dunbar2009-12-081-3/+6
* Remove several .c_str() to be forward-compatible with StringRef.Jeffrey Yasskin2009-12-081-3/+3
* Enable '-analyzer-opt-analyze-nested-blocks' by default for testing.Ted Kremenek2009-12-071-0/+3
* Shorten the help test for -no-canonical-prefixes, put it behind HelpHidden andRafael Espindola2009-12-072-3/+3
* Unbreak -ccc-cxx and -ccc-clang-cxx defaulting.Daniel Dunbar2009-12-051-2/+3
* Driver: Switch -ccc-* options to using the standard options functionality.Daniel Dunbar2009-12-041-167/+38
* OptTable: Allow option groups to be used to define "help groups", which willDaniel Dunbar2009-12-041-20/+61
* OptParser: Add HelpHidden flag.Daniel Dunbar2009-12-041-1/+5
* Add gcc's -no-canonical-prefixes option to clang.Rafael Espindola2009-12-041-0/+3
* Fix Clang tool translation to forward -fvisibility as separate arguments, theDaniel Dunbar2009-12-031-2/+6
* Add OptTable::PrintHelp.Daniel Dunbar2009-12-032-0/+77
* Driver: Add Command::Creator member variable, which tracks the tool that wasDaniel Dunbar2009-12-022-20/+21
* clang -cc1: Move CompilerInvocation deserialization into CompilerInvocation.cpp,Daniel Dunbar2009-12-011-672/+1
* Add CodeGenOptions::{SoftFloat,FloatABI}, and update the all the (far too man...Daniel Dunbar2009-11-302-4/+6
* clang -cc1: Fix initialization of PreprocessorOptions::TokenCache.Daniel Dunbar2009-11-301-1/+4
* clang -cc1: Fix -include-pch now that the test code is in clang-cc.Daniel Dunbar2009-11-301-5/+3
* clang -cc1: Initialize LangOptions::{Optimize,NoInline}Daniel Dunbar2009-11-301-2/+12
* Always pass -fmessage-length using separate arguments.Daniel Dunbar2009-11-301-2/+2
* clang -cc1: Initialize LangOptions::DollarIdents correctly.Daniel Dunbar2009-11-301-1/+1
* Don't try to generate common globals for C++ files, instead of depending on t...Daniel Dunbar2009-11-301-5/+0
* Eliminate CodeGenOptions::TimePasses.Daniel Dunbar2009-11-301-1/+0
* Eliminate CodeGenOptions::SimplifyLibCalls.Daniel Dunbar2009-11-301-3/+0
* clang -cc1: Use proper diagnostics for all parsing errors.Daniel Dunbar2009-11-291-64/+65
* Change CompilerInvocation::CreateFromArgs to report errors using a proper dia...Daniel Dunbar2009-11-291-1/+11
* Change CompilerInvocation::CreateFromArgs to take Argv0 and the address of ma...Daniel Dunbar2009-11-291-4/+29
* Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we...Daniel Dunbar2009-11-292-25/+37
OpenPOWER on IntegriCloud