OSDN Git Service

android-x86/external-llvm.git
2016-06-30 Duncan P. N... CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
2016-06-29 Sanjay Patelregenerate checks
2016-06-29 Matthias BraunPrologEpilogInserter: Some code cleanup; NFC
2016-06-29 Peter CollingbourneAdd move constructor and move assignment to fix MSVC...
2016-06-29 Peter CollingbourneObject: Replace NewArchiveIterator with a simpler NewAr...
2016-06-29 Adam Nemet[LV] Improve accuracy and formatting of function comment
2016-06-29 Michael Gottesman[LLVMConfig.cmake] LLVM_CONFIG_EXPORTED_TARGETS =>...
2016-06-29 Vedant Kumar[llvm-cov] Use relative paths to file reports in -outpu...
2016-06-29 Zachary TurnerResubmit "Update llvm command line parser to support...
2016-06-29 Artem BelevichRevert r273313 "[NVPTX] Improve lowering of byval args...
2016-06-29 Evgeniy StepanovStackColoring for SafeStack.
2016-06-29 Kevin EnderbyChange Archive::create() from ErrorOr<...> to Expected...
2016-06-29 Tim Shen[InstCombine] Simplify and correct folding fcmps with...
2016-06-29 Tim Shen[InstCombine, NFC] Change the generated variable names...
2016-06-29 Davide Italiano[Triple] Reimplement isLittleEndian(). Now it works...
2016-06-29 Nirav DavePermit memory operands in ins/outs instructions
2016-06-29 Rafael EspindolaDon't verify inputs to the Linker if ODR merging.
2016-06-29 Tim Shen[InstCombine] Add full tests for FoldAndOfFCmps and...
2016-06-29 Vedant Kumar[llvm-cov] Change some FileCheck prefixes to make tests...
2016-06-29 Nico WeberAdd a regression test for PR28348.
2016-06-29 Nico WeberRevert r272251, it caused PR28348.
2016-06-29 Michael Gottesman[LLVMConfig.cmake.in] Create a new variable LLVM_CONFIG...
2016-06-29 Vedant KumarUse LLVM_ATTRIBUTE_UNUSED instead of void casts; NFC
2016-06-29 Ahmed Bougacha[X86] Lower blended PACKUSes using appropriate types.
2016-06-29 Vedant Kumar[llvm-cov] Disable PGO name compression in a test file
2016-06-29 Vedant KumarFix a typo; NFC
2016-06-29 Vedant Kumar[llvm-cov] Do not allow ".." to escape the coverage...
2016-06-29 Benjamin Kramer[ManagedStatic] Reimplement double-checked locking...
2016-06-29 Rafael EspindolaDrop support for creating $stubs.
2016-06-29 Rafael EspindolaUpdate tests to use at least darwin9.
2016-06-29 Krzysztof Parzyszek[Docs][CodeGenerator] Don't specify the number of opera...
2016-06-29 Simon Pilgrim[X86][SSE2] Added _mm_loadu_si64 test to match llvm...
2016-06-29 Simon Pilgrim[X86] Regenerated popcnt combine tests
2016-06-29 Elena DemikhovskyReverted patch 273864
2016-06-29 Marcin Koscielnicki[SystemZ] Add floating-point test data class instructions.
2016-06-29 Vedant KumarRevert "[Coverage] Move logic to encode filenames and...
2016-06-29 Vedant KumarRevert "[Coverage] Clarify ownership of a MemoryBuffer...
2016-06-29 Craig TopperRevert "[ValueTracking] Teach computeKnownBits for...
2016-06-29 Adam Nemet[Diag] Add getter shouldAlwaysPrint. NFC
2016-06-29 Craig Topper[ValueTracking] Teach computeKnownBits for PHI nodes...
2016-06-29 Craig Topper[DAGCombine] Teach DAG combine to handle ORs of shuffle...
2016-06-29 Craig Topper[DAGCombine] Add test cases to show that DAG combining...
2016-06-29 Craig Topper[CodeGen] Make ShuffleVectorSDNode::commuteMask take...
2016-06-29 Eric ChristopherRevert "[InstCombine] Avoid combining the bitcast of...
2016-06-29 Philip Reames[bugpoint] Delete a stale comment.
2016-06-29 Philip Reames[bugpoint] Unwrap one level of wrapper functions [NFC]
2016-06-29 Davide Italiano[Triple] Add isLittleEndian().
2016-06-29 Philip Reames[bugpoint] Extract helper functions for readability...
2016-06-29 Vedant Kumar[llvm-cov] Minor cleanups to prepare for the html forma...
2016-06-29 Vedant Kumar[Object] Fix a -Wpessimizing-move error; clang-format...
2016-06-29 Philip Reames[bugpoint] Simplify code by moving exception to only...
2016-06-29 Philip Reames[bugpoint] Treat token type the same as ehpad w.r.t...
2016-06-29 Philip Reames[bugpoint] Disabling one transform shouldn't prevent...
2016-06-28 Kevin EnderbyFinish cleaning up most of the error handling in libObj...
2016-06-28 Adam Nemet[Diag] Fix file comment
2016-06-28 Kyle ButtCodegen: [MBP] Add messages to asserts. NFC
2016-06-28 Weiming Zhao[ARM] Fix 28282: cost computation for constant hoisting
2016-06-28 Manman RenRevert r274054 to try to appease the bot
2016-06-28 Dehao ChenRelax the clearance calculating for breaking partial...
2016-06-28 Chris Bieneman[YAML] Fix YAML tags appearing before the start of...
2016-06-28 Zhan Jun Liau[SystemZ] Use NILL instruction instead of NILF where...
2016-06-28 Simon PilgrimFix "not all control paths return a value" warning...
2016-06-28 Matthias BraunX86FrameLowering: Check subregs when deciding prolog...
2016-06-28 Rafael EspindolaUse isPositionIndependent in a few more places.
2016-06-28 Zachary TurnerUpdate llvm command line parser to support subcommands.
2016-06-28 Krzysztof ParzyszekFix typo
2016-06-28 Sanjay Patelminimize regression tests and update checks
2016-06-28 Sanjay Patelminimize regression tests and update checks
2016-06-28 Artur PilipenkoSupport arbitrary addrspace pointers in masked load...
2016-06-28 Jacques Pienaar[lanai] Update ELF number to correspond to the assigned...
2016-06-28 Michael Kuperstein[X86] Update a test with more explicit checks. NFC.
2016-06-28 Matt ArsenaultAMDGPU: Fix global isel crashes
2016-06-28 Chad RosierTypos. NFC.
2016-06-28 Michael Kuperstein[X86] Reorder source list alphabetically. NFC.
2016-06-28 Matt ArsenaultAMDGPU: Fix typo
2016-06-28 Matt ArsenaultAMDGPU: Remove unused function
2016-06-28 Vedant Kumar[llvm-cov] Create an index of reports in -output-dir...
2016-06-28 Vedant Kumar[llvm-cov] Minor cleanups (NFC)
2016-06-28 Vedant Kumar[llvm-cov] Avoid copying file paths multiple times...
2016-06-28 Vedant Kumar[llvm-cov] Rename ShowFormat to Format (NFC)
2016-06-28 Vedant Kumar[llvm-cov] Move a check into a helper method (NFC)
2016-06-28 David Majnemer[X86] Make WRPKRU/RDPKRU pass -verify-machineinstrs
2016-06-28 Rafael EspindolaDon't pass a Reloc::Model to GVIsIndirectSymbol.
2016-06-28 Rafael EspindolaDon't pass Reloc::Model to places that already have...
2016-06-28 Rafael EspindolaConvert more cases to isPositionIndependent(). NFC.
2016-06-28 Rafael EspindolaDelete dead code. NFC.
2016-06-28 Marcin Koscielnicki[SystemZ] Save/restore r6 and r7 if function contains...
2016-06-28 Simon Pilgrim[X86][AVX] Peek through bitcasts to find the source...
2016-06-28 Simon PilgrimFix "not all control paths return a value" warning...
2016-06-28 Rafael EspindolaConvert 2 more uses to shouldAssumeDSOLocal(). NFC.
2016-06-28 Simon PilgrimFixed MSVC unresolved symbol error due to an incorrectl...
2016-06-28 Vassil Vassilev[modules] Separate intrinsic_gen dependent headers...
2016-06-28 Rafael EspindolaUse isPositionIndependent(). NFC.
2016-06-28 Vassil VassilevAdd missing includes.
2016-06-28 Arnaud A. de... [gold] Really fix test to run on non x86 platforms.
2016-06-28 Simon Pilgrim[X86][SSE] Added support for combining target shuffles...
2016-06-28 Xinliang David Li[BFI/MBFI]: cfg graph view with color scheme
2016-06-28 Elena Demikhovsky[X86 Target Lowering] Merged ICMP test.
2016-06-28 Xinliang David Li[BFI]: enhance BFI graph dump
2016-06-28 Adam Nemet[LLE] Don't hoist conditionally executed loads
next