OSDN Git Service

android-x86/external-llvm.git
2016-04-22 Chris DewhurstThe following code would not work before this patch...
2016-04-22 Vedant KumarRevert "Initial implementation of optimization bisect...
2016-04-22 Zlatko Buljan[mips][microMIPS] Implement DVP, EVP and JALRC.HB instr...
2016-04-22 David Majnemer[GVN] Respect fast-math-flags on fcmps
2016-04-22 David MajnemerFix some spelling mistakes
2016-04-22 David Majnemer[EarlyCSE] Take the intersection of flags on instructions
2016-04-22 Sanjoy Das[SCEV] Extract out a `isSCEVExprNeverPoison` helper...
2016-04-22 Craig Topper[SystemZ] Mark CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF as Expan...
2016-04-22 Craig Topper[Lanai] Set CTLZ_ZERO_UNDEF/CTTZ_ZERO_UNDEF to Expand...
2016-04-22 Craig Topper[Lanai] Remove unused methods declarations. NFC
2016-04-22 Mehdi AminiClean the API for CollectAsmUndefinedRefs, taking a...
2016-04-22 Mehdi AminiIRObjectFile, clang-format fixup for r267104
2016-04-22 Mehdi AminiUse std::move on the enum to insert it into the pair...
2016-04-22 Mehdi AminiRefactor IRObjectFile, extract a static CollectAsmUndef...
2016-04-22 Nicolai HaehnleAMDGPU/SI: add llvm.amdgcn.ps.live intrinsic
2016-04-22 Craig Topper[AVX512] Teach lowering to use vplzcntd/q to implement...
2016-04-22 Duncan P. N... ValueMapper/Enumerator: Clean up code in post-order...
2016-04-22 Gerolf Hoflehner[MachineCombiner] Support for floating-point FMA on...
2016-04-22 Teresa Johnson[ThinLTO] Remove unused/incomplete lazy summary reading...
2016-04-22 NAKAMURA TakumiUntabify.
2016-04-22 Nico WeberTry to fix UNRESOLVED: LLVM :: CodeGen/AArch64/arm64...
2016-04-22 Saleem AbdulrasoolARM: fix test for Windows division
2016-04-21 Dan Gohman[WebAssembly] Limit alignment hints to natural alignment.
2016-04-21 Saleem AbdulrasoolARM: restrict register class for WIN__DBZCHK
2016-04-21 Mike Aizatsky[sancov] using normalized filenames for blacklist checks.
2016-04-21 David BlaikieFix more -Wunused-variable in non-asserts build.
2016-04-21 Tim NorthoverMachO: enable .data_region directives everywhere
2016-04-21 David BlaikieFix some -Wunused-variable warnings in non-asserts...
2016-04-21 Vedant Kumar[Support] Fix Wcast-qual warning
2016-04-21 Reid KlecknerFix PDB warnings and test
2016-04-21 Derek SchuffImprove error message reporting for MachineFunctionProp...
2016-04-21 Amaury SechetRemove dead code. NFC
2016-04-21 Zachary TurnerFix -Wreturn-type warning with HAVE_DIA_SDK is false.
2016-04-21 Zachary TurnerFix pdbdump-headers.test after guid format change.
2016-04-21 Zachary TurnerFix for case sensitive filename failure.
2016-04-21 Mike AizatskyFixed flag description
2016-04-21 Amaury SechetRemove various warnings. NFC
2016-04-21 Derek Bruening[esan] EfficiencySanitizer instrumentation pass
2016-04-21 Amaury SechetAdd utility function to manipulate attributes on CallSi...
2016-04-21 Kevin EnderbyFix a typo in an error message. Caught by Sean Silva!
2016-04-21 Vedant Kumar[ProfileData] Report errors from InstrProfSymtab::create
2016-04-21 Sanjay Pateladd tests for disguised fabs/fneg
2016-04-21 Quentin Colombet[MachineBasicBlock] Make the pass argument truly mandat...
2016-04-21 Sanjay Pateluse FileCheck; add test for disguised fabs
2016-04-21 Zachary TurnerAdd natvis visualizers for endian types.
2016-04-21 Zachary TurnerRefactor raw pdb dumper into library
2016-04-21 Quentin Colombet[MachineBasicBlock] Refactor SplitCriticalEdge to expos...
2016-04-21 Kevin Enderbyhange the variable name big_size to BigSize. Caught...
2016-04-21 Andrew KaylorZero-initialize members of the CpuHashInfoTy structure...
2016-04-21 Lang Hames[RuntimeDyld] Fix conservative over-allocation of memor...
2016-04-21 JF BastienNFC: fix copy / paste comment
2016-04-21 Krzysztof Parzyszek[Hexagon] Properly recognize register alt names
2016-04-21 Kevin EnderbyFix crash in llvm-objdump with -macho -objc-meta-data...
2016-04-21 JF BastienNFC: fix nonsensical comment
2016-04-21 Sanjoy DasFolding compares with unescaped allocations
2016-04-21 Krzysztof Parzyszek[Hexagon] Expand handling of the small-data/bss section
2016-04-21 Quentin Colombet[RegisterBankInfo] Change the API for the verify methods.
2016-04-21 Matt ArsenaultAMDGPU: Fix debug name of pass to better match
2016-04-21 Matt ArsenaultLegalizeDAG: Move unaligned load/store expansion to TLI
2016-04-21 Quentin Colombet[RegisterBankInfo] Change the representation of the...
2016-04-21 Matt ArsenaultDAGCombiner: Reduce 64-bit BFE pattern to pattern on...
2016-04-21 Philip Reames[instcombine][unordered] Extend load(select) transform...
2016-04-21 Andrew KaylorInitial implementation of optimization bisect support.
2016-04-21 Nicolai HaehnleSplit IntrReadArgMem into IntrReadMem and IntrArgMemOnly
2016-04-21 Philip Reames[unordered] unordered loads from null are still unreachable
2016-04-21 Marcin Koscielnicki[PowerPC] [SSP] Fix stack guard load for 32-bit.
2016-04-21 Adam Nemet[LoopUtils] Fix typo in comment
2016-04-21 Adam Nemet[LoopUtils] Add asserts to findStringMetadataForLoop...
2016-04-21 Adam Nemet[LoopUtils] Move def of findStringMetadataForLoop to...
2016-04-21 Adam Nemet[LoopUtils] Rename {check->find}StringMetadata{Into...
2016-04-21 Philip Reames[instcombine][unordered] Implement *-load forwarding...
2016-04-21 Amjad AboudFixed Dwarf debug info emission to skip DILexicalBlockF...
2016-04-21 Philip Reames[unordered] Add tests and conservative handling in...
2016-04-21 Chad RosierAddress Philip's post-commit feedback for r266987....
2016-04-21 Philip ReamesMinor comment cleanup [NFC]
2016-04-21 Rafael EspindolaFix recursive -only-needed.
2016-04-21 Zoran Jovanovic[mips][microMIPS] Implement ldpc instruction
2016-04-21 Zoran Jovanovic[mips][microMIPS] Add R_MICROMIPS_PC19_S2 relocation
2016-04-21 Chad RosierRefactor implied condition logic from ValueTracking...
2016-04-21 Zoran Jovanovic[mips][microMIPS] Add R_MICROMIPS_PC26_S1 relocation
2016-04-21 Sam Kolton[AMDGPU] Assembler: prevent parseDPPCtrlOps from eating...
2016-04-21 Rafael EspindolaAdd a CachedHash structure.
2016-04-21 Zlatko Buljan[mips][microMIPS] Implement TLBP, TLBR, TLBWI and TLBWR...
2016-04-21 Zlatko Buljan[mips][microMIPS] Implement LL, SC, MOVEP, ROTR, ROTRV...
2016-04-21 Evgeny AstigeevichUpdated a test not to produce an empty s-file.
2016-04-21 Evgeny Astigeevich[AArch64][CodeGen] Fix of PR27158: incorrect peephole...
2016-04-21 Craig Topper[AVX512] Add CTTZ support for v8i64 and v16i32 vectors.
2016-04-21 Craig Topper[X86] Fix vector-tzcnt-512 test to disable CDI while...
2016-04-21 Craig TopperFix test command line to explicitly disable CDI instruc...
2016-04-21 Mehdi AminiCachePruning: early exit if no path supplied
2016-04-21 Mehdi AminiThinLTO: initialize variables
2016-04-21 Craig Topper[AVX512] Add support for lowering CTTZ v64i8 and v32i16...
2016-04-21 Craig Topper[X86] Remove redundant calls to setOperationAction...
2016-04-21 Craig Topper[X86] Remove some operations from the default Expand...
2016-04-21 Craig Topper[X86] Remove old leftover MMX code that sets various...
2016-04-21 Mehdi AminiThinLTO: add module caching handling.
2016-04-21 Mehdi AminiThinLTO: Resolve linkonce_odr aliases just like functions
2016-04-21 Sanjoy Das[SimplifyCFG] Fold `llvm.guard(false)` to unreachable
2016-04-21 Craig Topper[X86] Remove unnecessary setting of CTTZ_ZERO_UNDEF...
2016-04-21 Craig Topper[SelectionDAG] Teach LegalizeVectorOps to directly...
next