OSDN Git Service

[llvm-objcopy] Add e_machine validity check for reserved section indexes
[android-x86/external-llvm.git] / test /
2017-09-13 Petr Hosek[llvm-objcopy] Add e_machine validity check for reserve...
2017-09-13 Reid KlecknerFix dwarfdump cmdline test on Windows
2017-09-13 Reid Kleckner[InstCombine] Add a flag to disable LowerDbgDeclare
2017-09-13 Derek Schuff[WebAssembly] Add sign extend instructions from atomics...
2017-09-12 Peter CollingbourneAdd Linux target triple to hopefully fix Mac bots.
2017-09-12 Sanjay Patel[SimplifyCFG] update test comments; NFC
2017-09-12 Sanjay Patel[x86] eliminate unnecessary vector compare for AVX...
2017-09-12 Adrian PrantlClean up the --help output of llvm-dwarfdump by hiding...
2017-09-12 Peter CollingbourneRemove -generate-dwarf-pub-sections flag.
2017-09-12 Peter CollingbourneIR: Represent -ggnu-pubnames with a flag on the DICompi...
2017-09-12 Ahmed Bougacha[AArch64][GlobalISel] Select all fpexts.
2017-09-12 Ahmed Bougacha[AArch64][GlobalISel] Select all fptruncs.
2017-09-12 Lei HuangUpdate branch coalescing to be a PowerPC specific pass
2017-09-12 Robert LougherRevert "[DWARF] Incorrect prologue end line record."
2017-09-12 Yonghong Songbpf: Add BPF AsmParser support in LLVM
2017-09-12 Craig Topper[X86] Move matching of (and (srl/sra, C), (1<<C) -...
2017-09-12 Elena DemikhovskyAdded "zext" from v2i8 to v2i32. In the next patch...
2017-09-12 Robert Lougher[DWARF] Incorrect prologue end line record.
2017-09-12 Anna Thomas[LV] Clamp the VF to the trip count
2017-09-12 Hans WennborgRevert r313009 "[ARM] Use ADDCARRY / SUBCARRY"
2017-09-12 Alexey Bataev[SLP] Test with mutiple uses of conditional op and...
2017-09-12 Simon Pilgrim[X86][AVX2] Add gather/movntdqa/pmaskmov/pmovmskb/pslld...
2017-09-12 Sanjay Patel[InstCombine] move related tests together; NFC
2017-09-12 Simon Pilgrim[X86][AVX2] Add further instructions to scheduling...
2017-09-12 Simon Pilgrim[X86][AVX2] Add integer broadcast scheduling tests
2017-09-12 Jonas Paulsson[SystemZ] Add the CoveredBySubRegs bit to GPR64, GPR12...
2017-09-12 Simon Pilgrim[X86][AVX2] Add additional fp-broadcast/subvector/shuff...
2017-09-12 Simon Pilgrim[X86][AVX] Add vperm2f128 scheduling test
2017-09-12 Simon Pilgrim[X86][AVX2] Remove old (unused) intrinsic declarations
2017-09-12 Yael Tsafrir[X86] Lower _mm[256|512]_[mask[z]]_avg_epu[8|16] intrin...
2017-09-12 Silviu Baranga[LAA] Allow more run-time alias checks by coercing...
2017-09-12 Roger Ferrer Ibanez[ARM] Use ADDCARRY / SUBCARRY
2017-09-12 Craig Topper[X86] Add an extra instruction to TruncAssertSext.ll...
2017-09-12 Craig Topper[X86] Rename TruncAssertZext.ll test to TruncAssertSext...
2017-09-12 Adrian PrantlUpdate testcases that are XFAILed on Darwin for llvm...
2017-09-11 Hans WennborgRevert r312898 "[ARM] Use ADDCARRY / SUBCARRY"
2017-09-11 Yonghong Songbpf: add " ll" in the LD_IMM64 asmstring
2017-09-11 Adrian PrantlUpdate testcases that are XFAILed on Darwin for llvm...
2017-09-11 Vedant Kumar[llvm-cov] Try to fix a test on Windows
2017-09-11 Adrian Prantlllvm-dwarfdump: Make -brief the default and add a ...
2017-09-11 Adrian Prantlllvm-dwarfdump: Replace -debug-dump=sect option with...
2017-09-11 Eli Friedman[llvm-cov] Allow hiding instantiation/region coverage...
2017-09-11 Peter CollingbourneLowerTypeTests: Add import/export support for targets...
2017-09-11 Peter CollingbourneWholeProgramDevirt: Add import/export support for targe...
2017-09-11 Vedant Kumar[llvm-cov] Don't attach exec counts to lines which...
2017-09-11 Sanjay Patel[InstSimplify] fix some test names; NFC
2017-09-11 Sanjay Patel[InstSimplify] add tests for possible sdiv/srem simplif...
2017-09-11 Matt ArsenaultAMDGPU: Allow coldcc calls
2017-09-11 Petar Jovanovic[mips][microMIPS] add lapc instruction
2017-09-11 Hiroshi YamauchiUnmerge GEPs to reduce register pressure on IndirectBr...
2017-09-11 Stanislav Mekhanoshin[AMDGPU] Produce madak and madmk from the two-address...
2017-09-11 Zvi RackoverX86 Tests: More AVX512 conversions tests. NFC
2017-09-11 Simon Pilgrim[X86][SSE] Add support for X86ISD::PACKSS to ComputeNum...
2017-09-11 Tim Renouf[AMDGPU] exp should not be in WQM mode
2017-09-11 Simon Pilgrim[X86][SSE] Add further test cases showing failure to...
2017-09-11 Gadi Haber[X86][SKX][KNL] Updating several CodeGen tests to use...
2017-09-11 Andre Vieira[ARM] Enable the use of SVC anywhere in an IT block
2017-09-11 Michael Zuckerman[Interleved][Stride 3]Adding test for case the VF=64...
2017-09-11 Simon Pilgrim[X86][SSE] Add test showing failure to compute sign...
2017-09-11 Dylan McKay[AVR] Enable the '__do_copy_data' function
2017-09-11 Igor Breger[GlobalISel][X86] G_ANYEXT support.
2017-09-11 Ilya BiryukovFixed a typo in llvm-cov/deferred-region.cpp test.
2017-09-11 Roger Ferrer Ibanez[ARM] Use ADDCARRY / SUBCARRY
2017-09-11 Elena DemikhovskyFixed a bug in splitting Scatter operation in the Type...
2017-09-10 Sanjay Patel[InstSimplify] refactor udiv/urem code and add tests...
2017-09-10 Elena DemikhovskyAdded a test that demonstrates a ug in Scatter scheduling.
2017-09-09 Simon Pilgrim[X86] Add v2i4 store test case (PR20012)
2017-09-09 Simon Pilgrim[X86] Add v2i2 test case (PR20011)
2017-09-09 Simon Pilgrim[X86][FMA] Regenerate FMA tests
2017-09-09 Nuno LopesMerge isKnownNonNull into isKnownNonZero
2017-09-09 Simon Pilgrim[X86][SSE] i32 vector multiplications test cases from...
2017-09-09 Simon Pilgrim[X86][MOVBE] Fix typo in MOVBE scheduling test names
2017-09-09 Craig Topper[X86] Don't disable slow INC/DEC if optimizing for...
2017-09-09 Sanjay Patel[DivRemPairs] split tests per target to account for...
2017-09-09 Sanjay Patel[DivRempairs] add a pass to optimize div/rem pairs...
2017-09-09 Kyle ButtPPC: Don't select lxv/stxv for insufficiently aligned...
2017-09-09 Yonghong Songbpf: fix test failures due to previous bpf change of...
2017-09-08 Guozhi Wei[TargetTransformInfo] Add a new public interface getIns...
2017-09-08 David BlaikieMigrate llvm-symbolizer tests to not use %T
2017-09-08 Vedant Kumar[llvm-cov] Use portable output redirection in a test
2017-09-08 Vedant Kumar[llvm-cov] Try to appease a Windows bot
2017-09-08 Vedant Kumar[llvm-cov] Disable name-compression in a test binary
2017-09-08 Matt ArsenaultAMDGPU: Recompute scc liveness
2017-09-08 Vedant Kumar[Coverage] Build sorted and unique segments
2017-09-08 Vedant Kumar[llvm-cov] Fix a lifetime issue
2017-09-08 Vedant Kumar[Coverage] Report errors when reading malformed source...
2017-09-08 Vedant Kumar[llvm-cov] Unify region marker placement between text...
2017-09-08 Craig Topper[X86] Simplify the slow-incdec test and add test cases...
2017-09-08 Wei MiFix a bug for rL312641.
2017-09-08 Krzysztof ParzyszekPreserve existing regs when adding pristines to LivePhy...
2017-09-08 Alexey Bataev[SLP] Support for horizontal min/max reduction.
2017-09-08 Simon Pilgrim[X86] Added PR31045 test case
2017-09-08 Max KazantsevRe-enable "[IRCE] Identify loops with latch comparison...
2017-09-08 Jatin Bhateja[X86] Adding a test point for PR34149 'Suboptimal codeg...
2017-09-08 Max Kazantsevdiff --git a/lib/Transforms/Scalar/InductiveRangeCheckE...
2017-09-08 Adrian PrantlFix a crash when emitting debug info for multi-reg...
2017-09-08 Dean Michael Berris[XRay][CodeGen][PowerPC] Fix tail exit codegen for...
2017-09-08 Chandler Carruth[x86] Flesh out the custom ISel for RMW aritmetic ops...
2017-09-08 Peter CollingbourneWholeProgramDevirt: When promoting for single-impl...
2017-09-07 Chandler Carruth[x86] Extend the manual ISel of `add` and `sub` with...
next