aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix rdar://8456361 - llvm-mc rejects 'rep movsd'Chris Lattner2010-09-221-0/+5
* linux has a different stack alignment than the mac, relax this a bit.Chris Lattner2010-09-221-1/+1
* give VZEXT_LOAD a memory operand, it now works with segment registers.Chris Lattner2010-09-222-3/+27
* revert r114386 now that address modes work correctly, we get a niceChris Lattner2010-09-221-5/+3
* give LCMPXCHG_DAG[8] a memory operand, allowing it to work with addrspace 256...Chris Lattner2010-09-211-0/+11
* filecheckizeChris Lattner2010-09-211-11/+49
* OptimizeCompareInstr should avoid iterating pass the beginning of the MBB whe...Evan Cheng2010-09-211-0/+84
* Enable target-specific mul-lowering on ARM, even at -Os. Remove a test that ...Owen Anderson2010-09-212-15/+18
* Use FileCheckDevang Patel2010-09-211-2/+5
* When adding the carry bit to another value on X86, exploit the fact that the ...Owen Anderson2010-09-211-0/+14
* llvmc: Allow multiple output languages.Mikhail Glushenkov2010-09-211-0/+27