| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some dead code. | Daniel Dunbar | 2009-08-05 | 1 | -9/+0 |
* | Remove dead code. MDNode and MDString are not Constant anymore. | Devang Patel | 2009-08-05 | 1 | -3/+0 |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 3 | -277/+307 |
* | Don't flush the raw_ostream between each MachineFunction. These flush | Dan Gohman | 2009-08-05 | 1 | -2/+0 |
* | make MergeableCString be a SectionKind "abstract class", and | Chris Lattner | 2009-08-04 | 1 | -0/+1 |
* | switch ppc to using SwitchToSection instead of textual section stuff. | Chris Lattner | 2009-08-03 | 1 | -14/+43 |
* | Move most targets TargetMachine constructor to only taking a target triple. | Daniel Dunbar | 2009-08-02 | 2 | -11/+12 |
* | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar | 2009-08-02 | 4 | -16/+12 |
* | move dwarf debug info section selection stuff from TAI to | Chris Lattner | 2009-08-02 | 1 | -11/+0 |
* | convert EHFrameSection to be managed by TLOF instead of TAI. | Chris Lattner | 2009-08-02 | 1 | -3/+0 |
* | Move the getInlineAsmLength virtual method from TAI to TII, where | Chris Lattner | 2009-08-02 | 1 | -1/+1 |
* | remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo | Chris Lattner | 2009-08-02 | 1 | -1/+0 |
* | remove TargetAsmInfo::TM, which is now dead. The basic TAI class now | Chris Lattner | 2009-08-02 | 2 | -4/+3 |
* | remove the x86/ppc impls of getEHGlobalPrefix, which is already dead. | Chris Lattner | 2009-08-02 | 2 | -8/+0 |
* | move getDwarfExceptionSection from TAI to TLOF and rename it to | Chris Lattner | 2009-08-02 | 1 | -2/+0 |
* | don't override the default of this, the only difference is \t instead of ' '. | Chris Lattner | 2009-08-02 | 1 | -2/+0 |
* | REmove dead fields of TAI. | Chris Lattner | 2009-08-01 | 1 | -5/+0 |
* | Fix typos in comments. | Dan Gohman | 2009-08-01 | 1 | -1/+1 |
* | remove the PPCLinuxTargetAsmInfo implementation of PreferredEHDataFormat, | Chris Lattner | 2009-07-31 | 2 | -35/+0 |
* | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner | 2009-07-31 | 1 | -7/+8 |
* | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman | 2009-07-31 | 1 | -11/+6 |
* | refactor section construction in TLOF to be through an explicit | Chris Lattner | 2009-07-31 | 1 | -1/+1 |
* | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar | 2009-07-31 | 1 | -6/+11 |
* | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman | 2009-07-31 | 1 | -11/+6 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -1/+1 |
* | Give getPointerRegClass() a "kind" value so that targets can | Chris Lattner | 2009-07-29 | 2 | -4/+4 |
* | pass the mangler down into the various SectionForGlobal methods. | Chris Lattner | 2009-07-29 | 1 | -5/+6 |
* | Change the "PreferredEHDataFormat" from "absptr" if we're on a Darwin system > | Bill Wendling | 2009-07-29 | 1 | -5/+9 |
* | Output the correct format for Darwin. | Bill Wendling | 2009-07-28 | 1 | -5/+7 |
* | Rename MDNode.h header. It defines MDnode and other metadata classes. | Devang Patel | 2009-07-28 | 1 | -1/+1 |
* | the apple "ld_classic" linker doesn't support .literal16 in 32-bit | Chris Lattner | 2009-07-28 | 1 | -1/+1 |
* | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 3 | -11/+17 |
* | Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec... | Chris Lattner | 2009-07-27 | 1 | -1/+1 |
* | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner | 2009-07-27 | 2 | -5/+3 |
* | untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a | Chris Lattner | 2009-07-26 | 1 | -7/+4 |
* | Eliminate some uses of DOUT, cerr, and getNameStart(). | Daniel Dunbar | 2009-07-26 | 1 | -5/+6 |
* | Factor commonality in triple match routines into helper template for registering | Daniel Dunbar | 2009-07-26 | 1 | -27/+5 |
* | Kill Target specific ModuleMatchQuality stuff. | Daniel Dunbar | 2009-07-26 | 1 | -38/+0 |
* | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 1 | -2/+2 |
* | this is (unfortunately) several changes mixed together: | Chris Lattner | 2009-07-25 | 1 | -1/+1 |
* | Simplify JIT target selection. | Daniel Dunbar | 2009-07-25 | 1 | -20/+4 |
* | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 3 | -14/+7 |
* | Remove unused member functions. | Eli Friedman | 2009-07-24 | 2 | -82/+0 |
* | use section flags more correctly. | Chris Lattner | 2009-07-24 | 1 | -1/+2 |
* | reduce api exposure: clients shouldn't call SectionKindForGlobal directly. | Chris Lattner | 2009-07-24 | 1 | -4/+5 |
* | Remove the IA-64 backend. | Dan Gohman | 2009-07-24 | 1 | -1/+1 |
* | Let each target determines whether a machine instruction is dead. If true, th... | Evan Cheng | 2009-07-22 | 1 | -0/+7 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -6/+6 |
* | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner | 2009-07-21 | 1 | -23/+6 |
* | Rename Mangler linkage enums to something less gross. | Bill Wendling | 2009-07-20 | 1 | -3/+3 |