aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
2013-07-25Change __cyg_profile_func_enter/exit to __pnacl_profile... and change the sig...Robert Grosse
2013-07-25Add a -finstrument-functions-size=n option to control basic blockRobert Grosse
2013-05-30Merging r182645:Bill Wendling
2013-05-06Add SystemZ supportUlrich Weigand
2013-05-06R600: Update GPU variants in -mcpu optionTom Stellard
2013-04-30[Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2 flags to theSimon Atanasyan
2013-04-27Exit early when $PWD isn't set. Remove unused unistd.h include.Benjamin Kramer
2013-04-27Use LLVM's preferred current_path API instead of calling getcwd(3) directly.Benjamin Kramer
2013-04-27[driver] Revert r180652 and 180658 and temporarily #define MAXPATHLEN toChad Rosier
2013-04-27Fix the dangling pointer.Chad Rosier
2013-04-27[driver] Use the llvm equivalent of getcwd(). Hopefully, this makes the WindowsChad Rosier
2013-04-26[driver] Implement the -fdebug-compilation-dir in a way that is compatible withChad Rosier
2013-04-24[driver] Put -fvectorize under the -Ofast umbrella flag.Chad Rosier
2013-04-24[driver] Improve the implementation of the -Ofast option.Chad Rosier
2013-04-21[Mips] Convert a GNU style Mips ABI name to the name accepted by LLVMSimon Atanasyan
2013-04-17Add support for gcc's spelling of -fcolor-diagnostics.Nico Weber
2013-04-16[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar
2013-04-15Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer.Nadav Rotem
2013-04-15Rename the slp-vectorizer clang/llvm flags. No functionality change.Nadav Rotem
2013-04-14[Mips] Support -mmicromips / -mno-micromips command line options.Simon Atanasyan
2013-04-14[Mips] Fix indentation.Simon Atanasyan
2013-04-14[Mips] Follow-up to r179481. Reduce code duplication. UseSimon Atanasyan
2013-04-14[Mips] Remove "single" from the list of valid MIPS float ABI names. AddSimon Atanasyan
2013-04-13Remove duplicated comment.Simon Atanasyan
2013-04-11Fix the driver logic for recent versions of DragonFly.John McCall
2013-04-11Add a new -mimplicit-float option for symmetry with -mno-implicit-float.Bob Wilson
2013-04-11Hexagon: Remove -g option from the assembler command line.Jyotsna Verma
2013-04-10For split dwarf we should also run the objcopy action if we'reEric Christopher
2013-04-10Add an option to parse all comments as documentation commentsDmitri Gribenko
2013-04-09One more follow-up to r179082 - parse PIC/PIE arguments even on platfroms tha...Alexey Samsonov
2013-04-09Follow-up for r179082: more careful handling of -f(no-)sanitize-address-zero-...Alexey Samsonov
2013-04-09If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne
2013-04-05[analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).Jordan Rose
2013-04-04Initial support for struct-path aware TBAA.Manman Ren
2013-04-04revert r178784 since it does not have a commit messageManman Ren
2013-04-04Index: include/clang/Driver/CC1Options.tdManman Ren
2013-04-04Plumb through the -fsplit-stack option using the existing backendEric Christopher
2013-04-03From PR9121 gcc defaulted to omitting the frame pointer on linux,Eric Christopher
2013-04-02[analyzer] Moving cplusplus.NewDelete to alpha.* for now.Anton Yartsev
2013-04-01R600: Handle -mcpu option v3Tom Stellard
2013-03-30Add support for gcc-compatible -mfprnd -mno-fprnd PPC optionsHal Finkel
2013-03-28Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools.Thomas Schwinge
2013-03-28Add support for gcc-compatible -mpopcntd -mno-popcntd PPC optionsHal Finkel
2013-03-28Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC optionsHal Finkel
2013-03-27<rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor
2013-03-25<rdar://problem/13434605> Periodically prune the module cache so that it does...Douglas Gregor
2013-03-25[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...Anton Yartsev
2013-03-23If a .syms file is available alongside a sanitizer runtime, pass it to theRichard Smith
2013-03-21<rdar://problem/13477190> Give the Clang module cache directory some structur...Douglas Gregor
2013-03-20Split ubsan runtime into three pieces (clang part):Richard Smith