OSDN Git Service

[CodeGen] Add support for emitting .init_array instead of .ctors on FreeBSD.
[android-x86/external-llvm.git] / test /
2016-09-26 Davide Italiano[CodeGen] Add support for emitting .init_array instead...
2016-09-26 Davide Italiano[CodeGen] Switch test as FreeBSD will support .init_arr...
2016-09-26 Derek Schuff[WebAssembly] Use the frame pointer instead of the...
2016-09-26 Kevin EnderbyNext set of additional error checks for invalid Mach...
2016-09-26 Piotr Padlewski[thinlto] Basic thinlto fdo heuristic
2016-09-26 Nirav DaveAdd support for Code16GCC
2016-09-26 Evandro Menezes[AArch64] Fix test triplet
2016-09-26 Tom StellardAMDGPU/SI: Don't crash on anonymous GlobalValues
2016-09-26 Daniel BerlinRemove pruning of phi nodes in MemorySSA - it makes...
2016-09-26 Matthew Simpson[LV] Scalarize instructions marked scalar after vectori...
2016-09-26 Gor Nishanov[Coroutines] Part14: Handle coroutines with no suspend...
2016-09-26 Geoff Berry[AArch64] Improve add/sub/cmp isel of uxtw forms.
2016-09-26 Evandro MenezesAdd support to optionally limit the size of jump tables.
2016-09-26 Alexey Bataev[InstCombine] Fixed bug introduced in r282237
2016-09-26 Andrea Di Biagio[InstCombine] Teach the udiv folding logic how to handl...
2016-09-26 Sam KoltonRevert "[AMDGPU] Disassembler: print label names in...
2016-09-26 Sam Kolton[AMDGPU] Disassembler: print label names in branch...
2016-09-26 James Molloy[ARM] Promote small global constants to constant pools
2016-09-26 Zvi Rackover[X86] Optimization for replacing LEA with MOV at frame...
2016-09-26 Ayman Musa[X86][avx512] Fix bug in masked compress store.
2016-09-25 Craig Topper[AVX-512] Fix some patterns predicates to properly...
2016-09-25 Craig Topper[AVX-512] Add the scalar unsigned integer to fp convers...
2016-09-24 Sanjay Patel[x86] don't try to create a vector integer inst for...
2016-09-23 Sanjay Patel[x86] fix FCOPYSIGN lowering to create constants instea...
2016-09-23 Petr Hosek[MC] Support .ds directives in assembler parser
2016-09-23 Matthias Braunllc: Add -start-before/-stop-before options
2016-09-23 Teresa Johnson[gold] Split plugin options controlling ThinLTO and...
2016-09-23 Petr Hosek[MC] Support .dcb directives in assembler parser
2016-09-23 Vedant Kumar[llvm-cov] Filter away source files that aren't in...
2016-09-23 Vedant Kumar[llvm-cov] Get rid of all invalid filename references
2016-09-23 Sanjay Patel[TLI] isdigit / isascii / toascii param type should...
2016-09-23 Matthias BraunScheduleDAG: Match enum names when printing sdep kinds
2016-09-23 Jun Bum LimEnhance calcColdCallHeuristics for InvokeInst
2016-09-23 James MolloyRevert "[ARM] Promote small global constants to constan...
2016-09-23 Nemanja Ivanovic[Power9] Exploit move and splat instructions for build_...
2016-09-23 James Molloy[ARM] Promote small global constants to constant pools
2016-09-23 George RimarRevert r282238 "Revert r282235 "[llvm-dwarfdump] -...
2016-09-23 George RimarRevert r282235 "[llvm-dwarfdump] - Teach dwarfdump...
2016-09-23 Alexey Bataev[InstCombine] Fix for PR29124: reduce insertelements...
2016-09-23 George Rimar[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index...
2016-09-23 Tom StellardAMDGPU/SI: Include implicit arguments in kernarg_segmen...
2016-09-23 Petr Hosek[MC] Support skip and count for .incbin directive
2016-09-22 Sanjay Patel[InstCombine] fold X urem C -> X < C ? X : X - C when...
2016-09-22 Vedant Kumar[llvm-cov] Add the ability to specify directories of...
2016-09-22 Hans WennborgRevert r282168 "GVN-hoist: fix store past load dependen...
2016-09-22 Arnold Schwaighoferi386 does not support optimized swifterror handling
2016-09-22 Hans WennborgWin64: Don't emit unwind info for "leaf" functions...
2016-09-22 Nemanja Ivanovic[PowerPC] Sign extend sub-word values for atomic compar...
2016-09-22 Nirav Dave[DAG] Fix incorrect alignment of ext load.
2016-09-22 Krzysztof Parzyszek[PPC] Set SP after loading data from stack frame, if...
2016-09-22 Sebastian PopGVN-hoist: fix store past load dependence analysis...
2016-09-22 Sebastian PopGVN-hoist: move hoist testcase to GVNHoist dir
2016-09-22 Sebastian PopGVN-hoist: only hoist relevant scalar instructions
2016-09-22 Tim NorthoverGlobalISel: handle stack-based parameters on AArch64.
2016-09-22 Anna Thomas[RS4GC] Remat in presence of phi and use live value
2016-09-22 Artem Tamazov[AMDGPU][mc] Add support for absolute expressions in...
2016-09-22 Nemanja Ivanovic[Power9] Add exploitation of non-permuting memory ops
2016-09-22 Sagar Thakur[EfficiencySanitizer] Using '$' instead of '#' for...
2016-09-22 Dorit NuzmanFix revision 281960
2016-09-22 Craig Topper[AVX-512] Add support for commuting VPTERNLOG instructions.
2016-09-21 Kevin EnderbyNext set of additional error checks for invalid Mach...
2016-09-21 Chad Rosier[LoopInterchange] Track all dependencies, not just...
2016-09-21 Teresa Johnson[ThinLTO] Emit files for distributed builds for all...
2016-09-21 Nico Weberrevert 281908 because 281909 got reverted
2016-09-21 Arnold SchwaighoferDisable tail calls if there is an swifterror argument
2016-09-21 Matthew Simpson[LV] Don't emit unused scalars for uniform instructions
2016-09-21 Artem Tamazov[AMDGPU][mc] Add support for ds_add_[rtn_]f32.
2016-09-21 Dehao ChenChange the basic block weight calculation algorithm...
2016-09-21 Cameron McInally[AVX512] Fix return types on int_x86_avx512_gatherXXX_d...
2016-09-21 Hans WennborgRevert r281895 "Add @llvm.dbg.value entries for the...
2016-09-21 Nico WeberRevert r281715, it caused PR30475
2016-09-21 Arnold SchwaighoferDeadArgElim: Don't mark swifterror arguments as unused
2016-09-21 Tim NorthoverGlobalISel: produce correct code for signext/zeroext...
2016-09-21 Simon Dardis[mips] LLVM PR/30197 - Tail call incorrectly clobbers...
2016-09-21 Diana PicusRevert "AArch64: Set shift bit of TLSLE HI12 add instru...
2016-09-21 Lei LiuAArch64: Set shift bit of TLSLE HI12 add instruction
2016-09-21 NAKAMURA Takumillvm/test/CodeGen/NVPTX/zero-cs.ll: Relax an expression...
2016-09-21 Adam Nemet[LV] When reporting about a specific instruction withou...
2016-09-21 Jacques Pienaar[NVPTX] Check if callsite is defined when computing...
2016-09-20 Michael Kuperstein[InferAttributes] Don't access parameters that don...
2016-09-20 Teresa Johnson[ThinLTO] Always emit a summary when compiling in ThinL...
2016-09-20 Vedant Kumar[llvm-cov] Demangle names for hidden instantiation...
2016-09-20 Xinliang David Li[Profile] dump ic value profile value/site-count histogram
2016-09-20 Petr HosekMark ELF sections whose name start with .note as note
2016-09-20 Kevin EnderbyNext set of additional error checks for invalid Mach...
2016-09-20 Sanjay Patel[x86] split up tests, regenerate checks
2016-09-20 Evandro MenezesRevert "[AArch64] Use the reciprocal estimation machinery"
2016-09-20 Evandro MenezesRevert "[AArch64] Properly validate the reciprocal...
2016-09-20 Adrian PrantlASAN: Don't drop debug info attachements for global...
2016-09-20 Adrian McCarthyEmit S_COMPILE3 CodeView record
2016-09-20 Saleem AbdulrasoolX86: loosen an overly aggressive MachO assertion
2016-09-20 Tim NorthoverGlobalISel: split aggregates for PCS lowering
2016-09-20 Simon Pilgrim[X86][SSE] Regenerate multiple combine tests
2016-09-20 Artem Tamazov[AMDGPU][mc] Add regression tests for Bug 28168
2016-09-20 Elena DemikhovskyAVX-512: Fixed a bug in lowering saturated operations...
2016-09-20 Dorit NuzmanReverting revision 281960 due to test failures.
2016-09-20 Dorit Nuzman[SROA] Preserve llvm.mem.parallel_loop_access metadata.
2016-09-20 Craig Topper[AVX-512] Use 512-bit vcvtps2ph/vcvtph2ps to implement...
2016-09-20 Matthias BraunBranchFolder: Fix invalid undef flags after merge.
2016-09-20 Kostya Serebryany[sanitizer-coverage] add comdat to coverage guards...
next