summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Add PrintSpecial() handling for in ARM MC instruction printer.Jim Grosbach2010-09-22
* Add MC instruction printer support for ARM and Thumb1 jump tables.Jim Grosbach2010-09-22
* Attempt to fix llvm-gcc build. It was crashing when building gcov.o for anBob Wilson2010-09-22
* Add MC instruction printer support for TB[BH] style thumb2 jump tables.Jim Grosbach2010-09-22
* Clean up comment.Jim Grosbach2010-09-22
* fix rdar://8456371 - Handle commutable instructions written backward.Chris Lattner2010-09-22
* Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner2010-09-22
* fix rdar://8456412 - llvm-mc crash in encoder on "mov %rdx, %cr8"Chris Lattner2010-09-22
* add the missing aliases for fp stack cmovs, rdar://8456391Chris Lattner2010-09-22
* reimplement elf TLS support in terms of addressing modes, eliminating Segment...Chris Lattner2010-09-22
* Fix rdar://8456364 - llvm-mc rejects '%CS'Chris Lattner2010-09-22
* fix rdar://8456389 - llvm-mc mismatch with 'as' on 'fstp'Chris Lattner2010-09-22
* fix rdar://8456361 - llvm-mc rejects 'rep movsd'Chris Lattner2010-09-22
* convert the last 4 X86ISD nodes that should have memoperands to have them.Chris Lattner2010-09-22
* give X86ISD::FNSTCW16m a memoperand, since it touches memory. It onlyChris Lattner2010-09-22
* give FP_TO_INT16_IN_MEM and friends a memoperand. They are onlyChris Lattner2010-09-22
* give VZEXT_LOAD a memory operand, it now works with segment registers.Chris Lattner2010-09-22
* revert r114386 now that address modes work correctly, we get a niceChris Lattner2010-09-22
* give LCMPXCHG_DAG[8] a memory operand, allowing it to work with addrspace 256...Chris Lattner2010-09-21
* OptimizeCompareInstr should avoid iterating pass the beginning of the MBB whe...Evan Cheng2010-09-21
* Add start of support for MC instruction printer of ARM jump tables. Filling inJim Grosbach2010-09-21
* Enable target-specific mul-lowering on ARM, even at -Os. Remove a test that ...Owen Anderson2010-09-21
* reimplement support for GS and FS relative address space matchingChris Lattner2010-09-21
* Reimplement r114460 in target-independent DAGCombine rather than target-depen...Owen Anderson2010-09-21
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-21
* even though I'm about to rip it out, simplify the address mode stuffChris Lattner2010-09-21
* convert a couple more places to use the new getStore()Chris Lattner2010-09-21
* update a bunch of code to use the MachinePointerInfo version of getStore.Chris Lattner2010-09-21
* When adding the carry bit to another value on X86, exploit the fact that the ...Owen Anderson2010-09-21
* Define the TargetLowering::getTgtMemIntrinsic hook for ARM so that NEON loadBob Wilson2010-09-21
* eliminate some uses of the getStore overload.Chris Lattner2010-09-21
* eliminate an old SelectionDAG::getTruncStore method, propagatingChris Lattner2010-09-21
* propagate MachinePointerInfo through various uses of the oldChris Lattner2010-09-21
* Fix errant printing of [v]ldm instructions that aren't a popJim Grosbach2010-09-21
* Fix buglet when the TST instruction directly uses the AND result.Gabor Greif2010-09-21
* Move the search for the appropriate AND instructionGabor Greif2010-09-21
* convert the targets off the non-MachinePointerInfo of getLoad.Chris Lattner2010-09-21
* it's more elegant to put the "getConstantPool" andChris Lattner2010-09-21
* update the X86 backend to use the MachinePointerInfo version of oneChris Lattner2010-09-21
* Fix a bug where the x86 backend would lower memcpy/memset of segment relative...Chris Lattner2010-09-21
* reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner2010-09-21
* convert targets to the new MF.getMachineMemOperand interface.Chris Lattner2010-09-21
* fix rdar://8453210, a crash handling a call through a GS relative load.Chris Lattner2010-09-21
* Simplify ARM callee-saved register handling by removing the distinctionJim Grosbach2010-09-20
* idiom recognition should catch this.Chris Lattner2010-09-19
* add a readme.Chris Lattner2010-09-19
* X86Subtarget.h: Fix Cygwin's TD.NAKAMURA Takumi2010-09-18
* Add the exit instruction to the PTX target.Eric Christopher2010-09-18
* Fix build.Michael J. Spencer2010-09-18
* Thumb opcodes for thumb calls.Eric Christopher2010-09-18