OSDN Git Service

android-x86/external-llvm.git
2016-09-14 Chad Rosier[LoopInterchange] Typo. NFC.
2016-09-14 Chad Rosier[LoopInterchange] Add CL option to override cost threshold.
2016-09-14 Simon Pilgrim[X86][SSE] Don't use PSHUFD directly - lower with gener...
2016-09-14 Sanjay PatelgetValueType().getScalarSizeInBits() -> getScalarValueS...
2016-09-14 Chad Rosier[LoopInterchange] Cleanup debug whitespace. NFC.
2016-09-14 Sanjay PatelgetVectorElementType().getSizeInBits() -> getScalarSize...
2016-09-14 Sanjay PatelgetValueType().getSizeInBits() -> getValueSizeInBits...
2016-09-14 Etienne BergeronFix typo in comment [NFC]
2016-09-14 Matt ArsenaultAMDGPU: Support folding FrameIndex operands
2016-09-14 Sanjay PatelgetValueType().getScalarSizeInBits() -> getScalarValueS...
2016-09-14 Sanjay PatelgetScalarType().getSizeInBits() -> getScalarSizeInBits...
2016-09-14 Matt ArsenaultAMDGPU: Improve splitting 64-bit bit ops by constants
2016-09-14 Matthew Simpson[LV] Process pointer IVs with PHINodes in collectLoopUn...
2016-09-14 James Molloy[ARM] Promote small global constants to constant pools
2016-09-14 Sjoerd MeijerMCInstrDesc: this fixes an issue setting/getting member...
2016-09-14 Simon Pilgrim[X86][SSE] Removed unused getTargetShuffleNode function
2016-09-14 Simon Pilgrim[X86] Added i128 lshr+shl -> mask combine test
2016-09-14 Nemanja IvanovicFix code-gen crash on Power9 for insert_vector_elt...
2016-09-14 Andrea Di Biagio[InstCombine] Merged two test files and regenerated...
2016-09-14 Silviu Baranga[StackProtector] Use INITIALIZE_TM_PASS instead of...
2016-09-14 Nemanja IvanovicAdding missing directive for Power9.
2016-09-14 Simon Pilgrim[X86][SSE] Don't blend vector shifts with MOVSS/MOVSD...
2016-09-14 Kuba Brecka[asan] Enable -asan-use-private-alias on Darwin/Mach...
2016-09-14 James MolloyRevert "[Thumb] Teach ISel how to lower compares of...
2016-09-14 Vassil VassilevMissing includes.
2016-09-14 Tim NorthoverGlobalISel: mark pointer stores as legal on AArch64.
2016-09-14 Sjoerd MeijerThis reapplies r281304. The issue was that I had missed
2016-09-14 Elena DemikhovskyAVX-512: Fixed a bug in kortest.z intrinsic
2016-09-14 Igor Breger[AVX512BW] Change truncStore action (v16i16->v16i18...
2016-09-14 Craig Topper[X86] Remove the VCVTSI2SD32 with rounding intrinsic...
2016-09-14 Wei MiCreate a getelementptr instead of sub expr for ValueOff...
2016-09-14 Tobias GrosserEnsure Polly linking works without BUILD_SHARED_LIBS
2016-09-14 Peter Collingbournegold: Simplify. Do not unnecessarily enumerate Obj...
2016-09-14 Kostya Serebryany[libFuzzer] start using trace-pc-guard as an alternativ...
2016-09-14 Kostya Serebryany[sanitizer-coverage] add yet another flavour of coverag...
2016-09-13 Akira HatanakaAddress Pete's review comment and define OrigArg on...
2016-09-13 Akira Hatanaka[ObjCARC] Traverse chain downwards to replace uses...
2016-09-13 Vedant Kumar[llvm-cov] Just emit the version number in the index...
2016-09-13 Ahmed Bougacha[AArch64] Simplify patchpoint/stackmap size test (r2813...
2016-09-13 Pawel Bylica[CodeGen] Fix invalid shift in mul expansion
2016-09-13 Michael Kuperstein[DAG] Allow build-to-shuffle combine to combine builds...
2016-09-13 Kevin EnderbyNext set of additional error checks for invalid Mach...
2016-09-13 Krzysztof Parzyszek[Hexagon] Better handling of HVX vector lowering
2016-09-13 Sanjay Pateladd tests for PR28672
2016-09-13 Matt ArsenaultReapply "InstCombine: Reduce trunc (shl x, K) width."
2016-09-13 Matthias BraunAArch64: Cleanup tailcall CC check, enable swiftcc.
2016-09-13 Matt ArsenaultAMDGPU: Remove code I think is dead
2016-09-13 Mike Aizatsky.clang-tidy: correct style name is 'camelBack' not...
2016-09-13 Matt ArsenaultAMDGPU: Support commuting a FrameIndex operand
2016-09-13 Matthew Simpson[LV] Clean up uniform induction variable analysis ...
2016-09-13 Davide Italiano[LTO] Don't pass SF_Undefined symbols to the IRmover.
2016-09-13 Reid KlecknerFix MSVC 2013 build by using our <thread> wrapper header
2016-09-13 Simon Pilgrim[DAGCombiner] Use APInt directly in (shl (zext (srl...
2016-09-13 Nico WeberRevert r281336 (and r281337), it caused PR30372.
2016-09-13 Douglas Katzman[Myriad]: set LeonCASA processor feature
2016-09-13 Simon Pilgrim[X86][SSE] Added AVX512F and additional vector truncate...
2016-09-13 Simon Pilgrim[DAGCombiner] Use APInt directly in (shl (ext (shl...
2016-09-13 Matt ArsenaultFix misleading comment for getOrEnforceKnownAlignment
2016-09-13 Andrea Di Biagio[ConstantFold] Improve the bitcast folding logic for...
2016-09-13 Simon Pilgrim[X86] Regenerated shift combine tests.
2016-09-13 Vassil Vassilev[modules] Re-enable some previously excluded files.
2016-09-13 Krzysztof Parzyszek[Hexagon] Clear the flow queue after visiting a single...
2016-09-13 Nirav DaveApply Clang-format to MCAsmParser.cpp NFC.
2016-09-13 Nirav DaveDefer asm errors to post-statement failure
2016-09-13 Chad Rosier[LoopInterchange] Minor refactor. NFC.
2016-09-13 Andrea Di Biagio[InstSimplify] Add tests to show missed bitcast folding...
2016-09-13 Chad RosierDon't use else if after return. Tidy comments. NFC.
2016-09-13 Chad RosierTypo. NFC.
2016-09-13 Chad Rosier[LoopInterchange] Tidy up and remove unnecessary dyn_ca...
2016-09-13 James MolloyRevert "[ARM] Promote small global constants to constan...
2016-09-13 Sam ParkerRemove InstCombine test file
2016-09-13 Pablo Barrio[ARM] Add ".code 32" to functions in the ARM instructio...
2016-09-13 James Molloy[Thumb] Teach ISel how to lower compares of AND bitmask...
2016-09-13 Sam ParkerEnable simplify libcalls for ARM PCS
2016-09-13 Ying Yi[llvm-cov] - Included footer "Generated by llvm-cov...
2016-09-13 Peter Smith[ARM] Support ldr.w in pseudo instruction ldr rd,=immediate
2016-09-13 James Molloy[ARM] Promote small global constants to constant pools
2016-09-13 Eric Liu[WebAssembly] Trying to fix broken tests in CodeGen...
2016-09-13 Ayman MusaRemove MVT:i1 xor instruction before SELECT. (Performan...
2016-09-13 Sjoerd MeijerRevert of r281304 as it is causing build bot failures...
2016-09-13 Sjoerd MeijerThis adds a new field isAdd to MCInstrDesc. The ARM...
2016-09-13 Elena DemikhovskyAVX-512: Fix for PR28175 - Scalar code optimization.
2016-09-13 Diana Picus[AArch64] Support stackmap/patchpoint in getInstSizeInBytes
2016-09-13 Craig Topper[X86] Remove masked shufpd/shufps intrinsics and autoup...
2016-09-13 Craig Topper[X86] Remove some dead intrinsics. They aren't implemen...
2016-09-13 Davide Italiano[Docs] Fix a broken link in the Kaleidoscope tutorial.
2016-09-13 Davide Italiano[LTO] Only expose the dataLayout string instead of...
2016-09-13 Zachary TurnerRevert "[Support][CommandLine] Add cl::getRegisteredSub...
2016-09-13 Dean Michael... [Support][CommandLine] Add cl::getRegisteredSubcommands()
2016-09-13 Davide Italiano[lib/LTO] Expose getModule() in lto::InputFile.
2016-09-13 Peter CollingbourneDebugInfo: New metadata representation for global varia...
2016-09-13 Michael Kuperstein[DAG] Refactor BUILD_VECTOR combine to make it easier...
2016-09-13 Hans WennborgX86: Conditional tail calls should not have isBarrier = 1
2016-09-13 Eric ChristopherTemporarily Revert "[MC] Defer asm errors to post-state...
2016-09-12 Adam Nemet[OptDiag] Add getHotness accessor
2016-09-12 Philip Reames[LVI] Complete the abstract of the cache layer [NFCI]
2016-09-12 Sanjay Pateladd more tests for PR30273
2016-09-12 Lang Hames[ORC] Clang-format RPCSerialization.h.
2016-09-12 Lang Hames[ORC] Add some more documentation to RPCSerialization.h.
2016-09-12 Philip Reames[LVI] Sink a couple more cache manipulation routines...
next