aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-12-16By popular demand, link up types by name if they are isomorphic and one is anChris Lattner
2011-12-16Don't try to match 'unpackl/h v, v' for 32xi8 and 16xi16 when only AVX1 is su...Craig Topper
2011-12-16[asan] add a test for instrumenting globalsKostya Serebryany
2011-12-15Make sure we correctly note the existence of an i8 immediate for vblendvps an...Eli Friedman
2011-12-15ARM NEON VCLE is an alias for VCGE w/ the source operands reversed.Jim Grosbach
2011-12-15ARM NEON VTBL/VTBX assembly parsing and encoding.Jim Grosbach
2011-12-15Add missing zmovl AVX patterns which were causing crashes.Chad Rosier
2011-12-15Fix assert in LowerBUILD_VECTOR for v16i16 type on AVX.Chad Rosier
2011-12-15Set specific target cpu for testcase.Lang Hames
2011-12-15Added test case for r146671.Lang Hames
2011-12-15Add a test case to make sure that the nop really does follow the bl on ppc64 elfHal Finkel
2011-12-15Fix test.Eli Friedman
2011-12-15Make constant folding for GEPs a bit more aggressive.Eli Friedman
2011-12-15Don't try to form FGETSIGN after legalization; it is possible in some cases, ...Eli Friedman
2011-12-15Add support for lowering fneg when AVX is enabled.Chad Rosier
2011-12-15Added InstCombine for "select cond, ~cond, x" type patternsPete Cooper
2011-12-15Make loop preheader insertion in LoopSimplify handle the case where the loop ...Eli Friedman
2011-12-14Move Instruction::isSafeToSpeculativelyExecute out of VMCore andDan Gohman
2011-12-14ARM NEON VLD2/VST2 lane indexed assembly parsing and encoding.Jim Grosbach
2011-12-14Do not sink instruction, if it is not profitable.Devang Patel
2011-12-14Improve the implementation of .incbin directive by replacing a loop by usingKevin Enderby
2011-12-14LSR: Fold redundant bitcasts on-the-fly.Andrew Trick
2011-12-14ARM NEON fix alignment encoding for VST2 w/ writeback.Jim Grosbach
2011-12-14Add the .incbin directive which takes the binary data from a file and emitsKevin Enderby
2011-12-14ARM NEON VST2 assembly parsing and encoding.Jim Grosbach
2011-12-14Fix for bug #11429: Wrong behaviour for switches. Small improvement for code ...Stepan Dyatkovskiy
2011-12-14It turns out that clang does use pointer-to-function types toDan Gohman
2011-12-14Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka
2011-12-14ARM/Thumb2 'cmp rn, #imm' alias to cmn.Jim Grosbach
2011-12-14ARM assembler support for the target-specific .req directive.Jim Grosbach
2011-12-14- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng
2011-12-14Add newline at EOF.Chad Rosier
2011-12-13Thumb2 assembler aliases for "mov(shifted register)"Jim Grosbach
2011-12-13ARM LDM/STM system instruction variants.Jim Grosbach
2011-12-13Test for 146516Jim Grosbach
2011-12-13ARM thumb2 parsing of "rsb rd, rn, #0".Jim Grosbach
2011-12-13ARM NEON two-operand aliases for VQDMULH.Jim Grosbach
2011-12-13ARM pre-UAL NEG mnemonic for convenience when porting old code.Jim Grosbach
2011-12-13[fast-isel] Unaligned loads of floats are not supported. Therefore, convert ...Chad Rosier
2011-12-13Add test/MC/Mips/dg.exp.Akira Hatanaka
2011-12-13Move direct object emitter test to directory test/MC/Mips. Rename it toAkira Hatanaka
2011-12-13Relocation against a symbol, instead of against section. We had some extremeAkira Hatanaka
2011-12-13Don't rely on a particular version string for llvm.Nick Lewycky
2011-12-13Temporarily disable Hexagon tests. They are failing on OS XTony Linthicum
2011-12-12Test case for r146432 by Jack Carter.Akira Hatanaka
2011-12-12Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>Bob Wilson
2011-12-12Hexagon backend supportTony Linthicum
2011-12-12Only replace fwrite with fputc, if the return value is unused.Joerg Sonnenberger
2011-12-12XOP instructions and encoding tests.Jan Sjödin
2011-12-12Add support for gnu_indirect_function.Roman Divacky