aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Enable PostRA scheduling for SPU. Kalle Raiskila2010-11-292-4/+4
* test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.NAKAMURA Takumi2010-11-295-11/+11
* Add more Thumb encodings.Bill Wendling2010-11-291-0/+8
* More Thumb encodings.Bill Wendling2010-11-291-0/+5
* Add Thumb encodings for REV instructions.Bill Wendling2010-11-291-1/+8
* test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules ar...NAKAMURA Takumi2010-11-296-3/+9
* test: Add the new feature 'loadable_module'.NAKAMURA Takumi2010-11-293-0/+15
* Add more Thumb encodings.Bill Wendling2010-11-291-0/+3
* fix PR8686, accepting a 'b' suffix at the end of all the setccChris Lattner2010-11-281-1/+4
* Add support for NEON VLD2-dup instructions.Bob Wilson2010-11-281-0/+32
* Lower TLS_addr32 and TLS_addr64.Rafael Espindola2010-11-273-10/+11
* Implement the data16 prefix.Rafael Espindola2010-11-271-0/+1
* CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio.NAKAMURA Takumi2010-11-273-10/+23
* Add NEON VLD1-dup instructions (load 1 element to all lanes).Bob Wilson2010-11-272-1/+43
* macho-dump: Fix typo.Daniel Dunbar2010-11-2729-30/+30
* test/site.exp.in: Add "emitir", for now, fixing up r120156. CMake depends on ...NAKAMURA Takumi2010-11-261-0/+1
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-254-4/+4
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-2510-10/+10
* Use -S rather than -c for the benefit of dragonegg.Duncan Sands2010-11-253-3/+3
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-2547-63/+63
* Judging from the comment, the system assembler is supposed to assembleDuncan Sands2010-11-251-1/+1
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-2588-121/+121
* Dragonegg cannot output bitcode, only human readable IR, so use -S ratherDuncan Sands2010-11-2521-22/+22
* Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm".Duncan Sands2010-11-253-5/+6
* Use multiple 0x66 prefixes so that all nops up to 15 bytes are a single instr...Rafael Espindola2010-11-251-1/+1
* Factor some code to parseSectionFlags and fix the default type of a section.Rafael Espindola2010-11-251-0/+13
* Treat a call of function pointer like a load of the pointer when consideringNick Lewycky2010-11-241-0/+13
* Behave a bit more like gnu as and use the symbol (instead of the section)Rafael Espindola2010-11-241-1/+64
* Relocate with the symbol if the relocation is of kind NTPOFF.Rafael Espindola2010-11-241-13/+34
* Fix and add tests for all cases in x86 and x86_64 where gnu as implicitlyRafael Espindola2010-11-242-11/+96
* Testcase for r120017.Rafael Espindola2010-11-241-0/+1
* Allow for 'fcmp ogt' in SPU.Kalle Raiskila2010-11-241-6/+19
* If a symbol is used as tls, mark it as tls even if not declare as so. ProbablyRafael Espindola2010-11-241-2/+14
* The srem -> urem transform is not safe for any divisor that's not a power of ...Benjamin Kramer2010-11-231-3/+3
* Recognize sign/zero-extended constant BUILD_VECTORs for VMULL operations.Bob Wilson2010-11-231-0/+72
* InstCombine: Reduce "X shift (A srem B)" to "X shift (A urem B)" iff B is pos...Benjamin Kramer2010-11-231-0/+11
* Exploit distributive laws (eg: And distributes over Or, Mul over Add, etc) in aDuncan Sands2010-11-231-0/+11
* Division by pow-of-2 is not cheap on SPU, do it with Kalle Raiskila2010-11-231-0/+22
* Produce a relocation for pcrel absolute values. Based on a patch by David Meyer.Rafael Espindola2010-11-231-0/+16
* duncan's spider sense was right, I completely reversed the conditionChris Lattner2010-11-231-4/+4
* filecheckizeChris Lattner2010-11-232-17/+22
* InstCombine: Implement X - A*-B -> X + A*B.Benjamin Kramer2010-11-221-0/+20
* Fix epilogue codegen to avoid leaving the stack pointer in an invalidEvan Cheng2010-11-226-14/+74
* If a GEP index simply advances by multiples of a type of zero size,Duncan Sands2010-11-221-1/+10
* Fix a bug with extractelement on SPU.Kalle Raiskila2010-11-221-1/+13
* Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization.Benjamin Kramer2010-11-221-0/+22
* Implement branch analysis in the MBlaze backend.Wesley Peck2010-11-211-1/+1
* Add a rather pointless InstructionSimplify transform, inspired by recent cons...Duncan Sands2010-11-211-0/+8
* Add encoding for ARM "trap" instruction.Bill Wendling2010-11-213-1/+8
* implement PR8524, apparently mainline gas accepts movq as an alias for movdChris Lattner2010-11-211-0/+7