summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Improve the precision of memory and side effect dependence trac...Dan Gohman2016-05-172-25/+226
* [X86] Fix a few intrinsic tests to use the return type that matches the intri...Craig Topper2016-05-171-4/+4
* [X86] Add a few missing typecasts to intrinsics. Found by playing with -fno-l...Craig Topper2016-05-172-4/+6
* [AVX512] _m512_setzero_qi/hi should return __m512i.Craig Topper2016-05-172-15/+15
* [AVX512] Fix odd formatting in intrinsic header.Craig Topper2016-05-171-10/+10
* Debug Info: Don't emit a DW_AT_data_member_location for DWARF bitfields.Adrian Prantl2016-05-173-9/+6
* Modules: set SystemHeader to true if we are building a system module.Manman Ren2016-05-178-7/+44
* try to avoid unused variable warning in release build; NFCISanjay Patel2016-05-171-1/+2
* [InstCombine] check vector elements before trying to transform LE/GE vector i...Sanjay Patel2016-05-172-78/+64
* llvm-dwp: Provide error handling for invalid string field formsDavid Blaikie2016-05-173-8/+19
* Remove .hot and .unlikely prefixes from function section names.Easwaran Raman2016-05-162-47/+2
* AMDGPU/R600: Use correct number of vector elements when lowering private loadsJan Vesely2016-05-162-5/+108
* Avoid leak. Free before resetting.Sean Silva2016-05-161-1/+1
* llvm-dwp: Add error handling for invalid (non-CU) top level tag in debug_info...David Blaikie2016-05-163-8/+17
* Remove extra semicolon to fix warning. NFC.Michael Kuperstein2016-05-161-1/+1
* Less broken fix for buildbot breakage.Richard Smith2016-05-161-1/+7
* Try to make the buildbots green again: avoid the need for class Attr to beRichard Smith2016-05-161-0/+7
* [profile] Add portability macro for atomic fetch_and_addXinliang David Li2016-05-163-1/+19
* Doxygen comments for avxintrin.h.Ekaterina Romanova2016-05-163-169/+853
* Switch from SmallVector to TinyPtrVector for the list of attributes on a decl...Richard Smith2016-05-161-2/+3
* Avoid O(n^2) string analysis when handling GNU __asm__ statements.Richard Smith2016-05-161-8/+15
* Avoid temporary vector for sorting in BitcodeWriterMehdi Amini2016-05-161-13/+10
* Debug info: Don't emit a DW_AT_byte_size when emitting a DWARF4 bit field.Adrian Prantl2016-05-162-3/+9
* Look for CMake.app when searching for cmakeTodd Fiala2016-05-161-0/+18
* AMDGPU: Add some private element size testsMatt Arsenault2016-05-161-6/+126
* Add a (size, value) constructor to TinyPtrVector.Richard Smith2016-05-161-2/+10
* Add missing TinyPtrVector functionality: reverse iterators and conversion ofRichard Smith2016-05-161-1/+21
* [PS4] Tighten up a test (noticed in passing)Paul Robinson2016-05-161-2/+2
* AMDGPU: Fix promote alloca pass creating huge arraysMatt Arsenault2016-05-1615-72/+387
* Make sure we notify that the section module was loaded when SBTarget::SetSect...Greg Clayton2016-05-161-5/+30
* Fail early on unknown appending linkage variables.Rafael Espindola2016-05-164-18/+12
* llvm-dwp: Add .test files missing from r269339David Blaikie2016-05-162-0/+6
* Fixed and re-enabled the Clang modules testcase.Sean Callanan2016-05-161-3/+2
* Add `explicit`.Rui Ueyama2016-05-162-3/+4
* Revert "Reapply^2 "[ProfileData] (compiler-rt) Use Error in InstrProf and Cov...Vedant Kumar2016-05-161-3/+4
* Revert "Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage,...Vedant Kumar2016-05-163-14/+10
* Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar2016-05-1618-612/+504
* SelectionDAG: Select min/max when both are usedMatt Arsenault2016-05-163-2/+95
* Test diamond virtual inheritance in top-level expressions.Sean Callanan2016-05-161-1/+45
* [AArch64] Fix bug in large stack spill slot handling (PR27717)Geoff Berry2016-05-161-1/+3
* Reapply^2 "[ProfileData] (compiler-rt) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-161-4/+3
* Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-163-10/+14
* Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-1618-504/+612
* Added support to the ASTImporter for C++ constructor initializers.Sean Callanan2016-05-164-2/+171
* llvm-dwp: Streamline duplicate DWO ID diagnostic handlingDavid Blaikie2016-05-162-30/+33
* sync up common profile header /nfcXinliang David Li2016-05-161-9/+27
* [profile] minor code restructuring /NFCXinliang David Li2016-05-164-15/+40
* [SystemZ] Support LRVH and STRVH opcodesBryan Chan2016-05-168-5/+417
* [Lex] inferModuleFromLocation should do no work if there are no modulesDavid Majnemer2016-05-161-0/+3
* Don't crash when OS plug-in returns None from any of the functions we might c...Greg Clayton2016-05-161-16/+24
OpenPOWER on IntegriCloud