OSDN Git Service

android-x86/external-llvm.git
2017-03-07 Daniel BerlinMake SmallPtrSet count and find able to take const...
2017-03-07 Matthew Simpson[LV] Consider users that are memory accesses in uniform...
2017-03-07 Sanjoy Das[X86] Add option to specify preferable loop alignment
2017-03-07 Daniel Sanders[globalisel] Change LLT constructor string into an...
2017-03-07 Adrian PrantlFurther reduce testcase
2017-03-07 Teresa JohnsonFix test and add missing return for llvm-lto2 error...
2017-03-07 Volkan Keles[GlobalISel] Translate floating-point negation
2017-03-07 Adrian PrantlUpdate comment in testcase
2017-03-07 Adrian PrantlRephrase condition for better readability. NFC
2017-03-07 Zachary Turner[fs] Make sure to check S_ISLNK() in fillStatus.
2017-03-07 Sanjay Patelrevert r297155 because there's a clang test that depend...
2017-03-07 Adrian PrantlRevert "Strip debug info when inlining into a nodebug...
2017-03-07 Adrian PrantlRelax the conflicting function arg verifier to allow...
2017-03-07 Adrian PrantlVerfier: Move the reset of DebugFnArgs closer to other...
2017-03-07 Nico WeberRevert r297132, it caused PR32171
2017-03-07 Sanjay Patel[InstCombine] shrink truncated splat shuffle
2017-03-07 Zachary Turner[Support] Add the option to not follow symlinks on...
2017-03-07 John Brawn[ARM] Correct handling of LSL #0 in an IT block
2017-03-07 Krzysztof Parzyszek[Hexagon] Do not insert instructions before PHI nodes
2017-03-07 Ranjeet Singh[ARM] Reapply r296865 "[ARM] fpscr read/write intrinsic...
2017-03-07 Jonas Paulsson[SystemZ] Add check VT.isSimple() in canTreateAsByteVec...
2017-03-07 Artyom SkrobovIn Thumb1, materialize a move between low registers...
2017-03-07 Sam Parker[LoopRotate] Update dbg.value intrinsics
2017-03-07 Ayman Musa[X86] Quick fix for build bot failure (r297127) due...
2017-03-07 Ayman Musa[X86][AVX512] Adding new LLVM TableGen backend which...
2017-03-07 Ayman Musa[X86][AVX512] Add missing entries to EVEX2VEX tables
2017-03-07 Tim ShenRevert "[PowerPC][ELFv2ABI] Allocate parameter area...
2017-03-07 Sanjoy Das[LoopUnrolling] Fix loop size check for peeling
2017-03-07 Craig Topper[APInt] Add rvalue reference support to and, or, xor...
2017-03-07 Konstantin... Revert "AMDGPU: Set MCAsmInfo::PointerSize"
2017-03-07 Zachary TurnerUse LLVM for all stat-related functionality.
2017-03-07 Craig Topper[APInt] Fix test names in unittest to match functions...
2017-03-07 Craig Topper[APInt] Add getBitsSetFrom and setBitsFrom to set upper...
2017-03-07 Adrian PrantlAdd a testcase for r297072.
2017-03-07 Craig Topper[APInt] Implement getLowBitsSet/getHighBitsSet/getBitsS...
2017-03-07 Craig Topper[APInt] Add setLowBits/setHighBits methods to APInt.
2017-03-07 Kuba MracekUn-XFAIL Fuzzer/test/dump_coverage.test. This now...
2017-03-07 Bob Wilsonremove Cmake option for LLVM_DISABLE_ABI_BREAKING_CHECK...
2017-03-06 Michael Kuperstein[SLP] Revert r296863 due to miscompiles.
2017-03-06 Tim NorthoverGlobalISel: restrict G_EXTRACT instruction to just...
2017-03-06 Mike Aizatsky[libfuzzer] do not use xargs for shell expansion
2017-03-06 Sanjay Patel[InstCombine] use dyn_cast instead of isa+cast; NFCI
2017-03-06 Chris Bieneman[ObjectYAML] Support for DW_FORM_implicit_const DWARF5...
2017-03-06 Volkan Keles[GlobalISel] Fix G_FPEXT’s description. NFC.
2017-03-06 Sanjay Patel[DAG] refactor related div/rem folds; NFCI
2017-03-06 Paul Robinson[DWARFv5] Update definitions to match published spec.
2017-03-06 Jessica Paquette[Outliner] Fixed Asan bot failure in r296418
2017-03-06 Krzysztof Parzyszek[TableGen] Ensure proper ordering of subtarget feature...
2017-03-06 Chad Rosier[AArch64][Redundant Copy Elim] Add support for CMN...
2017-03-06 Hans WennborgDisable gvn-hoist (PR32153)
2017-03-06 Adrian PrantlVerifier: Change Assert to AssertDI.
2017-03-06 Chris Bieneman[ObjectYAML] NFC. Refactor DWARFYAML CompileUnit dump...
2017-03-06 Jessica PaquetteTest commit. Added a blank line.
2017-03-06 Krzysztof ParzyszekRevert r297039, it's causing some mysterious buildbot...
2017-03-06 Jan VeselyAMDGPU/R600: Fix ALU clause markers use detection
2017-03-06 Daniel BerlinNewGVN: We were not really failing this testcase, becau...
2017-03-06 Chris Bieneman[DWARF] NFC. A few bits of minor code cleanup.
2017-03-06 Adam Nemet[opt-diff] Fix the case when the script is invoked...
2017-03-06 Krzysztof Parzyszek[IfConversion] Only renormalize probabilities if branch...
2017-03-06 Sanjay Patel[InstSimplify] refactor related div/rem folds; NFCI
2017-03-06 Tim NorthoverGlobalISel: don't emit degenerate G_INSERT instructions.
2017-03-06 Sanjay Patel[InstSimplify] add tests for vector div/rem with UB...
2017-03-06 Daniel BerlinNewGVN: Remove DebugUnknownExprs, just mark the instruc...
2017-03-06 Daniel BerlinNewGVN: Only call isInstructionTrivially dead once...
2017-03-06 Reid Kleckner[X86] Fix arg copy elision for illegal types
2017-03-06 Tim NorthoverGlobalISel: add buildUndef method to MachineIRBuilder...
2017-03-06 Tim NorthoverGlobalISel: refactor legalization of G_INSERT.
2017-03-06 Sanjay Patel[InstSimplify] regenerate checks; NFC
2017-03-06 Krzysztof Parzyszek[TableGen] Ensure proper ordering of subtarget feature...
2017-03-06 Dehao ChenRemove the sample pgo annotation heuristic that uses...
2017-03-06 Krzysztof Parzyszek[Hexagon] Early-if-convert branches that may exit the...
2017-03-06 Krzysztof Parzyszek[Hexagon] Mark dead defs as <dead> in expand-condsets
2017-03-06 Krzysztof Parzyszek[Hexagon] Pick a dot-old instruction that matches the...
2017-03-06 Sanjay Patel[InstSimplify] remove misleading comments; NFC
2017-03-06 Sanjay Patel[DAGCombiner] simplify div/rem-by-0
2017-03-06 Alexey Bataev[SLP] A test for vectorization of users of extracteleme...
2017-03-06 Tobias GrosserFix minor typo introduce in r297014
2017-03-06 Vassil VassilevSilence a warning "hiding virtual function".
2017-03-06 Sanjay Patel[x86] add tests to show missing div/rem simplifications...
2017-03-06 Michael Kruse[BasicBlockUtils] Check for nullptr before updating...
2017-03-06 Sanjay Patel[DAG] fix formatting; NFC
2017-03-06 Tobias GrosserNew Test-Case for Region Analysis
2017-03-06 Sanjay Patel[DAG] fix typo in comment; NFC
2017-03-06 Tom StellardCMake: Add a build target for generating a source RPM
2017-03-06 Nemanja Ivanovic[PowerPC] Fix failure with STBRX when store is narrower...
2017-03-06 Dean Michael... [XRay] Allow logging the first argument of a function...
2017-03-06 Craig Topper[APInt] Move operator~ out of line to make it better...
2017-03-06 Craig Topper[APInt] Remove add and sub functions from APIntOps...
2017-03-06 Craig Topper[APInt] Remove unused And/Or/Xor methods. They just...
2017-03-05 Sanjoy Das[SCEV] Decrease the recursion threshold for CompareValu...
2017-03-05 Craig Topper[APInt] Remove the And/Or/Xor/Not functions from the...
2017-03-05 Simon Pilgrim[SelectionDAG] Fix vector splitting for *_EXTEND_VECTOR...
2017-03-05 Tobias GrosserNew Test-Case for Region Analysis
2017-03-05 Benjamin Kramer[X86] Silence GCC enum compare warning.
2017-03-05 Simon Pilgrim[X86][SSE] Lower 128-bit vectors to SIGN/ZERO_EXTEND_VE...
2017-03-05 Sylvestre LedruRevert commit r296967, no typo
2017-03-05 Craig Topper[SimplifyCFG] Use APInt::operator| instead of APInt...
2017-03-05 Craig Topper[DAGCombine] Use APInt::operator|(uint64_t) instead...
2017-03-04 Sanjay Patel[x86] don't require a zext when forming ADC/SBB
2017-03-04 Sanjay Patel[DAGCombiner] allow transforming (select Cond, C +...
next