Minor code simplification.
[oota-llvm.git] / include /
2009-07-24 Chris Lattnermake SectionKindForGlobal target independent, and there...
2009-07-24 Chris Lattnerwe already know the sectionkind when invoking SelectSec...
2009-07-24 Chris Lattnermake SectionForGlobal non-virtual, add a hook for pic16...
2009-07-24 Jakob Stoklund OlesenAdd support for promoting SETCC operations.
2009-07-24 Dan GohmanConvert several more passes to use getAnalysisIfAvailab...
2009-07-24 Dan GohmanAdd specific classes for Add, Sub, and Mul, for conveni...
2009-07-24 Chris Lattnermove ELF-specific code into ELFTargetAsmInfo.
2009-07-24 Chris Lattnermake SectionFlagsForGlobal a private static function...
2009-07-24 Daniel DunbarMove more to raw_ostream, provide support for writing...
2009-07-24 Daniel DunbarMove to raw_ostream.
2009-07-24 Daniel DunbarAllow llvm_report_error to accept a Twine.
2009-07-24 Eli FriedmanRemove unused member functions.
2009-07-24 Daniel DunbarFix constructor types
2009-07-24 Daniel DunbarAdd Twine ADT.
2009-07-24 Chris LattnerImplement getSectionPrefixForUniqueGlobal to return...
2009-07-24 Chris LattnerReplace UniqueSectionForGlobal with getSectionPrefixFor...
2009-07-24 Chris Lattnerdocument SectionFlags::Named better and make it more...
2009-07-24 Chris Lattneruse section flags more correctly.
2009-07-24 Chris Lattnermake Constant::getRelocationInfo return an enum, as...
2009-07-24 Chris Lattnerremove more bits of small section support.
2009-07-24 Chris LattnerRemove SectionKind::Small*. This was only used on...
2009-07-24 Dan GohmanGive SCEVAddRecExpr no-signed-overflow and no-unsigned...
2009-07-24 Dan GohmanGive the SCEV class a SubclassData field.
2009-07-24 Dan GohmanFix whitespace.
2009-07-24 Owen AndersonPrivatize the ConstantVector tables.
2009-07-24 Dan GohmanRemove the IA-64 backend.
2009-07-23 Owen AndersonPrivatize the ConstantStruct table.
2009-07-23 David GreeneWrite space padding as one string to speed up comment...
2009-07-23 Reid KlecknerRe-committing r76828 with the JIT memory manager change...
2009-07-23 Duncan SandsFix PR4614: the Intel C compiler defines _GNUC__
2009-07-23 Daniel DunbarSwitch ValueSymbolTable to StringRef based API.
2009-07-23 Daniel DunbarAdd llvm::Value::getNameRef, for help in API migration.
2009-07-23 Reid KlecknerRe-committing changes from r76825 to BumpPtrAllocator...
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-07-23 Andrew Lenharthemit simple node was using different labels for fields...
2009-07-23 Andreas BolkaCache dependence computation using FoldingSet.
2009-07-23 Chris Lattnerenhance DepthFirstIterator to support more robust opera...
2009-07-23 Chris Lattnerremove a really old and dead header
2009-07-23 Devang PatelMDString
2009-07-23 Andreas BolkaMinor cosmetics: indentation, formatting, naming.
2009-07-23 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Devang PatelHide constructors.
2009-07-23 Devang PatelDerive MDNode from MetadataBase instead of Constant...
2009-07-23 Reid KlecknerMake the JIT code emitter properly retry and ask for...
2009-07-23 Reid KlecknerParameterize the BumpPtrAllocator over a slab allocator...
2009-07-22 Chris Lattnerremove SectionFlags::Small: it is only used on Xcore...
2009-07-22 David GreeneConstify the key in Mi2IndexMap.
2009-07-22 Daniel DunbarDefine npos in a way that should make MSVC happier.
2009-07-22 David GreenePut comment printing under asm-verbose.
2009-07-22 David GreeneMake some changes suggested by Bill and Evan.
2009-07-22 Devang PatelAdd replaceAllUsesWith() to FE replace debug info const...
2009-07-22 Devang PatelIntroduce MetadataBase, a base class for MDString and...
2009-07-22 Daniel DunbarSupport writing a StringRef to a raw_ostream directly.
2009-07-22 Torok EdwinRemove a comment that was copy+pasted from the wrong...
2009-07-22 Eli FriedmanAttempt to fix BuildBot breakage with MSVC.
2009-07-22 Eric ChristopherRemove intrinsic support for __builtin_ia32_vec_set_v16...
2009-07-22 Chris Lattnerinline the two MergeableConstSection implementations...
2009-07-22 Chris Lattnerremove the SelectSectionForMachineConst hook, replacing...
2009-07-22 Evan ChengLet each target determines whether a machine instructio...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-22 Chris Lattnerreimplement Constant::ContainsRelocations as
2009-07-21 Chris LattnerNow that RelocBehaviour() is never overloaded, it doesn...
2009-07-21 Eric ChristopherAdd intrinsic for __builtin_ia32_vec_set_v4si which...
2009-07-21 Chris Lattnerno really, I can spell!
2009-07-21 Chris Lattneradd an API so target-independent codegen can determine...
2009-07-21 Dan GohmanPermit the IntPtrTy argument to isEliminableCastPair...
2009-07-21 Bruno Cardoso LopesChange ELFCodeEmitter logic to emit the constant pool...
2009-07-21 Dan GohmanReplace the original ad-hoc code for determining whethe...
2009-07-21 Chris Lattnermake some stuff private.
2009-07-21 Chris Lattnerimprove comments.
2009-07-21 Daniel DunbarAdd missing include
2009-07-21 Chris Lattnerinline a trivial method into its only call site and...
2009-07-21 Chris LattnerRemove some overridden functions in XCoreTargetAsmInfo...
2009-07-21 Chris Lattnerrevert r76602, 76603, and r76615, pending design discus...
2009-07-21 Owen AndersonPrivatize the ConstantArray table.
2009-07-21 Owen AndersonPrivatize the first of the value maps.
2009-07-21 Eli FriedmanRemove shift amount flavor. It isn't actually complete...
2009-07-21 David GreenePrefix IR dumps with LiveInterval indices when possible...
2009-07-21 Chris Lattnermake AsmPrinter::doFinalization iterate over the global...
2009-07-21 David GreeneAdd PrefixPrinter arguments to the dump routines for...
2009-07-21 David GreeneAdd a small utility class to configure IR printers...
2009-07-21 Owen AndersonRename getConstantInt{True|False} to get{True|False...
2009-07-21 Torok EdwinAdd freed memory poisoning in !NDEBUG mode for DenseMap.
2009-07-21 Chris LattnerRename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPr...
2009-07-21 Daniel DunbarMove StringRef comparison operators out of class.
2009-07-21 Daniel DunbarAdd StringRef::{substr, startswith}.
2009-07-21 Daniel DunbarAdd StringRef class, with fixes.
2009-07-21 Owen AndersonMove a bit more state over to the LLVMContext.
2009-07-20 David GreeneRe-apply 75490, 75806 and 76177 with fixes and tests...
2009-07-20 Dan GohmanAssembly and Bitcode support for unsigned/signed overfl...
2009-07-20 Dan GohmanClarify that OverflowingBinaryOperator is not used...
2009-07-20 Kevin EnderbyRemoved the DumpSymbolsandMacros and LoadSymbolsandMacr...
2009-07-20 Daniel DunbarAdd MCAsmLexer interface.
2009-07-20 Eli FriedmanRemove FIXME that was already fixed.
2009-07-20 Bill WendlingRename Mangler linkage enums to something less gross.
2009-07-20 Daniel DunbarAdd MCAsmParser interface.
2009-07-20 Bill WendlingPut new enum at end of list to avoid changing ABI.
2009-07-20 Chris Lattnerremove TargetAsmInfo::ExpandInlineAsm
2009-07-20 Chris LattnerCopy ExpandInlineAsm to TargetLowering from TargetAsmInfo.
2009-07-20 Dan GohmanDrop UDivOperator and introduce SDivOperator. Thanks...
next