The 'optnone' attribute means don't inline anything into this function
[oota-llvm.git] / test /
2013-11-18 Paul RobinsonThe 'optnone' attribute means don't inline anything...
2013-11-18 Matt ArsenaultR600/SI: Fix moveToVALU when the first operand is VSrc.
2013-11-18 Matt ArsenaultR600/SI: Fix multiple SGPR reads when using VCC.
2013-11-18 Matt ArsenaultR600/SI: Implement add i64, but do not yet enable.
2013-11-18 Matt ArsenaultR600/SI: Move patterns to match add / sub to scalar...
2013-11-18 Tom StellardR600: Enable the IR structurizer by default
2013-11-18 Tom StellardR600: Fix a crash in the AMDILCFGStrucurizer
2013-11-18 Tom StellardR600/SI: Fix illegal VGPR->SGPR copy inside of loop
2013-11-18 Tom StellardR600/SI: Fix another case of illegal VGPR->SGPR copy
2013-11-18 Alexey Samsonov[ASan] Fix PR17867 - make sure ASan doesn't crash if...
2013-11-18 NAKAMURA Takumi[PR17978] Mark two ARM/fast-isel tests as XFAIL:vg_leak...
2013-11-18 Arnold SchwaighoferLoopVectorizer: Extend the induction variable to a...
2013-11-18 Daniel Sanders[mips] Fix 'ran out of registers' in MIPS32 with FP64...
2013-11-18 Matheus Almeida[mips][msa] Update encoding of bnz.v (typo).
2013-11-18 Matheus Almeida[mips][msa] Fix immediate value of LSA instruction...
2013-11-18 Kevin Qin[AArch64 NEON]Add mov alias for simd copy instructions.
2013-11-18 Hao LiuImplement the newly added ACLE functions for ld1/st1...
2013-11-17 Bill WendlingTestcase for PR17964
2013-11-17 Benjamin KramerDAGCombiner: Partially revert r192795, getNOT was fixed...
2013-11-17 Hal FinkelAdd the cold attribute to error-reporting call sites
2013-11-17 Andrew TrickAdded a size field to the stack map record to handle...
2013-11-17 Matt ArsenaultUse right address space pointer size
2013-11-16 Hal FinkelAdd a loop rerolling pass
2013-11-16 Hal FinkelApply the InstCombine fptrunc sqrt optimization to...
2013-11-16 Matt ArsenaultFix assert on unaligned access to global with different...
2013-11-16 Matt ArsenaultFix codegen for null different sized pointer.
2013-11-16 Vincent LejeuneR600: Make dot_4 instructions predicable
2013-11-16 Benjamin KramerInstCombine: fold (A >> C) == (B >> C) --> (A^B) <...
2013-11-16 Matt ArsenaultUse correct size for address space in BasicAA.
2013-11-16 Eric ChristopherFor dwarf4 use the correct form for referencing debug_l...
2013-11-15 Ana PazosImplemented aarch64 Neon scalar vmulx_lane intrinsics
2013-11-15 Arnold SchwaighoferLoopVectorizer: Use abi alignment for accesses with...
2013-11-15 Chad Rosier[AArch64] Fix the scalar NEON ACLE functions so that...
2013-11-15 Rui UeyamaPath: Recognize COFF import library file magic.
2013-11-15 Manman RenArgumentPromotion: correctly transfer TBAA tags and...
2013-11-15 Bob WilsonAvoid illegal integer promotion in fastisel
2013-11-15 Tom StellardR600/SI: Add VReg_96 register class to SIRegisterInfo...
2013-11-15 Daniel Sanders[mips][msa] Merge basic_operations_little.ll into basic...
2013-11-15 Cameron McInallyAdd AVX512 unmasked FMA intrinsics and support.
2013-11-15 Daniel SandersFix illegal DAG produced by SelectionDAG::getConstant...
2013-11-15 Justin Holewinski[NVPTX] Fix handling of indirect calls
2013-11-15 Daniel Sanders[mips][msa] Build all the tests in little and big endia...
2013-11-15 Alexey SamsonovRedirect unused test case output to /dev/null
2013-11-15 Zoran JovanovicUse instr mapping for microMIPS in llvm-mc.
2013-11-15 Bob WilsonReapply "[asan] Poor man's coverage that works with...
2013-11-15 Andrew TrickPlatform proof a test case.
2013-11-15 Matt ArsenaultAdd instcombine visitor for addrspacecast
2013-11-15 Matt ArsenaultAdd target hook to prevent folding some bitcasted loads.
2013-11-15 Peter Zotov[OCaml] Add REQUIRES: native, object-emission to the...
2013-11-15 Bob WilsonRevert "[asan] Poor man's coverage that works with...
2013-11-15 Peter Zotov[OCaml] Use native target in testsuite instead of hardc...
2013-11-15 Peter Zotov[OCaml] Add Target and TargetMachine bindings to Llvm_t...
2013-11-15 Peter Zotov[OCaml] Refactor Llvm_target interface
2013-11-15 Reed KotlerMake all the conditional Mips 16 branches get initially...
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-15 Tom StellardR600: Fix scheduling of instructions that use the LDS...
2013-11-14 Eric ChristopherSimplify testcase.
2013-11-14 Rui UeyamaRecognize 0x0000 as a COFF file magic.
2013-11-14 Tim NorthoverARM: produce friendly error for invalid inline asm
2013-11-14 Rafael EspindolaAdd a triple and switch test to FileCheck.
2013-11-14 NAKAMURA Takumillvm-cov.test: Remove XFAIL:arm. Seems this is passing...
2013-11-14 Rafael EspindolaError if we see an alias to a declaration.
2013-11-14 Kostya Serebryany[asan] Poor man's coverage that works with ASan
2013-11-14 Evgeniy Stepanov[msan] Use CHECK-DAG instead of CHECK where order of...
2013-11-14 Evgeniy Stepanov[msan] Fast path optimization for wrap-indirect-calls...
2013-11-14 NAKAMURA Takumillvm-cov.test: Tweak win32 hosts not confused by \r...
2013-11-14 Elena DemikhovskyAVX-512: Handled extractelement from mask vector;
2013-11-14 Matt ArsenaultR600/SI: Add testcase for problem I ran into
2013-11-14 Andrew TrickMinor extension to llvm.experimental.patchpoint: don...
2013-11-14 Kevin QinAdd test case for AArch64 NEON instruction set misc.
2013-11-14 Rafael EspindolaDon't mangle \n and "
2013-11-14 Kevin QinImplement aarch64 neon instruction class SIMD misc.
2013-11-14 NAKAMURA TakumiSuppress llvm-cov.test on Win32, with REQUIRES: shell
2013-11-14 Jiangning LiuImplement AArch64 NEON instruction set AdvSIMD (table).
2013-11-14 Yunzhong GaoFixing a heisenbug where the memory dependence analysis...
2013-11-14 Yuchen Wullvm-cov: Removed StringMap holding GCOVLines.
2013-11-14 Yuchen Wullvm-cov: Replaced asserts with proper error handling.
2013-11-13 Reed KotlerTake care of long short branch immediate instructions...
2013-11-13 Tom StellardR600/SI: Add support for private address space load...
2013-11-13 Tom StellardR600/SI: Prefer SALU instructions for bit shift operations
2013-11-13 Yuchen Wullvm-cov: Changed XFAIL targets to be more generic.
2013-11-13 Yuchen WuAdded basic unit test for llvm-cov.
2013-11-13 Chad Rosier[AArch64] Add support for legacy AArch32 NEON scalar...
2013-11-13 Weiming ZhaoEnable generating legacy IT block for AArch32
2013-11-13 Richard Sandiford[SystemZ] Add the general form of BCR
2013-11-13 Alexey SamsonovFileCheck: fix matching of one check-prefix is a prefix...
2013-11-13 Rafael EspindolaRemove AllowQuotesInName and friends from MCAsmInfo.
2013-11-13 Vladimir MedicFix bug in .gpword directive parsing.
2013-11-13 Zoran JovanovicSupport for microMIPS trap instruction with immediate...
2013-11-13 Diego NovilloSampleProfileLoader pass. Initial setup.
2013-11-13 Alexey SamsonovFileCheck: fix a bug with multiple --check-prefix options.
2013-11-13 Robert LyttonXCore target: implement exception handling
2013-11-13 Vladimir MedicThis patch fixes a bug in floating point operands parsi...
2013-11-13 NAKAMURA TakumiAdd XFAIL:arm again on 4 MCJIT tests, since r194558...
2013-11-13 NAKAMURA TakumiRemove XFAIL:aarch64,arm from 4 tests in test/Execution...
2013-11-13 Reed KotlerAllow the code which returns the length for inline...
2013-11-13 Andrew TrickAdd a test case to verify that misusing anyregcc crashe...
2013-11-13 Matt ArsenaultR600: Fix selection failure on EXTLOAD
2013-11-13 Juergen RibutzkaSelectionDAG: Teach the legalizer to split SETCC if...
2013-11-12 Andrew TrickCleanup the stackmap operand folding code and fix a...
next