summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [MS] Win64 va_arg should expect large arguments to be passed indirectlyReid Kleckner2016-08-252-9/+22
* ARM: by default don't set the Thumb bit on MachO relocated values.Tim Northover2016-08-253-10/+42
* Fix clang-offload-bundler.c test on WindowsReid Kleckner2016-08-251-1/+1
* [sanitizer] change SizeClassAllocator64 to accept just one template parameter...Kostya Serebryany2016-08-258-47/+121
* llvm-objdump: ELF: Handle code and data mix in all scenariosHemant Kulkarni2016-08-253-11/+149
* [MemCpy] Check for alias in performMemCpyToMemSetOptzn, instead of the identi...Tim Shen2016-08-252-1/+41
* [lsan] one more test fix to please the Debian Sid bot (this time, confirmed o...Kostya Serebryany2016-08-251-3/+3
* Reuse an SDLoc throughout a function. NFC.Michael Kuperstein2016-08-251-18/+12
* Refactor to remove the assumption that we know the name of the module we're e...Richard Smith2016-08-255-12/+18
* Omit column info for CodeView by defaultAdrian McCarthy2016-08-253-6/+19
* [MS] Pass non-trivially-copyable objects indirectly on Windows ARMReid Kleckner2016-08-252-0/+21
* Followon to r279744. Find the other exception types and make __throw_XXX rout...Marshall Clow2016-08-259-34/+40
* GlobalISel: add missing type to G_UADDE instructionsTim Northover2016-08-252-8/+8
* GlobalISel: mark overflow bit of overflow ops legal.Tim Northover2016-08-251-1/+4
* GlobalISel: mark simple ops legal even on types < 32-bit.Tim Northover2016-08-257-28/+9
* GlobalISel: mark pointer constants as legal on AArch64.Tim Northover2016-08-252-0/+5
* GlobalISel: perform multi-step legalizationTim Northover2016-08-257-3/+81
* GlobalISel: mark small extends as legal on AArch64Tim Northover2016-08-252-0/+86
* Hooking up a check-all target for the runtimes projectsChris Bieneman2016-08-252-2/+45
* [X86] 512-bit VPAVG requires AVX512BWMichael Kuperstein2016-08-252-57/+1763
* [Sema][Comments] Add support for TypeAliasTemplateBruno Cardoso Lopes2016-08-252-0/+46
* dfsan: Enable 48-bit VMA support on aarch64Adhemerval Zanella2016-08-252-6/+36
* msan: Enable 48-bit VMA support on aarch64Adhemerval Zanella2016-08-253-8/+55
* [X86][SSE] INSERTPS is only combined on v4f32 types. NFCI.Simon Pilgrim2016-08-251-2/+1
* [Hexagon] Remove extraneous debug output from HexagonCopyToCombine.cpp Ron Lieberman2016-08-251-1/+0
* [UNROLL] Postpone ScalarEvolution::forgetLoop after TripCountSC is expandedWei Mi2016-08-253-5/+43
* [builtins] Make sure builtin compile tests respect CMAKE_C_COMPILER_TARGETFrancis Ricci2016-08-251-1/+7
* Remove duplicate inlineMarshall Clow2016-08-251-1/+1
* Fix line endingsSimon Pilgrim2016-08-251-16/+16
* Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow2016-08-2530-288/+272
* Query llvm-config to get system libs required for linking.Michael Kruse2016-08-251-19/+5
* Add comment for querying --libdir. NFC.Michael Kruse2016-08-251-0/+1
* Fix offload bundler test to support Windows new lines.Samuel Antao2016-08-251-2/+2
* Do not build unittests by default.Michael Kruse2016-08-251-1/+1
* [Hexagon] vector store print tracing.Ron Lieberman2016-08-252-4/+19
* Add missing words to wanrning.Michael Kruse2016-08-251-1/+1
* Add warning for FORCE_STATIC libraries when using BUILD_SHARED_LIBS.Michael Kruse2016-08-251-0/+4
* [X86][AVX] Improved AVX512F/AVX512VL SubVectorBroadcast testsSimon Pilgrim2016-08-251-2/+256
* [X86][AVX] Provide SubVectorBroadcast fallback if load fold fails (PR29133)Simon Pilgrim2016-08-254-2/+1302
* Introduce unittests.Michael Kruse2016-08-257-3/+335
* Use configure_lit_site_cfg instead of configure_file.Michael Kruse2016-08-251-4/+19
* GVN-hoist: fix hoistingFromAllPaths for loops (PR29034)Sebastian Pop2016-08-253-31/+219
* Remove trailing WS [NFC]Aditya Kumar2016-08-251-15/+15
* Add LLVM libdir to library search path in out-of-tree builds.Michael Kruse2016-08-251-0/+5
* Removed trailing whitespace. NFC.George Rimar2016-08-251-1/+1
* Also warn if llvm-lit is not available.Michael Kruse2016-08-251-6/+6
* clang-format: [JS] nested and tagged template strings.Martin Probst2016-08-254-24/+84
* [ELF] - Implemented --oformat binary option.George Rimar2016-08-255-19/+92
* gdb-remote: Make the sequence mutex non-recursivePavel Labath2016-08-258-101/+164
* Fix warnings preventing copy elision.Pavel Labath2016-08-251-10/+10
OpenPOWER on IntegriCloud