OSDN Git Service

Add an option to disable libedit
[android-x86/external-llvm.git] / lib /
2016-11-17 Simon PilgrimFix spelling mistakes in Hexagon target comments. NFC.
2016-11-17 Simon PilgrimFix spelling mistakes in X86 target comments. NFC.
2016-11-17 Anna Zaks[asan] Turn on Mach-O global metadata liveness tracking...
2016-11-17 Konstantin ZhuravlyovRevert "AMDGPU: Enable ConstrainCopy DAG mutation"
2016-11-17 Daniil Fukalov[SCEV] limit recursion depth of CompareSCEVComplexity
2016-11-17 Simon PilgrimWdocumentation fix
2016-11-17 Simon Pilgrim[X86][SSE] Improve lowering of vXi64 multiply with...
2016-11-17 Simon PilgrimFix spelling in comment. NFC.
2016-11-17 Pablo Barrio[ARM] Relax restriction on variadic functions for tailc...
2016-11-17 Oren Ben Simhon[X86] RegCall - Handling v64i1 in 32/64 bit target
2016-11-17 Sanjoy DasDelete dead code and add asserts instead; NFC
2016-11-17 Sanjoy Das[ImplicitNullCheck] Fix an edge case where we were...
2016-11-17 Craig Topper[X86] Fix formatting. NFC
2016-11-17 Dean Michael Berris[XRay] Support AArch64 in LLVM
2016-11-17 Chris Bieneman[CMake] NFC. Updating CMake dependency specifications
2016-11-17 Konstantin Zhuravlyov[AMDGPU] Custom lower f16 = fp_round f64
2016-11-17 Konstantin Zhuravlyov[AMDGPU] Promote f16/i16 conversions to f32/i32
2016-11-17 Konstantin Zhuravlyov[AMDGPU] Expand `br_cc` for f16
2016-11-17 Dehao ChenUse profile info to adjust loop unroll threshold.
2016-11-16 Peter CollingbourneIntroduce GlobalSplit pass.
2016-11-16 Dylan McKay[AVR] Wrap all methods in the pseudo expansion pass...
2016-11-16 Dylan McKay[AVR] Remove unused method from AVRTargetMachine
2016-11-16 Sanjay Patel[x86] allow FP-logic ops when one operand is FP and...
2016-11-16 Ahmed Bougacha[AsmParser] Avoid recursing when lexing ';'. NFC.
2016-11-16 Ahmed Bougacha[CodeGen] Pass references, not pointers, to MMI helpers...
2016-11-16 Ahmed BougachaRevert "Get GlobalISel to build on Linux after r286407"
2016-11-16 Ahmed Bougacha[CodeGen] Pull MMI helpers from FunctionLoweringInfo...
2016-11-16 Ahmed Bougacha[CodeGen] Cleanup MachineModuleInfo doxygen comments...
2016-11-16 Dylan McKay[AVR] Add the pseudo instruction expansion pass
2016-11-16 Peter CollingbourneX86: Simplify X86ISD::Wrapper operand checks. NFCI.
2016-11-16 Sanjoy Das[ImplicitNullChecks] Do not not handle call MachineInstrs
2016-11-16 Peter CollingbourneBitcode: Introduce initial multi-module reader API.
2016-11-16 Tim NorthoverARM: fix CodeGen for 64-bit shifts.
2016-11-16 Rong XuMake block placement deterministic
2016-11-16 Sanjay Patel[InstCombine] replace unreachable with assert and remov...
2016-11-16 Matt ArsenaultAMDGPU: Enable ConstrainCopy DAG mutation
2016-11-16 Sanjay Patel[InstCombine] fix formatting and add FIXMEs to foldOper...
2016-11-16 Geoff Berry[AArch64] Handle vector types in replaceZeroVectorStore.
2016-11-16 Mandeep Singh Grang[LoopVectorize] Fix for non-determinism in codegen
2016-11-16 Tom StellardAMDGPU/SI: Avoid creating unnecessary copies in the...
2016-11-16 Sanjay Patelfix comment formatting; NFC
2016-11-16 Sanjay Patel[x86] add fake scalar FP logic instructions to Replacea...
2016-11-16 Reid Kleckner[sancov] Name the global containing the main source...
2016-11-16 Daniil Fukalovtest commit, changed tab to spaces, NFC
2016-11-16 Pekka JaaskelainenAdd a little endian variant of TCE.
2016-11-16 Simon Pilgrim[X86][AVX512] Autoupgrade lossless i32/u32 to f64 conve...
2016-11-16 Simon Dardis[mips] Fix unsigned/signed type error
2016-11-16 Simon Dardis[mips] not instruction alias
2016-11-16 Pavel LabathRemove TimeValue class
2016-11-16 Ayman Musa[X86][AVX512] Removing llvm x86 intrinsics for _mm_mask...
2016-11-16 Craig Topper[X86] Remove the scalar intrinsics for fadd/fsub/fdiv...
2016-11-16 Konstantin Zhuravlyov[AMDGPU] Refactor v_mac_{f16, f32} patterns into a...
2016-11-16 Matthias BraunAArch64: Use DeadRegisterDefinitionsPass before regalloc.
2016-11-16 Konstantin Zhuravlyov[AMDGPU] Handle f16 select{_cc}
2016-11-16 Quentin Colombet[RegAllocGreedy] Record missed hint for late recoloring.
2016-11-16 Rui UeyamaAlign Modi and FileInfo substreams on 32-byte offsets.
2016-11-16 Vyacheslav KlochkovFixed the lost FastMathFlags for CALL operations in...
2016-11-16 Justin Lebar[BypassSlowDivision] Handle division by constant numera...
2016-11-16 Justin Lebar[BypassSlowDivision] Simplify partially-tautological...
2016-11-16 Rui UeyamaFix Modi and File count if there are more than 65535...
2016-11-16 Joerg SonnenbergerAlways use relative jump table encodings on PowerPC64.
2016-11-15 Jan VeselyAMDGPU/GCN: Exit early in hazard recognizer if there...
2016-11-15 Filipe Cabecinhas[AddressSanitizer] Add support for (constant-)masked...
2016-11-15 Peter CollingbourneObject: replace backslashes with slashes in embedded...
2016-11-15 Chad Rosier[AArch64] Add support for Qualcomm's Falkor CPU.
2016-11-15 Tom StellardAMDGPU/SI: Fix pattern for i16 = sign_extend i1
2016-11-15 Kostya Serebryany[sanitizer-coverage] make sure asan does not instrument...
2016-11-15 Kuba BreckaFix llvm-symbolizer to correctly sort a symbol array...
2016-11-15 Tim NorthoverGlobalISel: remove unused variable to silence warning.
2016-11-15 Matt ArsenaultAMDGPU: Enable store clustering
2016-11-15 Haicheng Wu[AArch64] Lower multiplication by a constant int to...
2016-11-15 Matt ArsenaultAMDGPU: Analyze mubuf with immediate soffset
2016-11-15 Matt ArsenaultAMDGPU: Fix return after else
2016-11-15 Wei MiRevert r286999 which caused buildbot test failures...
2016-11-15 Matt ArsenaultAMDGPU: Replace assert(false) with unreachable
2016-11-15 Stanislav Mekhanoshin[AMDGPU] Add wave barrier builtin
2016-11-15 Wei Mi[LSR] Allow formula containing Reg for SCEVAddRecExpr...
2016-11-15 Pawel BylicaInteger legalization: fix MUL expansion
2016-11-15 Zaara Syedavector load store with length (left justified) llvm...
2016-11-15 Sanjay Patelfix formatting; NFC
2016-11-15 Wei Mi[IndVars] Change the order to compute WidenAddRec in...
2016-11-15 Diana Picus[ARM] GlobalISel: Remove unused members. NFCI
2016-11-15 Craig Topper[AVX-512] Add AVX-512 vector shift intrinsics to memory...
2016-11-15 Simon Pilgrim[X86][SSE] Improve SINT_TO_FP of boolean vector results...
2016-11-15 Pablo BarrioRevert "[JumpThreading] Unfold selects that depend...
2016-11-15 Pablo BarrioRevert "[JumpThreading] Prevent non-deterministic use...
2016-11-15 Diana Picus[ARM] Make sure GlobalISel is only initialized once...
2016-11-15 Robert Lougher[LoopVectorizer] When estimating reg usage, unused...
2016-11-15 Tony Jiang[PowerPC] Implement BE VSX load/store builtins - llvm...
2016-11-15 Diana PicusGet GlobalISel to build on Linux after r286407
2016-11-15 Zvi Rackover[X86][FastISel] Assert that we are dealing with arithme...
2016-11-15 Sam Kolton[AMDGPU] TableGen: change individual instruction flags...
2016-11-15 Zvi Rackover[X86][FastISel] Fix lowering of overflow result on...
2016-11-15 Florian HahnTest commit, remove trailing space.
2016-11-15 Joerg SonnenbergerIntroduce TLI predicative for base-relative Jump Tables.
2016-11-15 Javed Absar[ARM] Add machine scheduler for Cortex-R52
2016-11-15 Asaf BadouhDAGCombiner: fix combine of trunc and select
2016-11-15 Matt ArsenaultTableGen: Add operator !or
2016-11-15 Zvi Rackover[X86][GlobalISel] Add minimal call lowering support...
2016-11-15 Craig Topper[X86] Add LLVM version number for each intrinsic handle...
next