summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert "Resubmit "Add support for advanced number formatting.""Renato Golin2016-10-182-328/+89
* [ARM] Assign cost of scaling for Cortex-R52Javed Absar2016-10-181-1/+2
* [X86][SSE] Add lowering to cvttpd2dq/cvttps2dq for sitofp v2f64/2f32 to 2i32Simon Pilgrim2016-10-186-1/+64
* [XRay] Support for for tail calls for ARM no-ThumbDean Michael Berris2016-10-184-3/+19
* Object: Add a missing return in ObjectFile::createObjectFileJustin Bogner2016-10-181-2/+2
* [X86] Fix DecodeVPERMVMask to handle cases where the constant pool entry has ...Craig Topper2016-10-183-30/+24
* [AVX-512] Fix DecodeVPERMV3Mask to handle cases where the constant pool entry...Craig Topper2016-10-183-20/+27
* [AVX-512] Add support for decoding shuffle mask from constant pool for masked...Craig Topper2016-10-181-24/+53
* Fix differences in codegen between Linux and Windows toolchainsMandeep Singh Grang2016-10-182-4/+7
* Rename HexStyle -> HexFormatStyle, and remove a constexpr.Zachary Turner2016-10-172-23/+24
* Resubmit "Add support for advanced number formatting."Zachary Turner2016-10-172-89/+327
* [AMDGPU] Mark .note section SHF_ALLOC so lld creates a segment for itKonstantin Zhuravlyov2016-10-171-2/+4
* [ADT] Move CachedHashString to its own header in ADT, and rename to CachedHas...Justin Lebar2016-10-171-25/+4
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-10-171-0/+78
* Revert formatting changes.Zachary Turner2016-10-172-323/+88
* Try to fix build after invalid pointer conversion.Zachary Turner2016-10-171-0/+14
* [Support] Add support for "advanced" number formatting.Zachary Turner2016-10-172-88/+309
* [DAG] use isConstOrConstSplat in ComputeNumSignBits to optimize SRASanjay Patel2016-10-171-1/+1
* [DAG] make isConstOrConstSplat and isConstOrConstSplatFP more accessible; NFCSanjay Patel2016-10-172-38/+34
* [opt] Strip coverage if debug info is not present.Davide Italiano2016-10-171-1/+5
* Ignore debug info when making optimization decisions in SimplifyCFG.Dehao Chen2016-10-171-11/+18
* Test commit.Michael LeMay2016-10-171-1/+1
* Handle relocations to thumb functions when dynamic linking COFF modulesWalter Erquinigo2016-10-172-9/+58
* GlobalISel: support wider range of load/store sizes in AArch64.Tim Northover2016-10-171-0/+8
* AMDGPU/SI: LowerParameter() should be computing align based on memory typeTom Stellard2016-10-171-1/+1
* AMDGPU/SI: Fix LowerParameter() for i16 argumentsTom Stellard2016-10-171-10/+18
* [DAG] optimize away an arithmetic-right-shift of a 0 or -1 valueSanjay Patel2016-10-171-0/+4
* Rename interface for querying physical hardware concurrencyTeresa Johnson2016-10-171-1/+1
* [Support] remove_dots: Remove .. from absolute paths.Benjamin Kramer2016-10-171-5/+8
* [SDAG] Use ABI type alignment for constant pools when optimizing for sizeJames Molloy2016-10-171-1/+3
* [SimplifyCFG] Don't lower complex ConstantExprs to lookup tablesOliver Stannard2016-10-171-1/+4
* [SCEV] Consider delinearization pattern with extension with identity factorTobias Grosser2016-10-171-1/+2
* [CodeGenPrepare] When moving a zext near to its associated load, do not retai...Andrea Di Biagio2016-10-171-0/+8
* [X86] Fix shuffle decoding assertions to print the right number of required o...Craig Topper2016-10-171-8/+8
* [AVX-512] Add shuffle combining support for vpermi2var shuffles derived from ...Craig Topper2016-10-171-0/+14
* [AVX-512] Add support for turning a 256-bit load that goes to both halfs of a...Craig Topper2016-10-162-13/+69
* Support: Return void from Scanner::scan_ns_uri_char, no one uses the resultJustin Bogner2016-10-161-7/+2
* PR30711: Fix incorrect profiling of 'long long' in FoldingSet, then use it toRichard Smith2016-10-161-4/+4
* [AVX-512] Fix the operand order for vpermi2var_qi intrinsics to match the oth...Craig Topper2016-10-161-3/+3
* [AVX-512] Correct execution domain for VPERMT2PS and VPERMI2PS.Craig Topper2016-10-161-4/+4
* [AVX-512] Move (v4i64 (X86SubVBroadcast (v2i64))) alternate patterns under a ...Craig Topper2016-10-161-9/+9
* [ArmFastISel] Kill dead code. NFCI.Davide Italiano2016-10-161-35/+0
* [MachineMemOperand] Move synchronization scope and atomic orderings from SDNo...Konstantin Zhuravlyov2016-10-158-81/+60
* [GVN/PRE] Hoist global values outside of loops.Davide Italiano2016-10-151-26/+58
* Test commit. (NFC)Li Huang2016-10-151-1/+1
* [AVX-512] Add shuffle comments for vbroadcast instructions.Craig Topper2016-10-151-0/+43
* [AVX-512] Rename VPBROADCASTI32X2 and VPBROADCASTF32X2 instruction classes to...Craig Topper2016-10-151-4/+4
* [SimplifyCFG] Use the error checking provided by getPrevNode.Benjamin Kramer2016-10-151-7/+11
* [libFuzzer] swap bytes in integers when handling CMP tracesKostya Serebryany2016-10-155-15/+49
* [libFuzzer] better algorithm for -minimize_crashKostya Serebryany2016-10-153-5/+25
OpenPOWER on IntegriCloud