OSDN Git Service

android-x86/external-llvm.git
2017-04-24 George KarpenkovUpdates documentation for a syntax sugar libfuzzer...
2017-04-24 Yaxun LiuCodeGen: Add a hook for getFenceOperandTy
2017-04-24 Evgeniy StepanovRevert "Compute safety information in a much finer...
2017-04-24 Sanjay Patel[InstSimplify] move (A & ~B) | (A ^ B) -> (A ^ B) from...
2017-04-24 Matthias BraunX86RegisterInfo: eliminateFrameIndex: Avoid code duplic...
2017-04-24 Adrian PrantlUse DW_OP_stack_value when reconstructing variable...
2017-04-24 Adrian PrantlAdd a testcase for DIExpression(DW_OP_stack_value)
2017-04-24 Matt ArsenaultAMDGPU: Add StackPtr and FramePtr registers to MFI
2017-04-24 Matt ArsenaultAMDGPU: Move trap lowering to DAG
2017-04-24 Davide Italiano[DomPrinter] Add a way to programmatically dump a dot...
2017-04-24 Zachary Turner[llvm-pdbdump] Merge functionality of graphical and...
2017-04-24 Zachary Turner[llvm-pdbdump] Re-write the record layout code to be...
2017-04-24 Craig Topper[APInt] Simplify the zext and sext methods
2017-04-24 George KarpenkovTesting commit credentials
2017-04-24 Matt ArsenaultInstCombine: Fix assert when reassociating fsub with...
2017-04-24 Craig Topper[APInt] Add ashrInPlace method and rewrite ashr to...
2017-04-24 Nicolai HaehnleAMDGPU: Move v_readlane lane select from VGPR to SGPR
2017-04-24 Xin TongCompute safety information in a much finer granularity.
2017-04-24 Nicolai HaehnleInstCombine/AMDGPU: Fix constant folding of llvm.amdgcn...
2017-04-24 Igor Breger[GlobalISel][X86] Lower FormalArgument/Ret using G_MERG...
2017-04-24 Simon Pilgrim[DAGCombiner] Updated bswap byte offset variable names...
2017-04-24 Craig Topper[APInt] Fix repeated word in comments. NFC
2017-04-24 Nicolai HaehnleAMDGPU: Fix crash when scheduling non-memory SMRD instr...
2017-04-24 Nirav Dave[SDAG] Teach Chain Analysis about BaseIndexOffset addre...
2017-04-24 Simon Pilgrim[X86][AVX] Add scheduling latency/throughput tests...
2017-04-24 Jonas Paulsson[SystemZ] Update kill-flag in splitMove().
2017-04-24 Renato Golin[DWARF] Move test to x86 directory
2017-04-24 Philip Pfaffe[RegionInfo] Fix dangling references created by moving...
2017-04-24 Ismail DonmezAdd SUSE vendor
2017-04-24 Nitesh Jain[LLVM][MIPS] Fix different definition of off_t in LLDB...
2017-04-24 George Rimar[DWARF] - Take relocations in account when extracting...
2017-04-24 Diana Picus[ARM] GlobalISel: Legalize s8 and s16 G_(S|U)DIV
2017-04-24 Sjoerd Meijer[Arch64AsmParser] better diagnostic for isb
2017-04-24 Diana Picus[ARM] GlobalISel: Support G_(S|U)DIV for s32
2017-04-24 Diana Picus[GlobalISel] Legalize G_(S|U)DIV libcalls
2017-04-24 Diana Picus[ARM] GlobalISel: Select G_CONSTANT with CImm operands
2017-04-24 Dean Michael... [XRay][tools] Fixup for pedantic and permissive errors...
2017-04-24 Dean Michael... [XRay] A tool for Comparing xray function call graphs
2017-04-24 Craig Topper[APInt] Make behavior of ashr by BitWidth consistent...
2017-04-24 Frederich MunchRevert "Refactor DynamicLibrary so searching for a...
2017-04-24 Frederich MunchFix warning converting from boolean to pointer introduc...
2017-04-24 Frederich MunchFix warning converting from void* to boolean introduced...
2017-04-24 Sanjoy DasRevert "[SCEV] Enable SCEV verification by default...
2017-04-24 Frederich MunchRefactor DynamicLibrary so searching for a symbol will...
2017-04-24 Lang Hames[Orc] Fix a warning by removing an unused lambda capture.
2017-04-24 Sanjoy DasFix unused variables / fields warnings in release builds
2017-04-24 Sanjoy Das[SCEV] Enable SCEV verification by default in EXPENSIVE...
2017-04-24 Sanjoy Das[SCEV] Fix exponential time complexity by caching
2017-04-23 Xinliang David Li[PartialInine]: add triaging options
2017-04-23 Lang Hames[Orc] Use recursive mutexes for Error serialization.
2017-04-23 Sanjoy Das[SCEV] Move towards a verifier without false positives
2017-04-23 Simon Pilgrim[X86][AVX] Add scheduling latency/throughput tests...
2017-04-23 Sanjay Patel[InstCombine] add/move folds for [not]-xor
2017-04-23 Xinliang David Li[PartialInlining] Add optimization remark support
2017-04-23 Simon Pilgrim[X86][SSE] Add scheduler class support for SSE42 (PCMPG...
2017-04-23 Simon Pilgrim[X86][SSE] Add scheduling latency/throughput tests...
2017-04-23 Sanjay Patel[InstCombine] add tests for not-xor and remove redundan...
2017-04-23 Xin Tong[JumpThread] We want to fold (not thread) when all...
2017-04-23 Simon Pilgrim[X86][SSE] Add scheduling latency/throughput tests...
2017-04-23 Simon Pilgrim[X86][SSE] Add missing scheduling latency/throughput...
2017-04-23 Xin TongCorrect grammar. NFC
2017-04-23 Craig Topper[APInt] Make clearUnusedBits branch free.
2017-04-23 Craig Topper[APInt] In sext single word case, use SignExtend64...
2017-04-23 Sanjay Patel[InstCombine] add tests for or-to-xor; NFC
2017-04-23 Sanjay Patel[InstCombine] add pattern matches for commuted variants...
2017-04-23 Sanjay Patel[InstCombine] add tests for xor-to-xor; NFC
2017-04-23 Simon Pilgrim[X86][SSE] Add scheduling latency/throughput tests...
2017-04-23 Simon Pilgrim[X86][SSE] Add scheduling latency/throughput tests...
2017-04-23 Sanjay Patel[InstCombine] add tests for add-to-xor commuted variant...
2017-04-23 Renato GolinRevert "[APInt] Fix a few places that use APInt::getRaw...
2017-04-23 Renato GolinRevert "[APInt] Add ashrInPlace method and implement...
2017-04-23 Ayman Musa[X86][MPX] Add load & store instructions of bnd values...
2017-04-23 Ayman Musa[X86] Convert test checks to generated checks of update...
2017-04-23 Artyom Skrobov[ARM] ScheduleDAGRRList::DelayForLiveRegsBottomUp must...
2017-04-23 Craig Topper[APInt] Fix a few places that use APInt::getRawData...
2017-04-23 Craig Topper[APInt] Use operator<<= where possible. NFC
2017-04-23 Craig Topper[APInt] Use operator<<= instead of shl where possible...
2017-04-23 Davide Italiano[ThinLTO/Summary] Rename anonymous globals as last...
2017-04-23 Craig Topper[APInt] Use ashInPlace where possible.
2017-04-23 Adrian PrantlRevert "Use DW_OP_stack_value when reconstructing varia...
2017-04-22 Jonathan RoelofsFix testcase: s/CHECKNEXT/CHECK-NEXT/
2017-04-22 Sanjay Patel[InstCombine] clean up tests and regenerate checks...
2017-04-22 Craig Topper[APInt] Add ashrInPlace method and implement ashr using...
2017-04-22 Adrian PrantlUse DW_OP_stack_value when reconstructing variable...
2017-04-22 Simon Pilgrim[X86] Regenerate TLS tests
2017-04-22 Craig Topper[APInt] Remove unnecessary min with BitWidth from count...
2017-04-22 Xinliang David Li[PartialInlining] Using existing hasAddressTaken interf...
2017-04-22 Sanjay Patel[InstCombine] use 'match' to reduce code; NFCI
2017-04-22 Kamil RytarowskiUpdate documentation for the NetBSD target
2017-04-22 Daniel Sanders[globalisel][tablegen] Add support for RegisterOperand.
2017-04-22 Daniel Sanders[globalisel][tablegen] Revise API for ComplexPattern...
2017-04-22 Daniel Sanders[globalisel][tablegen] Fix PR32733 by checking which...
2017-04-22 David BlaikieFix test to handle .rel and .rela sections (& to actual...
2017-04-22 David BlaikieAvoid using relocations for ref_addr in .dwo files
2017-04-22 David BlaikieFix test from polluting the source tree
2017-04-22 Artur PilipenkoFix for PR32740 - Invalid floating type, unreachable...
2017-04-22 Craig Topper[APInt] Add WORD_MAX constant and use it instead of...
2017-04-22 David BlaikieRemove the unnecessary virtual dtor from the DIEUnit...
2017-04-21 Matt ArsenaultLowerSwitch: Fix producing invalid IR on unreachable...
2017-04-21 David BlaikieMove Split DWARF handling to an MC option/command line...
next