2015-07-29 |
Richard Trieu | Fix -Wredundant-move warning. |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Richard Smith | [modules] When performing redeclaration lookup for... |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Davide Italiano | [SemaAccess] Provide meaningful message when we hit... |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Douglas Katzman | Use the AddAllArgs overload which accepts an ArrayRef... |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Richard Trieu | Disable -Wpessimizing-move and -Wredundant-move in... |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Yaron Keren | In case of an existing GlobalVariable, the comdat is... |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Yaron Keren | Make this test target x86_64-pc-windows-gnu as well. |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Akira Hatanaka | [AArch64] Pass subtarget feature "+strict-align". |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Yaron Keren | Remove unnecessary variable. |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Asaf Badouh | [X86][AVX512BW] add convert i16 to i8 and unpack intrinsics |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Asaf Badouh | [X86][AVX512BW] Replace attributes with __DEFAULT_FN_ATTRS |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Akira Hatanaka | [ARM] Pass subtarget feature "+strict-align". |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Artem Belevich | Silence unused argument warning for --cuda-host-only. |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Artem Belevich | --cuda-host-only should not disable linking phase. |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Richard Trieu | Use an iterative method instead of recursion for printi... |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Richard Trieu | Do not give a -Wredundant-move warning when removing... |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Argyrios Kyrtzidis | [test] Follow-up for r243119, also add a test case... |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Nico Weber | Rename -Wmsvc-include to -Wmicrosoft-include, now that... |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Chih-Hung Hsieh | Add -femulated-tls flag to select the emulated TLS... |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Benjamin Kramer | [CodeGen] Simplify creation of shuffle masks. |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Piotr Padlewski | Getting rid of old iterator loops |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Manuel Klimek | Do not force linebreaks when MaxEmptyLinesToKeep is 0. |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Benjamin Kramer | [CodeGen] Clean up CGBuiltin a bit. |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Kristof Beyls | RegParmMax must be 0 for AArch64, as the regparm functi... |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Adhemerval... | [AArch64] Implement __builtin_thread_pointer |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Asaf Badouh | [X86][AVX512VL] add AVX512VL intrinsics 4 out of 4 |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Asaf Badouh | [X86][AVX512VL] add AVX512VL intrinsics 3 out of 4 |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Asaf Badouh | [X86][AVX512VL] add AVX512VL intrinsics 2 out of 4 |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Alexandros... | Use TargetParser to parse -mhwdiv command line option... |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Asaf Badouh | [X86][AVX512VL] add AVX512VL intrinsics 1 out of 4 |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Argyrios Kyrtzidis | [sema] Fix crash when typo-transforming an expression... |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Yaron Keren | Make local function isWhitespaceExceptNL static instead... |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Nico Weber | Fix what looks like accidentally repeated file contents... |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Nico Weber | Split -Wmicrosoft into many specific warnings. |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Justin Bogner | InstrProf: Fix a misuse of the FunctionDecl API when... |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Argyrios Kyrtzidis | [test] Follow-up for r243343, also add a test case... |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Renato Golin | [ARM] Implement -Wa,-mfpu and friends for assemblers |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Renato Golin | [ARM] Changes to Arch/CPU handling to help with -Wa... |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Argyrios Kyrtzidis | [sema] Fix infinite loop when using a boolean value... |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Tyler Nowicki | Use CGLoopInfo to emit metadata for loop hint pragmas. |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Simon Pilgrim | Fixed test in rL243305 |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Aaron Ballman | Removing unused function declaration with no definition... |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Akira Hatanaka | [AArch64] Unconditionally pass subtarget feature reserv... |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Simon Pilgrim | [X86] Add missing _m_prefetch intrinsic |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Aaron Ballman | Correcting a typo in a comment; NFC. |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Samuel Antao | [OpenMP] Fix copyin codegen test regression in order... |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Samuel Antao | [OpenMP] Fix copyin clause codegen regression caused... |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Samuel Antao | [OpenMP] Add TLS requirement for the copyin clause... |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Douglas Katzman | Rename {Hexagon,NaCl}_TC to {Hexagon,NaCl}ToolChain... |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Samuel Antao | [OpenMP] Add capture for threadprivate variables used... |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Jonathan Roelofs | Analysis: Fix example usage comment in CFG.cpp. NFC |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Renato Golin | Setting ARM dynamic linker name from commandline |
commit | commitdiff | tree | snapshot |
2015-07-27 |
David Majnemer | [clang-cl] Handle -O correctly |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Yaron Keren | Rename highly-confusing isWhitespace that returns false... |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Richard Smith | [modules] Add an assert for redeclarations that we... |
commit | commitdiff | tree | snapshot |
2015-07-26 |
David Majnemer | [Targets] Define _M_AMD64 and _M_X64 to a more appropri... |
commit | commitdiff | tree | snapshot |
2015-07-26 |
David Majnemer | [AST] It should be impossible to get Int128 or UInt128... |
commit | commitdiff | tree | snapshot |
2015-07-26 |
David Majnemer | [MS Extensions] Remove support for the i128 integer... |
commit | commitdiff | tree | snapshot |
2015-07-26 |
David Majnemer | [Sema] Refactor AddAlignedAttr to reduce indentation |
commit | commitdiff | tree | snapshot |
2015-07-26 |
Yaron Keren | This test failed on ninja-x64-msvc-RA-centos6. |
commit | commitdiff | tree | snapshot |
2015-07-26 |
Yaron Keren | Revert three tests enabled on r243236, they fail on... |
commit | commitdiff | tree | snapshot |
2015-07-26 |
Yaron Keren | Enable passing clang tests on Windows/MSYS. |
commit | commitdiff | tree | snapshot |
2015-07-26 |
Yaron Keren | Fix test running under mingw. |
commit | commitdiff | tree | snapshot |
2015-07-26 |
David Majnemer | Try to make the buildbots happy |
commit | commitdiff | tree | snapshot |
2015-07-26 |
David Majnemer | [Sema] The alignment of an object has an upper bound... |
commit | commitdiff | tree | snapshot |
2015-07-25 |
Benjamin Kramer | [libclang] Use lambdas instead of explicit structs... |
commit | commitdiff | tree | snapshot |
2015-07-25 |
David Majnemer | [AST] Rename RecordLayoutBuilder to ItaniumRecordLayout... |
commit | commitdiff | tree | snapshot |
2015-07-25 |
Yaron Keren | Enable clang tests requiring "clang-driver" on mingw. |
commit | commitdiff | tree | snapshot |
2015-07-25 |
Benjamin Kramer | [VTableBuilder] Use range-based for loops. No functiona... |
commit | commitdiff | tree | snapshot |
2015-07-25 |
Benjamin Kramer | [VTableBuilder] Turn functors into lambdas |
commit | commitdiff | tree | snapshot |
2015-07-25 |
Benjamin Kramer | Capture 'this' so GCC 4.7 can find a static members. |
commit | commitdiff | tree | snapshot |
2015-07-25 |
Benjamin Kramer | [AST] Turn the callbacks of lookupInBases and forallBas... |
commit | commitdiff | tree | snapshot |
2015-07-25 |
Benjamin Kramer | [Modules] Wrap the main ModuleManager visitor in a... |
commit | commitdiff | tree | snapshot |
2015-07-25 |
David Majnemer | [clang-cl] Add fallback support for /Zl |
commit | commitdiff | tree | snapshot |
2015-07-25 |
David Majnemer | [CodeGen] Don't UBSan-ize the argument to __builtin_fra... |
commit | commitdiff | tree | snapshot |
2015-07-25 |
Davide Italiano | [SemaTemplate] Detect instantiation of unparsed exceptions. |
commit | commitdiff | tree | snapshot |
2015-07-25 |
Akira Hatanaka | Fix test case. |
commit | commitdiff | tree | snapshot |
2015-07-25 |
Akira Hatanaka | [AArch64] Pass subtarget feature "+reserve-x18" instead... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Aaron Ballman | Replacing some diagnostic string literals with tablegen... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Duncan P. N... | DI: Make getOrCreateLimitedType() return DICompositeTyp... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Yaron Keren | Select the highest version of the mingw toolchain found... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Yaron Keren | Base the sys-root/mingw/include path on sysroot and... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Chih-Hung Hsieh | Correct x86_64 Android fp128 mangled name |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Duncan P. N... | DI: Make StaticDataMemberCache type-safe, NFC |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Chih-Hung Hsieh | Test commit. |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Argyrios Kyrtzidis | [test] Attempt to fix failing test in non-darwin bots. |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Argyrios Kyrtzidis | [code-completion] Strip outer nullability annotations... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Mehdi Amini | LLVM API Change: the Module always owns the DataLayout |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Aaron Ballman | Correcting some comments. (1) the function is named... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Aaron Ballman | Silence a "not all control paths return a value" warnin... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Aaron Ballman | Visual Studio is more permissive than other compilers... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Aaron Ballman | Add an AST matcher, isFinal(), for testing whether... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Yaron Keren | Apparently some of the bots add .svn dirs inside the... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Yaron Keren | Try to appease clang buildbot by forcing libstdc++... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Yaron Keren | Add extensive tests for the mingw toolchain and remove... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
David Majnemer | [clang-cl] Implement support for the /Zl flag |
commit | commitdiff | tree | snapshot |
2015-07-24 |
David Majnemer | [AST] Perform additional canonicalization for Dependent... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Alex Denisov | Cleanup ObjCInterfaceDecl lookup for ObjC literals |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Piotr Padlewski | Generating available_externally vtables for outline... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Gabor Horvath | [Static Analyzer] Some tests do not turn on core checke... |
commit | commitdiff | tree | snapshot |
next |