summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-02[mips][microMIPS] Revert commits r264245 and r264248.Zoran Jovanovic20-681/+68
2016-04-02[X86][SSE] Added 1024-bit vector comparison testsSimon Pilgrim1-0/+4894
2016-04-02[X86][AVX512] Added AVX512 comparison testsSimon Pilgrim1-0/+98
2016-04-02AArch64: support .cpu directiveSaleem Abdulrasool2-0/+135
2016-04-02Linker: Split mapUnneededSubprograms into two; almost NFCDuncan P. N. Exon Smith1-11/+15
2016-04-02Remove redundant assertion after cast, NFCDuncan P. N. Exon Smith1-1/+0
2016-04-02Linker: Avoid unnecessary work when moving named metadataDuncan P. N. Exon Smith1-17/+11
2016-04-02Rename FunctionIndex into GlobalValueIndex to reflect the recent changes (NFC)Mehdi Amini1-21/+23
2016-04-02Linker: Remove IRMover::isMetadataUnneeded indirection; almost NFCDuncan P. N. Exon Smith3-56/+19
2016-04-02ValueMapper: Add support for seeding metadata with nullptrDuncan P. N. Exon Smith5-6/+43
2016-04-02Document end of anonymous namespaces, NFCDuncan P. N. Exon Smith2-2/+2
2016-04-02Bitcode: Try to emit metadata in function blocksDuncan P. N. Exon Smith4-39/+306
2016-04-02Fix doxygen comments from r265224, NFCDuncan P. N. Exon Smith1-2/+2
2016-04-02BitcodeWriter: Further unify function metadata, NFCDuncan P. N. Exon Smith3-12/+17
2016-04-02BitcodeReader: Check for unresolved function metadataDuncan P. N. Exon Smith1-2/+12
2016-04-02[X86][AVX] Added vector float truncation (double2float) testsSimon Pilgrim1-0/+168
2016-04-02Reverts r265219.Mehdi Amini1-15/+15
2016-04-02Fix "warning: variabl 'XX’ set but not used" in release build (variable use...Mehdi Amini2-2/+2
2016-04-02wipMehdi Amini1-15/+15
2016-04-02constify GlobalValue::getGUID() and GlobalValue::getGlobalIdentifier() (NFC)Mehdi Amini2-3/+3
2016-04-02Revert "ThinLTO: add module caching handling."Mehdi Amini2-111/+1
2016-04-02Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC)Mehdi Amini7-41/+50
2016-04-02ThinLTO: add module caching handling.Mehdi Amini2-1/+111
2016-04-0280 lines column after renaming "shouldDiscardValueNames" (NFC)Mehdi Amini1-1/+3
2016-04-02Rename Context::discardValueNames() to shouldDiscardValueNames() (NFC)Mehdi Amini4-4/+4
2016-04-02Add Cache Pruning supportMehdi Amini3-0/+200
2016-04-02Fix -Wpedantic warning about extra semi-colonHans Wennborg1-1/+1
2016-04-01[PGO] Use a helper function to find all indirect call-sitesRong Xu2-26/+46
2016-04-01AArch64: avoid clobbering SP for dead MOVimm pseudos.Tim Northover4-2/+59
2016-04-01Make DIASession work if msdia*.dll isn't registered.Nico Weber1-9/+34
2016-04-01Add missing emissionKind flags to the DICompileUnits of several old testcases.Adrian Prantl9-9/+9
2016-04-01ThinLTO: special handling for LinkOnce functionsMehdi Amini3-0/+187
2016-04-01Swift Calling Convention: add swifterror attribute.Manman Ren26-11/+236
2016-04-01[X86][SSE] Regenerated vector float tests - fabs / floor(etc.) / fneg / float...Simon Pilgrim4-205/+534
2016-04-01[X86][SSE] Vector i64 load testsSimon Pilgrim1-11/+32
2016-04-01[X86][SSE] Regenerated comparison mask and float immediate testsSimon Pilgrim2-19/+66
2016-04-01[X86][SSE] Regenerated the vec_extract tests.Simon Pilgrim5-180/+431
2016-04-01Update owners to reflect recent changesDavid Blaikie1-1/+1
2016-04-01Fix buildbot lldb-amd64-ninja-netbsd7 failureRong Xu2-4/+5
2016-04-01[X86][SSE] Regenerated the vec_insert tests.Simon Pilgrim9-121/+410
2016-04-01Remove useless check for ThreadModel==Single in ARMISelLowering. NFC.James Y Knight1-7/+3
2016-04-01LowerBitSets: Move declarations to separate namespace.Peter Collingbourne3-0/+5
2016-04-01[libfuzzer] adding license headers to cpp filesMike Aizatsky27-0/+81
2016-04-01[X86][SSE] Regenerated vec_partial tests.Simon Pilgrim1-10/+11
2016-04-01[x86] add an SSE2 + fast-unaligned accesses run for memset nonzero testsSanjay Patel1-4/+122
2016-04-01[X86][SSE] Regenerated vec_logical tests.Simon Pilgrim1-27/+72
2016-04-01AMDGPU: Implement {BUFFER,FLAT}_ATOMIC_CMPSWAP{,_X2}Tom Stellard9-3/+206
2016-04-01[X86][SSE] Regenerated vector sdiv to shifts testsSimon Pilgrim1-46/+239
2016-04-01[sancov] save entry block from pruning (it is always full dominator)Mike Aizatsky2-6/+5
2016-04-01[x86] add an SSE1 run for these testsSanjay Patel1-105/+106