summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Move "local commons" to the end of .bss to match the gnu as behavior.Rafael Espindola2010-09-29
* Add a test that I forgot to add with a previous commit.Rafael Espindola2010-09-29
* do not compare actual branch labels; this may fix llvm-gcc-x86_64-darwin10-cr...Gabor Greif2010-09-29
* improve heuristics to find the 'and' corresponding to 'tst' to also catch opp...Gabor Greif2010-09-29
* fix rdar://8490728 - llvm-mc rejects gpr64 form of 'movmskpd'Chris Lattner2010-09-29
* add assembler support for the cvtsd2sil/cvtsd2siq mnemonics, rdar://8456382Chris Lattner2010-09-29
* MC-COFF: Fix test. IMAGE_SYM_CLASS_LABEL should never have been emitted.Michael J. Spencer2010-09-29
* make the x86 mccode emitter emit the 0x67 and 0x66 prefix bytes in the sameChris Lattner2010-09-29
* implement support for 32-bit address operands in 64-bit mode, which Chris Lattner2010-09-29
* add basic avx support to the disassembler, also teach it about ssmem/sdmemChris Lattner2010-09-29
* add asmparser support for cvttpd2dq by removing some Int_ prefixes.Chris Lattner2010-09-29
* implement rdar://8456382 - cvtsd2si support, by removing some Int_ prefixes.Chris Lattner2010-09-29
* implement rdar://8456378 and PR7557 - support for the fstsw,Chris Lattner2010-09-29
* And remove r114997's test.Bill Wendling2010-09-28
* Revert r114997. It was causing a failure on darwin10-selfhost.Bill Wendling2010-09-28
* Fix a FIXME. _foo.eh symbols are currently always exported so that the linkerBill Wendling2010-09-28
* Add a subtarget hook for reporting the misprediction penalty. Use this to pro...Owen Anderson2010-09-28
* User proper libcall names & condcodes while compiling for ARM EABI.Anton Korobeynikov2010-09-28
* Part one of switching to using a more sane heuristic for determining if-conve...Owen Anderson2010-09-28
* Add target triple info to these tests to make the results comparable whenJim Grosbach2010-09-28
* On elf, undefined symbols can start with .L.Rafael Espindola2010-09-28
* Add a command line option "-arm-strict-align" to disallow unaligned memoryBob Wilson2010-09-28
* Write relocations in the end of the file. This matches what gas does andRafael Espindola2010-09-27
* Make sure .text doesn't produce extra alignment.Rafael Espindola2010-09-27
* Don't try to constant fold libm functions with non-finite arguments.Jakob Stoklund Olesen2010-09-27
* MC/AsmParser: Handle exponents in floating point literals.Daniel Dunbar2010-09-27
* Revert "Disable codegen prepare critical edge splitting. Machine instruction ...Jakob Stoklund Olesen2010-09-27
* Explicitly disable CGP critical edge splitting for this test so it won't breakJakob Stoklund Olesen2010-09-27
* Don't depend on basic block numbering.Jakob Stoklund Olesen2010-09-27
* MC-COFF: Drop empty sections, and label symbols. Convert relocationsMichael J. Spencer2010-09-27
* yet more aliases.Chris Lattner2010-09-27
* add a couple more aliases, rdar://8456378Chris Lattner2010-09-27
* fix rdar://8470918 - llvm-mc can't assemble smovlChris Lattner2010-09-27
* Fix rdar://8468087 - llvm-mc commutes fmul (and friend) operands.Chris Lattner2010-09-27
* the latest assembler that runs on powerpc 10.4 machines doesn'tChris Lattner2010-09-27
* implement support for 'clr' alias. This is part of rdar://8416805,Chris Lattner2010-09-27
* Add test case for PTX ret instructionChe-Liang Chiou2010-09-25
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-25
* Move ELF to HasReliableSymbolDifference=true. Also take the opportunity to putRafael Espindola2010-09-25
* LoadPRE was not properly checking that the load it was PRE'ing post-dominated...Owen Anderson2010-09-25
* Reapply 114678 and 114667. Reverting them did not fix the bot:Rafael Espindola2010-09-24
* Be more precise when trying to XFAIL this tester: http://google1.osuosl.org:8...Jakob Stoklund Olesen2010-09-24
* Enable code placement optimization pass for ARM.Evan Cheng2010-09-24
* Revert 114678 and 114667 to see ifRafael Espindola2010-09-24
* MC/AsmParser: Handle a missed case of floating literals in the lexer.Daniel Dunbar2010-09-24
* CMake: Build unittests.Michael J. Spencer2010-09-24
* Fix whitespace.Michael J. Spencer2010-09-24
* MC/AsmParser: Support .single and .double for embedding floating point literals.Daniel Dunbar2010-09-24
* Set alignment operand for NEON VST instructions.Bob Wilson2010-09-23
* Set alignment operand for NEON VLD instructions.Bob Wilson2010-09-23