summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable shrink wrapping for PPC64Kit Barton2015-11-302-7/+14
* Fix another llvm.ctors merging bug.Rafael Espindola2015-11-303-2/+18
* [WebAssembly] Fix a few minor compiler warnings. NFC.Dan Gohman2015-11-301-7/+7
* fix formatting; NFCSanjay Patel2015-11-301-6/+7
* [ELF] - Split RelocationSection<ELFT>::writeTo function.George Rimar2015-11-302-19/+29
* [CMake] Add -fvisibility-inlines-hidden if the compiler supports it.Chris Bieneman2015-11-301-0/+6
* [Hexagon] NFC Reordering headers.Colin LeMahieu2015-11-301-1/+1
* Add --gcc-toolchain= to one of the libclang unitests to fix issue related to Samuel Antao2015-11-301-1/+2
* ScopInfo: Replace while/iterator construct with std::remove_ifTobias Grosser2015-11-301-21/+9
* AMDGPU: Don't reserve SCRATCH_PTR input registerMatt Arsenault2015-11-302-13/+5
* Do not crash when dumping the objc_bridge_related attribute when its optional...Aaron Ballman2015-11-303-2/+8
* Silencing a 32-bit to 64-bit implicit conversion warning; NFC.Aaron Ballman2015-11-301-1/+1
* [sanitizer] Detect an invalid answer in AtosSymbolizerKuba Brecka2015-11-301-0/+6
* [tsan] Change comments referencing code.google.com to point to GitHub instead...Kuba Brecka2015-11-3010-10/+10
* [tsan] Fix signals and setjmp/longjmp on OS XKuba Brecka2015-11-303-4/+13
* [tsan] Fix weakly imported functions on OS XKuba Brecka2015-11-308-19/+22
* [mips][microMIPS] Implement LBUX, LHX, LWX, MAQ_S[A].W.PHL, MAQ_S[A].W.PHR, M...Hrvoje Varga2015-11-305-11/+97
* [mips][microMIPS] Fix issue with offset operand of BALC and BC instructionsZoran Jovanovic2015-11-306-6/+54
* AVX512: regenerate avx512bw intrincics tests results.Igor Breger2015-11-301-470/+879
* [RS] Support RenderScript struct allocationsEwan Crawford2015-11-302-116/+409
* [mips][ias] Removed MSA instructions from base architecture valid-xfail.s's.Daniel Sanders2015-11-307-330/+62
* [asan] Old Linux kernels (< 3.0) don't define ARM_VFPREGS_SIZE that leads toYury Gribov2015-11-301-0/+8
* [mips][microMIPS] Implement PRECR.QB.PH, PRECR_SRA[_R].PH.W, PRECRQ.PH.W, PRE...Zlatko Buljan2015-11-307-7/+63
* Last bit of P0006; mark it as completeMarshall Clow2015-11-303-1/+13
* Fix bugs in alignment_of_v, etc. Re-enable the newly added testsMarshall Clow2015-11-304-19/+19
* Temporarily disable new tests while I figure out what's going onMarshall Clow2015-11-303-19/+19
* Fix bad macrosMarshall Clow2015-11-301-1/+1
* Missing file from last commitMarshall Clow2015-11-301-0/+33
* Implement more of P0006; Type Traits Variable Templates. <ratio>Marshall Clow2015-11-306-54/+120
* Fix bad macros in testsMarshall Clow2015-11-303-5/+5
* Implement more of P0006; Type Traits Variable Templates.Marshall Clow2015-11-307-2/+93
* Use range-based for loop to avoid the need for calculating an array size. NFCCraig Topper2015-11-301-4/+1
* Use std::begin() and std::end() instead of doing the same manually. NFCCraig Topper2015-11-301-4/+2
* Revert r254279 "[X86] Use ArrayRef. NFC". It seems to have upset an MSVC buil...Craig Topper2015-11-301-4/+7
* [X86] Use ArrayRef. NFCCraig Topper2015-11-301-7/+4
* [ADT] Fix typo in commentSanjoy Das2015-11-301-1/+1
* [AVX512] The vpermi2 instructions require an integer vector for the index vec...Craig Topper2015-11-303-35/+66
* [SCEV] Use lambda instead of std::bind; NFCSanjoy Das2015-11-291-2/+3
* [SCEV] Use range version of all_of; NFCSanjoy Das2015-11-291-13/+10
* [X86] Remove duplicate entries from intrinsics tables and add asserts to veri...Craig Topper2015-11-291-22/+7
* Fix out of bounds access in hasStructRetAttrSanjoy Das2015-11-291-0/+6
* [WebAssembly] Delete an obsolete TODO comment.Dan Gohman2015-11-291-1/+0
* [WebAssembly] Set several MCInstrDesc flags.Dan Gohman2015-11-294-0/+20
* [X86] _mm256_permutevar8x32_ps should take an integer vector for its shuffle ...Craig Topper2015-11-293-4/+4
* [X86] int_x86_avx2_permps and X86ISD::VPERMV should take an integer vector fo...Craig Topper2015-11-295-11/+13
* [WebAssembly] Delete unused functions. NFC.Dan Gohman2015-11-291-6/+0
* [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.Dan Gohman2015-11-2913-64/+68
* fix typos in comments; NFCSanjay Patel2015-11-291-6/+8
* [SimplifyLibCalls] Don't crash if the function doesn't have a name.Davide Italiano2015-11-292-3/+11
* [SimplifyLibCalls] Cross out implemented transformations.Davide Italiano2015-11-291-2/+0
OpenPOWER on IntegriCloud