]> granicus.if.org Git - clang/history - lib/Frontend/CompilerInvocation.cpp
Move the -i[no-]system-prefix options from CC1Options.td to Options.td.
[clang] / lib / Frontend / CompilerInvocation.cpp
2014-03-26 Alexander KornienkoMove the -i[no-]system-prefix options from CC1Options...
2014-03-20 Evgeniy Stepanov[msan] -fsanitize-memory-track-origins=[level] flag...
2014-03-18 Yunzhong GaoCreating a printing policy for "half":
2014-03-14 Argyrios Kyrtzidis[Modules] Emit the module file paths as dependencies...
2014-03-12 Ben LangmuirAdd an option -fmodules-validate-system-headers
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr include with <memory>.
2014-03-07 Ahmed CharlesReplace OwningPtr with std::unique_ptr.
2014-03-06 Alexey Bataev[OPENMP] Added option -fopenmp=libiomp5|libgomp
2014-03-03 Argyrios KyrtzidisIntroduce '-fmodules-user-build-path' which accepts...
2014-03-02 Benjamin Kramer[C++11] Use std::atomic instead of LLVM's.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-02-25 Ben LangmuirAdd a driver option -ivfsoverlay
2014-02-24 Richard BartonImplement -fno-short-wchar
2014-02-23 Saleem Abdulrasoolclang: add -f{no-,}integrate-as as consistent parameters
2014-02-21 Rafael EspindolaAccept -no-integrated-as in -cc1 and forward it to...
2014-02-12 Reid KlecknerMS ABI: Implement #pragma vtordisp() and clang-cl /vdN
2014-02-12 Dmitri GribenkoAdd an option to allow Clang verify source files for...
2014-02-11 David MajnemerMS ABI: Add support for the -vm{b,g,s,m,v} flags
2014-02-11 Josh Magee[stackprotector] Add command line option -fstack-protec...
2014-02-08 John McCallRemove the -fhidden-weak-vtables -cc1 option. It was...
2014-02-05 Ben LangmuirAdd a CC1 option -verify-pch
2014-01-16 Evgeniy Stepanov[asan] Remove -fsanitize-address-zero-base-shadow comma...
2014-01-14 Hans WennborgRemove the -cxx-abi command-line flag.
2014-01-14 Alp TokerSwitch around the order of MSVCCompat and MicrosoftExt
2014-01-14 Alp TokerRename language option MicrosoftMode to MSVCCompat
2014-01-13 Hans WennborgUse the MS ABI for Win32 targets by default
2014-01-07 Adrian PrantlImplement a new -fstandalone-debug option. rdar://probl...
2014-01-06 Justin BognerDriver: Accept -fprofile-instr-use and -fprofile-instr...
2013-12-28 Chandler CarruthSilence a dubious GCC warning about a set but unused...
2013-12-27 Kostya SerebryanyBury leaked pointers in a global array to silence a...
2013-12-10 Argyrios Kyrtzidis[Driver] Rename '-objcmt-white-list-dir-path' option...
2013-12-10 Argyrios Kyrtzidis[objcmt] Add a modernization option to infer and sugges...
2013-12-05 Alp TokerFix a tranche of comment, test and doc typos
2013-11-27 Alp TokerRemove a whole lot of unused variables
2013-11-18 Sylvestre LedruUsing an invalid -O falls back on -O3 instead of an...
2013-11-17 Hal FinkelAdd -freroll-loops to enable loop rerolling
2013-11-15 Alp TokerRevert "Using an invalid -O falls back on -O3 instead...
2013-11-15 Sylvestre LedruUsing an invalid -O falls back on -O3 instead of an...
2013-11-14 Argyrios Kyrtzidis[objcmt] Introduce "objcmt-white-list-dir-path=" option.
2013-11-13 Diego NovilloAdd -fprofile-sample-use to Clang's driver.
2013-11-13 Fariborz JahanianObjectiveC migrator. Place use of NS_NONATOMIC_IOSONLY
2013-11-11 Sylvestre LedruRevert "Using an invalid -O falls back on -O3 instead...
2013-11-11 Sylvestre LedruUsing an invalid -O falls back on -O3 instead of an...
2013-11-08 Douglas GregorEliminate an unnecessary .c_str()
2013-11-06 Richard SmithAdd a limit to the length of a sequence of 'operator...
2013-11-05 Fariborz JahanianObjectiveC migrator. Please annotation of properties...
2013-11-05 Richard SmithC++1y sized deallocation: if we have a use, but not...
2013-11-01 Fariborz JahanianObjectiveC. Define a new cc1 flag
2013-10-25 Rafael EspindolaI am about to change llvm::MemoryBuffer::getFile take...
2013-10-11 Manman RenTurn struct-path aware TBAA on by default.
2013-10-11 Nick LewyckyAdd -fno-function-sections and -fno-data-sections....
2013-10-09 Fariborz JahanianObjectiveC migrator. Introduce a new objcmt-atomic...
2013-10-07 Richard SmithRemove -ast-dump-xml.
2013-10-02 Fariborz JahanianObjectiveC migrator: Add more options one for each
2013-10-02 Fariborz JahanianObjectiveC migrator. Starting distiguising different
2013-10-01 Richard SmithRevert r191586 and r191695. They cause crashes when...
2013-09-30 Manman RenTurn struct-path aware TBAA on by default.
2013-09-29 Richard SmithImplement C++1y sized deallocation (n3778). This is...
2013-09-27 Rafael EspindolaReplace -fobjc-default-synthesize-properties with disab...
2013-09-24 Daniel JasperAdd -fmodule-map-file option.
2013-09-24 Daniel JasperModule use declarations (II)
2013-09-24 Hans Wennborgclang-cl: print diagnostics as "error(clang): foo"...
2013-09-13 David TweedCertain multi-platform languages, such as OpenCL, have...
2013-09-11 Nico RieckAdd -fansi-escape-codes option
2013-09-09 David TweedThe OpenCL standard specifies the sizes and alignments...
2013-09-03 Eric ChristopherAttempt to migrate default dwarf version to 4 for linux.
2013-08-28 Fariborz JahanianObjectiveC migrator. This patch infers readonly propert...
2013-08-21 Rafael EspindolaMove -mfpmath handling to -cc1 and implement it for...
2013-08-16 Jordan Rose[analyzer] Merge TextPathDiagnostics and ClangDiagPathD...
2013-08-09 Hans Wennborgclang-cl: Support /showIncludes
2013-08-08 Chandler CarruthThe only useful loop unrolling flag to give realistical...
2013-08-08 Hans Wennborgclang-cl: Support the run-time selection options (...
2013-08-05 Daniel JasperAdd option to disable module loading.
2013-08-02 Hans WennborgCC1: Only parse command-line options that have the...
2013-07-23 Eli BenderskyAdd a -fno-math-builtin option to the Clang -cc1
2013-07-09 Fariborz JahanianObjC migrator: Add -objcmt-migrate-property to do property
2013-06-28 Benjamin KramerUse the multiple argument form of path::append.
2013-06-26 Rafael EspindolaRemove PathV1.h from CompilerInvocation.cpp.
2013-06-26 Rafael EspindolaUse llvm::sys::fs::getMainExecutable.
2013-06-25 Nick LewyckyMake -vectorize-... proper cc1 flags instead of abusing...
2013-06-24 Richard SmithAdd -ast-dump-lookups switch to -cc1 to dump DeclContex...
2013-06-21 Nick LewyckyFix a leak of TargetMachine in clang. We'll continue...
2013-06-19 Manman RenDebug Info: support for gdwarf-2 gdwarf-3 gdwarf-4
2013-06-18 John McCallAdd support for -fpcc-struct-return. Patch by Arthur...
2013-06-14 Reid Kleckner[Driver] Refactor clang driver to use LLVM's Option...
2013-06-11 Rafael EspindolaInclude PathV1.h in files that use it.
2013-05-20 Richard SmithRevert r182331, these checks should be based on the...
2013-05-20 Richard SmithMove two Darwin-specific hacks into #ifdef __APPLE__...
2013-05-10 Douglas Gregor[Modules] Extend Darwin hack to include the modificatio...
2013-05-08 Richard SmithC++1y: Add a step limit to constexpr evaluation, to...
2013-05-03 Argyrios KyrtzidisRevert r177218.
2013-04-24 Chad Rosier[driver] Improve the implementation of the -Ofast option.
2013-04-16 Daniel Dunbar[Modules] Convert module specific -fno-modules-autolink...
2013-04-12 Douglas Gregor<rdar://problem/13615607> Include SDK version informati...
2013-04-10 Chad RosierRemove unused arguments.
2013-04-10 Chad Rosier[driver] Add a -Ofast option, which enables -O3, -ffast...
2013-04-10 Dmitri GribenkoAdd an option to parse all comments as documentation...
2013-04-08 Douglas Gregor<rdar://problem/13559825> Further reduce template insta...
2013-04-04 Manman RenInitial support for struct-path aware TBAA.
2013-04-04 Manman Renrevert r178784 since it does not have a commit message
next