summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-1864-284/+284
* [MSVC Compat] Make -Wmicrosoft-cast not an error by defaultDavid Majnemer2015-11-182-5/+3
* [Sema] Don't work around a malformed ASTDavid Majnemer2015-11-182-3/+11
* Removing the AST matcher test for thread_local storage duration. Not all plat...Aaron Ballman2015-11-181-5/+5
* [PGO] Test update for revision 253484.Betul Buyukkurt2015-11-181-1/+1
* Re-committing r253473 after hopefully fixing the bot breakage. There was a co...Aaron Ballman2015-11-184-0/+147
* [Myriad]: fix test for WindowsDouglas Katzman2015-11-181-4/+4
* Reverting r253473 while I investigate build bot failures.Aaron Ballman2015-11-184-147/+0
* Adding AST matchers for VarDecl storage durations. Can now determine whether ...Aaron Ballman2015-11-184-0/+147
* [ARM] Support +feature targeting in -mcpu/-marchBradley Smith2015-11-182-8/+45
* [Myriad]: insert -L paths into linker cmd only when they exist.Douglas Katzman2015-11-187-36/+25
* [libclang] Add entry points that take a full command line including argv[0].Benjamin Kramer2015-11-187-17/+93
* Fix tests in order for them to not fail after r252604.Igor Laevsky2015-11-181-2/+2
* Set flag for lldb when qualified name lookup is being doneEugene Leviant2015-11-182-1/+28
* Update for llvm change.Rafael Espindola2015-11-182-2/+2
* BuildUniversalActions(): Prune obsolete \param(s). [-Wdocumentation]NAKAMURA Takumi2015-11-181-2/+0
* [NFC] Change the evaluation context of a non-type default template argument f...Faisal Vali2015-11-182-1/+16
* Don't expose iterators into the list of types on the ASTContext; these areRichard Smith2015-11-182-11/+6
* Try to fix leak in CXStringSet from r252853Reid Kleckner2015-11-181-0/+2
* Fix for use-after-free which caused test failure in cuda-detect.cu.Artem Belevich2015-11-181-1/+1
* Produce a better diagnostic for global register variables.Akira Hatanaka2015-11-1813-25/+114
* [PGO] Removed unused code. [NFC]Betul Buyukkurt2015-11-181-1/+0
* [modules] When a #include is mapped to a module import and appears somewhereRichard Smith2015-11-176-13/+30
* [Myriad]: -nostdlib implies -nostartfilesDouglas Katzman2015-11-172-1/+2
* [CUDA] Make CUDA compilation usable by default.Artem Belevich2015-11-175-4/+18
* [CUDA] Added a wrapper header for inclusion of stock CUDA headers.Artem Belevich2015-11-172-0/+180
* [CUDA] Detect and link with CUDA's libdevice bitcode library.Artem Belevich2015-11-176-4/+75
* [CUDA] added include paths for both sides of CUDA compilation.Artem Belevich2015-11-178-6/+66
* [CUDA] use -aux-triple to pass target triple of opposite side of compilationArtem Belevich2015-11-179-75/+109
* Use !hasArg with two options instead of !hasArg && !hasArg.Douglas Katzman2015-11-172-92/+59
* [Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li2015-11-1734-26/+260
* bmiintrin.h: Allow using the tzcnt intrinsics for non-BMI targetsHans Wennborg2015-11-171-3/+9
* ARM: fix mismatch between Clang and backend on exception type.Tim Northover2015-11-172-7/+11
* Add trivial utility to append -L arguments to linker step. NFCDouglas Katzman2015-11-173-35/+19
* Revert "Make FP_CONTRACT ON the default."Manuel Klimek2015-11-176-192/+15
* [Sema] Remove unnecessary typecast of bool to int when passing arguments to d...Craig Topper2015-11-171-9/+8
* [Sema] Combine similar diagnostics using %select. NFCCraig Topper2015-11-174-32/+19
* [Sema] Minor formatting fixes. NFCCraig Topper2015-11-174-6/+6
* [modules] Fix some more cases where we used to reject a conflict between twoRichard Smith2015-11-176-8/+49
* Make FP_CONTRACT ON the default.Stephen Canon2015-11-166-15/+192
* Derive nacltools::Linker from GnuTool to get response file supportDerek Schuff2015-11-161-2/+2
* Correctly handle type mismatches in the __weak copy/move-initializationJohn McCall2015-11-163-2/+66
* When producing error messages for always_inline functions with theEric Christopher2015-11-162-2/+14
* [mips] Do not add arch name in the compiler-rt's components.Vasileios Kalintiris2015-11-162-3/+2
* [Myriad]: pass the 'std=' option to moviCompileDouglas Katzman2015-11-162-1/+5
* [ARM,AArch64] Fix __rev16l and __rev16ll intrinsicsOliver Stannard2015-11-162-16/+46
* Handle ARMv6KZ namingArtyom Skrobov2015-11-162-5/+8
* clang-format: Enable #include sorting by default.Daniel Jasper2015-11-169-17/+46
* [ARM] Pass in the architecture to TargetParser to cope with API changeBradley Smith2015-11-161-2/+3
* Update for the gnu flavor being renamed to old-gnu.Rafael Espindola2015-11-164-10/+10
OpenPOWER on IntegriCloud