summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify BlockGenerator::handleOutsideUsers interface [NFC]Johannes Doerfert2016-05-232-8/+6
* Make the detection context non-constant [NFC]Johannes Doerfert2016-05-234-5/+5
* [FIX] Let ScalarEvolution forget hoisted valuesJohannes Doerfert2016-05-232-0/+64
* [FIX] Synthezise Sdiv/Srem/Udiv instructions correctly.Johannes Doerfert2016-05-233-31/+77
* [Clang][AVX512][BUILTIN]adding missing intrinsics for movdaq instruction setMichael Zuckerman2016-05-235-0/+153
* Enable use of sigaltstack for signal handlers when available. With this,Richard Smith2016-05-231-1/+1
* [X86] Use instruction aliases to replace custom asm parser code for optimizin...Craig Topper2016-05-233-51/+53
* Refactor EhFrameHdr.Rui Ueyama2016-05-233-67/+69
* Driver: support exherbo's multiarch supportSaleem Abdulrasool2016-05-233-49/+82
* Fix typo in documentation comment.Bob Wilson2016-05-231-1/+1
* Add comment.Rui Ueyama2016-05-231-0/+4
* Revert "Modify emitTypeInformation to use MemoryTypeTableBuilder"David Majnemer2016-05-232-19/+42
* Simplify. NFC.Rui Ueyama2016-05-231-5/+5
* Make file-local function file-local. NFC.Rui Ueyama2016-05-231-3/+4
* Split MergeInputSection's ctor. NFC.Rui Ueyama2016-05-231-21/+34
* Move splitInputSection from EHOutputSection to EHInputSection.Rui Ueyama2016-05-223-36/+34
* Attempt to unbreak buildbots.Rui Ueyama2016-05-222-9/+9
* [AVX512] Add patterns to implement stores of extracts of least signficant sub...Craig Topper2016-05-222-1/+340
* Refactor EHOutputSection.Rui Ueyama2016-05-225-145/+154
* [Kaleidoscope] Fix static global ordering to prevent crash on exit.Lang Hames2016-05-225-5/+5
* [driver][mips] Follow-up to r270373. Add missed folder.Simon Atanasyan2016-05-221-0/+0
* [X86][SSE] Added extra i8 extract element testSimon Pilgrim2016-05-221-0/+20
* [x86, AVX] don't add a vzeroupper if that's what the code is already doing (P...Sanjay Patel2016-05-223-6/+6
* SymbolFile: remove an unused variableSaleem Abdulrasool2016-05-221-2/+1
* [sanitizer] Don't use -fomit-frame-pointer in COMPILER_RT_DEBUG=On buildsKuba Brecka2016-05-221-1/+3
* [x86, AVX] add test file to show vzeroupper pass excessesSanjay Patel2016-05-221-0/+43
* [driver][mips] clang-format the code. NFCSimon Atanasyan2016-05-221-27/+27
* [driver][mips] Support new versions of MIPS CodeScape toolchainsSimon Atanasyan2016-05-22265-6/+938
* reduce indent; NFCSanjay Patel2016-05-221-19/+19
* [profile] initialize static pool properly Xinliang David Li2016-05-225-13/+20
* use 'auto' with 'dyn_cast'; fix formatting; NFCSanjay Patel2016-05-221-10/+8
* [ValueTracking, InstCombine] extend isKnownToBeAPowerOfTwo() to handle vector...Sanjay Patel2016-05-224-13/+8
* [driver][mips] Use target triple mips-mti-linux-gnu for toolchain detectionSimon Atanasyan2016-05-222-117/+119
* [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
OpenPOWER on IntegriCloud