summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [driver][mips] Rename some variables to better reflect their purpose. NFCSimon Atanasyan2016-05-221-8/+9
* [driver][mips] Drop support for outdated version of CodeSourcery MIPS toolchainSimon Atanasyan2016-05-22180-752/+1
* Reword ThreadSanitizer messages to use a lowercase 't' in thread names when i...Kuba Brecka2016-05-221-5/+5
* Reword ThreadSanitizer message for invalid mutex reports.Kuba Brecka2016-05-222-2/+2
* A better fix of incorrectly used locking in HistoryThread and HistoryUnwind.Kuba Brecka2016-05-222-2/+2
* Revert r270358 ("Fix an incorrectly used locking in HistoryThread and History...Kuba Brecka2016-05-222-2/+4
* Fix an incorrectly used locking in HistoryThread and HistoryUnwind, where uni...Kuba Brecka2016-05-222-4/+2
* [AVX512] Implement missing patterns for any_extend load lowering.Igor Breger2016-05-223-55/+158
* [AVX512] The AVX512 file only need subtract_subvector index 0 patterns where ...Craig Topper2016-05-221-15/+35
* [AVX512] Add an AddedComplexity line to the 512-bit insert_subvector undef in...Craig Topper2016-05-222-14/+16
* [AVX512] Change the AddedComplexity on some patterns to match their AVX/SSE e...Craig Topper2016-05-221-9/+13
* [AST] Cleanup comments regarding CXXRecordDecl::isEmptyDavid Majnemer2016-05-222-11/+15
* Driver: sink getLinuxDynamicLoader into the ToolchainSaleem Abdulrasool2016-05-223-70/+72
* Driver: simplify getDynameLinkerSaleem Abdulrasool2016-05-221-47/+49
* bug fix: trim section specifier name lengthXinliang David Li2016-05-221-2/+2
* bug fix: trim section specifier name lengthXinliang David Li2016-05-221-2/+2
* Store section contents to SectionPiece. NFC.Rui Ueyama2016-05-223-16/+20
* Use StringPiece::Size instead of calculating it again. NFC.Rui Ueyama2016-05-221-28/+10
* Simplify SplitInputSection::getRangeAndSize.Rui Ueyama2016-05-225-20/+17
* [X86] Add a common check-prefix to both run lines on a test so identical chec...Craig Topper2016-05-221-361/+168
* [AVX512] Add a couple patterns to fix some cases where two vector mask invers...Craig Topper2016-05-222-12/+15
* [AVX512] Remove seemingly unnecessary AddedComplexity adjustment.Craig Topper2016-05-221-2/+0
* Use slightly longer names. NFC.Rui Ueyama2016-05-222-55/+56
* Use ArrayRef<uint8_t> for binary data instead of StringRef. NFC.Rui Ueyama2016-05-222-6/+6
* Define SectionPiece and use it instead of std::pair<uint_t, uint_t>.Rui Ueyama2016-05-225-76/+56
* Fix a typo (darwin only)Xinliang David Li2016-05-211-1/+1
* Fix typoXinliang David Li2016-05-212-2/+2
* [profile] Static counter allocation for value profiling (part-2)Xinliang David Li2016-05-2111-24/+136
* [profile] Static counter allocation for value profiling (part-1)Xinliang David Li2016-05-215-13/+161
* [X86] Remove unnecessary alignment check on patterns that use VEXTRACTF128 fo...Craig Topper2016-05-211-8/+8
* [AVX512] Add patterns for extracting subvectors and storing to memory.Craig Topper2016-05-214-16/+99
* [AVX512] Capitalize the Z in VEXTRACTPSzmr. Lowercase z has been primarily us...Craig Topper2016-05-211-2/+2
* [AVX512] Rename vector extract instructions so 'mr' intead of 'rm' to reflect...Craig Topper2016-05-211-2/+2
* [AVX512] Fix copy/paste mistake a I made in a comment.Craig Topper2016-05-211-1/+1
* [X86][AVX] Ensure zero-extension of _mm256_extract_epi8 and _mm256_extract_epi16Simon Pilgrim2016-05-212-9/+7
* Fix 80-column violation.Chad Rosier2016-05-211-1/+2
* [ELF] Take into account offset in the output section when read addends for a ...Simon Atanasyan2016-05-213-3/+26
* Use uintX_t instead of unsigned.Rui Ueyama2016-05-212-2/+2
* Remove dead variable.Rui Ueyama2016-05-211-2/+1
* Split EHOutputSection<ELFT>::addSectionAux. NFC.Rui Ueyama2016-05-211-12/+20
* Swap the arguments of writeAlignedCieOrFde. NFC.Rui Ueyama2016-05-211-7/+7
* [LiveIntervalAnalysis] Don't dereference an end iterator in repairIntervalsIn...Hal Finkel2016-05-211-1/+1
* [Clang][AVX512][intrinsics] Fix rcp and sqrt intrinsics.Michael Zuckerman2016-05-216-27/+52
* [Clang][AVX512][intrinsics] Fix vscalef intrinsics.Michael Zuckerman2016-05-218-43/+37
* [llvm-readobj] - Teach readobj to recognize SHF_COMPRESSED flag.George Rimar2016-05-213-2/+19
* [tsan] Don't abort when a deadlock detector finds a mutex cycle longer than 10Kuba Brecka2016-05-213-3/+50
* [AVX512] Add patterns for VEXTRACT v16i16->v8i16 and v32i8->v16i8. Disable AV...Craig Topper2016-05-216-20/+34
* [AVX512] Disable AVX2 VPERMD, VPERMQ, VPERMPS, and VPERMPD patterns when AVX5...Craig Topper2016-05-213-34/+42
* [AVX512] Disable AVX/AVX2 VBROADCASTSS/VBROADCASTSD patterns when AVX512VL is...Craig Topper2016-05-212-7/+7
* [AVX512] Use update_llc_test_checks to update some tests so we can see all th...Craig Topper2016-05-213-4415/+7909
OpenPOWER on IntegriCloud