Move more code back to 2.5 APIs.
[oota-llvm.git] / include /
2009-07-26 Daniel DunbarKill Target specific ModuleMatchQuality stuff.
2009-07-26 Daniel DunbarAdd TargetRegistry::lookupTarget.
2009-07-26 Chris Lattnerfinish simplifying DarwinTargetAsmInfo::SelectSectionFo...
2009-07-26 Daniel DunbarSome clients rely on getName{Start,End} not returning...
2009-07-26 Daniel DunbarRewrite getName{Start,End,Len} in terms of getName...
2009-07-26 Chris Lattnersimplify some predicates, add isMergableString()
2009-07-26 Daniel DunbarRemove Value::setName(const char*, unsigned).
2009-07-26 Daniel DunbarRemove Value::setName(const char*).
2009-07-25 Daniel DunbarRemove Value::{isName, getNameRef}.
2009-07-25 Chris Lattnermake SectionKind be a first-class pod struct instead...
2009-07-25 Chris Lattnerthis is (unfortunately) several changes mixed together:
2009-07-25 Chris Lattnerdocument some invariants.
2009-07-25 Dan GohmanFix a few comments to say "backedge-taken count" instead of
2009-07-25 Dan GohmanUpdate comments to new-style syntax.
2009-07-25 Dan GohmanRemove spurious semicolons.
2009-07-25 Daniel DunbarSimplify JIT target selection.
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-25 Daniel DunbarFinish migrating VMCore to StringRef/Twine based APIs.
2009-07-25 Daniel DunbarInitial update to VMCore to use Twines for string argum...
2009-07-25 Eric ChristopherMove ExtractElementInst to ::Create instead of new...
2009-07-25 Dan GohmanConvert a few more uses of llvm/Support/Streams.h to...
2009-07-25 Dan GohmanInstead of eagerly creating new SCEVs to replace all...
2009-07-25 Dan GohmanMake AliasAnalysis and related classes use
2009-07-25 Jeffrey YasskinAdd a missing ilist_node.h #include to SparseBitVector...
2009-07-25 Sean CallananMemoryObject - Abstract base class for contiguous addre...
2009-07-24 Andreas BolkaForward-declare raw_ostream.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Chris Lattnerfix some predicates
2009-07-24 Chris Lattnerchange SectionKindForGlobal from being a public (and
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
next