summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ThinLTO caching: reload cached file with mmap and drop heap-allocated memory ...Mehdi Amini2016-05-161-5/+14
* [WebAssembly] Use eqz to negate a branch conditions.Dan Gohman2016-05-162-10/+3
* [Clang][AVX512] completing missing intrinsics for [vpabs] instruction setMichael Zuckerman2016-05-162-0/+61
* Change embed-bitcode linkage typeSteven Wu2016-05-162-26/+55
* [BasicAA] Update comments based on feedback from hfinkel. NFCI.Geoff Berry2016-05-161-1/+4
* [WebAssembly] Add a few optimization ideas to README.txt.Dan Gohman2016-05-161-0/+15
* [X86] Remove transformVSELECTtoBlendVECTOR_SHUFFLEMichael Kuperstein2016-05-162-119/+10
* [ms] Reintroduce feature guards in intrinsic headers in Microsoft modeNico Weber2016-05-163-2/+106
* [Hexagon] Make getCallerSavedRegs specific to a register classKrzysztof Parzyszek2016-05-163-33/+61
* Make LLDB print out an explicit marker when it's displaying formatters that a...Enrico Granata2016-05-162-1/+5
* [PS4] Change the names of some "environmental" things to what ourPaul Robinson2016-05-162-3/+3
* [PS4] Change the names of some "environmental" things to what ourPaul Robinson2016-05-1612-57/+57
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-1628-146/+277
* Remove C++11 feature macros in tests. Use TEST_STD_VER instead.Eric Fiselier2016-05-162-7/+1
* [LAA] Rename forwarding conflict detection option (NFC)Matthew Simpson2016-05-162-7/+7
* [LAA] Comment couldPreventStoreLoadForward. NFCAdam Nemet2016-05-162-2/+11
* [LAA] clang-format the function couldPreventStoreLoadForward. NFCAdam Nemet2016-05-161-9/+9
* Add a test for uniqueptr having either NULL and nullptrMarshall Clow2016-05-161-0/+6
* [Hexagon] Simplify HexagonInstrInfo::isPredicableKrzysztof Parzyszek2016-05-162-85/+6
* Add a couple of _LIBCPP_ASSERT calls. No functional change.Marshall Clow2016-05-161-0/+2
* Add the hasDynamicExceptionSpec() AST matcher to match function declarations ...Aaron Ballman2016-05-164-0/+53
* [Modules] Use vfs for (recursive) directory iterationBruno Cardoso Lopes2016-05-164-21/+42
* [PM] Port indirect call promotion pass to new pass managerXinliang David Li2016-05-169-0/+27
* [LV] Ensure safe VF for loops with interleaved accessesMatthew Simpson2016-05-162-1/+79
* [compiler-rt] Fix multi-configuration output pathsEtienne Bergeron2016-05-163-16/+73
* [clang-tidy] Cleanups utils filesEtienne Bergeron2016-05-169-46/+19
* [llc] New diagnostic handlerRenato Golin2016-05-1631-34/+69
* [LAA] Add option to disable conflict detection (NFC)Matthew Simpson2016-05-161-2/+9
* Use proper capitalization and punctuation per coding standards. NFC.Chad Rosier2016-05-161-1/+1
* [mips] Add test for the dynamic linker when using the mips64el-fedora-linux t...Vasileios Kalintiris2016-05-161-0/+8
* Fixed unused variable warningSimon Pilgrim2016-05-161-1/+0
* [Clang][AVX512] completing missing intrinsics [vsqrt|vrsqrt|vrcp14 ].Michael Zuckerman2016-05-162-0/+190
* Bump up adb timeout morePavel Labath2016-05-161-1/+1
* Xfail TestCrashDuringStep and TestCreateDuringInstructionStep on arm-linuxOmair Javaid2016-05-162-0/+2
* [X86][SSSE3] Lower vector CTLZ with PSHUFB lookupsSimon Pilgrim2016-05-163-1863/+613
* macho2yaml.cpp: Fix "reserved" uninitialized.NAKAMURA Takumi2016-05-161-0/+1
* [Sparc][LEON] Add LEON-specific CASA instruction.Chris Dewhurst2016-05-168-24/+79
* Appease msc18 to move PassBuilder::crossRegisterProxies() in front of PassBui...NAKAMURA Takumi2016-05-161-14/+14
* Clean all the mess around KMP_USE_FUTEX and kmp_lock.hPaul Osmialowski2016-05-165-13/+16
* [mips][ias] Fix R_MICROMIPS_GOT16 evaluation and eliminate symbol for R_MICRO...Daniel Sanders2016-05-163-8/+84
* Remove Mutex from NativeProcessLinuxPavel Labath2016-05-162-20/+1
* [mips][ias] EF_MIPS_MICROMIPS should iff microMIPS code was emitted.Daniel Sanders2016-05-165-6/+34
* ThinLTO: fix non-determinism in bitcode writingMehdi Amini2016-05-161-1/+8
* Revert "ThinLTO: fix non-determinism in bitcode writing"Mehdi Amini2016-05-161-7/+1
* [mips] Addition of a third operand to the instructions [d]div, [d]divuZoran Jovanovic2016-05-1610-54/+228
* ThinLTO: fix another non-determinism in bitcode writingMehdi Amini2016-05-161-2/+9
* ThinLTO: fix non-determinism in bitcode writingMehdi Amini2016-05-161-1/+7
* [asan] Fix asan initialization failure with newer (2.23+) glibc in use.Maxim Ostapenko2016-05-161-18/+24
* [X86] Add typecasts to remove most assumptions about what __m128i/__m256i is ...Craig Topper2016-05-1610-288/+289
* [AVX512] Add typecasts to some intrinsics to avoid doing operations on the __...Craig Topper2016-05-162-18/+18
OpenPOWER on IntegriCloud