summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert 299953 : test failure needs to be fixedXinliang David Li2017-04-111-14/+0
* [PDB] Emit index/offset pairs for TPI and IPI streamsReid Kleckner2017-04-115-21/+129
* [lsan] Fix typo in test/lsan/lit.common.cfgMaxim Ostapenko2017-04-111-1/+1
* Revert temporarily D29877 "Warn about unused static file scope function templ...Vassil Vassilev2017-04-113-32/+7
* revert r299851 - [InstCombine] fix matching of or-of-icmps constants (PR32524)Sanjay Patel2017-04-112-19/+16
* [Profile] PE binary coverage bug fixXinliang David Li2017-04-111-0/+14
* [Profile] PE binary coverage bug fixXinliang David Li2017-04-111-0/+14
* [clang-format] Recognize Java logical shift assignment operator Nico Weber2017-04-112-0/+25
* Fix PR13910: Don't warn that __builtin_unreachable() is unreachableAlex Lorenz2017-04-112-2/+46
* [Parser][ObjC++] Improve diagnostics and recovery when C++ keywords are usedAlex Lorenz2017-04-118-53/+150
* Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton2017-04-1130-200/+171
* Reapply "Enable LSan for arm Linux"Maxim Ostapenko2017-04-1118-25/+160
* Remove unused functions. Remove static qualifier from functions in header fil...Vassil Vassilev2017-04-119-65/+9
* [AVR] Migrate to new MCAsmBackend applyFixupJonathan Roelofs2017-04-112-2/+2
* [ARM] Refactor Thumb2 sat instructionsSam Parker2017-04-111-48/+30
* [GVNHoist] Re-enable GVNHoist by defaultGeoff Berry2017-04-112-3/+4
* Revert r299923, it doesn't build in bootstrap builds.Nico Weber2017-04-1118-159/+24
* [libc++] Fix unknown pragma warning on MSVCBen Craig2017-04-111-1/+1
* Mark P0599 as complete. It was implemented in r298573Marshall Clow2017-04-111-2/+2
* This patch causes the installation of headers for the sanitizer and/or xray t...Catherine Moore2017-04-111-15/+19
* [SDAG] Factor CandidateMatch check into lambda. NFC.Nirav Dave2017-04-111-28/+29
* [SDAG] Factor ChainMerge into helper function NFCI.Nirav Dave2017-04-111-20/+27
* [SDAG] Reorder expensive StoreMerge Check after cheaper one. NFCNirav Dave2017-04-111-8/+9
* [StripDeadDebug/DIFinder] Track inlined SPsKeno Fischer2017-04-114-7/+50
* [clangd] Implement item kind for completion resultsKrasimir Georgiev2017-04-113-5/+50
* Add missing annotation to TestDataFormatterUnorderedPavel Labath2017-04-111-0/+1
* Remove Plugins/Process/POSIX from include_directoriesPavel Labath2017-04-116-46/+8
* Add MachineRegionInfoPassID to Passes.h.Jan Sjodin2017-04-112-1/+4
* GlobalISel: Allow legalizing G_FADD to a libcallDiana Picus2017-04-114-6/+119
* Warn about unused static file scope function template declarations.Vassil Vassilev2017-04-113-7/+32
* [GlobalISel] LegalizerInfo: Enable legalization of non-power-of-2 typesVolkan Keles2017-04-113-6/+46
* Revert "Turn some C-style vararg into variadic templates"Diana Picus2017-04-1124-132/+166
* [clang-format] Handle NSString literals by merging tokens.Alexander Kornienko2017-04-116-42/+51
* [SelectionDAG] Check CALLSEQ_BEGIN nodes in DelayForLiveRegsSam Parker2017-04-112-1/+138
* Turn some C-style vararg into variadic templatesSerge Guelton2017-04-1124-166/+132
* Simplify the code and remove dead codeSylvestre Ledru2017-04-111-5/+3
* [lsan] Enable LSan for arm LinuxMaxim Ostapenko2017-04-1118-24/+159
* [XRay][compiler-rt] Add support for TSC emulation for x86_64 to xray_fdr_logg...Douglas Yung2017-04-111-1/+15
* [lsan] Enable LSan on arm Linux, clang partMaxim Ostapenko2017-04-112-1/+28
* Add more examples to clang tidy checkersSylvestre Ledru2017-04-117-0/+81
* Add more examples to clang-format configurationSylvestre Ledru2017-04-112-9/+128
* [IR] Fix a typo in a comment. NFCCraig Topper2017-04-111-1/+1
* [InstCombine] Refinement of r299915. Only consider a ConstantVector for Neg i...Craig Topper2017-04-111-3/+14
* [XRay][compiler-rt] Remove the xray_fdr_log_printer_toolDean Michael Berris2017-04-112-332/+0
* [InstCombine] Support weird size element types in dyn_castNegVal.Craig Topper2017-04-113-4/+13
* Exploit BasicBlock::getModule to shorten codeTobias Grosser2017-04-115-9/+5
* SAdjust to recent change in constructor definition of AllocaInstTobias Grosser2017-04-113-18/+23
* [LoopUnswitch] Fix a test caseSanjoy Das2017-04-111-2/+2
* [LICM] Hoist fp division from the loops and replace by a reciprocalHal Finkel2017-04-112-0/+57
* [PowerPC] multiply-with-overflow might use the CTR registerHal Finkel2017-04-112-9/+45
OpenPOWER on IntegriCloud