OSDN Git Service

android-x86/external-llvm.git
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...
2016-12-20 Tom StellardAMDGPU/SI: Add a MachineMemOperand to MIMG instructions
2016-12-20 Serge PavlovFix build with expensive checks enabled
2016-12-20 Rui UeyamaRemove extraneous space.
2016-12-20 Chandler Carruth[PM] Rework a loop in the CGSCC update logic to be...
2016-12-20 Chandler Carruth[PM] Provide an initial, minimal port of the inliner...
2016-12-20 Adrian PrantlReapply r289926: attempt to fix windows build
2016-12-20 Adrian Prantl[IR] Remove the DIExpression field from DIGlobalVariable.
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-19 Eli FriedmanAdd ARM support to update_llc_test_checks.py
2016-12-19 Michael Kuperstein[LV] Sink tripcount query to where it's actually used...
2016-12-19 Chris Bieneman[ObjectYAML] Support for DWARF Pub Sections
2016-12-19 Mike Aizatsky[libfuzzer] dump_coverage command line flag
2016-12-19 Michael LeMay[TargetInstrInfo] replace redundant expression in getMe...
2016-12-19 Greg ClaytonMake a function to correctly extract the DW_AT_high_pc...
2016-12-19 Sanjay Patel[InstCombine] use commutative matcher for pattern with...
2016-12-19 Sanjay Patel[InstCombine] add folds for icmp (umin|umax X, Y), X
2016-12-19 Florian Hahn [LoopVersioning] Require loop-simplify form for loop...
2016-12-19 Konstantin... [AMDGPU] When unifying metadata, add operands to named...
next