OSDN Git Service

android-x86/external-llvm.git
2016-07-17 Justin LebarClean up some comments in MathExtras.h.
2016-07-17 Justin LebarAdd assertions checking SignExtend{32,64}'s bit width.
2016-07-17 Justin LebarFix isShiftedInt and isShiftedUint for widths > 32.
2016-07-17 Justin LebarUse a faster implementation of maxUIntN.
2016-07-17 Justin LebarFix warnings in ImmutableSetTest and SequenceTest.
2016-07-17 Simon Pilgrim[X86][AVX] Added VBROADCASTF128/VBROADCASTI128 tests
2016-07-17 Simon Pilgrim[X86] Regenerated ctlz/cttz scalar tests for 32/64...
2016-07-17 Simon Pilgrim[X86] Regenerated popcnt scalar tests for 32/64-bit...
2016-07-17 Simon Pilgrim[X86][SSE] lowerVectorShuffleAsPermuteAndUnpack tidyup...
2016-07-17 Teresa Johnson[ThinLTO] Perform profile-guided indirect call promotion
2016-07-17 Teresa JohnsonAddress review comments.
2016-07-17 Teresa JohnsonRefactor indirect call promotion profitability analysis...
2016-07-17 Guy Blanktest commit
2016-07-17 Elena DemikhovskyX86: Updated a test file. NFC.
2016-07-16 Dehao Chen[PM] Convert IVUsers analysis to new pass manager.
2016-07-16 Sanjay Patel[InstCombine] allow X + signbit --> X ^ signbit for...
2016-07-16 Sanjay Pateladd vector test to show missing transform
2016-07-16 Mehdi AminiIPRA: avoid double query to the map (NFC)
2016-07-16 Sanjay Patelupdate tests to use FileCheck, consolidate tests, fix...
2016-07-16 Sanjay Patelupdate test to use FileCheck
2016-07-16 Sanjay Patelauto-generate checks
2016-07-16 Sanjay Patelauto-ggenerate checks
2016-07-16 Sanjay Patel[InstCombine] reassociate logic ops with constants...
2016-07-16 Hal FinkelRevert "Revert r275027 - Let FuncAttrs infer the 'retur...
2016-07-16 Hal FinkelDisable this-return argument forwarding on ARM/AArch64
2016-07-16 Yaxun LiuRe-commit [AMDGPU] Add metadata for runtime
2016-07-16 Craig Topper[AVX512] Remove CodeGenOnly VBROADCAST m_Int instructio...
2016-07-16 Matthias Braunllc: Add support for -run-pass none
2016-07-16 Matthias Braunllc: Move pass query/add code into an own function...
2016-07-16 Matthias BraunARM/MIR: Move test from MIR to CodeGen/ARM directory
2016-07-16 Matthias BraunARM: Initialize LoadStore passes in TargetMachine
2016-07-16 Eric ChristopherReword comment to be more clear.
2016-07-16 Matthias BraunMIParser: reject subregister indexes on physregs
2016-07-16 Richard SmithFix modules buildbot after r275633.
2016-07-16 Justin LebarDon't do uint64_t(1) << 64 in maxUIntN.
2016-07-15 Kostya Serebryany[libFuzzer] add hooks for strstr, strcasestr, strcasecm...
2016-07-15 Vedant Kumar[llvm-cov] Attempt to appease an older builder
2016-07-15 Sebastian Popbugpoint: add flag -verbose-errors
2016-07-15 Duncan P. N... Reapply "Mips: Avoid implicit iterator conversions...
2016-07-15 Vedant Kumar[llvm-cov] Attempt to appease Windows bots
2016-07-15 Vedant Kumar[llvm-cov] Optionally use a symbol demangler when prepa...
2016-07-15 Vedant Kumar[llvm-cov] Document a few private fields of CodeCoverag...
2016-07-15 Vedant Kumar[Support] Fix a doxygen comment (NFC)
2016-07-15 Junmo ParkMinor code cleanups. NFC.
2016-07-15 Jacques Pienaar[lanai] Small cleanup: remove/comment out unused args
2016-07-15 Matt ArsenaultAMDGPU: Fix verifier error from partially undef copy
2016-07-15 Michael KupersteinExpandPostRAPseudos should transfer implicit uses,...
2016-07-15 Alexei StarovoitovBPF: Use official ELF e_machine value
2016-07-15 Jacques Pienaar[lanai] Fix build by updating calls to getLoad & getStore.
2016-07-15 Zachary Turner[pdb] Teach MsfBuilder and other classes about the...
2016-07-15 Zachary Turner[pdb] Round trip the NameMap data structure to YAML.
2016-07-15 Zachary Turner[pdb] Use MsfBuilder to handle the writing PDBs.
2016-07-15 Matt ArsenaultStructurizeCFG: Fix inverting constantexpr conditions
2016-07-15 Krzysztof Parzyszek[Hexagon] Handle instruction latency for 0 or 2 cycles
2016-07-15 Matt ArsenaultAMDGPU: Remove brev intrinsic
2016-07-15 Matt ArsenaultAMDGPU: Fix TargetPrefix for remaining r600 intrinsics
2016-07-15 Matt ArsenaultAMDGPU: Remove AMDGPU.ldexp
2016-07-15 Matt ArsenaultAMDGPU: Remove legacy rsq.clamped intrinsic
2016-07-15 Matt ArsenaultAMDGPU/R600: Delete dead code.
2016-07-15 Saleem AbdulrasoolDebugInfo: reorder some initializers
2016-07-15 Saleem AbdulrasoolCodeGen: avoid emitting unnecessary CFI
2016-07-15 Michael ZolotukhinMake processInstruction from LCSSA.cpp externally avail...
2016-07-15 Zachary Turner[pdb] Introduce MsfBuilder for laying out PDB files.
2016-07-15 Nico WeberTeach fast isel about the win64 calling convention.
2016-07-15 Krzysztof Parzyszek[Hexagon] Make MI scheduler check for stalls in previou...
2016-07-15 George Burgess IV[CFLAA] Add attributes handling for CFLAnders.
2016-07-15 Nemanja Ivanovic[PowerPC] Set kill flag for scratch register when spill...
2016-07-15 George Burgess IV[CFLAA] Add an initial CFLAnders implementation.
2016-07-15 Derek SchuffFix calls to SelectionDAG::getStore
2016-07-15 Vitaly BukaRevert "[AMDGPU] Add metadata for runtime"
2016-07-15 Krzysztof Parzyszek[Hexagon] Replace postprocessDAG with a more elaborate...
2016-07-15 Jingyue Wu[ReassociateGEP] Update tests to allow missing "inbound...
2016-07-15 Sjoerd Meijer[MBP] Clean up of the comments, and a first attempt...
2016-07-15 Sanjay Pateladd tests for associative ops blocked by a cast
2016-07-15 Davide Italiano[SCCP] Merge two conditions into one. NFCI.
2016-07-15 Justin Lebar[SelectionDAG] Get rid of bool parameters in SelectionD...
2016-07-15 Justin Lebar[CodeGen] Take a MachineMemOperand::Flags in MachineFun...
2016-07-15 Rong Xu[PGO] IRPGO pre-cleanup pass changes
2016-07-15 Sanjay Patelfix documentation comments; NFC
2016-07-15 Krzysztof Parzyszek[Hexagon] Add a scheduling DAG mutation
2016-07-15 Adam Nemet[OptRemark,LDist] RFC: Add hotness attribute
2016-07-15 Kostya Serebryany[libFuzzer] add ThreadedLeakTest
2016-07-15 David Majnemer[AliasAnalysis] Give back AA results for fence instructions
2016-07-15 Krzysztof Parzyszek[Hexagon] Update instruction itineraries
2016-07-15 Dehao Chen[PM] Convert LoopInstSimplify Pass to new PM
2016-07-15 Justin BognerIR: Sort generic intrinsics before target specific...
2016-07-15 Krzysztof Parzyszek[Hexagon] Fixes/changes to instruction selection
2016-07-15 Jun Bum Lim[DSE]Enhance shorthening MemIntrinsic based on OverlapI...
2016-07-15 Krzysztof Parzyszek[Hexagon] Improve patterns with stack-based addressing
2016-07-15 Nico WeberIn dag-optnone.ll, use varargs instead of win64 to...
2016-07-15 Matthew Simpson[LV] Swap A and B in interleaved access analysis (NFC)
2016-07-15 Yaxun Liu[AMDGPU] Add metadata for runtime
2016-07-15 Jacques PienaarRename AnalyzeBranch* to analyzeBranch*.
2016-07-15 Igor LaevskyRe-submit r272891 "Prevent dangling pointer problems...
2016-07-15 Daniel SandersRevert r275141 - Mips: Avoid implicit iterator conversi...
2016-07-15 Sebastian Popcode hoisting pass based on GVN
2016-07-15 Nitesh Jain[LLVM][MIPS] Fix createStubFunction to emit JR encoding...
2016-07-15 Simon Pilgrim[X86][AVX] Added shuffle tests for UNPCK+PERMUTE
2016-07-15 Simon Pilgrim[X86][AVX2] Added a memory version of test_mm256_broadc...
2016-07-15 Simon Pilgrim[X86][AVX2] Improve lowerShuffleAsRepeatedMaskAndLanePe...
next