summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Make sure we correctly note the existence of an i8 immediate for vblendvps an...Eli Friedman2011-12-15
* ARM NEON VCLE is an alias for VCGE w/ the source operands reversed.Jim Grosbach2011-12-15
* ARM NEON VTBL/VTBX assembly parsing and encoding.Jim Grosbach2011-12-15
* Add missing zmovl AVX patterns which were causing crashes.Chad Rosier2011-12-15
* Fix assert in LowerBUILD_VECTOR for v16i16 type on AVX.Chad Rosier2011-12-15
* Set specific target cpu for testcase.Lang Hames2011-12-15
* Added test case for r146671.Lang Hames2011-12-15
* Add a test case to make sure that the nop really does follow the bl on ppc64 elfHal Finkel2011-12-15
* Fix test.Eli Friedman2011-12-15
* Make constant folding for GEPs a bit more aggressive.Eli Friedman2011-12-15
* Don't try to form FGETSIGN after legalization; it is possible in some cases, ...Eli Friedman2011-12-15
* Add support for lowering fneg when AVX is enabled.Chad Rosier2011-12-15
* Added InstCombine for "select cond, ~cond, x" type patternsPete Cooper2011-12-15
* Make loop preheader insertion in LoopSimplify handle the case where the loop ...Eli Friedman2011-12-15
* Move Instruction::isSafeToSpeculativelyExecute out of VMCore andDan Gohman2011-12-14
* ARM NEON VLD2/VST2 lane indexed assembly parsing and encoding.Jim Grosbach2011-12-14
* Do not sink instruction, if it is not profitable.Devang Patel2011-12-14
* Improve the implementation of .incbin directive by replacing a loop by usingKevin Enderby2011-12-14
* LSR: Fold redundant bitcasts on-the-fly.Andrew Trick2011-12-14
* ARM NEON fix alignment encoding for VST2 w/ writeback.Jim Grosbach2011-12-14
* Add the .incbin directive which takes the binary data from a file and emitsKevin Enderby2011-12-14
* ARM NEON VST2 assembly parsing and encoding.Jim Grosbach2011-12-14
* Fix for bug #11429: Wrong behaviour for switches. Small improvement for code ...Stepan Dyatkovskiy2011-12-14
* It turns out that clang does use pointer-to-function types toDan Gohman2011-12-14
* Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka2011-12-14
* ARM/Thumb2 'cmp rn, #imm' alias to cmn.Jim Grosbach2011-12-14
* ARM assembler support for the target-specific .req directive.Jim Grosbach2011-12-14
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-14
* Add newline at EOF.Chad Rosier2011-12-14
* Thumb2 assembler aliases for "mov(shifted register)"Jim Grosbach2011-12-13
* ARM LDM/STM system instruction variants.Jim Grosbach2011-12-13
* Test for 146516Jim Grosbach2011-12-13
* ARM thumb2 parsing of "rsb rd, rn, #0".Jim Grosbach2011-12-13
* ARM NEON two-operand aliases for VQDMULH.Jim Grosbach2011-12-13
* ARM pre-UAL NEG mnemonic for convenience when porting old code.Jim Grosbach2011-12-13
* [fast-isel] Unaligned loads of floats are not supported. Therefore, convert ...Chad Rosier2011-12-13
* Add test/MC/Mips/dg.exp.Akira Hatanaka2011-12-13
* Move direct object emitter test to directory test/MC/Mips. Rename it toAkira Hatanaka2011-12-13
* Relocation against a symbol, instead of against section. We had some extremeAkira Hatanaka2011-12-13
* Don't rely on a particular version string for llvm.Nick Lewycky2011-12-13
* Temporarily disable Hexagon tests. They are failing on OS XTony Linthicum2011-12-13
* Test case for r146432 by Jack Carter.Akira Hatanaka2011-12-12
* Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>Bob Wilson2011-12-12
* Hexagon backend supportTony Linthicum2011-12-12
* Only replace fwrite with fputc, if the return value is unused.Joerg Sonnenberger2011-12-12
* XOP instructions and encoding tests.Jan Sjödin2011-12-12
* Add support for gnu_indirect_function.Roman Divacky2011-12-12
* Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth2011-12-12
* Add an explicit test of the auto-upgrade functionality for the newChandler Carruth2011-12-12
* Teach the verifier to reject all non-constant arguments to the secondChandler Carruth2011-12-12