platform/upstream/llvm.git
2017-05-02 Pierre GousseauRevert r301904 causing tsan test failure in x86_64...
2017-05-02 Pavel LabathChange UniqueCStringMap to use ConstString as the key
2017-05-02 Simon Pilgrim[DAGCombiner] Improve MatchBswapHword logic (PR31357)
2017-05-02 Emilio Cobos... Remove leftover test expectation from rL301902.
2017-05-02 Diana Picus[ARM] GlobalISel: Use TableGen instruction selector
2017-05-02 Pierre Gousseau[asan] Add strndup/__strndup interceptors if targeting...
2017-05-02 Pavel LabathRemove unused code related to CPlusPlusLanguage::FindEq...
2017-05-02 Emilio Cobos... [libclang] Revert rL301328 and add tests for the regres...
2017-05-02 Craig Topper[APInt] Move APInt::getSplat out of line.
2017-05-02 Craig Topper[APInt] Move the setBit and clearBit methods inline.
2017-05-02 Xinliang David LiRefactor callsite cost computation into a helper functi...
2017-05-02 NAKAMURA Takumiclang/test/Modules/diag-flags.cpp: Appease targeting...
2017-05-02 Peter CollingbourneELF: Set symbol binding to STB_GLOBAL when undefining...
2017-05-02 Rui UeyamaUpdate commetns.
2017-05-02 Rui UeyamaMake getArchiveMembers function a non-member function.
2017-05-02 Xinliang David Li[PartialInlining] Hook up inline cost analysis
2017-05-02 Dylan McKay[AVR] Save/restore the frame pointer for all functions
2017-05-02 Nemanja Ivanovic[PowerPC] Emit VMX loads/stores for aligned ops to...
2017-05-02 Nick LewyckyRevert r301785 (and r301787) because they caused PR32864.
2017-05-02 Ahmed Bougacha[AArch64] armv8-A doesn't have LSE.
2017-05-02 Kostya Serebryany[sanitizer-coverage] add a deprecation note for the...
2017-05-02 Kostya Serebryany[sanitizer-coverage] update the SanitizerCoverage docs...
2017-05-02 Dylan McKay[AVR] Fix a bug where the frame pointer is clobbered
2017-05-01 George Burgess IVRevert r301880
2017-05-01 Paul RobinsonStylistic makeover of DWARFDebugLine before working...
2017-05-01 Zachary Turner[CodeView] Write CodeView line information.
2017-05-01 Dylan McKay[AVR] Enable the frame pointer for all functions
2017-05-01 George Burgess IV[InstSimplify] Handle selects of GEPs with 0 offset
2017-05-01 Simon Pilgrim[X86] Reduce code for setting operations actions by...
2017-05-01 Xin TongEmpty Space. NFC
2017-05-01 Davide Italiano[IR] Garbage collect unused variants. NFCI.
2017-05-01 Peter CollingbourneFix a pessimising move warning.
2017-05-01 Matthias BraunMachineFrameInfo: Track whether MaxCallFrameSize is...
2017-05-01 NAKAMURA Takumillvm-link: Add BitReader to deps corresponding to r301832.
2017-05-01 Davide Italiano[NewGVN] Don't derive incorrect implications.
2017-05-01 Sanjay Patel[InstCombine] check one-use before applying DeMorgan...
2017-05-01 Richard SmithNew file missed from r301846.
2017-05-01 Richard SmithFix initial diagnostic state setup for an explicit...
2017-05-01 Kostya Serebryany[sanitizer-coverage] remove more stale code
2017-05-01 Greg ClaytonAdds initial llvm-dwarfdump --verify support with unit...
2017-05-01 Peter CollingbourneBitcode: Make the summary reader responsible for mergin...
2017-05-01 Craig Topper[APInt] In operator!, handle single word case by compar...
2017-05-01 Quentin Colombet[AArch64] Move GISel accessor initialization from Targe...
2017-05-01 Richard SmithPut back REQUIRES: system-darwin to fix asan bot.
2017-05-01 Vedant Kumar[ubsan] Fall back to the fast unwinder when print_stack...
2017-05-01 Craig Topper[APInt] Fix copy/paste mistake in comment for isNullVal...
2017-05-01 Kostya Serebryany[asan] speed up small memcpy (> 32 but <= 64 bytes)
2017-05-01 Gabor HorvathReorder release notes, fix missing link and a grammar...
2017-05-01 Peter CollingbourneIPO: Add missing build dep.
2017-05-01 Simon Pilgrim[X86][AVX] Rename LowerVectorBroadcast to lowerBuildVec...
2017-05-01 Rui UeyamaAdd comments about how we handle mergeable sections...
2017-05-01 Peter CollingbourneObject: Remove ModuleSummaryIndexObjectFile class.
2017-05-01 Sterling AugustineAdd powerpc64 and powerpc64le to build infrastructure.
2017-05-01 Rafael EspindolaFix pr32816.
2017-05-01 Krzysztof Parzyszek[Hexagon] Replace CVI_VM_CUR_LD type with CVI_VM_LD
2017-05-01 Krzysztof Parzyszek[Hexagon] Improving error reporting for writing to...
2017-05-01 Krzysztof Parzyszek[Hexagon] Give better error messages for solo instructi...
2017-05-01 Kostya Serebryany[sanitizer-coverage] disable coverage_direct=1, will...
2017-05-01 Benjamin KramerSilence unused variable warning. NFC.
2017-05-01 Kostya Serebryany[sanitizer-coverage] add a deprecation note to coverage...
2017-05-01 Krzysztof Parzyszek[Hexagon] Improve shuffle error reporting
2017-05-01 Richard SmithImprove handling of arrays of unknown bound in constant...
2017-05-01 Rui UeyamaChange an unusual directory permission back to a sane...
2017-05-01 Sterling AugustineCleanup previous test commit.
2017-05-01 Tim NorthoverX86: initialize a few subtarget variables.
2017-05-01 Sterling AugustineAdd a blank line as a test-commit.
2017-05-01 Sanjoy DasUse a 2 bit pointer in ValueHandleBase::PrevPair; NFC
2017-05-01 Xin TongTake indirect branch into account as well when folding.
2017-05-01 Sanjoy DasAdapt to LLVM's rename of WeakVH to WeakTrackingVH...
2017-05-01 Sanjoy DasUse WeakVH instead of WeakTrackingVH in AliasSetTracker...
2017-05-01 Sanjoy DasAdd a new WeakVH value handle; NFC
2017-05-01 Sanjoy DasRename WeakVH to WeakTrackingVH; NFC
2017-05-01 Derek Schuff[WebAssembly] Fix use of SDNodeFlags after API change...
2017-05-01 Zachary Turner[PDB/CodeView] Rename some classes.
2017-05-01 Sanjoy DasEmulate TrackingVH using WeakVH
2017-05-01 Xin Tong[JumpThread] Add some assertions for expected ConstantI...
2017-05-01 Gabor HorvathRemove unnecessary conditions as suggested by clang...
2017-05-01 Craig Topper[SelectionDAG] Use known ones to provide a better bound...
2017-05-01 Adrian PrantlRelax testcase to fix a PS4 buildbot failure.
2017-05-01 Xin Tong[JumpThread] Do RAUW in case Cond folds to a constant...
2017-05-01 Amara EmersonGeneralize the specialized flag-carrying SDNodes by...
2017-05-01 Sanjay Patel[InstCombine] add multi-use variants for DeMorgan folds...
2017-05-01 Sanjay Patel[InstCombine] use FileCheck and auto-generate checks...
2017-05-01 Sanjay Patel[InstCombine] consolidate more DeMorgan tests; NFC
2017-05-01 Michael ZuckermanFix test for altmacro
2017-05-01 Bill Seurer[powerpc] deactivate flakey tests on powerpc64le
2017-05-01 Michael Zuckerman[LLVM][inline-asm] Altmacro absolute expression '%...
2017-05-01 Aaron BallmanThe -coverage-file flag was removed in r280306, and...
2017-05-01 Dmitry Vyukovtsan: support linker init flag in __tsan_mutex_destroy
2017-05-01 Dylan McKay[AVR] Implement non-constant bit rotations
2017-05-01 Igor Breger[GlobalISel][X86] rename test file. NFC.
2017-05-01 Igor Breger[GlobalISel][X86] Prioritize Tablegen-erated instructio...
2017-05-01 Craig Topper[X86] Add tests for opportunities to improve known...
2017-05-01 Igor Breger[GlobalISel][X86] G_SEXT/G_ZEXT support.
2017-05-01 Sanjoy DasRemove unneeded struct; NFC
2017-05-01 Igor Breger[GlobalISel][X86] G_LOAD/G_STORE pointer selection...
2017-05-01 Nick LewyckyFix test that was incorrected merged between patches.
2017-05-01 David BlaikieFix line endings (dos -> unix) and clang-format while...
2017-05-01 Nick LewyckyHandle expressions with non-literal types like ignored...
2017-05-01 Dean Michael... [XRay][compiler-rt] Document and update the XRay Loggin...
next