| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert this change, since it was causing ARM performance regressions. | Bob Wilson | 2010-03-19 | 6 | -69/+79 |
* | Fix more places to more thoroughly ignore debug intrinsics. This fixes | Dan Gohman | 2010-03-19 | 1 | -5/+13 |
* | remove the patterns that I commented out in r98930, Dan verified | Chris Lattner | 2010-03-19 | 2 | -324/+0 |
* | Fix -Wnon-virtual-dtor warning. | Rafael Espindola | 2010-03-19 | 1 | -0/+2 |
* | call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1) | Devang Patel | 2010-03-19 | 1 | -4/+0 |
* | Fixed the encoding problems of the crc32 instructions. All had the Operand size | Kevin Enderby | 2010-03-19 | 1 | -20/+31 |
* | Stop trying to merge identical jump tables. This had been inadvertently | Bob Wilson | 2010-03-19 | 2 | -39/+6 |
* | MC/Mach-O/x86_64: Add relocation support. | Daniel Dunbar | 2010-03-19 | 1 | -0/+213 |
* | MC/X86: Rename alternate spellings of {ADD64,CMP64} and mark as "code gen onl... | Daniel Dunbar | 2010-03-19 | 1 | -8/+16 |
* | Renumber LdStExFrm from 28 to 11 and shift the existing format values to make | Johnny Chen | 2010-03-19 | 2 | -40/+40 |
* | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif | 2010-03-19 | 9 | -27/+19 |
* | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif | 2010-03-19 | 9 | -19/+27 |
* | MC: Add TargetAsmBackend::createObjectWriter. | Daniel Dunbar | 2010-03-19 | 2 | -7/+20 |
* | MCCodeEmitter: Add target independent fixup flag for is-pc-relative. | Daniel Dunbar | 2010-03-19 | 3 | -20/+12 |
* | MC: Sink code emitter into MCAssembler. | Daniel Dunbar | 2010-03-19 | 2 | -8/+5 |
* | MC/Mach-O: Move to MachObjectWriter.{h,cpp}. | Daniel Dunbar | 2010-03-19 | 4 | -821/+900 |
* | MC: Add TargetAsmBackend::isVirtualSection hook. | Daniel Dunbar | 2010-03-19 | 2 | -17/+30 |
* | MC: Split MCObjectWriter out of MCAssembler.cpp. | Daniel Dunbar | 2010-03-19 | 3 | -131/+46 |
* | MCAssembler: Pull out MCObjectWriter class. | Daniel Dunbar | 2010-03-19 | 1 | -82/+126 |
* | MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specif... | Daniel Dunbar | 2010-03-19 | 2 | -12/+27 |
* | MC/Mach-O: Lift the fixup evaluation and application up (to the same place), ... | Daniel Dunbar | 2010-03-19 | 1 | -35/+31 |
* | MC/Mach-O: Factor out ExecutePostLayoutBinding, to separate the post-layout c... | Daniel Dunbar | 2010-03-19 | 1 | -31/+33 |
* | MC/Mach-O: Lift relocation emission logic a bit higher to separate evaluation... | Daniel Dunbar | 2010-03-19 | 1 | -56/+77 |
* | Remove a memory leak from the CBackend. | Jeffrey Yasskin | 2010-03-19 | 1 | -1/+4 |
* | fix an MCInstPrinter leak that jyasskin pointed out: | Chris Lattner | 2010-03-19 | 1 | -1/+2 |
* | set SDNPVariadic on nodes throughout the rest of the targets that | Chris Lattner | 2010-03-19 | 8 | -15/+27 |
* | Remove a memory leak from ThumbTargetMachine. | Jeffrey Yasskin | 2010-03-19 | 1 | -2/+6 |
* | add a new SDNPVariadic SDNP node flag, and use it in | Chris Lattner | 2010-03-19 | 1 | -4/+5 |
* | remove some damaged sign extend patterns that can never match. | Chris Lattner | 2010-03-19 | 1 | -8/+6 |
* | disable some illegal blackfin patterns. sext from i32 to i32 can never | Chris Lattner | 2010-03-19 | 1 | -5/+5 |
* | comment out a bunch of parallel store patterns that apparently | Chris Lattner | 2010-03-19 | 2 | -14/+44 |
* | Fix -Asserts warnings. | Daniel Dunbar | 2010-03-19 | 1 | -5/+4 |
* | MC/Mach-O: Add isScatteredFixupFullyResolved, which implements the correct al... | Daniel Dunbar | 2010-03-19 | 1 | -1/+59 |
* | MC/Mach-O/x86_64: Add getAtom[ForAddress]. | Daniel Dunbar | 2010-03-19 | 1 | -0/+36 |
* | MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix ... | Daniel Dunbar | 2010-03-19 | 1 | -15/+52 |
* | MC/Mach-O: Factor out isSymbolLinkerVisible method; "linker visible" is a mad... | Daniel Dunbar | 2010-03-19 | 1 | -10/+18 |
* | Fixed a widening bug where we were not using the correct size for the load | Mon P Wang | 2010-03-19 | 1 | -1/+1 |
* | X86: Fix encoding for TEST64rr. | Daniel Dunbar | 2010-03-19 | 1 | -1/+1 |
* | FP16 constfolding | Anton Korobeynikov | 2010-03-19 | 1 | -0/+25 |
* | Now that tblgen can handle matching implicit defs of instructions | Chris Lattner | 2010-03-19 | 4 | -131/+104 |
* | Update comment to refer to the right filename. | Bob Wilson | 2010-03-18 | 1 | -1/+1 |
* | tidy up | Chris Lattner | 2010-03-18 | 1 | -2/+2 |
* | Get rid of target-specific fp <-> int nodes when still I'm here. | Anton Korobeynikov | 2010-03-18 | 6 | -79/+69 |
* | Get rid of target-specific nodes for fp16 <-> fp32 conversion. | Anton Korobeynikov | 2010-03-18 | 4 | -21/+11 |
* | Refactor Reg-Reg copy emission routine for ARM. This makes cross-regclass cop... | Anton Korobeynikov | 2010-03-18 | 1 | -29/+39 |
* | Couple of changes that Dan mentioned for llvm.stackprotector fast-isel. | Eric Christopher | 2010-03-18 | 1 | -2/+2 |
* | X86MCCodeEmitter: Fix two minor issues with reloc_riprel_4byte_movq_load, we | Daniel Dunbar | 2010-03-18 | 1 | -2/+4 |
* | fix some buggy ops concatentation | Chris Lattner | 2010-03-18 | 1 | -12/+12 |
* | use ins/outs. | Chris Lattner | 2010-03-18 | 2 | -49/+49 |
* | outs come before ins. | Chris Lattner | 2010-03-18 | 1 | -3/+3 |