aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Part one of switching to using a more sane heuristic for determining if-conve...Owen Anderson2010-09-281-2/+1
* Add target triple info to these tests to make the results comparable whenJim Grosbach2010-09-282-2/+4
* On elf, undefined symbols can start with .L.Rafael Espindola2010-09-281-0/+15
* Add a command line option "-arm-strict-align" to disallow unaligned memoryBob Wilson2010-09-281-0/+1
* Write relocations in the end of the file. This matches what gas does andRafael Espindola2010-09-273-50/+50
* Make sure .text doesn't produce extra alignment.Rafael Espindola2010-09-271-0/+19
* Don't try to constant fold libm functions with non-finite arguments.Jakob Stoklund Olesen2010-09-271-5/+0
* MC/AsmParser: Handle exponents in floating point literals.Daniel Dunbar2010-09-271-0/+17
* Revert "Disable codegen prepare critical edge splitting. Machine instruction ...Jakob Stoklund Olesen2010-09-279-20/+23
* Explicitly disable CGP critical edge splitting for this test so it won't breakJakob Stoklund Olesen2010-09-271-1/+1
* Don't depend on basic block numbering.Jakob Stoklund Olesen2010-09-271-7/+8
* MC-COFF: Drop empty sections, and label symbols. Convert relocationsMichael J. Spencer2010-09-272-61/+33
* yet more aliases.Chris Lattner2010-09-271-0/+4
* add a couple more aliases, rdar://8456378Chris Lattner2010-09-271-0/+5
* fix rdar://8470918 - llvm-mc can't assemble smovlChris Lattner2010-09-271-0/+7
* Fix rdar://8468087 - llvm-mc commutes fmul (and friend) operands.Chris Lattner2010-09-271-0/+16
* the latest assembler that runs on powerpc 10.4 machines doesn'tChris Lattner2010-09-271-0/+4
* implement support for 'clr' alias. This is part of rdar://8416805,Chris Lattner2010-09-271-0/+14
* Add test case for PTX ret instructionChe-Liang Chiou2010-09-251-0/+6
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-251-1/+1
* Move ELF to HasReliableSymbolDifference=true. Also take the opportunity to putRafael Espindola2010-09-252-1/+27
* LoadPRE was not properly checking that the load it was PRE'ing post-dominated...Owen Anderson2010-09-251-1/+13
* Reapply 114678 and 114667. Reverting them did not fix the bot:Rafael Espindola2010-09-241-0/+32
* Be more precise when trying to XFAIL this tester: http://google1.osuosl.org:8...Jakob Stoklund Olesen2010-09-241-3/+4
* Enable code placement optimization pass for ARM.Evan Cheng2010-09-242-3/+52
* Revert 114678 and 114667 to see ifRafael Espindola2010-09-241-32/+0
* MC/AsmParser: Handle a missed case of floating literals in the lexer.Daniel Dunbar2010-09-241-0/+3
* CMake: Build unittests.Michael J. Spencer2010-09-241-1/+9
* Fix whitespace.Michael J. Spencer2010-09-241-1/+1
* MC/AsmParser: Support .single and .double for embedding floating point literals.Daniel Dunbar2010-09-241-0/+12
* Set alignment operand for NEON VST instructions.Bob Wilson2010-09-235-42/+64
* Set alignment operand for NEON VLD instructions.Bob Wilson2010-09-234-36/+53
* Correctly handle weak undefined symbols. Before we would get a invalid bindingRafael Espindola2010-09-231-0/+14
* Represent relocations against local symbols as relocations against the sectionRafael Espindola2010-09-231-0/+32
* Fix llvm-extract so that it changes the linkage of all GlobalValues toBob Wilson2010-09-231-1/+6
* Disable codegen prepare critical edge splitting. Machine instruction passes nowEvan Cheng2010-09-2310-24/+23
* Fix llvm-extract -delete's lazy loading to materialize the functions thatDan Gohman2010-09-231-0/+22
* A select between a constant and zero, when fed by a bit test, can be efficientlyOwen Anderson2010-09-221-0/+13
* Fix PR8201: Update the code to call via X86::CALL64pcrel32 in the 64-bit case.Cameron Esfahani2010-09-221-2/+2
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-221-0/+32
* Correctly align bss.Rafael Espindola2010-09-221-0/+17
* llvmc: Support '-emit-llvm -S' with -opt.Mikhail Glushenkov2010-09-222-0/+8
* fix rdar://8456371 - Handle commutable instructions written backward.Chris Lattner2010-09-221-0/+8
* Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner2010-09-2219-353/+355
* fix rdar://8456412 - llvm-mc crash in encoder on "mov %rdx, %cr8"Chris Lattner2010-09-221-1/+13
* fix rdar://8456417 - llvm-mc can't do basic mathChris Lattner2010-09-221-0/+5
* add the missing aliases for fp stack cmovs, rdar://8456391Chris Lattner2010-09-221-0/+17
* reimplement elf TLS support in terms of addressing modes, eliminating Segment...Chris Lattner2010-09-221-1/+1
* Fix rdar://8456364 - llvm-mc rejects '%CS'Chris Lattner2010-09-221-0/+3
* fix rdar://8456389 - llvm-mc mismatch with 'as' on 'fstp'Chris Lattner2010-09-221-0/+6