| Commit message (Expand) | Author | Age | Files | Lines |
* | Add/Improve complex, vector, aggregate types handling for SysV ARM (hard/soft... | Omair Javaid | 2016-02-29 | 2 | -61/+125 |
* | clang-format: Don't format unrelated nested blocks. | Daniel Jasper | 2016-02-29 | 2 | -1/+20 |
* | [InstSimplify] Restore fsub 0.0, (fsub 0.0, X) ==> X optzn | Benjamin Kramer | 2016-02-29 | 2 | -1/+11 |
* | Fix compiler warnings in the java code | Pavel Labath | 2016-02-29 | 2 | -4/+2 |
* | [mips] Make symbols an acceptable branch target when expanding compare-to-imm... | Daniel Sanders | 2016-02-29 | 3 | -1/+19 |
* | [InstSimplify] fsub 0.0, (fsub -0.0, X) ==> X is only safe if signed zeros ar... | Benjamin Kramer | 2016-02-29 | 2 | -10/+31 |
* | [test-release.sh] Add lldb to list of projects (disabled by default) | Daniel Sanders | 2016-02-29 | 1 | -0/+15 |
* | [asan] Fix UB in test/asan/TestCases/Linux/recvfrom.cc testcase. | Maxim Ostapenko | 2016-02-29 | 1 | -1/+1 |
* | Update the link of issue | Mohit K. Bhakkad | 2016-02-29 | 1 | -1/+1 |
* | [index] Print and test module import references. | Argyrios Kyrtzidis | 2016-02-29 | 6 | -2/+45 |
* | [index] Add a caller relation for a call reference. | Argyrios Kyrtzidis | 2016-02-29 | 4 | -19/+37 |
* | [AST/RecursiveASTVisitor] Correction so that dataTraverseStmtPost will get ca... | Argyrios Kyrtzidis | 2016-02-29 | 2 | -9/+30 |
* | [index] Use ',' to separate symbol roles when printing. | Argyrios Kyrtzidis | 2016-02-29 | 3 | -3/+3 |
* | [asan] Re-enable test/asan/TestCases/Linux/recvfrom.cc testcase. | Maxim Ostapenko | 2016-02-29 | 1 | -49/+39 |
* | ScopInfo: Remove indentation in hoistInvariantLoads | Tobias Grosser | 2016-02-29 | 1 | -23/+23 |
* | Revert "Add update_test.py script." | Tobias Grosser | 2016-02-29 | 2 | -448/+0 |
* | [X86] Disabling avx512f should also disable avx512vbmi and avx512ifma. Enabli... | Craig Topper | 2016-02-29 | 5 | -4/+48 |
* | [X86] Enabling xsave should not enable AVX. I seem to have done this, but I d... | Craig Topper | 2016-02-29 | 1 | -6/+2 |
* | [OPENMP 4.5] Initial support for data members in 'reduction' clauses. | Alexey Bataev | 2016-02-29 | 3 | -143/+191 |
* | [clang-cl] /EHc should not effect functions with explicit exception specifica... | David Majnemer | 2016-02-29 | 5 | -12/+32 |
* | [clang-cl] /EHc should not have an effect on /EHa | David Majnemer | 2016-02-29 | 2 | -1/+10 |
* | [PM] Wire up optimization levels and default pipeline construction APIs | Chandler Carruth | 2016-02-28 | 3 | -3/+217 |
* | Remove dead code for ELF. | Rui Ueyama | 2016-02-28 | 6 | -112/+13 |
* | Remove dead code for ELF. | Rui Ueyama | 2016-02-28 | 7 | -136/+3 |
* | Remove remaining code for COFF. | Rui Ueyama | 2016-02-28 | 7 | -150/+0 |
* | Remove DriverTest.h. | Rui Ueyama | 2016-02-28 | 2 | -124/+67 |
* | Make the entry point function calls consistent. NFC. | Rui Ueyama | 2016-02-28 | 4 | -9/+9 |
* | Move functionality of UniversalDriver to the entry point file. | Rui Ueyama | 2016-02-28 | 9 | -311/+109 |
* | [modules] Prefer more complete array types. | Vassil Vassilev | 2016-02-28 | 7 | -40/+66 |
* | [PM] Appease mingw32's auto-import DLL build with minimal tweaks, with fix fo... | NAKAMURA Takumi | 2016-02-28 | 28 | -0/+60 |
* | [mips] Remove unused function declarations from MipsRegisterInfo.h. NFC. | Vasileios Kalintiris | 2016-02-28 | 1 | -10/+0 |
* | Revert r262185, "[PM] Appease mingw32's auto-import DLL build with minimal tw... | NAKAMURA Takumi | 2016-02-28 | 28 | -60/+0 |
* | [PM] Appease mingw32's auto-import DLL build with minimal tweaks. | NAKAMURA Takumi | 2016-02-28 | 28 | -0/+60 |
* | Delete more COFF and ELF bits from the old linker. | Rafael Espindola | 2016-02-28 | 9 | -85/+7 |
* | Delete dead arch types. | Rafael Espindola | 2016-02-28 | 1 | -1/+1 |
* | Delete a bit more ELF and COFF from the old linker. | Rafael Espindola | 2016-02-28 | 1 | -9/+5 |
* | Delete more ELF bits from the old linker. | Rafael Espindola | 2016-02-28 | 27 | -964/+4 |
* | WebAssembly: fix test | JF Bastien | 2016-02-28 | 1 | -10/+10 |
* | WebAssembly: fix build | JF Bastien | 2016-02-28 | 2 | -3/+3 |
* | Add ARM EHABI-related constants to unwind.h. | Logan Chien | 2016-02-28 | 1 | -1/+18 |
* | [CLANG] [AVX512] [BUILTIN] Adding PSLL{V|W|Wi}{128|256|512} builtin | Michael Zuckerman | 2016-02-28 | 7 | -1/+496 |
* | [AVX512][PSLLW ][PSLLV] Change imm8 to int | Michael Zuckerman | 2016-02-28 | 4 | -21/+21 |
* | ELF: Remove OutSection class and use a map instead. | Rui Ueyama | 2016-02-28 | 2 | -24/+19 |
* | Simplify. NFC. | Rui Ueyama | 2016-02-28 | 1 | -6/+5 |
* | Remove dead header file. | Rui Ueyama | 2016-02-28 | 1 | -39/+0 |
* | Remove obsolte TODOs. They are for the old gnu driver. | Rui Ueyama | 2016-02-28 | 1 | -99/+0 |
* | Remove lld/Core/range.h. | Rui Ueyama | 2016-02-28 | 8 | -988/+3 |
* | Remove an empty TODO file. | Rui Ueyama | 2016-02-28 | 1 | -2/+0 |
* | Remove unused #include. | Rui Ueyama | 2016-02-28 | 1 | -1/+0 |
* | ELF: Add --help option. | Rui Ueyama | 2016-02-28 | 5 | -2/+18 |