summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add/Improve complex, vector, aggregate types handling for SysV ARM (hard/soft...Omair Javaid2016-02-292-61/+125
* clang-format: Don't format unrelated nested blocks.Daniel Jasper2016-02-292-1/+20
* [InstSimplify] Restore fsub 0.0, (fsub 0.0, X) ==> X optznBenjamin Kramer2016-02-292-1/+11
* Fix compiler warnings in the java codePavel Labath2016-02-292-4/+2
* [mips] Make symbols an acceptable branch target when expanding compare-to-imm...Daniel Sanders2016-02-293-1/+19
* [InstSimplify] fsub 0.0, (fsub -0.0, X) ==> X is only safe if signed zeros ar...Benjamin Kramer2016-02-292-10/+31
* [test-release.sh] Add lldb to list of projects (disabled by default)Daniel Sanders2016-02-291-0/+15
* [asan] Fix UB in test/asan/TestCases/Linux/recvfrom.cc testcase.Maxim Ostapenko2016-02-291-1/+1
* Update the link of issueMohit K. Bhakkad2016-02-291-1/+1
* [index] Print and test module import references.Argyrios Kyrtzidis2016-02-296-2/+45
* [index] Add a caller relation for a call reference.Argyrios Kyrtzidis2016-02-294-19/+37
* [AST/RecursiveASTVisitor] Correction so that dataTraverseStmtPost will get ca...Argyrios Kyrtzidis2016-02-292-9/+30
* [index] Use ',' to separate symbol roles when printing.Argyrios Kyrtzidis2016-02-293-3/+3
* [asan] Re-enable test/asan/TestCases/Linux/recvfrom.cc testcase.Maxim Ostapenko2016-02-291-49/+39
* ScopInfo: Remove indentation in hoistInvariantLoadsTobias Grosser2016-02-291-23/+23
* Revert "Add update_test.py script."Tobias Grosser2016-02-292-448/+0
* [X86] Disabling avx512f should also disable avx512vbmi and avx512ifma. Enabli...Craig Topper2016-02-295-4/+48
* [X86] Enabling xsave should not enable AVX. I seem to have done this, but I d...Craig Topper2016-02-291-6/+2
* [OPENMP 4.5] Initial support for data members in 'reduction' clauses.Alexey Bataev2016-02-293-143/+191
* [clang-cl] /EHc should not effect functions with explicit exception specifica...David Majnemer2016-02-295-12/+32
* [clang-cl] /EHc should not have an effect on /EHaDavid Majnemer2016-02-292-1/+10
* [PM] Wire up optimization levels and default pipeline construction APIsChandler Carruth2016-02-283-3/+217
* Remove dead code for ELF.Rui Ueyama2016-02-286-112/+13
* Remove dead code for ELF.Rui Ueyama2016-02-287-136/+3
* Remove remaining code for COFF.Rui Ueyama2016-02-287-150/+0
* Remove DriverTest.h.Rui Ueyama2016-02-282-124/+67
* Make the entry point function calls consistent. NFC.Rui Ueyama2016-02-284-9/+9
* Move functionality of UniversalDriver to the entry point file.Rui Ueyama2016-02-289-311/+109
* [modules] Prefer more complete array types.Vassil Vassilev2016-02-287-40/+66
* [PM] Appease mingw32's auto-import DLL build with minimal tweaks, with fix fo...NAKAMURA Takumi2016-02-2828-0/+60
* [mips] Remove unused function declarations from MipsRegisterInfo.h. NFC.Vasileios Kalintiris2016-02-281-10/+0
* Revert r262185, "[PM] Appease mingw32's auto-import DLL build with minimal tw...NAKAMURA Takumi2016-02-2828-60/+0
* [PM] Appease mingw32's auto-import DLL build with minimal tweaks.NAKAMURA Takumi2016-02-2828-0/+60
* Delete more COFF and ELF bits from the old linker.Rafael Espindola2016-02-289-85/+7
* Delete dead arch types.Rafael Espindola2016-02-281-1/+1
* Delete a bit more ELF and COFF from the old linker.Rafael Espindola2016-02-281-9/+5
* Delete more ELF bits from the old linker.Rafael Espindola2016-02-2827-964/+4
* WebAssembly: fix testJF Bastien2016-02-281-10/+10
* WebAssembly: fix buildJF Bastien2016-02-282-3/+3
* Add ARM EHABI-related constants to unwind.h.Logan Chien2016-02-281-1/+18
* [CLANG] [AVX512] [BUILTIN] Adding PSLL{V|W|Wi}{128|256|512} builtinMichael Zuckerman2016-02-287-1/+496
* [AVX512][PSLLW ][PSLLV] Change imm8 to intMichael Zuckerman2016-02-284-21/+21
* ELF: Remove OutSection class and use a map instead.Rui Ueyama2016-02-282-24/+19
* Simplify. NFC.Rui Ueyama2016-02-281-6/+5
* Remove dead header file.Rui Ueyama2016-02-281-39/+0
* Remove obsolte TODOs. They are for the old gnu driver.Rui Ueyama2016-02-281-99/+0
* Remove lld/Core/range.h.Rui Ueyama2016-02-288-988/+3
* Remove an empty TODO file.Rui Ueyama2016-02-281-2/+0
* Remove unused #include.Rui Ueyama2016-02-281-1/+0
* ELF: Add --help option.Rui Ueyama2016-02-285-2/+18
OpenPOWER on IntegriCloud