OSDN Git Service

android-x86/external-llvm.git
2017-02-01 Marcos Pividori[libFuzzer] Disable equivalence tests on non posix...
2017-02-01 Marcos Pividori[libFuzzer] Isolate merge tests that require posix.
2017-02-01 Marcos Pividori[libFuzzer] Add features `windows` and `posix` for...
2017-02-01 Marcos Pividori[libFuzzer] Accept different extensions.
2017-02-01 Marcos Pividori[libFuzzer] Fix test because cmd prompt does not expand...
2017-02-01 Rui UeyamaRevert r293820: Return Error instead of bool from merge...
2017-02-01 Sanjay Patel[ValueTracking] remove a FIXME for something we don...
2017-02-01 Rui UeyamaReturn Error instead of bool from mergeTypeStreams().
2017-02-01 Paul RobinsonRemove an assertion that doesn't hold when mixing ...
2017-02-01 Sanjay Patelfix typos; NFC
2017-02-01 Sanjay Patel[InstCombine] move folds for shift-shift pairs; NFCI
2017-02-01 Michael KupersteinShut up another GCC warning about operator precedence...
2017-02-01 Matt ArsenaultAMDGPU: Allow clustering flat memory operations
2017-02-01 Jun Bum Lim[JumpThread] No need to erase BB from LoopHeaders....
2017-02-01 Davide Italiano[SCCP] Make sure we get this case right without noinline.
2017-02-01 Davide Italiano[IPSCCP] Don't propagate return values of functions...
2017-02-01 Simon Dardis[mips] Parse the 'bopt' and 'nobopt' directives in...
2017-02-01 Zachary Turner[pdb] Add a new command for analyzing hash collisions.
2017-02-01 Michael Kuperstein[X86] Extend single-source shuffle cost test to test...
2017-02-01 Marcos Pividori[libFuzzer] Do not use llvm-objdump for disassembling...
2017-02-01 Marcos Pividori[libFuzzer] Properly check if we can use dumpbin.
2017-02-01 Sanjoy Das[ImplicitNullChecks] NFC Fix the implicit-null-checks...
2017-02-01 Matthew Simpson[LV] Move interleaved access helper functions to Vector...
2017-02-01 David BlaikieMake test case resilient to \ or / directory separators
2017-02-01 David BlaikieAdd missing test cases from r293697/D29094
2017-02-01 Sanjoy Das[InstCombine] Allow InstCombine to merge adjacent guards
2017-02-01 Simon Pilgrim[X86][SSE] Remove unused argument. NFCI.
2017-02-01 Matt ArsenaultAMDGPU: Improve nsw/nuw/exact when promoting uniform...
2017-02-01 Sanjoy Das[ImplicitNullCheck] Extend canReorder scope
2017-02-01 Sanjay Patel[ValueTracking] avoid crashing from bad assumptions...
2017-02-01 Simon Dardis[mips] Fix an initialization issue with MipsABIInfo...
2017-02-01 Kit Barton[PowerPC] Fix sjlj pseduo instructions to use G8RC_NOX0...
2017-02-01 Simon Pilgrim[X86][SSE] Merge SSE2 PINSRW lowering with SSE41 PINSRB...
2017-02-01 Florian Hahn [legalizetypes] Push fp16 -> fp32 extension node to...
2017-02-01 Sam Parker[ARM] const cast fix for ARMAttributeParser test
2017-02-01 Artur Pilipenko[LoopPredication] Add a new line to debug output in...
2017-02-01 Javed Absar[ARM] Enable Cortex-M23 and Cortex-M33 support.
2017-02-01 Daniel Sanders[globalisel] Make the MatchAction hierarchy consistent...
2017-02-01 Florian Hahn[LoopUnroll] Use addClonedBlockToLoopInfo to add loop...
2017-02-01 NAKAMURA Takumi*MacroFusion.cpp: Suppress warnings to eliminate \param...
2017-02-01 Craig Topper[X86] For AVX1/AVX2 isel, don't use FP move instruction...
2017-02-01 Evandro Menezes[AArch64] Add new target feature to fuse literal generation
2017-02-01 Evandro Menezes[AArch64] Add new subtarget feature to fuse AES crypto...
2017-02-01 Evandro Menezes[CodeGen] Move MacroFusion to the target
2017-02-01 Sanjoy Das[ImplicitNullCheck] NFC isSuitableMemoryOp cleanup
2017-02-01 Justin BognerSanitizerCoverage: Support sanitizer guard section...
2017-02-01 Matthias BraunMCMacho: Allow __thread_ptr section after dwarf sections
2017-02-01 Eugene Zelenko[Mips] Fix some Clang-tidy modernize and Include What...
2017-02-01 Stanislav MekhanoshinFix regalloc assignment of overlapping registers
2017-02-01 Davide Italiano[IPSCCP] Teach how to not propagate return values of...
2017-02-01 Matt ArsenaultAMDGPU: Cleanup fmin/fmax legacy function
2017-02-01 Dean Michael... [XRay] Use std::errc::invalid_argument instead of std...
2017-02-01 Matt ArsenaultInferAddressSpaces: Handle select
2017-02-01 Kostya Serebryany[libFuzzer] increase the default size for shmem
2017-02-01 Dean Michael... [XRay] Define the InstrumentationMap type
2017-01-31 Matt ArsenaultInferAddressSpaces: Remove dead declaration
2017-01-31 Matt ArsenaultInferAddressSpaces: Avoid double map lookup
2017-01-31 Matt ArsenaultInferAddressSpaces: Fix broken casting of constants
2017-01-31 Matt ArsenaultAMDGPU: Fix warning
2017-01-31 Kyle ButtCodeGen: Allow small copyable blocks to "break" the...
2017-01-31 Rafael EspindolaMove more code to helper functions. NFC.
2017-01-31 Justin Lebar[NVPTX] Compute approx sqrt as 1/rsqrt(x) rather than...
2017-01-31 Rafael EspindolaMove some code to a helper function. NFC.
2017-01-31 Michael KupersteinShut up GCC warning about operator precedence. NFC.
2017-01-31 Daniel BerlinNewGVN: Dead argument cleanup
2017-01-31 Daniel BerlinNewGVN: Cleanup conditions to match reality
2017-01-31 Daniel BerlinNewGVN: Add basic support for symbolic comparison evalu...
2017-01-31 Daniel BerlinNewGVN: Formatting cleanup after lookupOperandLeader...
2017-01-31 Daniel BerlinNewGVN: Remove the unsued two arguments from lookupOper...
2017-01-31 Daniel BerlinNewGVN: Cleanup header files we are using.
2017-01-31 David BlaikieAdd a verbose/human readable mode to llvm-symbolizer...
2017-01-31 Daniel BerlinScopedHashTable lookup should be const
2017-01-31 Davide Italiano[NewGVN] Preserve TargetLibraryInfo analysis.
2017-01-31 Dan Gohman[Utils] Update comment in vimrc
2017-01-31 Davide Italiano[Support] Add newline when dumping an APInt.
2017-01-31 Rafael EspindolaMake this file clang-format friendly and clang-format it.
2017-01-31 Taewook OhDo not propagate DebugLoc across basic blocks
2017-01-31 Matthew SimpsonFix VectorUtils include guard name (NFC)
2017-01-31 Tim NorthoverGlobalISel: the translation of an invoke must branch...
2017-01-31 Matthias BraunInterleaveAccessPass: Avoid constructing invalid shuffl...
2017-01-31 Tim NorthoverGlobalISel: merge invoke and call translation paths.
2017-01-31 Peter CollingbourneMC: Introduce the ABS8 symbol modifier.
2017-01-31 Simon Pilgrim[X86][XOP] Add test showing failure to combine build...
2017-01-31 Kevin EnderbyFix a bug in llvm-obdump(1) with the -macho flag disass...
2017-01-31 Davide Italiano[Instcombine] Combine consecutive identical fences
2017-01-31 Arnold SchwaighoferDon't combine stores to a swifterror pointer operand...
2017-01-31 Dehao ChenExplicitly promote indirect calls before sample profile...
2017-01-31 Sanjay Patel[InstCombine] add test for possible zext-phi transform...
2017-01-31 Matt ArsenaultAMDGPU: Use source mods with fcanonicalize
2017-01-31 Sanjay Patelfix formatting; NFC
2017-01-31 Nirav Dave[X86] Implement -mfentry
2017-01-31 David BozierAdd support for demangling C++11 thread_local variables.
2017-01-31 Artem Tamazov[AMDGPU][mc][tests][NFC] Revert coverage/smoke Gfx7...
2017-01-31 Tom StellardAMDGPU/SI: Fix inst-select-load-smrd.mir on some builds
2017-01-31 Simon Pilgrim[X86][SSE] Add support for combining PINSRB into a...
2017-01-31 Nicolai Haehnle[DAGCombine] require UnsafeFPMath for re-association...
2017-01-31 Sam Parker[ARM] Avoid using ARM instructions in Thumb mode
2017-01-31 Benjamin Kramer[X86] Silence unused variable warning in Release builds.
2017-01-31 Silviu Baranga[InstCombine] Make sure that LHS and RHS have the same...
2017-01-31 Simon Pilgrim[X86][SSE] Detect unary PBLEND shuffles.
next