ARM64: print correct aliases for NEON mov & mvn instructions
[oota-llvm.git] / test /
2014-05-15 Tim NorthoverARM64: print correct aliases for NEON mov & mvn instruc...
2014-05-15 Daniel Sanders[mips][mips64r6] Add align and dalign
2014-05-15 Tim NorthoverTableGen/ARM64: print aliases even if they have syntax...
2014-05-15 Bradley Smith[ARM64] Improve load/store diagnostics and forbid 32...
2014-05-15 Bradley Smith[ARM64] Add/Fixup diagnostics for floating point immediates
2014-05-15 Daniel Sanders[mips][mips64r6] Add addiupc, aluipc, and auipc
2014-05-15 Daniel Sanders[mips][mips64r6] Add aui, daui, dahi, and dati
2014-05-15 Chandler CarruthTeach the constant folder to look through bitcast const...
2014-05-15 Daniel Sanders[mips][mips64r6] Test that branch likelies are not...
2014-05-15 Dinesh DwivediReverting r208848, reason: build failure: sanitizer...
2014-05-15 Dinesh DwivediAdded instcombine for 'MIN(MIN(A, 27), 93)' and 'MAX...
2014-05-15 Dinesh DwivediAdded inst combine transforms for single bit tests...
2014-05-15 Alp TokerFix typos
2014-05-15 Jiangning Liu[ARM64] Support aggressive fastcc/tailcallopt breaking...
2014-05-15 David MajnemerInstCombine: Optimize -x s< cst
2014-05-14 David BlaikieDebugInfo: Sure up subprogram variable list handling...
2014-05-14 David BlaikieDebugInfo: Assert that a CU's subprogram list contains...
2014-05-14 Kevin EnderbyTeach llvm-nm to know about fat archives (aka MachOUniv...
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-14 David MajnemerInstSimplify: Optimize signed icmp of -(zext V)
2014-05-14 Christian PirkerARM-BE: test files for vector argument passing
2014-05-14 Christian Pirker[ARM64-BE] Fix byte order of CIE and FDE frames for...
2014-05-14 Logan ChienFix ARM EHABI when function has landingpad and nounwind.
2014-05-14 Logan ChienMore test case for r208715.
2014-05-14 Benjamin KramerX86: If we have an instruction that sets a flag and...
2014-05-14 Daniel Sanders[mips] Test that IAS for -mcpu=mips5 does not accept...
2014-05-14 Daniel Sanders[mips][mips64r6] Add sel.s and sel.d
2014-05-14 Evgeniy StepanovRegression test for ARM EHABI breakage in r208166.
2014-05-14 Evgeniy Stepanov[asan] Set debug location in ASan function prologue.
2014-05-14 Serge PavlovFix the case when reordering shuffle and binop produces...
2014-05-14 Simon Atanasyan[obj2yaml] Support ELF input format in the obj2yaml...
2014-05-14 Saleem AbdulrasoolARM: implement support for the UDF mnemonic
2014-05-14 Nick LewyckyOptimize integral reciprocal (udiv 1, x and sdiv 1...
2014-05-14 David BlaikieRecommit r208506: DebugInfo: Include lexical scopes...
2014-05-13 Matt ArsenaultR600/SI: Try to fix BFE operands when moving to VALU
2014-05-13 Christian PirkerARM: Additional test files for thumb fixups (checked...
2014-05-13 Christian PirkerARMEB: Fix byte order of EH frame unwinding instruction...
2014-05-13 Joey Gouly[CGP] r205941 changed the logic, so that a cast happens...
2014-05-13 Rafael EspindolaRevert "ARMEB: Fix byte order of EH frame unwinding...
2014-05-13 Christian PirkerARM: Additional test files for thumb fixups
2014-05-13 Daniel Sanders[mips] Marked up instructions added in MIPS32r2 and...
2014-05-13 Christian PirkerARMEB: Fix byte order of EH frame unwinding instructions
2014-05-13 Kevin Qin[ARM64] Fix the misleading diagnostic on bad extend...
2014-05-13 Serge PavlovFix type of shuffle resulted from shuffle merge.
2014-05-13 Weiming ZhaoFolding into CSEL when there is ZEXT between SETCC...
2014-05-13 Rafael EspindolaConvert test to FileCheck.
2014-05-13 Rafael EspindolaConvert test to FileCheck.
2014-05-12 David BlaikieRevert "DebugInfo: Include lexical scopes in inlined...
2014-05-12 Adam Nemet[DAGCombiner] Split up an indexed load if only the...
2014-05-12 Louis GerbargFix ARM bswap16.ll test on Windows
2014-05-12 Reid KlecknerTry to fix an SDAG dependence issue with sret
2014-05-12 David BlaikieDebugInfo: Make gmlt debug info more gmlt-like by remov...
2014-05-12 Adam Nemet[Test] Trim unnecessary .c and .cpp from config.suffix...
2014-05-12 Louis GerbargAdd support bswap16 to/from memory compiling to rev16...
2014-05-12 Sebastian Popdo not assert when delinearization fails
2014-05-12 David BlaikieDwarfDebug: Avoid an extra map lookup while constructin...
2014-05-12 Tim NorthoverTableGen: use PrintMethods to print more aliases
2014-05-12 Matt ArsenaultR600: Add mul24 intrinsics
2014-05-12 Matt ArsenaultMake SimplifyDemandedBits understand BUILD_PAIR
2014-05-12 Matheus Almeida[mips] Move disassembler test (test_2r_msa64) into...
2014-05-12 Matheus Almeida[mips] Move disassembler test (Mips MSA test_vec) into...
2014-05-12 Matheus Almeida[mips] Move disassembler tests (Mips MSA test_i*, test_...
2014-05-12 Matheus Almeida[mips] Move disassembler tests (Mips MSA test_elm*...
2014-05-12 Matheus Almeida[mips] Move disassembler tests (Mips MSA test_lsa,...
2014-05-12 Matheus Almeida[mips] Move disassembler test (Mips MSA test_ctrlregs...
2014-05-12 Matheus Almeida[mips] Move disassembler test (Mips MSA test_bit) into...
2014-05-12 Matheus Almeida[mips] Move disassembler tests (Mips MSA test_2r, test_...
2014-05-12 Daniel SandersRevert: r208582 - [mips][mips64r6] Add sel.s and sel.d
2014-05-12 Daniel Sanders[mips][mips64r6] Add sel.s and sel.d
2014-05-12 Daniel Sanders[mips][mips64r6] Add d?div, d?mod, d?divu, d?modu
2014-05-12 Daniel Sanders[mips][mips64r6] Added mul/mulu/muh/muhu
2014-05-12 Benjamin KramerX86: Make sure that we have SSE4.1 before we generate...
2014-05-12 Daniel Sanders[mips] Marked up instructions added in MIPS32 and teste...
2014-05-12 Daniel Sanders[mips] Marked up instructions added in MIPS-V and teste...
2014-05-12 Daniel Sanders[mips] Fold FeatureBitCount into FeatureMips32 and...
2014-05-12 Daniel Sanders[mips] Fold FeatureSwap into FeatureMips32r2 and Featur...
2014-05-12 Bradley Smith[ARM64] Add proper bounds checking/diagnostics to logic...
2014-05-12 Christian PirkerARM: Implement big endian bit-conversion for NEON type
2014-05-12 Serge PavlovFix type of shuffle obtained from reordering with binar...
2014-05-12 Bradley Smith[ARM64] Correct more bounds checks/diagnostics for...
2014-05-12 Elena DemikhovskyAVX-512: changes in intrinsics
2014-05-12 Serge PavlovFix reordering of shuffles and binary operations
2014-05-11 Hal Finkel[PowerPC] Add global named register support
2014-05-11 David BlaikieDebugInfo: Include lexical scopes in inlined subroutines.
2014-05-11 David BlaikieDebugInfo: Simplify/correct test for correct constant...
2014-05-11 Hal Finkel[PowerPC] On PPC32, 128-bit shifts might be runtime...
2014-05-11 David BlaikieDwarfUnit: Share common constant value emission between...
2014-05-11 Simon Atanasyan[llvm-readobj] Print values of FLAGS and MIPS_FLAGS...
2014-05-11 Serge PavlovReorder shuffle and binary operation.
2014-05-11 Filipe CabecinhasFixed a bug when lowering build_vector (PR19694)
2014-05-10 Vincent LejeuneR600/SI: Fold fabs/fneg into src input modifier
2014-05-10 Vincent LejeuneR600/SI: Prettier display of input modifiers
2014-05-10 Tim NorthoverARM64: fix SELECT_CC lowering in absence of NaNs.
2014-05-09 Kevin EnderbyFix llvm-nm to print the full 64-bit address for symbol...
2014-05-09 Benjamin KramerSLPVectorizer: When sorting by domination for CSE don...
2014-05-09 Reid KlecknerRevert "[ms-cxxabi] Add a new calling convention that...
2014-05-09 Reid KlecknerAllow sret on the second parameter as well as the first
2014-05-09 Reid KlecknerFix ARM intrinsics-overflow.ll test on Windows
2014-05-09 Rafael EspindolaDon't crash on redefinitions.
2014-05-09 Louis GerbargAdd custom lowering for add/sub with overflow intrinsic...
next