OSDN Git Service

android-x86/external-llvm.git
2016-01-26 Chris BienemanRemove autoconf support
2016-01-26 Derek Schuff[WebAssembly] Remove check for FrameIndex operands...
2016-01-26 Sanjay Patel[x86] add materializeVectorConstant() helper function...
2016-01-26 Hemant KulkarniFix comparison warning (r258845)
2016-01-26 Hemant KulkarniFixes build break introduced by r258845
2016-01-26 JF BastienWebAssembly NFC: update error message
2016-01-26 JF BastienWebAssembly: don't optimize memcpy/memmove/memcpy to...
2016-01-26 Cong HouAdd a missing test case for r258847.
2016-01-26 Cong HouAllow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be...
2016-01-26 Davide Italiano[llvm-nm] Roll several conditions into a single if...
2016-01-26 Hemant Kulkarni[llvm-readobj] Add -elf-section-groups option
2016-01-26 Chad Rosier[ScheduleDAGInstrs] Simplify logic to improve readabili...
2016-01-26 Sanjay Pateltidy up; NFC
2016-01-26 Davide Italiano[llvm-nm] Simplify. No functional changes intended.
2016-01-26 Sanjay Patel[x86] simplify getOnesVector() ; NFCI
2016-01-26 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr and modernize...
2016-01-26 Aditya NandakumarReassociate: Reprocess RedoInsts after each inst
2016-01-26 Sanjay Patel[x86, AVX] tighten checks
2016-01-26 Benjamin KramerUpdate wasm target for r258819.
2016-01-26 Kevin EnderbyUpdate the comments for the macho-invalid-zero-ncmds...
2016-01-26 Sanjay Patelfix formatting; NFC
2016-01-26 Sanjay Pateldon't repeat names in documentation comments; NFC
2016-01-26 Benjamin KramerReflect the MC/MCDisassembler split on the include...
2016-01-26 Sanjay Patel[LibCallSimplifier] fold memset(malloc(x), 0, x) -...
2016-01-26 Matthew SimpsonRevert "Reapply commit r258404 with fix"
2016-01-26 Igor LaevskyRe-submit r256008 "Improve DWARFDebugFrame::parse to...
2016-01-26 Dan Gohman[WebAssembly] Fix a typo in a comment.
2016-01-26 Igor Laevsky[DebugInfo] Fix DWARFDebugFrame instruction operand...
2016-01-26 Simon Pilgrim[X86][SSE] Add zero element and general 64-bit VZEXT_LO...
2016-01-26 Craig Topper[X86] Mark LDS/LES as not being allowed in 64-bit mode.
2016-01-26 Matt ArsenaultAMDGPU: Move AMDGPU intrinsics only used by R600
2016-01-26 Matt ArsenaultAMDGPU: Tidy minor td file issues
2016-01-26 Matt ArsenaultAMDGPU: Make v32i8/v64i8 illegal types
2016-01-26 Matt ArsenaultAMDGPU: Remove old sample intrinsics
2016-01-26 Matt ArsenaultAMDGPU: Add new amdgcn intrinsics for cube instructions
2016-01-26 Matt ArsenaultAMDGPU: Implement read_register and write_register...
2016-01-26 Matt ArsenaultAMDGPU: Note mesa version in release notes
2016-01-26 Matt ArsenaultAMDGPU: Restore AMDGPU prefixed rsq intrinsic for now
2016-01-26 Dan Gohman[WebAssembly] Optimize memcpy/memmove/memcpy calls.
2016-01-26 Dan Gohman[WebAssembly] Remove a completed entry from the README...
2016-01-26 Dan Gohman[WebAssembly] Implement unaligned loads and stores.
2016-01-26 Haicheng Wu[LIR] Add support for structs and hand unrolled loops
2016-01-26 Reid KlecknerUse binary search for intrinsic ID lookups
2016-01-26 Matthias BraunLiveIntervalAnalysis: Improve some comments
2016-01-26 Reid KlecknerSort intrinsics by LLVM intrinsic name, rather than...
2016-01-26 Matthias BraunLiveIntervalAnalysis: Cleanup handleMove{Down|Up}(...
2016-01-26 Dan GohmanFollowup to 258750; update more tests to use .p2align .
2016-01-26 Dan GohmanFollowup to 258750; update all MC tests to use .p2align .
2016-01-26 Dan GohmanFollowup to 258750; update this test to use .p2align .
2016-01-26 Dan Gohman[MC] Use .p2align instead of .align
2016-01-25 Philip Reames[GVN] Rearrange code to make local vs non-local cases...
2016-01-25 Evgeniy Stepanov[cfi] Cross-DSO CFI diagnostic mode (LLVM part).
2016-01-25 Philip Reames[GVN] Factor out common code [NFCI]
2016-01-25 Vedant Kumar[docs] Document how to merge patches into release branches
2016-01-25 Matthias BraunX86ISelLowering: Fix cmov(cmov) special lowering bug
2016-01-25 Teresa Johnson[ThinLTO] Find all needed metadata when linking metadat...
2016-01-25 Simon Pilgrim[X86][AVX] Add commutation support for VPERM2X128 instr...
2016-01-25 Teresa Johnson[ThinLTO] Handle DISubprogram reached indirectly from...
2016-01-25 Xinliang David LiFix a typo
2016-01-25 Lawrence HuEnable loopreroll to rerool loop with pointer induction...
2016-01-25 Lawrence Hu Undo commit 258700 due to missing commit message
2016-01-25 Matthew SimpsonReapply commit r25804 with fix
2016-01-25 Quentin ColombetSpeculatively revert r258620 as it is the likely culpri...
2016-01-25 Ivan KrasinTemporary disable broken fuzzer/timeout tests.
2016-01-25 Rafael EspindolaAdd a test showing we can write a vector of floats.
2016-01-25 Lawrence HuDifferential Revision: reviews.llvm.org/D13151
2016-01-25 Sanjay Pateldon't repeat function names in documentation comments...
2016-01-25 Dan Gohman[WebAssembly] Fix unbalanced register stack code in...
2016-01-25 Dan Gohman[WebAssembly] Add tests for negative offsets with globa...
2016-01-25 Dan Gohman[WebAssembly] Minor code formatting cleanups. NFC.
2016-01-25 Dan Gohman[SelectionDAG] Use the correct return type for memcpy...
2016-01-25 James Molloy[DemandedBits] Fix computation of demanded bits for...
2016-01-25 Michael Zuckerman[AVX512] Adding PTESTNMB/D/W/Q instruction
2016-01-25 Aaron BallmanReapplying r256836 with a fix for MSVC 14 support.
2016-01-25 Michael Zuckerman[AVX512] Adding PTESTMB/W/D/Q instruction
2016-01-25 Bradley Smith[ARM] Add DSP build attribute and extension targeting
2016-01-25 Bradley Smith[ARM] Add new system registers to ARMv8-M Baseline...
2016-01-25 Bradley Smith[ARM] Add ARMv8-M security extension instructions to...
2016-01-25 Asaf Badouh[X86][IFMA] adding intrinsics and encoding for multiply...
2016-01-25 Oliver Stannard[ARM] Add ARMv8.2-A FP16 scalar instructions
2016-01-25 Oliver Stannard[TableGen] Fix sort order of asm operand classes
2016-01-25 Junmo ParkSilence a -Wparentheses warning; NFC.
2016-01-25 Igor BregerAVX1 : Enable vector masked_load/store to AVX1.
2016-01-25 Michael Zuckerman[AVX512] [CMPPS ][ CMPPD ] Adding full Comparison Predi...
2016-01-25 Davide Italiano[llvm-size] Use stderr instead of stdout for error...
2016-01-25 Lang Hames[Object][COFF] Revert r258665 - It doesn't do what...
2016-01-24 Lang Hames[Object][COFF] Set the generic SF_Exported flag on...
2016-01-24 David Majnemer[COFF] Simplify SetSectionName
2016-01-24 David Majnemer[LoopSimplify] Reuse changeToUnreachable
2016-01-24 David MajnemerFix build bot breakage
2016-01-24 Elena DemikhovskyAdded Skylake client to X86 targets and features
2016-01-24 Amjad AboudFixed few comments.
2016-01-24 Igor BregerAVX512: VMOVDQU8/16/32/64 (load) intrinsic implementation.
2016-01-24 Craig Topper[TableGen] In AsmWriterEmitter unique command search...
2016-01-24 David MajnemerFix buildbot failures
2016-01-24 David Majnemer[SCCP] Remove duplicate code
2016-01-24 David Majnemer[InstCombine, SCCP] Consolidate code used to remove...
2016-01-23 David Majnemer[WinEH] Don't miscompile cleanups which conditionally...
2016-01-23 Manuel JacobRemove duplicate documentation in ConstantFolding.cpp...
2016-01-23 Manuel JacobRemove duplicate documentation in Attributes.cpp. ...
next