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