aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2019-05-03[IRTranslator] Use the alloc size instead of the store size when translating ...Quentin Colombet2-1/+20
2019-05-03[AArch64][MC] Reject "add x0, x1, w2, lsl #1" etc.Eli Friedman2-5/+11
2019-05-03Tidy up a comment, fix a typo, remove a comment that's obsolete.Eric Christopher1-3/+2
2019-05-03[AArch64][Windows] Compute function length correctly in unwind tables.Eli Friedman4-9/+66
2019-05-02[MemorySSA] Check that block is reachable when adding phis.Alina Sbirlea3-1/+109
2019-05-02[MemorySSA] Refactor removing multiple trivial phis [NFC].Alina Sbirlea2-6/+12
2019-05-02[X86] Remove LEA16r references from X86FixupLEAs. NFCICraig Topper1-9/+2
2019-05-02[X86] Correct the register class for specific mask register constraints in ge...Craig Topper2-0/+50
2019-05-02[SelectionDAG] Add asserts to verify the vectorness of input and output types...Craig Topper1-0/+12
2019-05-02[AArch64] Update for ExynosEvandro Menezes3-82/+18
2019-05-02[X86] Remove string literal from an if. NFCCraig Topper1-2/+1
2019-05-02Revert [ThinLTO] Fix X86/strong_non_prevailing.ll after llvm-nm 'r' changeJordan Rupprecht1-2/+2
2019-05-02Revert [llvm-nm] Fix handling of symbol types + [llvm-nm] Generalize symbol t...Jordan Rupprecht5-95/+41
2019-05-02lld-link: Add /force:multipleres extension to make dupe resource diag non-fatalNico Weber3-9/+14
2019-05-02[gn] Include the missing BUILD.gn file for libcxxabi includesPetr Hosek2-10/+11
2019-05-02[gn] Update the clangd test lit site configurationPetr Hosek3-7/+17
2019-05-02Typo Functino->Function.Eric Christopher1-1/+1
2019-05-02build: add option to disable unwind tablesSaleem Abdulrasool3-0/+10
2019-05-02[yaml2obj] - Make interface of `NameToIdxMap` class be human friendly and fix...George Rimar1-77/+78
2019-05-02[gn] Include libcxx configuration filePetr Hosek1-0/+10
2019-05-02[gn] Support for building libc++Petr Hosek4-0/+584
2019-05-02[gn] Support for building libcxxabiPetr Hosek3-0/+151
2019-05-02[gn] Support for building libunwindPetr Hosek3-1/+133
2019-05-02[DAGCombiner] try repeated fdiv divisor transform before building estimate (2...Sanjay Patel2-43/+31
2019-05-02[SelectionDAG] remove constant folding limitations based on FP exceptionsSanjay Patel6-69/+24
2019-05-02[X86][SSE] lowerAddSubToHorizontalOp - enable ymm extraction+foldSimon Pilgrim3-61/+91
2019-05-02[X86][SSE] Move shouldUseHorizontalOp inside isHorizontalBinOp. NFCI.Simon Pilgrim1-13/+15
2019-05-02[llvm-strip]Add --no-strip-all to disable --strip-all behaviour (including de...James Henderson9-23/+66
2019-05-02[LTO] Migrate typedef to usingFangrui Song3-12/+11
2019-05-02[llvm-readobj] Delete and inline relocAddressLessFangrui Song3-7/+3
2019-05-02[Object] Change getSectionName() to return Expected<StringRef>Fangrui Song17-107/+83
2019-05-02[ARM GlobalISel] Fixup r359768Diana Picus1-2/+1
2019-05-02[ARM GlobalISel] Select extensions to < 32 bitsDiana Picus3-5/+648
2019-05-02[ARM GlobalISel] Rename some inst selector tests. NFCDiana Picus2-45/+45
2019-05-02[ARM GlobalISel] Legalize extensions to < 32 bitsDiana Picus2-10/+132
2019-05-02[NFC][PowerPC] Return early if the element type is not byte-sized in combineB...Kang Zhang1-0/+5
2019-05-02Object/Minidump: Add support for the ThreadList streamPavel Labath4-9/+118
2019-05-02[Support] Don't check MAP_ANONYMOUS, just use MAP_ANONFangrui Song1-8/+1
2019-05-02[AMDGPU] gfx1010 lost VOP2 forms of some add/subStanislav Mekhanoshin3-19/+88
2019-05-02[AMDGPU] gfx1010 allows VOP3 to have a literalStanislav Mekhanoshin18-120/+629
2019-05-02[AMDGPU] gfx1010 constant bus limitStanislav Mekhanoshin4-24/+136
2019-05-02[X86] Remove the redundant suffix in vfpclassp[d,s]'s broadcasting variantCraig Topper3-129/+129
2019-05-02lld-link: Make "duplicate resource" error message a bit more conciseNico Weber2-4/+7
2019-05-02remove inalloca parameters in globalopt and simplify argpromotionBob Haarman5-34/+76
2019-05-02[FileCheck] Fix line-count.txt testThomas Preud'homme1-2/+2
2019-05-02FileCheck [4/12]: Introduce @LINE numeric expressionsThomas Preud'homme5-171/+379
2019-05-01Revert r359717, "Make check-clang depend on the clang-check binary always"Nico Weber1-1/+1
2019-05-01Fix erroneous flag in GISel line for arm64-fast-isel-materialize.llJessica Paquette1-2/+1
2019-05-01[PGO][CHR] A bug fix.Hiroshi Yamauchi2-6/+140
2019-05-01[ORC] Pass object buffer ownership back in NotifyEmitted.Lang Hames2-25/+37