| Commit message (Expand) | Author | Age | Files | Lines |
* | eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it p... | Chris Lattner | 2009-08-03 | 1 | -8/+7 |
* | Kill off SwitchToDataSection and SwitchToTextSection, woo. | Chris Lattner | 2009-08-03 | 1 | -28/+0 |
* | Keep track of metadata used by other metadata. | Devang Patel | 2009-08-03 | 1 | -35/+64 |
* | Minor whitespace fix, so this doesn't look like a unary *. | Dan Gohman | 2009-08-03 | 1 | -1/+1 |
* | Add a new Constant::getIntegerValue helper function, and convert a | Dan Gohman | 2009-08-03 | 1 | -0/+6 |
* | Re-apply LiveInterval index dumping patch, with fixes suggested by Bill | David Greene | 2009-08-03 | 4 | -6/+111 |
* | Eliminate textual section switching from the x86 backend, one | Chris Lattner | 2009-08-03 | 1 | -1/+10 |
* | make getObjFileLowering() return a non-const reference. | Chris Lattner | 2009-08-03 | 2 | -2/+2 |
* | llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like... | Benjamin Kramer | 2009-08-03 | 1 | -1/+1 |
* | Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fix... | Anton Korobeynikov | 2009-08-03 | 2 | -18/+29 |
* | Add NamedMDNode destructor. | Devang Patel | 2009-08-03 | 1 | -0/+9 |
* | Fix a race condition in getting the process exit code on Win32. | Daniel Dunbar | 2009-08-03 | 1 | -3/+6 |
* | Remove now unused arguments from TargetRegistry::lookupTarget. | Daniel Dunbar | 2009-08-03 | 1 | -8/+1 |
* | Pass target triple string in to TargetMachine constructor. | Daniel Dunbar | 2009-08-03 | 2 | -4/+20 |
* | Restrict LDA to affine subscripts. | Andreas Bolka | 2009-08-03 | 1 | -0/+9 |
* | Fix some comments referring to std::cerr. | Daniel Dunbar | 2009-08-03 | 7 | -12/+12 |
* | Move most targets TargetMachine constructor to only taking a target triple. | Daniel Dunbar | 2009-08-02 | 1 | -0/+16 |
* | Remove unneeded intrinsics from Blackfin backend. | Jakob Stoklund Olesen | 2009-08-02 | 1 | -17/+0 |
* | Adjust comment to distinguish between target name and triple target name they | Daniel Dunbar | 2009-08-02 | 1 | -15/+15 |
* | Scavenger asserts. | Jakob Stoklund Olesen | 2009-08-02 | 1 | -0/+3 |
* | Add some basic blackfin intrinsics. | Jakob Stoklund Olesen | 2009-08-02 | 2 | -0/+52 |
* | Analog Devices Blackfin back-end. | Jakob Stoklund Olesen | 2009-08-02 | 1 | -0/+1 |
* | Remove duplicated colons and spaces. | Benjamin Kramer | 2009-08-02 | 1 | -7/+7 |
* | move dwarf debug info section selection stuff from TAI to | Chris Lattner | 2009-08-02 | 2 | -92/+31 |
* | convert EHFrameSection to be managed by TLOF instead of TAI. | Chris Lattner | 2009-08-02 | 1 | -1/+7 |
* | Move the getInlineAsmLength virtual method from TAI to TII, where | Chris Lattner | 2009-08-02 | 2 | -5/+11 |
* | move a virtual method body to its .cpp file to avoid a #include | Chris Lattner | 2009-08-02 | 1 | -5/+2 |
* | remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo | Chris Lattner | 2009-08-02 | 1 | -26/+0 |
* | remove TargetAsmInfo::TM, which is now dead. The basic TAI class now | Chris Lattner | 2009-08-02 | 4 | -10/+4 |
* | move an enum from TM -> TargetOptions. This makes TargetOptions.h | Chris Lattner | 2009-08-02 | 2 | -9/+9 |
* | remove the dead PreferredEHDataFormat TAI hook: its now dead | Chris Lattner | 2009-08-02 | 1 | -5/+0 |
* | move getDwarfExceptionSection from TAI to TLOF and rename it to | Chris Lattner | 2009-08-02 | 2 | -9/+6 |
* | convert ctors/dtors section to be in TLOF instead of | Chris Lattner | 2009-08-02 | 2 | -17/+12 |
* | Change MCOperand to use Create style instead of Make style for constructing | Daniel Dunbar | 2009-08-02 | 1 | -13/+21 |
* | make SectionKind::Kind completely private now. | Chris Lattner | 2009-08-02 | 1 | -5/+1 |
* | Make SectionKind::get() private. | Chris Lattner | 2009-08-02 | 1 | -1/+2 |
* | (re)introduce new simpler apis for creation sectionkinds. | Chris Lattner | 2009-08-01 | 1 | -1/+19 |
* | Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter | Chris Lattner | 2009-08-01 | 2 | -21/+10 |
* | REmove dead fields of TAI. | Chris Lattner | 2009-08-01 | 1 | -26/+0 |
* | fix a fixme by sinking various target-specific directives down into | Chris Lattner | 2009-08-01 | 1 | -31/+29 |
* | it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/ | Chris Lattner | 2009-08-01 | 2 | -36/+8 |
* | fix a layering violation by moving SectionKind out to its own header. | Chris Lattner | 2009-08-01 | 3 | -164/+186 |
* | Minor whitespace tidiness. | Dan Gohman | 2009-08-01 | 1 | -0/+1 |
* | with the previous refactoring, fixme fixed! | Chris Lattner | 2009-08-01 | 1 | -3/+0 |
* | Change SectionKind to be a property that is true of a *section*, it | Chris Lattner | 2009-08-01 | 2 | -30/+55 |
* | Use the default copy ctor and copy-assignment operators. | Dan Gohman | 2009-08-01 | 1 | -2/+0 |
* | All MCSections are now required to have a SectionKind. | Chris Lattner | 2009-08-01 | 1 | -19/+4 |
* | Give MachineFunctionAnalysis a destructor so it can verify that | Dan Gohman | 2009-08-01 | 1 | -1/+1 |
* | Make default ctor for ImmutableSet::iterator public. | Ted Kremenek | 2009-08-01 | 1 | -2/+1 |
* | Privatize all but one of the remaining constant tables. | Owen Anderson | 2009-07-31 | 1 | -0/+3 |