| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | test: Check the feature 'loadable_module' with load modules in %llvmshlibdir. | NAKAMURA Takumi | 2010-11-29 | 5 | -11/+11 |
* | Add more Thumb encodings. | Bill Wendling | 2010-11-29 | 1 | -0/+8 |
* | More Thumb encodings. | Bill Wendling | 2010-11-29 | 1 | -0/+5 |
* | Add Thumb encodings for REV instructions. | Bill Wendling | 2010-11-29 | 1 | -1/+8 |
* | test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules ar... | NAKAMURA Takumi | 2010-11-29 | 6 | -3/+9 |
* | test: Add the new feature 'loadable_module'. | NAKAMURA Takumi | 2010-11-29 | 3 | -0/+15 |
* | Add more Thumb encodings. | Bill Wendling | 2010-11-29 | 1 | -0/+3 |
* | fix PR8686, accepting a 'b' suffix at the end of all the setcc | Chris Lattner | 2010-11-28 | 1 | -1/+4 |
* | Add support for NEON VLD2-dup instructions. | Bob Wilson | 2010-11-28 | 1 | -0/+32 |
* | Lower TLS_addr32 and TLS_addr64. | Rafael Espindola | 2010-11-27 | 3 | -10/+11 |
* | Implement the data16 prefix. | Rafael Espindola | 2010-11-27 | 1 | -0/+1 |
* | CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio. | NAKAMURA Takumi | 2010-11-27 | 3 | -10/+23 |
* | Add NEON VLD1-dup instructions (load 1 element to all lanes). | Bob Wilson | 2010-11-27 | 2 | -1/+43 |
* | macho-dump: Fix typo. | Daniel Dunbar | 2010-11-27 | 29 | -30/+30 |
* | test/site.exp.in: Add "emitir", for now, fixing up r120156. CMake depends on ... | NAKAMURA Takumi | 2010-11-26 | 1 | -0/+1 |
* | Remove explicit uses of -emit-llvm, the test infrastructure adds it | Duncan Sands | 2010-11-25 | 4 | -4/+4 |
* | Remove explicit uses of -emit-llvm, the test infrastructure adds it | Duncan Sands | 2010-11-25 | 10 | -10/+10 |
* | Use -S rather than -c for the benefit of dragonegg. | Duncan Sands | 2010-11-25 | 3 | -3/+3 |
* | Remove explicit uses of -emit-llvm, the test infrastructure adds it | Duncan Sands | 2010-11-25 | 47 | -63/+63 |
* | Judging from the comment, the system assembler is supposed to assemble | Duncan Sands | 2010-11-25 | 1 | -1/+1 |
* | Remove explicit uses of -emit-llvm, the test infrastructure adds it | Duncan Sands | 2010-11-25 | 88 | -121/+121 |
* | Dragonegg cannot output bitcode, only human readable IR, so use -S rather | Duncan Sands | 2010-11-25 | 21 | -22/+22 |
* | Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm". | Duncan Sands | 2010-11-25 | 3 | -5/+6 |
* | Use multiple 0x66 prefixes so that all nops up to 15 bytes are a single instr... | Rafael Espindola | 2010-11-25 | 1 | -1/+1 |
* | Factor some code to parseSectionFlags and fix the default type of a section. | Rafael Espindola | 2010-11-25 | 1 | -0/+13 |
* | Treat a call of function pointer like a load of the pointer when considering | Nick Lewycky | 2010-11-24 | 1 | -0/+13 |
* | Behave a bit more like gnu as and use the symbol (instead of the section) | Rafael Espindola | 2010-11-24 | 1 | -1/+64 |
* | Relocate with the symbol if the relocation is of kind NTPOFF. | Rafael Espindola | 2010-11-24 | 1 | -13/+34 |
* | Fix and add tests for all cases in x86 and x86_64 where gnu as implicitly | Rafael Espindola | 2010-11-24 | 2 | -11/+96 |
* | Testcase for r120017. | Rafael Espindola | 2010-11-24 | 1 | -0/+1 |
* | Allow for 'fcmp ogt' in SPU. | Kalle Raiskila | 2010-11-24 | 1 | -6/+19 |
* | If a symbol is used as tls, mark it as tls even if not declare as so. Probably | Rafael Espindola | 2010-11-24 | 1 | -2/+14 |
* | The srem -> urem transform is not safe for any divisor that's not a power of ... | Benjamin Kramer | 2010-11-23 | 1 | -3/+3 |
* | Recognize sign/zero-extended constant BUILD_VECTORs for VMULL operations. | Bob Wilson | 2010-11-23 | 1 | -0/+72 |
* | InstCombine: Reduce "X shift (A srem B)" to "X shift (A urem B)" iff B is pos... | Benjamin Kramer | 2010-11-23 | 1 | -0/+11 |
* | Exploit distributive laws (eg: And distributes over Or, Mul over Add, etc) in a | Duncan Sands | 2010-11-23 | 1 | -0/+11 |
* | Division by pow-of-2 is not cheap on SPU, do it with | Kalle Raiskila | 2010-11-23 | 1 | -0/+22 |
* | Produce a relocation for pcrel absolute values. Based on a patch by David Meyer. | Rafael Espindola | 2010-11-23 | 1 | -0/+16 |
* | duncan's spider sense was right, I completely reversed the condition | Chris Lattner | 2010-11-23 | 1 | -4/+4 |
* | filecheckize | Chris Lattner | 2010-11-23 | 2 | -17/+22 |
* | InstCombine: Implement X - A*-B -> X + A*B. | Benjamin Kramer | 2010-11-22 | 1 | -0/+20 |
* | Fix epilogue codegen to avoid leaving the stack pointer in an invalid | Evan Cheng | 2010-11-22 | 6 | -14/+74 |
* | If a GEP index simply advances by multiples of a type of zero size, | Duncan Sands | 2010-11-22 | 1 | -1/+10 |
* | Fix a bug with extractelement on SPU. | Kalle Raiskila | 2010-11-22 | 1 | -1/+13 |
* | Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization. | Benjamin Kramer | 2010-11-22 | 1 | -0/+22 |
* | Implement branch analysis in the MBlaze backend. | Wesley Peck | 2010-11-21 | 1 | -1/+1 |
* | Add a rather pointless InstructionSimplify transform, inspired by recent cons... | Duncan Sands | 2010-11-21 | 1 | -0/+8 |
* | Add encoding for ARM "trap" instruction. | Bill Wendling | 2010-11-21 | 3 | -1/+8 |
* | implement PR8524, apparently mainline gas accepts movq as an alias for movd | Chris Lattner | 2010-11-21 | 1 | -0/+7 |
* | implement PR8576, deleting dead stores with intervening may-alias stores. | Chris Lattner | 2010-11-21 | 1 | -0/+9 |