| Commit message (Expand) | Author | Age | Files | Lines |
* | MC: Split MCObjectWriter out of MCAssembler.cpp. | Daniel Dunbar | 2010-03-19 | 5 | -148/+230 |
* | 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 | 3 | -12/+37 |
* | MC/Mach-O: Lift the fixup evaluation and application up (to the same place), ... | Daniel Dunbar | 2010-03-19 | 2 | -41/+32 |
* | MC/Mach-O: Factor out ExecutePostLayoutBinding, to separate the post-layout c... | Daniel Dunbar | 2010-03-19 | 2 | -31/+41 |
* | 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 | 3 | -6/+7 |
* | resolve fixme: we now infer the instruction-level 'isvariadic' bit | Chris Lattner | 2010-03-19 | 2 | -12/+21 |
* | 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 | 6 | -6/+14 |
* | rewrite EnforceSmallerThan to be less bone headed. | Chris Lattner | 2010-03-19 | 2 | -64/+80 |
* | 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 |
* | Fix -Asserts warning. | Daniel Dunbar | 2010-03-19 | 1 | -2/+1 |
* | 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 | 2 | -0/+49 |
* | MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix ... | Daniel Dunbar | 2010-03-19 | 2 | -60/+125 |
* | MC/Mach-O: Factor out isSymbolLinkerVisible method; "linker visible" is a mad... | Daniel Dunbar | 2010-03-19 | 2 | -10/+24 |
* | Drop KLEE blurb, we don't have anything new. | Daniel Dunbar | 2010-03-19 | 1 | -18/+0 |
* | Fixed a widening bug where we were not using the correct size for the load | Mon P Wang | 2010-03-19 | 2 | -2/+26 |
* | X86: Fix encoding for TEST64rr. | Daniel Dunbar | 2010-03-19 | 2 | -1/+5 |
* | eliminate the last use of EEVT::isUnknown | Chris Lattner | 2010-03-19 | 3 | -18/+9 |
* | Remove `ignore` from LLVMC/TestWarnings.td. This avoids | Jeffrey Yasskin | 2010-03-19 | 1 | -1/+1 |
* | Finally change the instruction looking map to be a densemap from | Chris Lattner | 2010-03-19 | 4 | -43/+45 |
* | make inst_begin/inst_end iterate over InstructionsByEnumValue. | Chris Lattner | 2010-03-19 | 5 | -45/+39 |
* | revert 98912 | Chris Lattner | 2010-03-19 | 5 | -31/+31 |
* | make inst_begin/inst_end iterate over InstructionsByEnumValue. | Chris Lattner | 2010-03-19 | 5 | -31/+31 |
* | FP16 constfolding | Anton Korobeynikov | 2010-03-19 | 1 | -0/+25 |
* | change Target.getInstructionsByEnumValue to return a reference | Chris Lattner | 2010-03-19 | 10 | -37/+41 |
* | Revert r98892. BSD systems may not have bash installed at all. | Jeffrey Yasskin | 2010-03-19 | 1 | -1/+1 |
* | factor copy and paste code. | Chris Lattner | 2010-03-19 | 1 | -53/+27 |
* | don't go through getInstructions(). | Chris Lattner | 2010-03-19 | 3 | -16/+17 |
* | Bugpoint's default memory limit (100MB) was too low for valgrind, so | Jeffrey Yasskin | 2010-03-19 | 4 | -9/+25 |
* | look up instructions by record, not by name. | Chris Lattner | 2010-03-19 | 7 | -8/+17 |
* | 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 |
* | expand tblgen's support for instructions with implicit defs. | Chris Lattner | 2010-03-18 | 2 | -8/+18 |
* | infer results of a pattern from implicit defs. This allows you to do something | Chris Lattner | 2010-03-18 | 2 | -13/+34 |
* | Work around a valgrind oddity where it doesn't pass the full path of a | Jeffrey Yasskin | 2010-03-18 | 1 | -1/+1 |
* | 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 | 2 | -3/+10 |
* | capture implicit uses and defs in CodeGenInstruction | Chris Lattner | 2010-03-18 | 2 | -0/+6 |