| Commit message (Expand) | Author | Age | Files | Lines |
* | remove SectionFlags::Small: it is only used on Xcore, and we'll find | Chris Lattner | 2009-07-22 | 1 | -1/+0 |
* | inline the two MergeableConstSection implementations into their | Chris Lattner | 2009-07-22 | 2 | -2/+0 |
* | remove the SelectSectionForMachineConst hook, replacing it with | Chris Lattner | 2009-07-22 | 3 | -4/+19 |
* | Let each target determines whether a machine instruction is dead. If true, th... | Evan Cheng | 2009-07-22 | 1 | -0/+6 |
* | Now that RelocBehaviour() is never overloaded, it doesn't need to be | Chris Lattner | 2009-07-21 | 1 | -7/+0 |
* | Change ELFCodeEmitter logic to emit the constant pool and jump tables to | Bruno Cardoso Lopes | 2009-07-21 | 1 | -1/+1 |
* | make some stuff private. | Chris Lattner | 2009-07-21 | 2 | -4/+7 |
* | improve comments. | Chris Lattner | 2009-07-21 | 1 | -11/+21 |
* | inline a trivial method into its only call site and fix indentation of cases | Chris Lattner | 2009-07-21 | 1 | -1/+0 |
* | Remove some overridden functions in XCoreTargetAsmInfo that are | Chris Lattner | 2009-07-21 | 1 | -1/+1 |
* | Remove shift amount flavor. It isn't actually complete enough to | Eli Friedman | 2009-07-21 | 1 | -15/+0 |
* | Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the | Chris Lattner | 2009-07-21 | 1 | -4/+4 |
* | Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comes | David Greene | 2009-07-20 | 1 | -0/+11 |
* | Remove FIXME that was already fixed. | Eli Friedman | 2009-07-20 | 1 | -1/+0 |
* | Add MCAsmParser interface. | Daniel Dunbar | 2009-07-20 | 1 | -0/+17 |
* | remove TargetAsmInfo::ExpandInlineAsm | Chris Lattner | 2009-07-20 | 1 | -9/+0 |
* | Copy ExpandInlineAsm to TargetLowering from TargetAsmInfo. | Chris Lattner | 2009-07-20 | 1 | -0/+9 |
* | add some fixme's and cleanups. TargetAsmInfo shouldn't depend on VMCore even... | Chris Lattner | 2009-07-20 | 1 | -5/+9 |
* | remove dead forward decl | Chris Lattner | 2009-07-20 | 1 | -1/+0 |
* | rename TargetAsmInfo::getASDirective -> getDataASDirective | Chris Lattner | 2009-07-20 | 1 | -9/+8 |
* | For PC relative relocations where symbols are defined in the same section they | Bruno Cardoso Lopes | 2009-07-20 | 1 | -2/+11 |
* | Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag... | Bruno Cardoso Lopes | 2009-07-18 | 1 | -0/+8 |
* | Add some missing includes. | Daniel Dunbar | 2009-07-18 | 1 | -1/+1 |
* | Use a better name for the label relocations while emitting them for Jump Tables | Bruno Cardoso Lopes | 2009-07-18 | 1 | -1/+1 |
* | Add support to properly reference private symbols on relocation entries. | Bruno Cardoso Lopes | 2009-07-18 | 1 | -1/+8 |
* | Enable cross register class coalescing. | Evan Cheng | 2009-07-18 | 1 | -0/+9 |
* | Revert 76177 for now. It's messing up ARM asm printing. Also this significant... | Evan Cheng | 2009-07-18 | 1 | -11/+0 |
* | Add llvm::InitializeAllTargetInfos and llvm::InitializeAllAsmParsers. | Daniel Dunbar | 2009-07-17 | 1 | -8/+31 |
* | Untangle a snarl that I discovered when updating the mangler, | Chris Lattner | 2009-07-17 | 1 | -11/+5 |
* | Sketch support for target specific assembly parser. | Daniel Dunbar | 2009-07-17 | 2 | -4/+70 |
* | Add logic to align instruction operands to columns for pretty-printing. | David Greene | 2009-07-17 | 1 | -0/+11 |
* | Let callers decide the sub-register index on the def operand of rematerialize... | Evan Cheng | 2009-07-16 | 1 | -2/+2 |
* | Kill off last uses of TargetMachineRegistry class. | Daniel Dunbar | 2009-07-16 | 1 | -30/+1 |
* | Fix gcc 4.0 build failure, can't rely on access inside nested friended class. | Daniel Dunbar | 2009-07-16 | 1 | -1/+4 |
* | Add registered target list to --version output. | Daniel Dunbar | 2009-07-16 | 1 | -0/+47 |
* | Add explicit comment that clients can call target initialization functions | Daniel Dunbar | 2009-07-16 | 1 | -0/+6 |
* | Lift addAssemblyEmitter into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -9/+8 |
* | Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -13/+10 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 4 | -50/+38 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 4 | -38/+50 |
* | Remove StringConstantPrefix now that the only user | Duncan Sands | 2009-07-15 | 1 | -9/+0 |
* | Kill off old (TargetMachine level, not Target level) match quality functions. | Daniel Dunbar | 2009-07-15 | 1 | -13/+0 |
* | Provide TargetMachine implementations with reference to Target they were created | Daniel Dunbar | 2009-07-15 | 3 | -6/+14 |
* | Kill off unused TargetMachineRegistry methods and ivars. | Daniel Dunbar | 2009-07-15 | 2 | -27/+7 |
* | Migrate llc and the JIT to using the TargetRegistry for lookups. | Daniel Dunbar | 2009-07-15 | 1 | -0/+4 |
* | Include the Target& in the TargetMachineRegisterEntry. | Daniel Dunbar | 2009-07-15 | 1 | -4/+6 |
* | Allow multiple registrations of the same target. | Daniel Dunbar | 2009-07-15 | 1 | -1/+2 |
* | Initialize the target info via the InitializeNativeTarget() hook. | Daniel Dunbar | 2009-07-15 | 1 | -1/+3 |
* | Reimplement TargetMachineRegistry in terms of TargetRegistry. | Daniel Dunbar | 2009-07-15 | 1 | -0/+2 |
* | Mark Target's creation routines as const. | Daniel Dunbar | 2009-07-15 | 1 | -2/+2 |