summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [DOXYGEN] Improved doxygen comments for emmintrin.h intrinsics.Ekaterina Romanova2016-12-081-100/+100
* [mips] Change instruction s/daddiu/addiu/ since O32 prohibits the use of 64-b...Simon Atanasyan2016-12-081-34/+34
* [mips] Change gnueabi to gnu in the triple because EABI has been removed rece...Simon Atanasyan2016-12-081-1/+1
* [mips] Remove N32 Android test because Android does not support N32 ABI. NFCSimon Atanasyan2016-12-081-2/+0
* Fix -Wunused-private-field.Rui Ueyama2016-12-081-1/+0
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-0814-24/+28
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-086-9/+18
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-0810-85/+85
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-082-55/+55
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-0816-60/+60
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-085-10/+10
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-0831-31/+31
* COFF: Use a string saver in Memory.h in Driver.Rui Ueyama2016-12-084-25/+15
* [DebugInfo] Relax test case for long double constants.David Gross2016-12-081-1/+5
* Remove unnecessary `llvm::`.Rui Ueyama2016-12-087-61/+59
* Don't emit .seh_handler directives for any cleanup funcletsReid Kleckner2016-12-082-7/+7
* Fixed a crasher that has been borking out heap for a long time. Greg Clayton2016-12-083-4/+5
* [RDF] Fix incorrect lane mask calculationKrzysztof Parzyszek2016-12-081-7/+31
* [InstSimplify] add fdiv x/1.0 test and update checks; NFCSanjay Patel2016-12-081-8/+25
* COFF: Use make() to create a new file object in createFile.Rui Ueyama2016-12-085-27/+30
* AMDGPU: Make f16 ConstantFP legalMatt Arsenault2016-12-084-18/+17
* [AMDGPU] Fix number of reserved SGPRs on CI to reflect flat scratch useStanislav Mekhanoshin2016-12-081-0/+2
* [DebugInfo] Add support for __fp16, float, and double constants.David Gross2016-12-082-0/+30
* AMDGPU: Fix commuting v_sub_u16Matt Arsenault2016-12-082-1/+170
* [AMDGPU] Add amdgpu-unify-metadata passStanislav Mekhanoshin2016-12-086-0/+185
* [CUDA] Ignore implicit target attributes during function template instantiation.Artem Belevich2016-12-085-40/+113
* [asan] Add test which detects bugs undetectable before r288563Vitaly Buka2016-12-081-0/+20
* Start using make() in COFF (with a smaller change.)Rui Ueyama2016-12-082-6/+11
* [sanitizer] Do not use the alignment-rounded-up size when using the secondaryKostya Kortchinsky2016-12-083-6/+22
* IR, X86: Understand !absolute_symbol metadata on global variables.Peter Collingbourne2016-12-0817-15/+289
* Revert r289084: Start using make() in COFF.Rui Ueyama2016-12-088-46/+43
* Start using make() in COFF.Rui Ueyama2016-12-088-43/+46
* Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.Rui Ueyama2016-12-0816-27/+29
* [DOXYGEN] Improved doxygen comments.Ekaterina Romanova2016-12-082-37/+38
* Change the implementation of --dynamic-list to use linker script parsing.Rafael Espindola2016-12-0812-86/+30
* Use `make` to simplify. NFC.Rui Ueyama2016-12-081-6/+3
* [ObjectYAML] Remove DWARF from class namesChris Bieneman2016-12-087-36/+36
* Use make to instantiate Target and LinkerScript. NFC.Rui Ueyama2016-12-082-17/+15
* Split LinkerDriver::link. NFC.Rui Ueyama2016-12-081-8/+11
* Remove a special handling of AMDGPU entry points.Rui Ueyama2016-12-082-23/+3
* [AMDGPU] Scalarization of global uniform loads.Alexander Timofeev2016-12-089-9/+334
* Fixing test to work when the compiler defaults to a different C++ standard ve...Douglas Yung2016-12-081-8/+30
* Add support for 'extern "C"'.Rafael Espindola2016-12-082-3/+6
* ConstantFolding: Don't crash when encountering vector GEPKeno Fischer2016-12-082-3/+23
* Make function names shorter. NFC.Rui Ueyama2016-12-081-13/+13
* Do not use template where template is not needed.Rui Ueyama2016-12-081-8/+8
* Fix ASAN buildbots by fixing a double free crash.Greg Clayton2016-12-082-3/+5
* Make this test more strict. NFC.Rafael Espindola2016-12-081-4/+38
* [CodeCompletion][ObjC] Use a parameterized NSSet return type forAlex Lorenz2016-12-082-2/+2
* Inline function called only once.Rafael Espindola2016-12-082-18/+11
OpenPOWER on IntegriCloud