CMake configuration: find mkdtemp, mkstemp, mktemp.
[oota-llvm.git] / include /
2009-07-27 Douglas GregorCMake configuration: find mkdtemp, mkstemp, mktemp.
2009-07-27 Chris Lattnermake COFF work like ELF and macho, by splitting out...
2009-07-27 Chris Lattnerinline a method.
2009-07-27 Dan GohmanFix wording in comments.
2009-07-27 Chris LattnerEliminate getNamed/getUnnamedSection, adding a new...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-26 Chris Lattneruntangle a TargetAsmInfo hack where ELFTargetAsmInfo...
2009-07-26 Chris LattnerUse the RHS length instead of the LHS length. They...
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-26 Daniel DunbarRemove Value::getNameLen
2009-07-26 Daniel DunbarEliminate some uses of DOUT, cerr, and getNameStart().
2009-07-26 Chris Lattnerremove a densemap from TargetAsmInfo that was uniquing...
2009-07-26 Chris Lattnermake SectionKind keep track of whether a global had...
2009-07-26 Chris Lattnermake SectionKind know whether a symbol is weak or not...
2009-07-26 Chris LattnerMake the kind actually be private.
2009-07-26 Chris Lattnerrename Mergable -> Mergeable and Writable -> Writeable
2009-07-26 Chris Lattnerremove a bunch of helper functions, just use SectionKin...
2009-07-26 Chris Lattnersimplify getSectionForMergableConstant to take a Sectio...
2009-07-26 Chris Lattnerprecreate 4/8/16 byte mergable sections to simplify...
2009-07-26 Chris Lattnerintroduce specialized mergable const sectionkinds for...
2009-07-26 Chris LattnerRearrange all the SectionKinds and structure them into...
2009-07-26 Daniel DunbarFactor commonality in triple match routines into helper...
2009-07-26 Daniel DunbarOops, forgot XCore. Sorry XCore!
2009-07-26 Daniel DunbarUpdate for API change.
2009-07-26 Chris Lattnerfix isReadOnly predicate to not include data that has...
2009-07-26 Chris Lattnerremove a dead enum case.
2009-07-26 Daniel DunbarUpdate Triple to use StringRef/Twine based APIs.
2009-07-26 Daniel DunbarAdd StringRef::{slice, split}, two convenient string...
2009-07-26 Chris Lattnerput normal data into .data instead of .data.rel on...
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.
next