OSDN Git Service

android-x86/external-llvm.git
2016-03-10 Tim NorthoverAArch64: only try to use scaled fcvt ops on legal vecto...
2016-03-10 Sanjay Patel[x86] don't use a shuffle when a vselect will do; NFCI
2016-03-10 Marianne Mailhot... Test commit access
2016-03-10 Simon PilgrimStrip trailing whitespace.
2016-03-10 Simon Pilgrim[X86][SSE] Reapplied: Improve vector ZERO_EXTEND by...
2016-03-10 Artur PilipenkoSupport arbitrary addrspace pointers in masked load...
2016-03-10 Peter CollingbourneARM: Support relative references using the PREL31 symbo...
2016-03-10 Balaram MakamFix testicase to turn buildbot green. NFC.
2016-03-10 Nicolai Haehnle[TableGen] more helpful error message in MapTableEmitter
2016-03-10 Teresa JohnsonMaterialize metadata in IRLinker before value mapping
2016-03-10 Tim NorthoverAArch64: remove pseudo-instructions used only for their...
2016-03-10 Nicolai HaehnleAMDGPU/SI: add llvm.amdgcn.buffer.load/store.format...
2016-03-10 Michael Kuperstein[X86] Correctly select registers to pop into for x86_64
2016-03-10 Balaram Makam [AArch64] Optimize compare and branch sequence when...
2016-03-10 Sanjay Patelgive regression test a meaningful name
2016-03-10 Alexandros... [ARM] Cortex-R8 support
2016-03-10 Mehdi AminiRename -discard-value-names into -lto-discard-value...
2016-03-10 Changpeng FangAMDGPU/SI: Define S_GETREG Intrinsic
2016-03-10 Saleem AbdulrasoolARM: follow up improvements for SVN r263118
2016-03-10 Chandler Carruth[SROA] Fix PR25873, which Andrea Di Biagio analyzed...
2016-03-10 David L KreitzerUnified the handling of returns in the X87 stackifier...
2016-03-10 NAKAMURA TakumiFixup for r263114. llvm::AnalysisBase<CallGraphAnalysis...
2016-03-10 Saleem AbdulrasoolARM: correct __builtin_longjmp on WoA
2016-03-10 Chandler Carruth[CG] Back out my pointless move ctor and add the explic...
2016-03-10 Chandler Carruth[SROA] Clean up some really weird code, no functionalit...
2016-03-10 Elena DemikhovskyAVX-512: Fixed a bug in i1 vector zero extending. ...
2016-03-10 Chandler Carruth[CG] Try adding an explicit move constructor to see...
2016-03-10 Valery Pykhtin[AMDGPU] Fix SMEM instructions encoding/operand namings
2016-03-10 Simon Pilgrim[X86][AVX] Improve target shuffle combining of BLEND...
2016-03-10 Chandler Carruth[CG] Add a new pass manager printer pass for the old...
2016-03-10 Chandler Carruth[LCG] Spell the printing pass pipeline name for the...
2016-03-10 Simon Pilgrim[X86][SSE] Basic combining of unary target shuffles...
2016-03-10 Chandler Carruth[CG] Actually hoist up the generic CallGraphPrinter...
2016-03-10 Chandler Carruth[CG] Rename the DOT printing pass to actually reference...
2016-03-10 Elena DemikhovskyAVX-512: Fixed a bug in shuffle for v64i8 type
2016-03-10 Vedant Kumar[opt] Fix description of the -disable-verify flag
2016-03-10 Mark LaceyAdd an LLVM_BUILTIN_DEBUGTRAP macro.
2016-03-10 Roman LevensteinAdd support for a preserve_most calling convention...
2016-03-10 Vedant Kumar[opt] Only create Verifier passes when requested
2016-03-10 Michael Zolotukhin[SLP] Add -slp-min-reg-size command line option.
2016-03-10 Mehdi AminiAdd an entry in the Release Notes for LLVMContext:...
2016-03-10 Mehdi AminiAdd a flag to the LLVMContext to disable name for Value...
2016-03-10 Chandler Carruth[gvn] Fix more indenting and formatting in regions...
2016-03-10 Chandler Carruth[gvn] Reformat a chunk of the GVN code that is strangel...
2016-03-10 Chandler Carruth[PM] Port memdep to the new pass manager.
2016-03-09 Philip Reames[BasicAA/MDA] Sink aliasing rules for malloc and calloc...
2016-03-09 Philip Reames[CGP] Duplicate addressing computation in cold paths...
2016-03-09 Philip ReamesFix the build
2016-03-09 Philip Reames[LICM] Store promotion when memory is thread local
2016-03-09 Sanjay Patel[x86] fix cost model inaccuracy for vector memory ops
2016-03-09 Derek Schuff[WebAssembly] Update known gcc test failures
2016-03-09 Sanjay Patel[x86, AVX] optimize masked loads with constant masks
2016-03-09 Philip Reames[ValueTracking] Extract isKnownPositive [NFCI]
2016-03-09 Philip Reames[InstCombine] (icmp sgt smin(PosA, B) 0) -> (icmp sgt...
2016-03-09 Adam Nemet[LLE] Add missing check for unit stride
2016-03-09 Evandro Menezes[AArch64] Minor reformatting (NFC).
2016-03-09 Hemant Kulkarni[llvm-readobj] Enable GNU style section group print
2016-03-09 Matthias BraunInstCombine: Restrict computeKnownBits() on all Values...
2016-03-09 Matthias BraunMachineRegisterInfo: Correct comment
2016-03-09 Chris DewhurstThis change adds co-processor condition branching and...
2016-03-09 Sanjay Pateladd a test RUN to show unexpected behavior
2016-03-09 Kit Barton[PPC] backend changes to generate xvabs[s,d]p and xvnab...
2016-03-09 Adrian PrantlDon't crash when compiling inline assembler containing...
2016-03-09 Chad Rosier[AArch64] Move helper functions into TII, so they can...
2016-03-09 Hans WennborgReleaseNotes: update 'you may prefer' link to 3.8
2016-03-09 Valery Pykhtin[AMDGPU] add AMDGPU target support to ELFObjectFile...
2016-03-09 Chad Rosier[AArch64] Minor cleanup/remove redundant code. NFC.
2016-03-09 Tom StellardSelectionDAG: Fix a crash on inline asm when output...
2016-03-09 Chad Rosier[TII] Allow getMemOpBaseRegImmOfs() to accept negative...
2016-03-09 Teresa JohnsonFix build error due to unsigned compare >= 0 in r263008...
2016-03-09 Petar JovanovicReland r262337 "calculate builtin_object_size if arg...
2016-03-09 Silviu BarangaUpdate comments following the addition of PredicatedSca...
2016-03-09 Sam Kolton[AMDGPU] Assembler: Support DPP instructions.
2016-03-09 Nikolay Haustov[AMDGPU] Assembler: Support abs() syntax.
2016-03-09 Nikolay Haustov[AMDGPU] Assembler: Fix s_setpc_b64
2016-03-09 Richard TrieuFix uninitialized member bool. Detected by ASan.
2016-03-09 Adam Nemet[LoopDataPrefetch] Add stats and debug output
2016-03-09 Adam Nemet[LAA] Improve comment for isStridedPtr
2016-03-09 Dan Gohman[WebAssembly] Update comments about irreducible control...
2016-03-09 Sean SilvaUse lto_bool_t instead of a raw `bool` (fixup for r262977).
2016-03-09 Mehdi AminiFix ThinLTO test: depends on the X86 backend
2016-03-09 Mehdi Aminivoid foo() is not a valid C prototype, one has to write...
2016-03-09 Sanjoy DasReturn StringRef instead of a naked char*; NFC
2016-03-09 Sanjoy Das[IRCE] Reflow comments; NFC
2016-03-09 Mehdi AminiFix library dependency for llvm-lto after r262977
2016-03-09 Dan Gohman[WebAssembly] Implement irreducible control flow.
2016-03-09 Mehdi AminiFix GOLD plugin build after r262976
2016-03-09 Sanjoy DasRemove trailing newline from test case; NFC
2016-03-09 Sanjoy Das[SCEV] Slightly generalize getRangeViaFactoring
2016-03-09 Sanjoy Das[SCEV] Slightly generalize getRangeViaFactoring
2016-03-09 Mehdi AminilibLTO: add a ThinLTOCodeGenerator on the model of...
2016-03-09 Mehdi AminiFunctionIndex is not optional for renameModuleForThinLT...
2016-03-08 Zachary Turner[llvm-pdbdump] Dump line table information.
2016-03-08 Sanjay Patelfix typo; NFC
2016-03-08 Sanjay Pateluse range-based for loop; NFCI
2016-03-08 Sanjay Patelfix variable name; NFC
2016-03-08 Sanjay Pateluse range-based loop; NFCI
2016-03-08 Hans WennborgAdd self to CODE_OWNERS
2016-03-08 Saleem Abdulrasoolcmake: include what you use
2016-03-08 Chris Bieneman[CMake] Refactor add_llvm_implicit_projects to be reusable
next