aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Fixed the encoding problems of the crc32 instructions. All had the Operand sizeKevin Enderby2010-03-191-20/+31
* MC/X86: Rename alternate spellings of {ADD64,CMP64} and mark as "code gen onl...Daniel Dunbar2010-03-191-8/+16
* Renumber LdStExFrm from 28 to 11 and shift the existing format values to makeJohnny Chen2010-03-192-40/+40
* MC: Add TargetAsmBackend::createObjectWriter.Daniel Dunbar2010-03-191-0/+13
* MCCodeEmitter: Add target independent fixup flag for is-pc-relative.Daniel Dunbar2010-03-191-4/+4
* MC: Add TargetAsmBackend::isVirtualSection hook.Daniel Dunbar2010-03-191-2/+23
* MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specif...Daniel Dunbar2010-03-191-0/+26
* Remove a memory leak from the CBackend.Jeffrey Yasskin2010-03-191-1/+4
* set SDNPVariadic on nodes throughout the rest of the targets thatChris Lattner2010-03-198-15/+27
* Remove a memory leak from ThumbTargetMachine.Jeffrey Yasskin2010-03-191-2/+6
* add a new SDNPVariadic SDNP node flag, and use it inChris Lattner2010-03-191-4/+5
* remove some damaged sign extend patterns that can never match.Chris Lattner2010-03-191-8/+6
* disable some illegal blackfin patterns. sext from i32 to i32 can neverChris Lattner2010-03-191-5/+5
* comment out a bunch of parallel store patterns that apparentlyChris Lattner2010-03-192-14/+44
* Fix -Asserts warnings.Daniel Dunbar2010-03-191-5/+4
* X86: Fix encoding for TEST64rr.Daniel Dunbar2010-03-191-1/+1
* Now that tblgen can handle matching implicit defs of instructionsChris Lattner2010-03-194-131/+104
* Update comment to refer to the right filename.Bob Wilson2010-03-181-1/+1
* tidy upChris Lattner2010-03-181-2/+2
* Get rid of target-specific fp <-> int nodes when still I'm here.Anton Korobeynikov2010-03-186-79/+69
* Get rid of target-specific nodes for fp16 <-> fp32 conversion.Anton Korobeynikov2010-03-183-19/+11
* Refactor Reg-Reg copy emission routine for ARM. This makes cross-regclass cop...Anton Korobeynikov2010-03-181-29/+39
* Couple of changes that Dan mentioned for llvm.stackprotector fast-isel.Eric Christopher2010-03-181-2/+2
* X86MCCodeEmitter: Fix two minor issues with reloc_riprel_4byte_movq_load, weDaniel Dunbar2010-03-181-2/+4
* fix some buggy ops concatentationChris Lattner2010-03-181-12/+12
* use ins/outs.Chris Lattner2010-03-182-49/+49
* outs come before ins.Chris Lattner2010-03-181-3/+3
* Make fast-isel understand llvm.stackprotector.Eric Christopher2010-03-181-0/+15
* Refactor NEON ld/st instructions to hardcode class arguments that are constants.Bob Wilson2010-03-181-201/+193
* MC/X86/AsmMatcher: Use the new instruction cleanup routine to implement aDaniel Dunbar2010-03-182-3/+43
* fix an x86-64 encoding bug Daniel found.Chris Lattner2010-03-181-1/+4
* add a special relocation type for movq loads for objectChris Lattner2010-03-182-4/+14
* callq is pcrelativeChris Lattner2010-03-181-1/+1
* Check if function names start with "llvm." before trying to lookup them up asBob Wilson2010-03-182-0/+8
* Try to fix a valgrind error on 32 bit platforms: use %zu instead of %llu to f...Benjamin Kramer2010-03-181-2/+2
* Turning off post-ra scheduling for x86. It isn't a consistent win.Evan Cheng2010-03-182-15/+0
* MC/Darwin: Add a new target hook for whether the target uses "reliable" symbo...Daniel Dunbar2010-03-181-6/+7
* X86 address mode matching code MatchAddressRecursively does some aggressive h...Evan Cheng2010-03-171-14/+60
* Revert 98745 with respect to the addition of NEONFrm subformats for disassembly.Johnny Chen2010-03-172-453/+85
* Fixed a bug in the IT mask printing where T means the cond bit in the maskJohnny Chen2010-03-171-3/+5
* Refines 98745 so that it only contains the patch related to the output of theJohnny Chen2010-03-171-12/+1
* Clean up whitespace.Bob Wilson2010-03-171-16/+12
* Increase format field from 5 to 6 bits. ARMII::FormMask was increased to 0x3fBob Wilson2010-03-171-3/+3
* Initialize Size member to appease valgrind.Benjamin Kramer2010-03-171-1/+1
* 98745 contains something unrelated to the patch.Johnny Chen2010-03-171-15/+1
* Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrmJohnny Chen2010-03-176-141/+930
* fix GetOrCreateTemporarySymbol to require a name, clientsChris Lattner2010-03-172-2/+2
* Revert 98683. It is breaking something in the disassembler.Bob Wilson2010-03-168-62/+106
* Remove redundant writeback flag from ARM address mode 6. Also remove theBob Wilson2010-03-168-106/+62
* reapply r98656 unmodified, which exposed the asmprinter not Chris Lattner2010-03-161-0/+25