OSDN Git Service

android-x86/external-llvm.git
2016-05-04 Evandro Menezes[AArch64] Use the reciprocal estimation machinery
2016-05-04 Tobias Grossercmake: Prefix Polly options with LLVM_ to avoid variabl...
2016-05-04 Vitaly BukaRevert r268529 because it caused use-of-uninitialized...
2016-05-04 Reid Kleckner[codeview] Add a type visitor to help abstract away...
2016-05-04 Hal Finkel[ConstantFold] Don't try to strip fp -> int bitcasts...
2016-05-04 Sanjay Patel[x86] add tests to show current codegen for obscured...
2016-05-04 Marcin Koscielnicki[MSan] [Mips64] Add tests for vararg handling.
2016-05-04 Balaram MakamRevert "[InstCombine] Canonicalize icmp instructions...
2016-05-04 Weiming Zhao[ARM] Fix Scavenger assert due to underestimated stack...
2016-05-04 Simon PilgrimFix spelling in comment. NFC.
2016-05-04 Simon PilgrimRevert r268504
2016-05-04 Marianne Mailhot... Adding test cases showing the behavior of LoopUnrollPas...
2016-05-04 Jingyue Wu[NVPTX:doc] Update code examples to conform to the...
2016-05-04 Balaram Makam[InstCombine] Canonicalize icmp instructions based...
2016-05-04 Leny Kholodov[Support] Creation of minidump after compiler crash...
2016-05-04 Reid KlecknerReland "Use ScopedPrinter in llvm-pdbdump"
2016-05-04 Nemanja Ivanovic[PowerPC] Generate VSX version of splat word
2016-05-04 Simon Pilgrim[X86][SSE] Regenerate vector bswap tests
2016-05-04 Chad RosierTypo. NFC.
2016-05-04 Hans Wennborg[SimplifyCFG] isSafeToSpeculateStore now ignores debug...
2016-05-04 Chad RosierRevert "Use ScopedPrinter in llvm-pdbdump"
2016-05-04 Chad RosierUse a uniform name for the load combine pass. NFC.
2016-05-04 Zachary TurnerUse ScopedPrinter in llvm-pdbdump
2016-05-04 Simon Pilgrim[SelectionDAG] BITREVERSE vector legalization of bit...
2016-05-04 Jan VeselyAMDGPU/R600: Minor cleanup in InstrInfo
2016-05-04 Igor Laevsky[RS4GC] Use SetVector/MapVector instead of DenseSet...
2016-05-04 Elena DemikhovskyThe test files are auto-generated by update_llc_test_ch...
2016-05-04 Daniel Sanders[mips][ias] Only round section sizes when explicitly...
2016-05-04 Chris Dewhurst[Sparc] Allow taking of function address into a register.
2016-05-04 Zlatko Buljan[mips][microMIPS] Add CodeGen support for microMIPSr6...
2016-05-04 Chris Dewhurst[Sparc] Implement __builtin_setjmp, __builtin_longjmp...
2016-05-04 Daniel Sanders[mips] Remove -mattr=+n64 and fix indentation in tailca...
2016-05-04 David Majnemer[ConstantFolding, ValueTracking] Fold constants involvi...
2016-05-04 Simon Atanasyan[llvm-readobj] Print MIPS .MIPS.options section content
2016-05-04 Davide Italiano[IPO/ConstantMerge] Convert to static function, to...
2016-05-04 Zachary TurnerMake ListScope and DictScope re-use the same code.
2016-05-04 David Majnemer[X86] Lower zext i1 arguments
2016-05-04 Richard SmithRemove (unused) "using namespace llvm;" in Support...
2016-05-04 David Majnemer[GlobalDCE, Misc] Don't remove functions referenced...
2016-05-03 Vedant Kumar[Support] Add a free toString function for Error
2016-05-03 NAKAMURA Takumillvm-pdbdump: Update libdeps.
2016-05-03 Kevin EnderbyProduce another specific error message for a malformed...
2016-05-03 Zachary TurnerFix template type deduction error on some compilers.
2016-05-03 Andrew KaylorAdd opt-bisect support to additional passes that can...
2016-05-03 Zachary TurnerRemove unused variable.
2016-05-03 Zachary TurnerMove CodeViewTypeStream to DebugInfo/CodeView
2016-05-03 Justin BognerPM: Port LoopRotation to the new loop pass manager
2016-05-03 Simon Pilgrim[X86][XOP] Add placeholder VPERMIL2 combining tests
2016-05-03 Justin BognerPM: Port LoopSimplifyCFG to the new pass manager
2016-05-03 Simon Pilgrim[X86] Tidied up SDValue's SDNode referencing. NFCI.
2016-05-03 Justin BognerPM: Check that loop passes preserve a basic set of...
2016-05-03 Davide Italiano[IPO/ConstantMerge] Garbage collect dead code. NFC.
2016-05-03 Chris BienemanDisable LLVM_ENABLE_TIMESTAMPS by default
2016-05-03 Vedant Kumar[Support] Drop template line in favor of 'inline'
2016-05-03 Tim NorthoverX86-Darwin: start emitting data-region directives for...
2016-05-03 Sanjoy Das[RS4GC] Add a test case around calling conventions...
2016-05-03 Reid Kleckner[ADT] Add drop_front method to ArrayRef
2016-05-03 David L KreitzerAdd an address space for the X86 SS segment.
2016-05-03 Davide Italiano[IPO/IPCP] Convert to use static functions. NFC.
2016-05-03 Vedant Kumar[ProfileData] Propagate an error from InstrProfSymtab
2016-05-03 Davide Italiano[IPO/GlobalDCE] Port to the new pass manager.
2016-05-03 Jack Liu[SROA] Function canConvertValue needs to check whether...
2016-05-03 Jack LiuRevert 268409 due to missing comment.
2016-05-03 Vedant Kumar[ProfileData] Assert NoError in CoverageMappingTest
2016-05-03 Davide Italiano[Reassociate] Remove unneeded constructor.
2016-05-03 Lang Hames[ExecutionEngine] Add comment explainging that Executio...
2016-05-03 Quentin Colombet[ImplicitNullChecks] Account for implicit-defs as well...
2016-05-03 Jack Liugit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2016-05-03 Sanjoy Das[LICM] Kill SCEV loop dispositions if needed
2016-05-03 Sanjoy DasUse all_of instead of a raw loop; NFC
2016-05-03 Sanjoy Das[LoopDeletion] Clear SCEV loop dispositions
2016-05-03 Sanjoy Das[SCEV] Tweak the output format and content of -analyze
2016-05-03 Kevin EnderbyProduce another specific error message for a malformed...
2016-05-03 Vedant Kumar[ProfileData] Assert NoError in InstrProfTest
2016-05-03 Vedant Kumar[ProfileData] Add error codes for compression failures
2016-05-03 Hans WennborgWin packaging script: include the OpenMP run-time
2016-05-03 Tom StellardAMDGPU/SI: Use range loops to simplify some code in...
2016-05-03 Mehdi AminiMove "Eliminate Available Externally" immediately after...
2016-05-03 Mehdi AminiProvide some default values for the ThinLTO Cache pruning
2016-05-03 Aaron BallmanSilence unused variable warning; NFC.
2016-05-03 Simon Pilgrim[X86][SSE] Added target shuffle combine to MOVQ
2016-05-03 Anna ThomasFold compares irrespective of whether allocation can...
2016-05-03 James Y Knight[Sparc] Constification of TargetMachine arguments
2016-05-03 Daniel Sanders[mips][fastisel] ADJCALLSTACKUP has a second immediate...
2016-05-03 Daniel Sanders[mips] Fix unused variable warning for release builds...
2016-05-03 Daniel Sanders[mips] Use MipsMCExpr instead of MCSymbolRefExpr for...
2016-05-03 Simon Pilgrim[X86][SSSE3] Missing combine opportunity to simplify...
2016-05-03 Igor Breger[AVX512] Add support for commutative MAX/MIN . In gener...
2016-05-03 Kristof BeylsMark that SpeculativeExecution preserves Globals Alias...
2016-05-03 Igor Breger[AVX512] Fix lowerV4X128VectorShuffle to select correct...
2016-05-03 Davide Italiano[lib/Object] Make this assertion more useful.
2016-05-03 Craig Topper[CodeGen] Add some space optimized forms of EmitNode...
2016-05-03 Matthias BraunFix uppercase typo
2016-05-03 Vedant KumarRemove unused header, NFC
2016-05-03 Matthias BraunAArch64/optimizeCondBranch: Remove earlier kill flag...
2016-05-03 Jack Liutest commit
2016-05-03 David Majnemer[LoopUnroll] Unroll loops which have exit blocks to...
2016-05-03 Zachary TurnerChange operation_not_supported to not_supported.
2016-05-03 Reid Kleckner[codeview] Maintain the type enum-to-classname mapping...
2016-05-03 Zachary TurnerParse the TPI (type information) stream of PDB files.
next