OSDN Git Service

android-x86/external-llvm.git
2017-12-23 Craig Topper[SelectionDAG][X86] Don't use ->getValueType(0) after...
2017-12-22 Nirav Dave[DAG] Add missing case check from findbaseoffset merge...
2017-12-22 Nirav DaveIntegrate findBaseOffset address analyses to BaseIndexO...
2017-12-22 Walter Lee[git-llvm] Handle files ignored by svn correctly
2017-12-22 Benjamin KramerUnbreak the build. Combining chrono with Optional is...
2017-12-22 Sam Clegg[WebAssembly] MC: Fix for address taken aliases
2017-12-22 Alina Sbirlea[MemorySSA] Allow reordering of loads that alias in...
2017-12-22 Nirav DaveRevert "[DAG] Integrate findBaseOffset address analyses...
2017-12-22 Guozhi Wei[SimplifyCFG] Don't do if-conversion if there is a...
2017-12-22 Ben Dunbobbin[ThinLTO][CachePruning] explicitly disable pruning
2017-12-22 Sanjoy Das(Re-landing) Expose a TargetMachine::getTargetTransform...
2017-12-22 Dmitry Preobrazhensky[AMDGPU][MC] Corrected handling of negative expressions
2017-12-22 Craig Topper[SelectionDAG] Reverse the order of operands in the...
2017-12-22 Craig Topper[X86] When lowering insert_vector_elt/extract_vector_el...
2017-12-22 Craig Topper[X86] Improve the printing of address mode during isel...
2017-12-22 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of optional operands...
2017-12-22 Haicheng Wu[InlineCost] Find more free binary operations
2017-12-22 Nirav Dave[DAG] Integrate findBaseOffset address analyses to...
2017-12-22 Dmitry Preobrazhensky[AMDGPU][MC] Added support of 256- and 512-bit tuples...
2017-12-22 Simon Atanasyan[mips] Add test case to check that calls to mcount...
2017-12-22 Diana Picus[ARM GlobalISel] Support G_INTTOPTR and G_PTRTOINT...
2017-12-22 Diana Picus[ARM GlobalISel] Support pointer constants
2017-12-22 Sam Parker[DAGCombine] Revert r321259
2017-12-22 Chandler CarruthRewrite the cached map used for locating the most preci...
2017-12-22 Craig Topper[X86] Add missing initialization for the HasPREFETCHWT1...
2017-12-22 Craig Topper[X86] Enable PRFCHW feature on KNL/KNM and all CPUs...
2017-12-22 Craig Topper[X86] Add prefetchwt1 instruction and overhaul prioriti...
2017-12-22 Craig Topper[X86] Use SIGN_EXTEND to implement ANY_EXTEND from...
2017-12-22 Eli Friedmaninline-fp.ll was moved in r321332; delete it properly.
2017-12-22 Eli Friedman[Inliner] Restrict soft-float inlining penalty.
2017-12-22 Easwaran RamanAdd hasProfileData() to check if a function has profile...
2017-12-22 Wolfgang Pieb[DWARF] Fix formatting bug with r321295. This fixes...
2017-12-21 Craig Topper[X86] Use SIGN_EXTEND rather than ZERO_EXTEND for lower...
2017-12-21 Alina Sbirlea[ModRefInfo] Add must alias info to ModRefInfo.
2017-12-21 Craig Topper[X86] When lowering truncates to vXi1, don't sign exten...
2017-12-21 Wolfgang Pieb[DWARF v5] Rework of string offsets table reader
2017-12-21 Craig Topper[X86] Promote v8i1 shuffles to v8i32 instead of v8i64...
2017-12-21 Simon Pilgrim[X86][SSE] Split large PAVGB/PAVGW vectors to legal...
2017-12-21 Francis Visoiu... [YAML] Refactor escaping unittests
2017-12-21 Francis Visoiu... [YAML] Fix UTF-8 handling
2017-12-21 Krzysztof Parzyszek[TableGen] Print more helpful information in case of...
2017-12-21 Simon Pilgrim[DAGCombiner] Remove (xor (xor x, c1), c2) -> (xor...
2017-12-21 Simon Pilgrim[DAGCombiner] Generalize (or (and X, c1), c2) -> (and...
2017-12-21 Simon Pilgrim[X86] Add (or (and X, c1), c2) -> (and (or X, c2),...
2017-12-21 Tony Jiang[PowerPC] Fix parest build failure in SPEC2017.
2017-12-21 Simon Pilgrim[DAGCombiner] Generalize (and (or x, C), D) -> D iff...
2017-12-21 Simon Dardis[mips] Fix the invalid EVA test
2017-12-21 Simon Pilgrim[X86] Add (and (or x, C), D) -> D iff (C & D) == D...
2017-12-21 Simon Pilgrim[X86] Add v48i8 AVG test case, based on discussion...
2017-12-21 Sam Parker[DAGCombine] Improve ReduceLoadWidth for SRL
2017-12-21 Pavel Labath[Support] Remove MemoryBuffer::getNewUninitMemBuffer
2017-12-21 Sam Parker[ARM] Armv8-R DFB instruction
2017-12-21 Simon Atanasyan[llvm-readobj] Fix ambiguous call to the `printNumber`
2017-12-21 Simon Atanasyan[llvm-readobj] Support 'GNU' style for MIPS GOT/PLT...
2017-12-21 Craig Topper[X86] Use PSHUFB for v32i16 shuffles before falling...
2017-12-21 Craig Topper[X86] Use VPERMI2B for v16i8 shuffles if we have VBMI...
2017-12-21 Craig Topper[X86] Use VPERMB/VPERMI2B for v32i8 shuffle lowering...
2017-12-21 Craig Topper[X86] Add avx512vbmi command lines to vector-shuffle...
2017-12-21 Sam Clegg[WebAssembly] Remove unneeded sub-directory
2017-12-21 Sanjoy DasRevert "Expose a TargetMachine::getTargetTransformInfo...
2017-12-21 Sam Clegg[WebAssembly] Fix local references to weak aliases
2017-12-21 Michael Zolotukhin[SimplifyCFG] Avoid quadratic on a predecessors number...
2017-12-21 Sanjoy DasExpose a TargetMachine::getTargetTransformInfo function
2017-12-21 Reid KlecknerAttempt to pacify 4.8.5 with makeArrayRef
2017-12-20 Simon Dardis[orc][cmake] Check if 8 byte atomics require libatomic...
2017-12-20 Joel Galenson[ARM] Optimize {s,u}{add,sub}.with.overflow.
2017-12-20 Krzysztof Parzyszek[Hexagon] Use ArrayRef member functions instead of...
2017-12-20 Krzysztof Parzyszek[Hexagon] Allow construction of HVX vector predicates
2017-12-20 Krzysztof Parzyszek[Hexagon] Legalize vector elements to i32 in buildVecto...
2017-12-20 Aaron BallmanDo not generate an empty switch statement as it causes...
2017-12-20 Yonghong Songbpf: add support for objdump -print-imm-hex
2017-12-20 David BlaikiePR35705: Fix Chapter 9 example code for API changes...
2017-12-20 Craig Topper[X86] Refactor DomainReassignment pass to make the...
2017-12-20 Matt ArsenaultTableGen: Allow setting SDNodeProperties on intrinsics
2017-12-20 Matthew Simpson[ICP] Expose unconditional call promotion interface
2017-12-20 Craig Topper[X86] Remove zext from vXi32 to vXi64 on indices of...
2017-12-20 Matt ArsenaultDAG: Tolerate non-MemSDNodes for OPC_RecordMemRef
2017-12-20 Warren RistowImprove the test for r320216. NFC.
2017-12-20 Adam Nemet[opt-viewer] Also demangle indirect-call promotion...
2017-12-20 Stefan Pintilie[PowerPC] Added an assert to make sure that the MBBI...
2017-12-20 Nirav Dave[DAG] Fix condition on overlapping store check.
2017-12-20 Evgeniy Stepanov[hwasan] Implement -fsanitize-recover=hwaddress.
2017-12-20 Matt Arsenault[AMDGPU, AsmParser] Enable the mnemonic spell corrector.
2017-12-20 Craig Topper[X86] Implement the fusing of MUL+SUBADD to FMSUBADD
2017-12-20 Teresa Johnson[PGO] Function section hotness prefix should look at...
2017-12-20 Florian Hahn[InstCombine] Add debug location to new caller.
2017-12-20 Nemanja Ivanovic[JumpTables] Let targets decide which switch instructio...
2017-12-20 Mohammad ShahidRevert r320548:[SLP] Vectorize jumbled memory loads
2017-12-20 Krzysztof ParzyszekAdd optional SelectionDAG* parameter to SValue::dump...
2017-12-20 Javed Absar[SCEV] Fix Typo. NFC.
2017-12-20 Alexey Bataev[NVPTX] Initial adaptation of MCAsmStreamer/MCTargetStr...
2017-12-20 Krzysztof Parzyszek[Hexagon] Adjust the value type for BCvt in LowerFormal...
2017-12-20 Daniel Sanders[globalisel][tablegen] Allow ImmLeaf predicates to...
2017-12-20 Ilya BiryukovAllow to apply cherry-picks when building Docker images.
2017-12-20 Florian Hahn[LV] Remove unnecessary DoExtraAnalysis guard (silent...
2017-12-20 Simon Pilgrim[X86][AVX2] Split more shuffle tests into 'slow' and...
2017-12-20 Sander de SmalenTrivial commit to force LLVM to run TableGen for Mips...
2017-12-20 Florian Hahn[TargetParser] Check size before accessing architecture...
2017-12-20 Diana Picus[ARM GlobalISel] Fix assertion in RegBankSelect
2017-12-20 Florian Hahn[ARM] Lower unsigned saturation to USAT
next