2015-08-03 |
Douglas Katzman | Grammar: Don't imply that a program wouldn't want a... |
commit | commitdiff | tree | snapshot |
2015-08-03 |
Douglas Katzman | [SHAVE] Pass all -f, -g, -O, -W options through directl... |
commit | commitdiff | tree | snapshot |
2015-08-03 |
Nathan Wilson | [CONCEPTS] Add concept to VarDecl and diagnostic for... |
commit | commitdiff | tree | snapshot |
2015-08-03 |
Andrey Bokhanko | Additional fix for PR14269: Crash on vector elements... |
commit | commitdiff | tree | snapshot |
2015-08-03 |
Asaf Badouh | [X86][AVX512VLBW] add pack, cvt, mulhi and madd intrinsics |
commit | commitdiff | tree | snapshot |
2015-08-02 |
Simon Pilgrim | Fix invalid shufflevector operands |
commit | commitdiff | tree | snapshot |
2015-08-02 |
Asaf Badouh | [X86][AVX512VLDQ] add reduce/range/cvt intrinsics |
commit | commitdiff | tree | snapshot |
2015-08-01 |
Yaron Keren | Rangify for loops, NFC. |
commit | commitdiff | tree | snapshot |
2015-08-01 |
Davide Italiano | Revert r243827. |
commit | commitdiff | tree | snapshot |
2015-08-01 |
Davide Italiano | [SemaExpr] Factor out common diagnostic code for remain... |
commit | commitdiff | tree | snapshot |
2015-08-01 |
David Majnemer | [MS ABI] Create a mangling for extended vector types |
commit | commitdiff | tree | snapshot |
2015-08-01 |
Davide Italiano | Convertibility of nullptr_t to bool is available in... |
commit | commitdiff | tree | snapshot |
2015-08-01 |
David Majnemer | Use the reserved keyword spelling of 'typeof' |
commit | commitdiff | tree | snapshot |
2015-08-01 |
Yunzhong Gao | [Tests] Add explicit -std=lang option to a number of... |
commit | commitdiff | tree | snapshot |
2015-07-31 |
Kostya Serebryany | [libFuzzer] minimal documentation on data-flow-guided... |
commit | commitdiff | tree | snapshot |
2015-07-31 |
Nathan Wilson | test commit; wrap ellipses in comment with brackets |
commit | commitdiff | tree | snapshot |
2015-07-31 |
Duncan P. N... | DI: Update testcases for LLVM assembly change |
commit | commitdiff | tree | snapshot |
2015-07-31 |
David Majnemer | [MS ABI] Hook clang up to the new EH instructions |
commit | commitdiff | tree | snapshot |
2015-07-31 |
Duncan P. N... | DI: Update for LLVM API change for local variables |
commit | commitdiff | tree | snapshot |
2015-07-31 |
Alexey Bataev | Outline function Parser::ParseCXXClassMemberDeclaration... |
commit | commitdiff | tree | snapshot |
2015-07-31 |
Argyrios Kyrtzidis | Make sure the 2 method calls are sequenced. |
commit | commitdiff | tree | snapshot |
2015-07-31 |
Argyrios Kyrtzidis | [modules] Fix issue where building a module from a... |
commit | commitdiff | tree | snapshot |
2015-07-30 |
David Blaikie | Split DWARF: Allow -gmlt/-gsplit-dwarf to override... |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Hubert Tong | Improved error recovery for _Pragma |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Hubert Tong | [Concepts] Add diagnostic: non template declaration |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Adhemerval... | [sanitizers] Enable dfsan for aarch64 |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Argyrios Kyrtzidis | [sema] Allow to opt-out of overriding the super class... |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Naomi Musgrave | simplified test case |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Naomi Musgrave | removed hardcoding for attribute associated with dtor... |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Naomi Musgrave | Testing to verify function attribute disable-tail-calls... |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Naomi Musgrave | updated test to be more explicit |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Naomi Musgrave | Updated test regex and flags |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Naomi Musgrave | repress tail call optimization when performing use... |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Pete Cooper | Use llvm::reverse to make a bunch of loops use foreach... |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Pete Cooper | Add fmodules-cache-path to 2 tests which were missing it. |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Renato Golin | [ARM] Allow setting the generic features for native... |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Ulrich Weigand | Fix sanitizer fallout from r243642 |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Ulrich Weigand | [SystemZ] Add support for vecintrin.h vector built... |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Ulrich Weigand | Add support for System z vector language extensions |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Alexey Bataev | [OPENMP 4.1] Initial support for extended 'ordered... |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Michael Kuperstein | [X86] Recognize "flags" as an identifier, not a registe... |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Sean Silva | Add a comment explaining differing Windows behavior. |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Sean Silva | Enable accidentally-disabled tests. |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Asaf Badouh | [X86][AVX512BW] Remove whitespaces |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Richard Smith | Remove some noise "this->"s left behind by r243213. |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Richard Smith | [modules] Remove redundant information written into... |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Sean Silva | Remove bad test. |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Sean Silva | Attempt to make clang-x64-ninja-win7 happy. |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Sean Silva | Avoid failure to canonicalize '..'. |
commit | commitdiff | tree | snapshot |
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 |
next |