| Commit message (Expand) | Author | Age | Files | Lines |
* | [DOXYGEN] Improved doxygen comments for emmintrin.h intrinsics. | Ekaterina Romanova | 2016-12-08 | 1 | -100/+100 |
* | [mips] Change instruction s/daddiu/addiu/ since O32 prohibits the use of 64-b... | Simon Atanasyan | 2016-12-08 | 1 | -34/+34 |
* | [mips] Change gnueabi to gnu in the triple because EABI has been removed rece... | Simon Atanasyan | 2016-12-08 | 1 | -1/+1 |
* | [mips] Remove N32 Android test because Android does not support N32 ABI. NFC | Simon Atanasyan | 2016-12-08 | 1 | -2/+0 |
* | Fix -Wunused-private-field. | Rui Ueyama | 2016-12-08 | 1 | -1/+0 |
* | [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ... | Stephan T. Lavavej | 2016-12-08 | 14 | -24/+28 |
* | [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ... | Stephan T. Lavavej | 2016-12-08 | 6 | -9/+18 |
* | [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ... | Stephan T. Lavavej | 2016-12-08 | 10 | -85/+85 |
* | [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ... | Stephan T. Lavavej | 2016-12-08 | 2 | -55/+55 |
* | [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ... | Stephan T. Lavavej | 2016-12-08 | 16 | -60/+60 |
* | [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ... | Stephan T. Lavavej | 2016-12-08 | 5 | -10/+10 |
* | [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ... | Stephan T. Lavavej | 2016-12-08 | 31 | -31/+31 |
* | COFF: Use a string saver in Memory.h in Driver. | Rui Ueyama | 2016-12-08 | 4 | -25/+15 |
* | [DebugInfo] Relax test case for long double constants. | David Gross | 2016-12-08 | 1 | -1/+5 |
* | Remove unnecessary `llvm::`. | Rui Ueyama | 2016-12-08 | 7 | -61/+59 |
* | Don't emit .seh_handler directives for any cleanup funclets | Reid Kleckner | 2016-12-08 | 2 | -7/+7 |
* | Fixed a crasher that has been borking out heap for a long time. | Greg Clayton | 2016-12-08 | 3 | -4/+5 |
* | [RDF] Fix incorrect lane mask calculation | Krzysztof Parzyszek | 2016-12-08 | 1 | -7/+31 |
* | [InstSimplify] add fdiv x/1.0 test and update checks; NFC | Sanjay Patel | 2016-12-08 | 1 | -8/+25 |
* | COFF: Use make() to create a new file object in createFile. | Rui Ueyama | 2016-12-08 | 5 | -27/+30 |
* | AMDGPU: Make f16 ConstantFP legal | Matt Arsenault | 2016-12-08 | 4 | -18/+17 |
* | [AMDGPU] Fix number of reserved SGPRs on CI to reflect flat scratch use | Stanislav Mekhanoshin | 2016-12-08 | 1 | -0/+2 |
* | [DebugInfo] Add support for __fp16, float, and double constants. | David Gross | 2016-12-08 | 2 | -0/+30 |
* | AMDGPU: Fix commuting v_sub_u16 | Matt Arsenault | 2016-12-08 | 2 | -1/+170 |
* | [AMDGPU] Add amdgpu-unify-metadata pass | Stanislav Mekhanoshin | 2016-12-08 | 6 | -0/+185 |
* | [CUDA] Ignore implicit target attributes during function template instantiation. | Artem Belevich | 2016-12-08 | 5 | -40/+113 |
* | [asan] Add test which detects bugs undetectable before r288563 | Vitaly Buka | 2016-12-08 | 1 | -0/+20 |
* | Start using make() in COFF (with a smaller change.) | Rui Ueyama | 2016-12-08 | 2 | -6/+11 |
* | [sanitizer] Do not use the alignment-rounded-up size when using the secondary | Kostya Kortchinsky | 2016-12-08 | 3 | -6/+22 |
* | IR, X86: Understand !absolute_symbol metadata on global variables. | Peter Collingbourne | 2016-12-08 | 17 | -15/+289 |
* | Revert r289084: Start using make() in COFF. | Rui Ueyama | 2016-12-08 | 8 | -46/+43 |
* | Start using make() in COFF. | Rui Ueyama | 2016-12-08 | 8 | -43/+46 |
* | Move Memory.{h,cpp} to lld/Support so that we can use them from COFF. | Rui Ueyama | 2016-12-08 | 16 | -27/+29 |
* | [DOXYGEN] Improved doxygen comments. | Ekaterina Romanova | 2016-12-08 | 2 | -37/+38 |
* | Change the implementation of --dynamic-list to use linker script parsing. | Rafael Espindola | 2016-12-08 | 12 | -86/+30 |
* | Use `make` to simplify. NFC. | Rui Ueyama | 2016-12-08 | 1 | -6/+3 |
* | [ObjectYAML] Remove DWARF from class names | Chris Bieneman | 2016-12-08 | 7 | -36/+36 |
* | Use make to instantiate Target and LinkerScript. NFC. | Rui Ueyama | 2016-12-08 | 2 | -17/+15 |
* | Split LinkerDriver::link. NFC. | Rui Ueyama | 2016-12-08 | 1 | -8/+11 |
* | Remove a special handling of AMDGPU entry points. | Rui Ueyama | 2016-12-08 | 2 | -23/+3 |
* | [AMDGPU] Scalarization of global uniform loads. | Alexander Timofeev | 2016-12-08 | 9 | -9/+334 |
* | Fixing test to work when the compiler defaults to a different C++ standard ve... | Douglas Yung | 2016-12-08 | 1 | -8/+30 |
* | Add support for 'extern "C"'. | Rafael Espindola | 2016-12-08 | 2 | -3/+6 |
* | ConstantFolding: Don't crash when encountering vector GEP | Keno Fischer | 2016-12-08 | 2 | -3/+23 |
* | Make function names shorter. NFC. | Rui Ueyama | 2016-12-08 | 1 | -13/+13 |
* | Do not use template where template is not needed. | Rui Ueyama | 2016-12-08 | 1 | -8/+8 |
* | Fix ASAN buildbots by fixing a double free crash. | Greg Clayton | 2016-12-08 | 2 | -3/+5 |
* | Make this test more strict. NFC. | Rafael Espindola | 2016-12-08 | 1 | -4/+38 |
* | [CodeCompletion][ObjC] Use a parameterized NSSet return type for | Alex Lorenz | 2016-12-08 | 2 | -2/+2 |
* | Inline function called only once. | Rafael Espindola | 2016-12-08 | 2 | -18/+11 |