OSDN Git Service

android-x86/external-llvm.git
2017-03-20 Daniel Sanders[tablegen][globalisel] Capture instructions into locals...
2017-03-20 Dmitry Preobrazhensky[AMDGPU][MC] Fix for Bugs 28200, 28202 + LIT tests
2017-03-20 Diana Picus[GlobalISel] Use the correct calling conv for calls
2017-03-20 Simon PilgrimUse MutableArrayRef for APFloat::convertToInteger
2017-03-20 Maxim Ostapenko[sancov] Fix broken links and displaced coloring in...
2017-03-20 Simon PilgrimStrip trailing whitespace
2017-03-20 Simon PilgrimStrip trailing whitespace
2017-03-20 Simon PilgrimStrip trailing whitespace
2017-03-20 Konstantin... Revert "[AMDGPU] Run always inliner early in opt"
2017-03-20 Craig Topper[IR] Move a few static functions in Instruction class...
2017-03-20 Michael Zolotukhin[ConstantRange] Add setSizeSmallerThanOf method.
2017-03-20 Craig Topper[IR] Remove some unneeded includes from Operator.h...
2017-03-20 Craig Topper[IR] Add missing copyright header.
2017-03-20 Craig Topper[APInt] Don't initialize VAL to 0 in APInt constructors...
2017-03-20 Xin TongRemove unnecessary IDom check
2017-03-19 Craig Topper[InstCombine] Remove duplicate code in SimplifyDemanded...
2017-03-19 Craig Topper[AVX-512] Handle kor/kand/kandn/kxor/kxnor/knot intrins...
2017-03-19 Craig Topper[InstCombine] Use update_test_checks.py to regenerate...
2017-03-19 Simon PilgrimFix constant folding of fp2int to large integers
2017-03-19 Simon PilgrimFix MSVC warning: "switch statement contains 'default...
2017-03-19 Ahmed Bougacha[GlobalISel] Don't select trivially dead instructions.
2017-03-19 Ahmed Bougacha[GlobalISel][AArch64] Add DBG_VALUE select test. NFC.
2017-03-19 Ahmed Bougacha[GlobalISel][AArch64] Split out cast select tests....
2017-03-19 Ahmed Bougacha[GlobalISel] Move method definition to the proper file...
2017-03-19 Ahmed Bougacha[CodeGen] Update hasSideEffects comment. NFC.
2017-03-19 Xin TongCorrect a rebase mistake.
2017-03-19 Xin TongRemove unused arguments. NFCI
2017-03-19 Xin Tong[JumpThreading] Perform phi-translation in SimplifyPart...
2017-03-19 Xin TongExtract FindAvailablePtrLoadStore out of FindAvailableL...
2017-03-19 Teresa JohnsonEnable stripping of multiple DILocation on !llvm.loop...
2017-03-19 Oren Ben Simhon[MIR] Test assumes x64 windows calling convention upon...
2017-03-19 Benjamin Kramer[MIR] Add triple to test that assumes it runs on windows.
2017-03-19 Oren Ben SimhonCalleeSavedRegister was removed from MIR and is recalcu...
2017-03-19 Oren Ben SimhonMoving the test to x86 because other architectures...
2017-03-19 Oren Ben Simhon[MIR] Support Customed Register Mask and CSRs
2017-03-19 Craig Topper[InstCombine] Use setHighBits/setLowBits/setBitsFrom...
2017-03-19 Brian Gesiak[Analysis] bitreverse(undef) returns undef
2017-03-19 Daniel BerlinNewGVN: Now that we have a better verifier, we can...
2017-03-19 Daniel BerlinNewGVN: Remove dead code (for now)
2017-03-18 Craig Topper[GVN] Fix accidental double storage of the function...
2017-03-18 Craig Topper[ValueTracking] Remove deadish code from computeKnownBi...
2017-03-18 Daniel BerlinNewGVN: Greatly enhance the ability of the NewGVN verif...
2017-03-18 Daniel BerlinNewGVN: Fix PHI evaluation bug exposed by new verifier...
2017-03-18 Daniel BerlinDebugCounters: Add API for setting/unsetting programati...
2017-03-18 Matthias BraunExecutionDepsFix: Let targets specialize the pass; NFC
2017-03-18 Matthias BraunExecutionDepsFix: Normalize names; NFC
2017-03-18 Matthias BraunCodeGen.cpp: Sort alphabetically; NFC
2017-03-18 Matthias BraunInitializePasses.h: Cleanup; NFC
2017-03-18 Craig Topper[ValueTracking] Add APInt::setSignBit and use it to...
2017-03-18 Nirav DaveMake library calls sensitive to regparm module flag...
2017-03-18 Nirav DaveCapitalize ArgListEntry fields. NFC.
2017-03-18 Bruno Cardoso... [LockFileManager] Reduce lock timeout
2017-03-17 Stanislav Mekhanoshin[AMDGPU] Add address space based alias analysis pass
2017-03-17 Craig Topper[BuildLibCalls] emitPutChar should infer function attri...
2017-03-17 Sanjay Patel[x86] regenerate checks; NFC
2017-03-17 Sanjay Patel[x86] regenerate checks; NFC
2017-03-17 Evgeniy StepanovFix docs-llvm-html build.
2017-03-17 Jessica Paquette[Outliner] Add outliner for AArch64
2017-03-17 Eli Friedman[SCEV] Use const Loop *L instead of Loop *L. NFC
2017-03-17 Evgeniy Stepanov[asan] Fix dead stripping of globals on Linux.
2017-03-17 Evgeniy StepanovAdd !associated metadata.
2017-03-17 Eli Friedman[SelectionDAG] Remove redundant stores more aggressively.
2017-03-17 Peter CollingbourneLTO: Work around libstdc++ version mismatch bug, see...
2017-03-17 Matt ArsenaultAMDGPU: Fix broken condition in hazard recognizer
2017-03-17 Vassil Vassilev[coverity] Fix uninit variable.
2017-03-17 Matt ArsenaultAMDGPU: Fix handling of constant phi input loop conditions
2017-03-17 Rong Xu[PGO] Change the internal options description. nfc.
2017-03-17 Matt ArsenaultAMDGPU: Cleanup control flow intrinsics
2017-03-17 Sanjay Patel[x86] clean up setcc with negated operand transform...
2017-03-17 Reid Kleckner[X86] Emit fewer instructions to allocate >16GB stack...
2017-03-17 Rong Xu[PGO] Add omitted test cases.
2017-03-17 Jun Bum Lim[CodeGenPrep]Restructure promoting Ext to form ExtLoad
2017-03-17 Rong Xu[PGO] Value profile for size of memory intrinsic calls
2017-03-17 Vedant Kumar[Bitcode] Add compatibility test for the 4.0 release
2017-03-17 Simon Pilgrim[SelectionDAG] Add SelectionDAG.computeKnownBits test...
2017-03-17 Sanjay Patel[x86] avoid adc/sbb assert when both sides of add are...
2017-03-17 Reid KlecknerFix wasm build after arg_begin iterator type change
2017-03-17 Reid KlecknerStore Arguments in a flat array instead of an iplist
2017-03-17 Stanislav MekhanoshinOnly unswitch loops with uniform conditions
2017-03-17 Simon Pilgrim[X86] Add SelectionDAG.computeKnownBits test showing...
2017-03-17 Chad Rosier[AArch64] Use alias analysis in the load/store optimiza...
2017-03-17 Oliver Stannard[Asm] Don't list '@<type>' in diag when '@' is a comment
2017-03-17 Andre Vieira[ARM] Fix triple format in test branch disassemble...
2017-03-17 Craig Topper[AVX-512] Make VEX encoded FMA instructions available...
2017-03-17 Craig Topper[X86] Remove unused predicate. NFC
2017-03-17 Jonas Paulsson[SystemZ] New CodeGen tests for vector compare / select.
2017-03-17 Jonas PaulssonAdd SystemZ to utils/update_llc_test_checks.py.
2017-03-17 Jonas Paulsson[SystemZ] Add use of super-reg in splitMove()
2017-03-17 Craig Topper[AVX-512] Give priority to EVEX encoded scalar FMA...
2017-03-17 Craig Topper[X86] Use update_llc_test_checks.py to regenerate a...
2017-03-17 Craig Topper[X86] Use update_llc_test_checks.py to regenerate a...
2017-03-17 Craig Topper[X86] Cleanup the AddedComplexity values on move immedi...
2017-03-17 Kostya Serebryany[libFuzzer] inline the code of __sanitizer_cov_trace_pc...
2017-03-17 Kostya Serebryany[libFuzzer] Experimenting with dictionary minimization.
2017-03-17 Kostya Serebryany[libFuzzer] add a test with two different bugs
2017-03-17 Sanjoy Das[RSForGC] Handle vector GEPs
2017-03-17 Zachary TurnerRevert "Make NativeExeSymbol a concrete subclass of...
2017-03-17 Matthias BraunSplitKit: Correctly implement partial subregister copies
2017-03-17 Matthias BraunVirtRegMap: Correctly deal with bundles when deleting...
2017-03-17 Eric ChristopherRemove LessPreciseFPMADOption from TargetOptions along...
next