| Commit message (Expand) | Author | Age | Files | Lines |
* | Add comment. | Evan Cheng | 2010-03-23 | 1 | -0/+3 |
* | Forgot this. | Evan Cheng | 2010-03-23 | 1 | -0/+3 |
* | MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particula... | Daniel Dunbar | 2010-03-23 | 2 | -0/+15 |
* | MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target depen... | Daniel Dunbar | 2010-03-23 | 1 | -0/+7 |
* | MC: Add TargetAsmBackend::RelaxInstruction callback, and custom X86 implement... | Daniel Dunbar | 2010-03-23 | 1 | -0/+7 |
* | MC: Tweak MCInstFragment to include the encoded data and fixups, so that we d... | Daniel Dunbar | 2010-03-23 | 1 | -8/+37 |
* | Put MCSectionCOFF::Name into the MCContext instead of leaking it. | Jeffrey Yasskin | 2010-03-22 | 1 | -4/+3 |
* | MC: Add MCInstFragment, not used yet. | Daniel Dunbar | 2010-03-22 | 1 | -2/+41 |
* | MC: Fix a few more cases we were passing an MCDataFragment when a MCFragment ... | Daniel Dunbar | 2010-03-22 | 1 | -2/+2 |
* | MCInst: Add ::dump_pretty. | Daniel Dunbar | 2010-03-22 | 1 | -0/+9 |
* | MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of... | Daniel Dunbar | 2010-03-22 | 2 | -4/+4 |
* | MC: Eliminate MCFragment::getMaxFileSize. | Daniel Dunbar | 2010-03-22 | 1 | -32/+1 |
* | MC: Share the MCAsmLayout object, although its still not used for anything im... | Daniel Dunbar | 2010-03-22 | 1 | -3/+4 |
* | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif | 2010-03-22 | 2 | -34/+16 |
* | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif | 2010-03-22 | 2 | -16/+34 |
* | Memoize InlineAsms into the LLVMContext and delete them on shutdown. | Jeffrey Yasskin | 2010-03-21 | 1 | -3/+16 |
* | TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects. | Daniel Dunbar | 2010-03-20 | 1 | -5/+5 |
* | Add a setCalledFunction member to InvokeInst (like in CallInst) | Gabor Greif | 2010-03-20 | 1 | -0/+5 |
* | Clear the SCEVExpander's insertion point after making deletions, | Dan Gohman | 2010-03-20 | 1 | -0/+7 |
* | Fix more places to more thoroughly ignore debug intrinsics. This fixes | Dan Gohman | 2010-03-19 | 1 | -6/+1 |
* | Fixed the encoding problems of the crc32 instructions. All had the Operand size | Kevin Enderby | 2010-03-19 | 1 | -1/+4 |
* | Stop trying to merge identical jump tables. This had been inadvertently | Bob Wilson | 2010-03-19 | 1 | -4/+0 |
* | Acccess control is lame | Douglas Gregor | 2010-03-19 | 1 | -0/+1 |
* | struct -> class, to silence a Clang warning | Douglas Gregor | 2010-03-19 | 1 | -1/+1 |
* | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif | 2010-03-19 | 2 | -33/+15 |
* | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif | 2010-03-19 | 2 | -15/+33 |
* | MC: Add TargetAsmBackend::createObjectWriter. | Daniel Dunbar | 2010-03-19 | 1 | -0/+6 |
* | MCCodeEmitter: Add target independent fixup flag for is-pc-relative. | Daniel Dunbar | 2010-03-19 | 1 | -0/+9 |
* | MC: Sink code emitter into MCAssembler. | Daniel Dunbar | 2010-03-19 | 1 | -1/+7 |
* | MC/Mach-O: Move to MachObjectWriter.{h,cpp}. | Daniel Dunbar | 2010-03-19 | 1 | -0/+43 |
* | MC: Add TargetAsmBackend::isVirtualSection hook. | Daniel Dunbar | 2010-03-19 | 1 | -0/+4 |
* | MC: Split MCObjectWriter out of MCAssembler.cpp. | Daniel Dunbar | 2010-03-19 | 2 | -17/+184 |
* | MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specif... | Daniel Dunbar | 2010-03-19 | 1 | -0/+10 |
* | MC/Mach-O: Lift the fixup evaluation and application up (to the same place), ... | Daniel Dunbar | 2010-03-19 | 1 | -6/+1 |
* | MC/Mach-O: Factor out ExecutePostLayoutBinding, to separate the post-layout c... | Daniel Dunbar | 2010-03-19 | 1 | -0/+8 |
* | fix an MCInstPrinter leak that jyasskin pointed out: | Chris Lattner | 2010-03-19 | 1 | -1/+2 |
* | add a new SDNPVariadic SDNP node flag, and use it in | Chris Lattner | 2010-03-19 | 1 | -0/+1 |
* | MC/Mach-O/x86_64: Add getAtom[ForAddress]. | Daniel Dunbar | 2010-03-19 | 1 | -0/+13 |
* | MC/Mach-O: Factor out isSymbolLinkerVisible method; "linker visible" is a mad... | Daniel Dunbar | 2010-03-19 | 1 | -0/+6 |
* | use ins/outs | Chris Lattner | 2010-03-18 | 1 | -24/+24 |
* | MC/AsmMatcher: Add support for target specific "instruction cleanup" functions, | Daniel Dunbar | 2010-03-18 | 1 | -0/+5 |
* | offsetof always has type size_t. | Dan Gohman | 2010-03-18 | 1 | -1/+1 |
* | Fix a name clash that was breaking MSVC builds. | Benjamin Kramer | 2010-03-18 | 1 | -1/+1 |
* | Explicitly cast std::min's arguments to avoid type mismatches. | Dan Gohman | 2010-03-18 | 1 | -2/+2 |
* | Define placement new wrappers for BumpPtrAllocator and | Dan Gohman | 2010-03-18 | 2 | -0/+28 |
* | Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to | Bob Wilson | 2010-03-18 | 1 | -1/+5 |
* | Fix a bug found by inspection; in the __GNUC__ code, the alignment | Dan Gohman | 2010-03-18 | 1 | -8/+9 |
* | Nick wants these alphabetized | Andrew Lenharth | 2010-03-18 | 1 | -1/+1 |
* | Add the ability to "intern" FoldingSetNodeID data into a | Dan Gohman | 2010-03-18 | 3 | -24/+50 |
* | Reapply r98755 with a thinko which miscompiled gengtype fixed. | Dan Gohman | 2010-03-18 | 1 | -24/+26 |