OSDN Git Service

android-x86/external-llvm.git
2017-05-03 Guy Blank[X86][AVX512] remove unnecessary case. NFC
2017-05-03 Jonas Paulsson[SystemZ] Properly check number of operands in getCmpO...
2017-05-03 Oren Ben Simhon[X86] Support of no_caller_saved_registers attribute
2017-05-03 Elad CohenSupport arbitrary address space pointers in masked...
2017-05-03 Dylan McKay[AVR] Reserve the Y register in all functions
2017-05-03 Anna Thomas[Loop Deletion] Delete loops that are never executed
2017-05-03 Dylan McKayRevert "[AVR] Enable the frame pointer for all functions"
2017-05-03 Alex Lorenz[Triple] Add a "macos" OS type that acts as a synonym...
2017-05-03 Simon Pilgrim[X86] Refactored LowerINTRINSIC_W_CHAIN to use a switch...
2017-05-03 Daniel JasperRevert r301986 (and subsequent r301987).
2017-05-03 Zachary TurnerFix use after free in BinaryStream library.
2017-05-03 Matt ArsenaultReplace hardcoded intrinsic list with speculatable...
2017-05-03 Peter CollingbourneRevert r295861, "[ModuleSummaryAnalysis] Don't crash...
2017-05-03 Tim Shen[PowerPC, DAGCombiner] Fold a << (b % (sizeof(a) *...
2017-05-02 Zachary TurnerFix type conversion error.
2017-05-02 Zachary TurnerMake codeview::StringTable.
2017-05-02 Xin TongTypo in LangRef.rst. NFC
2017-05-02 Greg ClaytonAdd line table verification to lldb-dwarfdump --verify
2017-05-02 Tim NorthoverARM: avoid handing a deleted node back to TableGen...
2017-05-02 Reid KlecknerRe-land r301697 "[IR] Make add/remove Attributes use...
2017-05-02 Joel Jones[AArch64] ILP32 Backend Relocation Support
2017-05-02 Paul Robinson[DWARFv5] Parse new line-table header format.
2017-05-02 Sanjay Patelrevert r301766: InstructionSimplify: Canonicalize shuff...
2017-05-02 Davide Italiano[NewGVN] Fix typo and format comment. NFCI.
2017-05-02 Greg ClaytonVerify that all references point to actual DIEs in...
2017-05-02 Tim NorthoverARM: add arm1176j-f processor
2017-05-02 Matt ArsenaultPEI: Skip dead objects when looking at CSRs
2017-05-02 Xinliang David Li[PartialInlining] Add more early filtering
2017-05-02 Matt ArsenaultAMDGPU: Don't promote alloca to LDS for leaf functions
2017-05-02 Krzysztof Parzyszek[Hexagon] Fix uninitialized value caught with valgrind
2017-05-02 Krzysztof Parzyszek[Hexagon] Change iconst to emit 27bit relocation
2017-05-02 Krzysztof Parzyszek[Hexagon] Add extenders for GD_PLT_B22_PCREL and LD_PLT...
2017-05-02 Krzysztof Parzyszek[Hexagon] Don't ignore mult-cycle latency information
2017-05-02 Krzysztof Parzyszek[Hexagon] Formatting changes, NFC
2017-05-02 Krzysztof Parzyszek[Hexagon] Remove unused validSubtarget TSFlags
2017-05-02 Krzysztof Parzyszek[Hexagon] Make sure duplexed dealloc_returns are checke...
2017-05-02 Matt ArsenaultSpeculativeExecution: Stop using whitelist for costs
2017-05-02 Krzysztof Parzyszek[Hexagon] Move checking AXOK to checker
2017-05-02 Zachary TurnerRename pdb::StringTable -> pdb::PDBStringTable.
2017-05-02 Krzysztof Parzyszek[Hexagon] Remove unneeded code from HexagonShuffler
2017-05-02 Krzysztof Parzyszek[Hexagon] Extract function that checks endloops with...
2017-05-02 Krzysztof Parzyszek[Hexagon] Add new packet iterator which will iterate...
2017-05-02 Zachary TurnerRevert "Remove "_NC" suffix and semantics from TLSDESC_...
2017-05-02 Krzysztof Parzyszek[Hexagon] Check for .cur def without use without using...
2017-05-02 Peter CollingbourneBitcode: Simplify how we enumerate summaries in the...
2017-05-02 Reid Kleckner[lit] Try to exit more cleanly
2017-05-02 Paul RobinsonMake DWARFDebugLine use StringRef for directory/file...
2017-05-02 Joel JonesRemove "_NC" suffix and semantics from TLSDESC_LD{64...
2017-05-02 Matt ArsenaultAMDGPU: Refactor AsmPrinter
2017-05-02 Matt ArsenaultAMDGPU: Make intrinsics speculatable
2017-05-02 Zachary Turner[PDB/CodeView] Read/write codeview inlinee line informa...
2017-05-02 Tim NorthoverCMake: Silence more stderr when running git.
2017-05-02 Amaury SechetAdd new test case for addcarry. NFC.
2017-05-02 Marek OlsakAMDGPU: Add AMDGPU_HS calling convention
2017-05-02 Sanjay Patel[InstCombine] don't use DeMorgan's Law on integer const...
2017-05-02 Sanjay Patelrevert r301923 : [InstCombine] don't use DeMorgan's...
2017-05-02 Sanjay Patel[InstCombine] don't use DeMorgan's Law on integer constants
2017-05-02 Amaury Sechet[DAGCombine] (uaddo X, (addcarry Y, 0, Carry)) -> ...
2017-05-02 Rafael EspindolaAdd llvm::object::getELFSectionTypeName().
2017-05-02 Alex BradburyImprovements to TableGen/LangIntro.rst
2017-05-02 Amaury Sechet[DAGCombine] (add X, (addcarry Y, 0, Carry)) -> (addcar...
2017-05-02 Simon Pilgrim[X86][SSE] Add test for PR30264 (combining multiple...
2017-05-02 Simon Pilgrim[X86] Tidyup subvector insert/extract helpers. NFCI.
2017-05-02 Simon PilgrimFix typo in comment. NFCI.
2017-05-02 Simon Pilgrim[SelectionDAG] Improve support for promotion of <1...
2017-05-02 Simon Pilgrim[DAGCombiner] Improve MatchBswapHword logic (PR31357)
2017-05-02 Diana Picus[ARM] GlobalISel: Use TableGen instruction selector
2017-05-02 Craig Topper[APInt] Move APInt::getSplat out of line.
2017-05-02 Craig Topper[APInt] Move the setBit and clearBit methods inline.
2017-05-02 Xinliang David LiRefactor callsite cost computation into a helper functi...
2017-05-02 Xinliang David Li[PartialInlining] Hook up inline cost analysis
2017-05-02 Dylan McKay[AVR] Save/restore the frame pointer for all functions
2017-05-02 Nemanja Ivanovic[PowerPC] Emit VMX loads/stores for aligned ops to...
2017-05-02 Ahmed Bougacha[AArch64] armv8-A doesn't have LSE.
2017-05-02 Dylan McKay[AVR] Fix a bug where the frame pointer is clobbered
2017-05-01 George Burgess IVRevert r301880
2017-05-01 Paul RobinsonStylistic makeover of DWARFDebugLine before working...
2017-05-01 Zachary Turner[CodeView] Write CodeView line information.
2017-05-01 Dylan McKay[AVR] Enable the frame pointer for all functions
2017-05-01 George Burgess IV[InstSimplify] Handle selects of GEPs with 0 offset
2017-05-01 Simon Pilgrim[X86] Reduce code for setting operations actions by...
2017-05-01 Xin TongEmpty Space. NFC
2017-05-01 Davide Italiano[IR] Garbage collect unused variants. NFCI.
2017-05-01 Peter CollingbourneFix a pessimising move warning.
2017-05-01 Matthias BraunMachineFrameInfo: Track whether MaxCallFrameSize is...
2017-05-01 NAKAMURA Takumillvm-link: Add BitReader to deps corresponding to r301832.
2017-05-01 Davide Italiano[NewGVN] Don't derive incorrect implications.
2017-05-01 Sanjay Patel[InstCombine] check one-use before applying DeMorgan...
2017-05-01 Greg ClaytonAdds initial llvm-dwarfdump --verify support with unit...
2017-05-01 Peter CollingbourneBitcode: Make the summary reader responsible for mergin...
2017-05-01 Craig Topper[APInt] In operator!, handle single word case by compar...
2017-05-01 Quentin Colombet[AArch64] Move GISel accessor initialization from Targe...
2017-05-01 Craig Topper[APInt] Fix copy/paste mistake in comment for isNullVal...
2017-05-01 Peter CollingbourneIPO: Add missing build dep.
2017-05-01 Simon Pilgrim[X86][AVX] Rename LowerVectorBroadcast to lowerBuildVec...
2017-05-01 Peter CollingbourneObject: Remove ModuleSummaryIndexObjectFile class.
2017-05-01 Krzysztof Parzyszek[Hexagon] Replace CVI_VM_CUR_LD type with CVI_VM_LD
2017-05-01 Krzysztof Parzyszek[Hexagon] Improving error reporting for writing to...
2017-05-01 Krzysztof Parzyszek[Hexagon] Give better error messages for solo instructi...
2017-05-01 Krzysztof Parzyszek[Hexagon] Improve shuffle error reporting
next