summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix misleading comment for getOrEnforceKnownAlignmentMatt Arsenault2016-09-131-4/+0
* [ConstantFold] Improve the bitcast folding logic for constant vectors.Andrea Di Biagio2016-09-131-2/+13
* [Hexagon] Clear the flow queue after visiting a single instructionKrzysztof Parzyszek2016-09-131-0/+5
* Apply Clang-format to MCAsmParser.cpp NFC.Nirav Dave2016-09-131-1/+2
* Defer asm errors to post-statement failureNirav Dave2016-09-1310-352/+252
* [LoopInterchange] Minor refactor. NFC.Chad Rosier2016-09-131-12/+11
* Don't use else if after return. Tidy comments. NFC.Chad Rosier2016-09-131-5/+3
* Typo. NFC.Chad Rosier2016-09-131-3/+3
* [LoopInterchange] Tidy up and remove unnecessary dyn_casts. NFC.Chad Rosier2016-09-131-13/+12
* Revert "[ARM] Promote small global constants to constant pools"James Molloy2016-09-134-144/+1
* [ARM] Add ".code 32" to functions in the ARM instruction setPablo Barrio2016-09-131-1/+2
* [Thumb] Teach ISel how to lower compares of AND bitmasks efficientlyJames Molloy2016-09-132-5/+138
* Enable simplify libcalls for ARM PCSSam Parker2016-09-131-3/+35
* [ARM] Support ldr.w in pseudo instruction ldr rd,=immediatePeter Smith2016-09-132-0/+7
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-134-1/+144
* Remove MVT:i1 xor instruction before SELECT. (Performance improvement).Ayman Musa2016-09-131-0/+16
* Revert of r281304 as it is causing build bot failures in hexagonSjoerd Meijer2016-09-135-52/+49
* This adds a new field isAdd to MCInstrDesc. The ARM and Hexagon instructionSjoerd Meijer2016-09-135-49/+52
* AVX-512: Fix for PR28175 - Scalar code optimization.Elena Demikhovsky2016-09-132-7/+17
* [AArch64] Support stackmap/patchpoint in getInstSizeInBytesDiana Picus2016-09-131-4/+21
* [X86] Remove masked shufpd/shufps intrinsics and autoupgrade to native vector...Craig Topper2016-09-132-12/+26
* Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()"Zachary Turner2016-09-131-11/+0
* [Support][CommandLine] Add cl::getRegisteredSubcommands()Dean Michael Berris2016-09-131-0/+11
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-1318-105/+153
* [DAG] Refactor BUILD_VECTOR combine to make it easier to extend. NFCI.Michael Kuperstein2016-09-131-123/+156
* X86: Conditional tail calls should not have isBarrier = 1Hans Wennborg2016-09-131-18/+31
* Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...Eric Christopher2016-09-1310-251/+352
* [LVI] Complete the abstract of the cache layer [NFCI]Philip Reames2016-09-121-72/+94
* [LVI] Sink a couple more cache manipulation routines into the cache itself [N...Philip Reames2016-09-121-36/+45
* [LVI] Abstract out the actual cache logic [NFCI]Philip Reames2016-09-121-89/+97
* Revert r281215, it caused PR30358.Nico Weber2016-09-122-139/+5
* Fix the bug introduced in r281252.Dehao Chen2016-09-121-1/+1
* Lower consecutive select instructions correctly.Dehao Chen2016-09-121-23/+75
* [MC] Defer asm errors to post-statement failureNirav Dave2016-09-1210-352/+251
* [MCJIT] Fix some inconsistent handling of name mangling inside MCJIT.Lang Hames2016-09-122-12/+21
* [InstCombine] use m_APInt to allow icmp X, C folds for splat constant vectorsSanjay Patel2016-09-121-2/+3
* AMDGPU: Do not clobber SCC in SIWholeQuadModeNicolai Haehnle2016-09-122-75/+210
* [GlobalISel] Fix mismatched "<..)" in intrinsic MO printing. NFC.Ahmed Bougacha2016-09-121-2/+2
* Revert "[ARM] Promote small global constants to constant pools"James Molloy2016-09-124-123/+1
* [BranchFolding] Unique added live-ins after hoisting code.Ahmed Bougacha2016-09-121-0/+7
* [X86] Copy imp-uses when folding tailcall into conditional branch.Ahmed Bougacha2016-09-121-1/+1
* [FunctionAttrs] Don't try to infer returned if it is already on an argumentDavid Majnemer2016-09-121-0/+5
* fix formatting; NFCSanjay Patel2016-09-121-14/+13
* [InstCombine] add helper function for foldICmpUsingKnownBits; NFCISanjay Patel2016-09-122-259/+279
* [AMDGPU] Assembler: Move disabled SDWA and DPP instruction into Disable asm v...Sam Kolton2016-09-122-0/+12
* [Thumb] Teach ISel how to lower compares of AND bitmasks efficientlyJames Molloy2016-09-122-5/+139
* fix formatting/typos; NFCSanjay Patel2016-09-122-12/+11
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-124-1/+123
* [LoopInterchange] Improve debug output. NFC.Chad Rosier2016-09-121-2/+2
* Define a dummy zlib::uncompress when zlib is not available.Rafael Espindola2016-09-121-0/+4
OpenPOWER on IntegriCloud