Minor cleanup. No functional changes intended.
[oota-llvm.git] / include /
2009-08-03 Chris Lattnereliminate CurrentSection, rename CurrentSection_ -...
2009-08-03 Chris LattnerKill off SwitchToDataSection and SwitchToTextSection...
2009-08-03 Devang PatelKeep track of metadata used by other metadata.
2009-08-03 Dan GohmanMinor whitespace fix, so this doesn't look like a unary *.
2009-08-03 Dan GohmanAdd a new Constant::getIntegerValue helper function...
2009-08-03 David GreeneRe-apply LiveInterval index dumping patch, with fixes...
2009-08-03 Chris LattnerEliminate textual section switching from the x86 backen...
2009-08-03 Chris Lattnermake getObjFileLowering() return a non-const reference.
2009-08-03 Benjamin Kramerllvm_report_error already prints "LLVM ERROR:". So...
2009-08-03 Anton KorobeynikovAdd 'Indirect' LocInfo class and use to pass __m128...
2009-08-03 Devang PatelAdd NamedMDNode destructor.
2009-08-03 Daniel DunbarFix a race condition in getting the process exit code...
2009-08-03 Daniel DunbarRemove now unused arguments from TargetRegistry::lookup...
2009-08-03 Daniel DunbarPass target triple string in to TargetMachine constructor.
2009-08-03 Andreas BolkaRestrict LDA to affine subscripts.
2009-08-03 Daniel DunbarFix some comments referring to std::cerr.
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-08-02 Jakob Stoklund OlesenRemove unneeded intrinsics from Blackfin backend.
2009-08-02 Daniel DunbarAdjust comment to distinguish between target name and...
2009-08-02 Jakob Stoklund OlesenScavenger asserts.
2009-08-02 Jakob Stoklund OlesenAdd some basic blackfin intrinsics.
2009-08-02 Jakob Stoklund OlesenAnalog Devices Blackfin back-end.
2009-08-02 Benjamin KramerRemove duplicated colons and spaces.
2009-08-02 Chris Lattnermove dwarf debug info section selection stuff from...
2009-08-02 Chris Lattnerconvert EHFrameSection to be managed by TLOF instead...
2009-08-02 Chris LattnerMove the getInlineAsmLength virtual method from TAI...
2009-08-02 Chris Lattnermove a virtual method body to its .cpp file to avoid...
2009-08-02 Chris Lattnerremove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo
2009-08-02 Chris Lattnerremove TargetAsmInfo::TM, which is now dead. The basic...
2009-08-02 Chris Lattnermove an enum from TM -> TargetOptions. This makes...
2009-08-02 Chris Lattnerremove the dead PreferredEHDataFormat TAI hook: its...
2009-08-02 Chris Lattnermove getDwarfExceptionSection from TAI to TLOF and...
2009-08-02 Chris Lattnerconvert ctors/dtors section to be in TLOF instead of
2009-08-02 Daniel DunbarChange MCOperand to use Create style instead of Make...
2009-08-02 Chris Lattnermake SectionKind::Kind completely private now.
2009-08-02 Chris LattnerMake SectionKind::get() private.
2009-08-01 Chris Lattner(re)introduce new simpler apis for creation sectionkinds.
2009-08-01 Chris LattnerRemove "JumpTableDataSection" from TAI, instead, have...
2009-08-01 Chris LattnerREmove dead fields of TAI.
2009-08-01 Chris Lattnerfix a fixme by sinking various target-specific directiv...
2009-08-01 Chris Lattnerit turns out that isWeak() was basically dead anyway...
2009-08-01 Chris Lattnerfix a layering violation by moving SectionKind out...
2009-08-01 Dan GohmanMinor whitespace tidiness.
2009-08-01 Chris Lattnerwith the previous refactoring, fixme fixed!
2009-08-01 Chris LattnerChange SectionKind to be a property that is true of...
2009-08-01 Dan GohmanUse the default copy ctor and copy-assignment operators.
2009-08-01 Chris LattnerAll MCSections are now required to have a SectionKind.
2009-08-01 Dan GohmanGive MachineFunctionAnalysis a destructor so it can...
2009-08-01 Ted KremenekMake default ctor for ImmutableSet::iterator public.
2009-07-31 Owen AndersonPrivatize all but one of the remaining constant tables.
2009-07-31 Mikhail GlushenkovAdd a warning.
2009-07-31 David GreeneSimplify operand padding by keying off tabs in the...
2009-07-31 Daniel Dunbarllvm-mc: Support quoted identifiers.
2009-07-31 Chris LattnerPreferredEHDataFormat is always call with data and...
2009-07-31 Owen AndersonMove the metadata constructors back to 2.5 syntax.
2009-07-31 Chris Lattnermove emitUsedDirectiveFor to TargetLoweringObjectFile...
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-31 Dan GohmanFix a typo in a comment.
2009-07-31 Dan GohmanDelete spurious semicolons.
2009-07-31 Benjamin KramerFix build.
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-31 Dan GohmanRemove Annotation.h, which is no longer used in the...
2009-07-31 Dan GohmanMachineFunction no longer needs Annotation.
2009-07-31 Dan GohmanFix some problems with ASTCallbackVH in its use as...
2009-07-31 Dan GohmanTeach ValueHandleBase to treat DenseMap's special Empty...
2009-07-31 Devang PatelProcess DbgDeclareInst.
2009-07-31 Dan GohmanSplit DenseMapInfo into a separate header file, so...
2009-07-31 Dan GohmanReapply r77654 with a fix: MachineFunctionPass's getAna...
2009-07-31 Chris Lattnerrefactor section construction in TLOF to be through...
2009-07-31 Owen AndersonMove getTrue() and getFalse() to 2.5-like APIs.
2009-07-31 Chris Lattnersplit MCSection stuff out to its own .cpp file, add...
2009-07-31 Chris Lattnermove the sectionkind and section classes to TargetLower...
2009-07-31 Chris Lattnercreate sections with MCSection::Create instead of Conte...
2009-07-31 Daniel DunbarRevert r77654, it appears to be causing llvm-gcc bootst...
2009-07-31 Dan GohmanManage MachineFunctions with an analysis Pass instead...
2009-07-30 Devang PatelAdd getOrInsertNamedMetadata().
2009-07-30 Devang PatelAdd addElement().
2009-07-30 Lang HamesRemoved the BigBlock register allocator.
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-30 Daniel DunbarTwine: Directly support int, long, and long long types.
2009-07-30 Dan GohmanUse CallbackVH in AliasSetTracker to avoid getting...
2009-07-30 Devang PatelFix MetadataBase::classof().
2009-07-30 Daniel DunbarTwine: Use raw_ostream::write_hex, remove unused itohex...
2009-07-30 Devang Patels/DebugInfoEnumerator/DebugInfoFinder/g
2009-07-30 Daniel DunbarAdd raw_ostream::write_hex
2009-07-30 Daniel DunbarRemove itohexstr, which only had one user.
2009-07-30 Daniel DunbarTwines: Don't allow implicit conversion from integers...
2009-07-30 Devang Patelwalk DbgRegionStartInst and DbgRegionEndInst
2009-07-30 Devang PatelFix comment.
2009-07-30 Sanjiv GuptaAllow targets to define libcall names for mem(cpy,set...
2009-07-30 Evan ChengI've changed the semantics of MERGE_VALUES a bit. It...
2009-07-30 Daniel DunbarTwine: Provide [u]int{32,64} conversions via implicit...
2009-07-30 Devang PatelCheck null NameMDNode elements.
2009-07-29 Devang PatelRead and write NamedMDNode.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Devang PatelThere is no need to keep name ref in NamedMDNode.
2009-07-29 Chris Lattnerinline the global 'getInstrOperandRegClass' function...
2009-07-29 Chris Lattner1. Introduce a new TargetOperandInfo::getRegClass(...
2009-07-29 Chris Lattnermake ptr_rc derive from a new PointerLikeRegClass tblge...
2009-07-29 Chris LattnerGive getPointerRegClass() a "kind" value so that target...
next