OSDN Git Service

android-x86/external-llvm.git
2016-12-22 Reid KlecknerBuild KillTheDoctor with mingw-w64
2016-12-22 Krzysztof ParzyszekFix two bugs in the pipeliner in renaming phis in the...
2016-12-22 Matt ArsenaultAMDGPU: Use i16 for i16 shift amount
2016-12-22 Davide Italiano[NewGVN] Add the pass to PassRegistry.def.
2016-12-22 Matt ArsenaultAMDGPU: Fix missing 16-bit cmpx instructions
2016-12-22 Matt ArsenaultAMDGPU: Use i16 comparison instructions
2016-12-22 Matt ArsenaultAMDGPU: Fixed '!NodePtr->isKnownSentinel()' assert
2016-12-22 Davide Italiano[GVN] Initial check-in of a new global value numbering...
2016-12-22 Dan Gohman[WebAssembly] Add an "explicit" keyword to a constructor.
2016-12-22 Dan Gohman[WebAssembly] Don't use variadic operand indices in...
2016-12-22 Dan Gohman[WebAssembly] Don't old negative load/store offsets...
2016-12-22 Sam Kolton[AMDGPU] Add pseudo SDWA instructions
2016-12-22 Sam Kolton[AMDGPU] Disassembler: fix for disaasembling v_mac_f32...
2016-12-22 Ayman Musa[X86][AVX2] Passing the appropriate memory operand...
2016-12-22 Chandler Carruth[PM] Loosen the check ever so slightly -- MSVC appears...
2016-12-22 Chandler Carruth[PM] Make a couple of CHECK lines a bit more precise...
2016-12-22 Chandler Carruth[PM] Remove now-dead extern template and explicit insta...
2016-12-22 Chandler Carruth[PM] Introduce a reasonable port of the main per-module...
2016-12-22 Adrian PrantlFix an assertion in DwarfExpression when emitting fragm...
2016-12-22 Adrian PrantlRefactor the DIExpression fragment query interface...
2016-12-22 Matt ArsenaultDAG: Add helper for testing constant values
2016-12-22 Matt ArsenaultAMDGPU: Fix missing commute table entries for cmpx
2016-12-22 Mehdi Amini[ThinLTO] Save 8B per summary entry by rearranging...
2016-12-22 Matt ArsenaultAMDGPU: Swap order of operands in fadd/fsub combine
2016-12-22 Matt ArsenaultAMDGPU: Check fast math flags in fadd/fsub combines
2016-12-22 Matt ArsenaultAMDGPU: Form more FMAs if fusion is allowed
2016-12-22 Matt ArsenaultAMDGPU: Move combines into separate functions
2016-12-22 Matt ArsenaultAMDGPU: Enable some f32 fadd/fsub combines for f16
2016-12-22 Matt ArsenaultAMDGPU: Implement isFMAFasterThanFMulAndFAdd for f16
2016-12-22 Matt ArsenaultAMDGPU: setcc test cleanup
2016-12-22 Matt ArsenaultAMDGPU: Allow rcp and rsq usage with f16
2016-12-22 Matt ArsenaultAMDGPU: Custom lower f16 fdiv
2016-12-22 Matt ArsenaultAMDGPU: Implement f16 fcanonicalize
2016-12-22 Matt ArsenaultAMDGPU: Update isFPImmLegal for f16
2016-12-22 Peter CollingbourneClear the PendingTypeTests vector after moving from it.
2016-12-22 Haicheng Wu[AArch64] Correct the check of signed 9-bit imm in...
2016-12-22 Easwaran RamanPass GetAssumptionCache to InlineFunctionInfo constructor
2016-12-22 David Majnemer[NVVMIntrRange] Only set range metadata if none is...
2016-12-22 Adrian PrantlRenumber testcase metadata nodes after r290153.
2016-12-22 Adrian Prantl[LLParser] Make the line field of DIMacro(File) optional.
2016-12-21 Adrian PrantlLegalize metadata in legacy testcases
2016-12-21 Adrian PrantlLegalize metadata in legacy testcases
2016-12-21 Adrian PrantlLegalize metadata in legacy testcases
2016-12-21 Adrian PrantlLegalize metadata in legacy testcases
2016-12-21 Ahmed Bougacha[GlobalISel] Add basic Selector-emitter tblgen backend.
2016-12-21 Ahmed Bougacha[AsmWriter] Remove redundant cast<>s. NFC.
2016-12-21 Dan Gohman[WebAssembly] Fix the opcode value for i64.rotr.
2016-12-21 Peter CollingbourneIR: Function summary representation for type tests.
2016-12-21 Mike Aizatsky[sancov] skip duplicated points
2016-12-21 Mike Aizatsky[sancov] hash prefix results in huge merge files, use...
2016-12-21 Haicheng Wu[AArch64] Remove a redundant check. NFC.
2016-12-21 Greg ClaytonAdd the ability for DWARFDie objects to get the parent...
2016-12-21 Justin Bognercmake: Don't build llvm-config and tblgen concurrently...
2016-12-21 Ed MasteUpdate mailing list post URL and add libunwind reference
2016-12-21 Simon Pilgrim[X86][SSE] Improve lowering of vXi64 multiplies
2016-12-21 David MajnemerRevert "[InstCombine] New opportunities for FoldAndOfIC...
2016-12-21 Tom StellardAMDGPU/SI: Fix file header
2016-12-21 Peter CollingbourneTypeMetadataUtils: Simplify; spotted by Mehdi.
2016-12-21 Zachary TurnerAdd missing includes on Windows.
2016-12-21 Michael Kuperstein[LLParser] Parse vector GEP constant expression correctly
2016-12-21 Michael Kuperstein[ConstantFolding] Fix vector GEPs harder
2016-12-21 Simon Pilgrim[CostModel] Pass shuffle mask args with ArrayRef. NFCI.
2016-12-21 Michael Zuckermanrevert first commit . removing empty line in X86.h
2016-12-21 Michael ZuckermanFirst commit adding new line to X86.h
2016-12-21 Elena DemikhovskyAdded a template for building target specific memory...
2016-12-21 Davide Italiano[AMDGPU] Garbage collect dead code. NFCI.
2016-12-21 Oren Ben Simhon[X86] Vectorcall Calling Convention - Adding CodeGen...
2016-12-21 Oren Ben Simhon[X86] Vectorcall Calling Convention - Adding CodeGen...
2016-12-21 Oren Ben Simhon[X86] Vectorcall Calling Convention - Adding CodeGen...
2016-12-21 Oren Ben Simhon[X86] Vectorcall Calling Convention - Adding CodeGen...
2016-12-21 Adam Nemet[LDist] Match behavior between invoking via optimizatio...
2016-12-21 Sebastian Popremove pretty-print test that requires debug
2016-12-21 Tim Shen[APFloat] Remove 'else' after return. NFC
2016-12-21 Lang Hames[Orc][RPC] Actually specialize SerializationTraits...
2016-12-21 Sebastian Popmachine combiner: fix pretty printer
2016-12-21 Lang Hames[Orc][RPC] Specialize RPCTypeName and SerializationTrai...
2016-12-21 Antonio MaioranoImprove natvis for llvm::SmallString so that it correct...
2016-12-21 Lang Hames[Orc] Add some static-assert checks to improve the...
2016-12-21 Peter CollingbourneIPO: Remove the ModuleSummary argument to the FunctionI...
2016-12-20 George Burgess IV[Analysis] Centralize objectsize lowering logic.
2016-12-20 Rui UeyamaMove GlobPattern class from LLD to llvm/Support.
2016-12-20 Michael Zolotukhin[SCEV] Be less conservative when extending bitwidths...
2016-12-20 Chris BienemanRevert "[ObjectYAML] Support for DWARF debug_info section"
2016-12-20 Chris Bieneman[ObjectYAML] Support for DWARF debug_info section
2016-12-20 Peter CollingbourneIR: Eliminate non-determinism in the module summary...
2016-12-20 Haicheng Wu[LoopUnroll] Modify a comment to clarify the usage...
2016-12-20 Eli Friedman[ARM] Implement isExtractSubvectorCheap.
2016-12-20 Eli Friedman[ARM] Generate checks for shuffle tests using update_ll...
2016-12-20 Matt ArsenaultUse MaxDepth instead of repeating its value
2016-12-20 Matt ArsenaultAMDGPU: Allow 16-bit types in inline asm constraints
2016-12-20 Matt ArsenaultAMDGPU: Run fp combine tests on VI
2016-12-20 Matt ArsenaultAMDGPU: Don't add same instruction multiple times to...
2016-12-20 George Burgess IVReplace std::find_if with llvm::find_if. NFC.
2016-12-20 Zachary TurnerRevert "Re-add the assert to StringRef's const char...
2016-12-20 Zachary TurnerRe-add the assert to StringRef's const char *, length...
2016-12-20 David BlaikieFix missing '>' in docs (hopefully fixes bot error...
2016-12-20 David BlaikieAdd some brief documentation about GDB pretty printers
2016-12-20 Tom StellardAMDGPU/SI: Make a function const
2016-12-20 Tom StellardAMDGPU/SI: Add a MachineMemOperand when lowering llvm...
2016-12-20 Simon Pilgrim[X86][SSE] Ensure we're only combining shuffles with...
next