OSDN Git Service

Support: Don't set RLIMIT_AS on child processes when applying a memory limit
[android-x86/external-llvm.git] / test /
2017-06-12 Zachary Turner[llvm-pdbdump] Don't fail on PDBs with no ID stream.
2017-06-12 Anna Thomas[RS4GC] Drop invalid metadata after pointers are relocated
2017-06-12 Tom StellardAMDGPU/GlobalISel: Mark 32-bit G_ADD as legal
2017-06-12 Tim NorthoverAArch64: don't try to emit an add (shifted reg) for SP.
2017-06-12 Peter CollingbourneIR: Replace the "Linker Options" module flag with ...
2017-06-12 Reid Kleckner[llvm-ar] Make llvm-lib behave more like the MSVC archiver
2017-06-12 Tony Jiang[PowerPC] Match vec_revb builtins to P9 instructions.
2017-06-12 Tony Jiang[Power9] Added support for the modsw, moduw, modsd...
2017-06-12 Sanjay Patel[x86] regenerate checks with update_llc_test_checks.py
2017-06-12 Geoff Berry[SelectionDAG] Allow sin/cos -> sincos optimization...
2017-06-12 Matt ArsenaultAMDGPU: Teach isLegalAddressingMode about flat offsets
2017-06-12 Sanjay Patel[x86] regenerate checks with update_llc_test_checks.py
2017-06-12 Matt ArsenaultAMDGPU: Start selecting flat instruction offsets
2017-06-12 Matt ArsenaultAMDGPU: Start adding offset fields to flat instructions
2017-06-12 Than McIntoshStackColoring: smarter check for slot overlap
2017-06-12 Sanjay Patel[InstCombine] lshr (sext iM X to iN), N-M --> zext...
2017-06-12 Craig Topper[AVX-512] Add VPCONFLICT and VPLZCNT to load folding...
2017-06-11 Sanjay Patel[x86] use vperm2f128 rather than vinsertf128 when there...
2017-06-11 Xinliang David Li[PartialInlining] Support shrinkwrap life_range markers
2017-06-11 Amaury Sechet[DAGCombine] Make sure we check the ResNo from UADDO...
2017-06-10 Simon Pilgrim[X86][SSE] Extended PR32368 to SSE/AVX1/AVX2
2017-06-10 Simon Pilgrim[X86][AVX512] Added test case for PR32368
2017-06-10 David Blaikiedwarfdump: Handle relocs to zlib (.zdebug*) compressed...
2017-06-10 Simon Pilgrim[X86][SLM] Add SLM arithmetic vectorization tests
2017-06-10 Wei DingAMDGPU : Fix ISA Version Definitions.
2017-06-09 Andrew Kaylor[InstSimplify] Don't constant fold or DCE calls that...
2017-06-09 Sanjay Patel[PowerPC] add memcmp test with one constant operand...
2017-06-09 I-Jui (Ray) Sung[AArch64] Add fallback in FastISel fp16 conversions
2017-06-09 Yaxun Liu[SROA] Fix APInt size when load/store have different...
2017-06-09 Zachary TurnerRename llvm-pdbdump -> llvm-pdbutil.
2017-06-09 Keno Fischer[Sink] Fix predicate in legality check
2017-06-09 Benjamin KramerI guess /dev/null is a bad idea on windows. Use a temp...
2017-06-09 Stanislav Mekhanoshin[AMDGPU] Add intrinsics for alignbit and alignbyte...
2017-06-09 Benjamin Kramer[llvm-cvtres] Don't polute the test directory.
2017-06-09 Eric BeckmannImplement COFF emission for parsed Windows Resource...
2017-06-09 Simon Pilgrim[X86][SSE] Add support for PACKSS nodes to faux shuffle...
2017-06-09 Simon DardisReland "[SelectionDAG] Enable target specific vector...
2017-06-09 David Stuttard[AMDGPU] Fix for issue in alloca to vector promotion...
2017-06-09 Nirav Dave[MC] Fix compiler crash in AsmParser::Lex
2017-06-09 Nirav DavePrevent RemoveDeadNodes from deleted already deleted...
2017-06-09 Oliver Stannard[ARM] Add scheduling info for VFMS
2017-06-09 NAKAMURA Takumillvm/test/DebugInfo/PDB/pdbdump-debug-subsections.test...
2017-06-09 David Blaikiebugpoint: disabling symbolication of bugpoint-executed...
2017-06-09 Serguei Katkov[IndVars] Add an option to be able to disable LFTR
2017-06-09 George Burgess IV[LoopVectorize] Don't preserve nsw/nuw flags on shrunke...
2017-06-09 David BlaikieInliner: Don't touch indirect calls
2017-06-09 Bob Haarman[codeview] use 32-bit integer for RelocOffset in DebugL...
2017-06-09 Zachary Turner[CodeView] Support remaining debug subsection types
2017-06-08 Zachary Turner[llvm-pdbdump] Support native ordering of subsections...
2017-06-08 Zachary Turner[llvm-pdbdump] Improve consistency among subcommands.
2017-06-08 Evgeniy Stepanov[CFI] Remove LinkerSubsectionsViaSymbols.
2017-06-08 Peter CollingbourneWrite summaries for merged modules when splitting modul...
2017-06-08 Kostya Serebryany[sanitizer-coverage] one more flavor of coverage: ...
2017-06-08 Matthias BraunRegAllocPBQP: Do not assign reserved physical register
2017-06-08 Krzysztof Parzyszek[Hexagon] Skip mux generation when predicate register...
2017-06-08 Evgeniy Stepanov[MachO] Fix codegen of alias of alias.
2017-06-08 Sanjay Patel[CGP, x86] add tests for potential memcmp expansion...
2017-06-08 Dehao ChenDo not early-inline recursive calls in sample profile...
2017-06-08 Sanjay Patel[CGP] don't expand a memcmp with nobuiltin attribute
2017-06-08 Matt ArsenaultAMDGPU: Use correct register names in inline assembly
2017-06-08 Guozhi Wei[PPC] In PPCBoolRetToInt change the bool value to i64...
2017-06-08 Mark Searles[AMDGPU] Force qsads instrs to use different dest regis...
2017-06-08 Galina KistanovaChanged a comparison operator for std::stable_sort...
2017-06-08 Zaara Syeda[Power9] Exploit vector integer extend instructions
2017-06-08 Sanjay Patel[PowerPC] add memcmp test with nobuiltin attr; NFC
2017-06-08 Sanjay Patel[x86] remove unused param from tests; NFC
2017-06-08 Sanjay Patel[CGP / PowerPC] avoid multi-block overhead for simple...
2017-06-08 Andrew V. TischenkoAdd scheduler classes to integer/float horizontal opera...
2017-06-08 Sanjay Patel[x86] add tests for memcmp expansion; NFC
2017-06-08 Nirav DaveInferAddressSpaces: Avoid assertion failure with replac...
2017-06-08 Simon PilgrimRegenerate test
2017-06-08 Andrew V. TischenkoThis patch closes PR28513: an optimization of multiplic...
2017-06-08 Diana Picus[ARM] GlobalISel: Add more tests. NFC
2017-06-08 John Brawn[BPI] Don't assume that strcmp returning >0 is more...
2017-06-07 Sanjay Patel[InstCombine] fold lshr (sext X), C1 --> zext (lshr...
2017-06-07 Krzysztof Parzyszek[Hexagon] Generate 'inbounds' GEPs in HexagonCommonGEP
2017-06-07 Xinliang David LiFix builin_expect lowering bug
2017-06-07 Sanjay Patel[CGP] avoid zext/trunc of a memcmp expansion compare
2017-06-07 Dmitry Preobrazhensky[AMDGPU][MC] Corrected error message for s_waitcnt...
2017-06-07 Peter CollingbourneLowerTypeTests: Generate simpler IR for br(llvm.type...
2017-06-07 Petar Jovanovic[mips][dsp] Modify repl.ph to accept signed immediate...
2017-06-07 Guy Blank[X86] Add test to demonstrate inefficient lowering...
2017-06-07 Tom StellardAMDGPU/GlobalISel: Mark 32-bit G_SELECT as legal
2017-06-07 Sanjay Patel[x86] avoid flipping sign bits for vector icmp by using...
2017-06-07 Nemanja Ivanovic[PowerPC] Eliminate integer compare instructions -...
2017-06-07 Petar Jovanovic[mips] do not use FastISel when -mxgot is present
2017-06-07 Diana Picus[ARM] GlobalISel: Purge G_SEQUENCE
2017-06-07 Nemanja Ivanovic[PowerPC] Eliminate integer compare instructions -...
2017-06-07 Benjamin Kramer[FileCheck] Don't scan past the closing CHECK-DAG for...
2017-06-07 Diana Picus[ARM] GlobalISel: Support G_XOR
2017-06-07 Simon Dardisevert "[mips] Fix test mips64fpldst.ll with machine...
2017-06-07 Simon Pilgrim[X86][SSE] Fix an issue with PEXTRW/PEXTRB indices...
2017-06-07 Diana Picus[ARM] GlobalISel: Support G_OR
2017-06-07 Florian Hahn[Linker] Remove llc usage from link-arm-and-thumb.ll...
2017-06-07 Diana Picus[ARM] GlobalISel: Support G_AND
2017-06-07 Florian Hahn[Linker] Remove warning when linking ARM and Thumb...
2017-06-07 Florian Hahn[ARM] Create relocations for unconditional branches.
2017-06-07 NAKAMURA TakumiIntroduce the new feature "abi-breaking-checks" to...
2017-06-07 Sanjay Patel[CGP / PowerPC] use direct compares if there's only...
2017-06-06 Adrian PrantlIntroduce -brief command line option to llvm-dwarfdump
next