| Commit message (Expand) | Author | Age | Files | Lines |
* | make printInstruction return void since its result is omitted. Make the | Chris Lattner | 2009-08-08 | 1 | -1/+1 |
* | don't check the result of printInstruction anymore. | Chris Lattner | 2009-08-08 | 1 | -3/+1 |
* | avoid this libcall with long inline expansion | Andrew Lenharth | 2009-08-07 | 1 | -1/+30 |
* | These should be expanded | Andrew Lenharth | 2009-08-07 | 1 | -0/+3 |
* | Use elf Object File directly | Andrew Lenharth | 2009-08-05 | 1 | -18/+1 |
* | Remove dead code. MDNode and MDString are not Constant anymore. | Devang Patel | 2009-08-05 | 1 | -3/+0 |
* | Alpha: Get section directives right | Andrew Lenharth | 2009-08-05 | 1 | -3/+3 |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 2 | -85/+93 |
* | Move most targets TargetMachine constructor to only taking a target triple. | Daniel Dunbar | 2009-08-02 | 2 | -4/+4 |
* | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar | 2009-08-02 | 3 | -5/+4 |
* | alpha TAI doesn't need TM. | Chris Lattner | 2009-08-02 | 3 | -8/+3 |
* | remove TargetAsmInfo::TM, which is now dead. The basic TAI class now | Chris Lattner | 2009-08-02 | 1 | -2/+1 |
* | Make SectionKind::get() private. | Chris Lattner | 2009-08-02 | 1 | -3/+3 |
* | give alpha its readonly section. This optimizes alpha, and prevents a | Chris Lattner | 2009-08-01 | 1 | -0/+2 |
* | no need to override the default with the default. | Chris Lattner | 2009-08-01 | 1 | -1/+0 |
* | Change SectionKind to be a property that is true of a *section*, it | Chris Lattner | 2009-08-01 | 1 | -2/+4 |
* | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner | 2009-07-31 | 1 | -2/+4 |
* | pass the mangler down into the various SectionForGlobal methods. | Chris Lattner | 2009-07-29 | 1 | -2/+2 |
* | Rename MDNode.h header. It defines MDnode and other metadata classes. | Devang Patel | 2009-07-28 | 1 | -1/+1 |
* | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 3 | -6/+17 |
* | Apparently alpha doesn't use ElfTargetAsmInfo (?) | Chris Lattner | 2009-07-27 | 1 | -0/+3 |
* | Factor commonality in triple match routines into helper template for registering | Daniel Dunbar | 2009-07-26 | 1 | -13/+2 |
* | Kill Target specific ModuleMatchQuality stuff. | Daniel Dunbar | 2009-07-26 | 1 | -19/+0 |
* | Simplify JIT target selection. | Daniel Dunbar | 2009-07-25 | 1 | -10/+2 |
* | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 3 | -23/+6 |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -1/+1 |
* | Remove unused member functions. | Eli Friedman | 2009-07-24 | 2 | -53/+0 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -2/+2 |
* | alpha doesn't need to redefine this: it only supports PIC codegen anyway. | Chris Lattner | 2009-07-21 | 2 | -7/+0 |
* | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner | 2009-07-21 | 1 | -12/+3 |
* | Add plumbing for the `linker_private' linkage type. This type is meant for | Bill Wendling | 2009-07-20 | 1 | -0/+2 |
* | Unbreak build | Daniel Dunbar | 2009-07-19 | 2 | -1/+2 |
* | Switch Alpha over to the new call lowering style. New code mostly | Eli Friedman | 2009-07-19 | 5 | -159/+220 |
* | Add dependencies from TargetInfo onto .td generation. | Daniel Dunbar | 2009-07-19 | 1 | -0/+1 |
* | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar | 2009-07-18 | 4 | -3/+4 |
* | r76102 added the MachineCodeEmitter::processDebugLoc call and called it from | Jeffrey Yasskin | 2009-07-17 | 1 | -4/+1 |
* | Set an operation expansion, noticed while running | Eli Friedman | 2009-07-17 | 1 | -0/+2 |
* | Lift addAssemblyEmitter into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 2 | -13/+0 |
* | Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 2 | -21/+9 |
* | Remove old style hacks to register AsmPrinter into TargetMachine. | Daniel Dunbar | 2009-07-15 | 3 | -41/+10 |
* | move createAlphaLLRPPass out of addAssemblyEmitter to make Alpha | Chris Lattner | 2009-07-15 | 1 | -1/+1 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 3 | -37/+16 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 3 | -16/+37 |
* | Kill off old (TargetMachine level, not Target level) match quality functions. | Daniel Dunbar | 2009-07-15 | 2 | -30/+0 |
* | Provide TargetMachine implementations with reference to Target they were created | Daniel Dunbar | 2009-07-15 | 2 | -3/+5 |
* | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar | 2009-07-15 | 2 | -4/+11 |
* | Add TargetInfo libraries for all targets. | Daniel Dunbar | 2009-07-15 | 4 | -1/+79 |
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 1 | -1/+2 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 4 | -12/+12 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 1 | -5/+3 |