summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Add NEON VLD1-dup instructions (load 1 element to all lanes).Bob Wilson2010-11-27
* macho-dump: Fix typo.Daniel Dunbar2010-11-27
* test/site.exp.in: Add "emitir", for now, fixing up r120156. CMake depends on ...NAKAMURA Takumi2010-11-26
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-25
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-25
* Use -S rather than -c for the benefit of dragonegg.Duncan Sands2010-11-25
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-25
* Judging from the comment, the system assembler is supposed to assembleDuncan Sands2010-11-25
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-25
* Dragonegg cannot output bitcode, only human readable IR, so use -S ratherDuncan Sands2010-11-25
* Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm".Duncan Sands2010-11-25
* Use multiple 0x66 prefixes so that all nops up to 15 bytes are a single instr...Rafael Espindola2010-11-25
* Factor some code to parseSectionFlags and fix the default type of a section.Rafael Espindola2010-11-25
* Treat a call of function pointer like a load of the pointer when consideringNick Lewycky2010-11-24
* Behave a bit more like gnu as and use the symbol (instead of the section)Rafael Espindola2010-11-24
* Relocate with the symbol if the relocation is of kind NTPOFF.Rafael Espindola2010-11-24
* Fix and add tests for all cases in x86 and x86_64 where gnu as implicitlyRafael Espindola2010-11-24
* Testcase for r120017.Rafael Espindola2010-11-24
* Allow for 'fcmp ogt' in SPU.Kalle Raiskila2010-11-24
* If a symbol is used as tls, mark it as tls even if not declare as so. ProbablyRafael Espindola2010-11-24
* The srem -> urem transform is not safe for any divisor that's not a power of ...Benjamin Kramer2010-11-23
* Recognize sign/zero-extended constant BUILD_VECTORs for VMULL operations.Bob Wilson2010-11-23
* InstCombine: Reduce "X shift (A srem B)" to "X shift (A urem B)" iff B is pos...Benjamin Kramer2010-11-23
* Exploit distributive laws (eg: And distributes over Or, Mul over Add, etc) in aDuncan Sands2010-11-23
* Division by pow-of-2 is not cheap on SPU, do it with Kalle Raiskila2010-11-23
* Produce a relocation for pcrel absolute values. Based on a patch by David Meyer.Rafael Espindola2010-11-23
* duncan's spider sense was right, I completely reversed the conditionChris Lattner2010-11-23
* filecheckizeChris Lattner2010-11-23
* InstCombine: Implement X - A*-B -> X + A*B.Benjamin Kramer2010-11-22
* Fix epilogue codegen to avoid leaving the stack pointer in an invalidEvan Cheng2010-11-22
* If a GEP index simply advances by multiples of a type of zero size,Duncan Sands2010-11-22
* Fix a bug with extractelement on SPU.Kalle Raiskila2010-11-22
* Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization.Benjamin Kramer2010-11-22
* Implement branch analysis in the MBlaze backend.Wesley Peck2010-11-21
* Add a rather pointless InstructionSimplify transform, inspired by recent cons...Duncan Sands2010-11-21
* Add encoding for ARM "trap" instruction.Bill Wendling2010-11-21
* implement PR8524, apparently mainline gas accepts movq as an alias for movdChris Lattner2010-11-21
* implement PR8576, deleting dead stores with intervening may-alias stores.Chris Lattner2010-11-21
* file checkizeChris Lattner2010-11-21
* optimize:Chris Lattner2010-11-21
* Handle PCRel relocations with absolute values. Fixes PR8656.Rafael Espindola2010-11-21
* Implement PR8644: forwarding a memcpy value to a byval,Chris Lattner2010-11-21
* Removing the useless test that I added recently. It was meant as an example, ...Andrew Trick2010-11-20
* Add a test for CodeGenPrepare's ability to look through PHI nodes when perfor...Owen Anderson2010-11-19
* Prefetch has a MemOperand now. FileCheckize a test.Dale Johannesen2010-11-19
* Make isScalarToVector to return false if the node is a scalar. This will preventMon P Wang2010-11-19
* Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby2010-11-19
* Add MC encodings for some Thumb instructions. Test for a few of them. The "bxBill Wendling2010-11-19
* Add support for parsing the writeback ("!") token.Bill Wendling2010-11-18
* More tests.Owen Anderson2010-11-18