summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Also mark LWG#2785 as complete, because we already implemented thatMarshall Clow2017-03-141-1/+1
* Implement LWG2784, and mark 2786, 2795, 2804, 2812, 2826, 2834, 2837 and 2838...Marshall Clow2017-03-143-16/+51
* [Driver] Add flag to request arch-specific-subdir in -rpathPirama Arumuga Nainar2017-03-145-30/+59
* [ubsan] Use the nicer nullability diagnostic handlersVedant Kumar2017-03-144-16/+22
* [ubsan] Add nullability handlers to interface fileVedant Kumar2017-03-141-0/+4
* [ubsan] Add diagnostic handlers for nullability errorsVedant Kumar2017-03-142-13/+46
* [InstCombine] consolidate rem tests and update checks; NFCSanjay Patel2017-03-145-138/+143
* [InstCombine] regenerate checks; NFCSanjay Patel2017-03-141-177/+225
* [Hexagon] Fix a condition in HexagonEarlyIfConv.cppKrzysztof Parzyszek2017-03-141-1/+1
* DarwinParser: include limitsSaleem Abdulrasool2017-03-141-0/+1
* Fix flakyness in TestCompletionPavel Labath2017-03-141-2/+2
* Fix typo in commentArtyom Skrobov2017-03-141-1/+1
* [X86] Add extra BITREVERSE testsSimon Pilgrim2017-03-141-131/+442
* [LV] Refactor cross-iteration phi's back-patching; NFCGil Rapaport2017-03-141-232/+244
* [ARM] Diagnose ARM MOVT without :lower16: or :upper16: expressionOliver Stannard2017-03-142-0/+4
* De-duplicate the two implementations of ARMBaseInstrInfo::isProfitableToIfCvt...Artyom Skrobov2017-03-141-13/+5
* [LV] Refactor Cost Model's selectVectorizationFactor(); NFCAyal Zaks2017-03-141-73/+132
* [X86][MMX] Update FIXME comment. NFCI.Simon Pilgrim2017-03-141-1/+1
* [ELF] - Move members of LinkerScript to LinkerScriptBase. NFC.George Rimar2017-03-142-72/+63
* [ELF] - Remove unnecessary template #6. NFC.George Rimar2017-03-141-4/+3
* Make PredIteratorCache size() logically const. Do not require copying predece...Daniel Berlin2017-03-141-6/+8
* [ELF] - Remove unnecessary template #5. NFC.George Rimar2017-03-141-5/+4
* Test commit.James Henderson2017-03-141-1/+1
* Add more clang-format changes to the 5.0 release notesKrasimir Georgiev2017-03-141-5/+17
* [CodeGen] Fix -Wreorder warning.Benjamin Kramer2017-03-141-3/+3
* Some ASan bots (AArch64 at least) use SEGV for a unit test error instead of S...Filipe Cabecinhas2017-03-141-1/+1
* [ELF] - Devirtualize LinkerScriptBase::getOutputSectionSize. NFC.George Rimar2017-03-142-16/+14
* Fix typos in ADCE commentsTobias Grosser2017-03-141-7/+7
* [ELF] - Devirtualize LinkerScriptBase::getOutputSectionGeorge Rimar2017-03-142-17/+15
* [ValueTracking] Out of range shifts might be undefOliver Stannard2017-03-142-0/+38
* [ELF] - Simplify LinkerScriptBase::getDot(). NFC.George Rimar2017-03-141-1/+1
* [ELF] - Move ThreadBssOffset and Dot to LinkerScriptBase. NFC.George Rimar2017-03-142-9/+8
* describe the recent changes in clang-format in the 5.0 release notesSylvestre Ledru2017-03-141-0/+25
* [ELF] - Remove unnecessary template #4. NFC.George Rimar2017-03-144-13/+3
* [ELF] - Remove unnecessary template #3. NFC.George Rimar2017-03-141-6/+3
* [ELF] - Remove unnecessary template #2. NFC.George Rimar2017-03-141-3/+3
* [ELF] - Remove unnecessary template. NFC.George Rimar2017-03-141-3/+2
* [ARM] Move SMULW[B|T] isel to DAG CombineSam Parker2017-03-148-150/+180
* Disable Callee Saved RegistersOren Ben Simhon2017-03-1419-89/+258
* [ELF] - Step to combine LinkerScript and LinkerScriptBaseGeorge Rimar2017-03-144-40/+23
* [ELF] Fix LMA offset calculationEugene Leviant2017-03-142-4/+25
* [ELF] Fix crash when .eh_frame(_hdr) is discardedEugene Leviant2017-03-142-1/+15
* [ELF] Fix error reporting for synthetic sectionsEugene Leviant2017-03-142-0/+32
* Preserve the isl-noexceptions.h C++ bindings when updating islTobias Grosser2017-03-141-0/+3
* Add back header file that was accidentally dropped in previous updateTobias Grosser2017-03-141-0/+5588
* Update to isl-0.18-369-g5e613c6Tobias Grosser2017-03-1416-5726/+265
* [AVX-512] Use iPTR instead of i64 in patterns for extract_subvector/insert_su...Craig Topper2017-03-142-33/+12
* [AVX-512] Add test cases that demonstrate some patterns that don't work corre...Craig Topper2017-03-141-51/+159
* [TargetTransformInfo] getIntrinsicInstrCost() scalarization estimation improvedJonas Paulsson2017-03-1413-89/+145
* [AVX-512] Pre-emptively fix more places in fastisel where we might copy a VK1...Craig Topper2017-03-141-9/+28
OpenPOWER on IntegriCloud