BasicBlock::getContext can no longer return a NULL so update the doc.
[oota-llvm.git] / include /
2009-08-12 Owen AndersonAdd contexts to some of the MVT APIs. No functionality...
2009-08-11 Daniel DunbarAdd 'isCodeGenOnly' bit to Instruction .td records.
2009-08-11 Owen AndersonFix warnings.
2009-08-11 Daniel Dunbarllvm-mc/AsmParser: Allow target to specific a comment...
2009-08-11 Owen Andersonstruct -> class
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-11 Daniel DunbarStringRef: Add find(char) and find(StringRef).
2009-08-11 Chris Lattnerpass the TargetTriple down from each target ctor to the
2009-08-11 Chris Lattnersplit "JumpTableDirective" (an existing hack) into...
2009-08-11 Dan GohmanAdd convenience functions for creating nsw add operators.
2009-08-11 Daniel DunbarRevert 78680 until I figure out why it completely broke...
2009-08-11 Devang PatelLink NamedMDNodes.
2009-08-11 Dan GohmanAdd convenience functions for creating inbounds GEPs.
2009-08-11 Chris Lattneradd a trivial line # cache to SourceMgr to make repeate...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-11 Daniel DunbarRemove some unnecessary LoadInst constructors, missed...
2009-08-11 Benjamin KramerFix struct/class mismatch.
2009-08-11 Dan GohmanUse isa instead of dyn_cast when the result is only...
2009-08-11 Devang PatelFix cut-n-pasto in comment.
2009-08-11 Dan GohmanAdd convenience functions for creating exact sdiv opera...
2009-08-11 Dan GohmanAvoid implicitly depending on Instructions.h.
2009-08-11 Benjamin KramerRevert 78662 to fix broken windows build. Add a comment...
2009-08-11 Dan GohmanTidy #includes.
2009-08-11 Dan GohmanAdd an explicit keyword.
2009-08-11 Dan GohmanConstantFolder and NoFolder no longer require their...
2009-08-11 Dan GohmanUse the default copy-ctor, copy-assignment, and destructor.
2009-08-11 Dan GohmanAdd a comment about the additional meaning of setPreser...
2009-08-11 Dan GohmanRemove an unnecessary mutable.
2009-08-11 Shantonu SenRegenerate per request of Gabor Greif (r78628)
2009-08-11 Erick TryzelaarChange llvm-c's ordering of contexts to make it consistent.
2009-08-11 Devang PatelRemove dead metadata.
2009-08-11 Jakob Stoklund OlesenRebuild RegScavenger::DistanceMap each time it is needed.
2009-08-11 Bob WilsonUse vAny type to get rid of Neon intrinsics that differ...
2009-08-11 Bob WilsonUse new EVT::vAny type to combine Neon intrinsics for...
2009-08-11 Bob WilsonAdd a new overloaded EVT::vAny type for use in TableGen...
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
2009-08-10 Lang HamesModified VNInfo. The "copy" member is now a union which...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-10 Devang PatelAlign comments.
2009-08-10 Devang PatelKeep track of DIType.
2009-08-10 Daniel Dunbarllvm-mc/AsmParser: Allow .td users to redefine the...
2009-08-10 Daniel DunbarRename ConvertType to ConvertConstant to avoid a name...
2009-08-10 Owen AndersonSimpleValueType-ify a few more methods on TargetLowering.
2009-08-10 Owen AndersonContinue the SimpleValueType-ification.
2009-08-10 Erick TryzelaarConvert comments to C90-style so llvm-c can import...
2009-08-10 Devang PatelWe are not using FoldingSet for metadata uniquing anymore.
2009-08-10 Owen AndersonStart moving TargetLowering away from using full MVTs...
2009-08-10 Daniel Dunbarllvm-mc/AsmMatcher: Change assembler parser match class...
2009-08-10 Owen AndersonChange the MDNode uniquing to a ValueMap, at Devang...
2009-08-10 Chris Lattnersplit MachO section handling stuff out to its out ...
2009-08-10 David GreeneAdd support for printing loop structure information...
2009-08-10 David GoodwinPost RA scheduler changes. Introduce a hazard recognize...
2009-08-10 Daniel DunbarAdd support for a user supplied pointer argument to...
2009-08-10 Chris LattnerMake the big switch: Change MCSectionMachO to represent...
2009-08-10 Chris Lattneradd a simple back() method to StringRef.
2009-08-09 Bob WilsonChange Neon table lookup (VTBL) and table extension...
2009-08-09 Daniel DunbarExtend comment on ParserMatchClass .td field, and add...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Define match classes in the .td...
2009-08-09 Daniel DunbarSTLExtras: Add less_ptr.
2009-08-08 Chris Lattnersink the 'name' and 'isdirective' state out of MCSectio...
2009-08-08 Chris Lattner1. Make MCSection an abstract class.
2009-08-08 Chris Lattnermake target-specific TLOF impls (except PIC16) create...
2009-08-08 Chris Lattnerstub out PECOFF/MachO/ELF MCSection classes
2009-08-08 Chris Lattnereliminate TargetLoweringObjectFileSparc in favor of...
2009-08-08 Chris Lattnernow that getOrCreateSection is all object-file specific,
2009-08-08 Chris Lattnersink getOrCreateSection down into all the object file...
2009-08-08 Eric ChristopherFix some cut and paste-os.
2009-08-08 Daniel DunbarSome ProfileInfo cleanups.
2009-08-08 Daniel DunbarAdd a basic static ProfileInfo provider (ProfileEstimat...
2009-08-08 Eric ChristopherDefine intrinsics for crc instruction.
2009-08-08 Daniel DunbarMore ProfileInfo improvements.
2009-08-08 Bruno Cardoso LopesELF improvements:
2009-08-08 Jakob Stoklund OlesenRemove RegisterScavenger::isSuperRegUsed(). This comple...
2009-08-08 Jakob Stoklund OlesenSimplify RegScavenger::forward a bit more.
2009-08-07 Bob WilsonAdd new intrinsics for Neon VTRN, VZIP and VUZP operati...
2009-08-07 Daniel DunbarAdd DEBUG_WITH_TYPE as a clean alternative to tweaking...
2009-08-07 Chris Lattnerremove a bunch of now-dead crud from the asmprinter...
2009-08-07 Chris Lattnerfix the column output stuff in the asmwriter from being...
2009-08-07 Argyrios KyrtzidisModifications to dyn_cast/cast to make them work for...
2009-08-07 Chris Lattnerfix comment pastos
2009-08-07 Jeffrey YasskinTo catch bugs like the one fixed in
2009-08-07 Andreas BolkaSIV/MIV classification for LDA.
2009-08-07 Dan GohmanUse std::string() instead of std::string("").
2009-08-07 Dan GohmanFix a bunch of namespace pollution.
2009-08-06 Jakob Stoklund OlesenGet rid of RegScavenger::backwards() before the bitrot...
2009-08-06 Devang PatelRemove dead code.
2009-08-06 Chris LattnerFix several fixmes and clean up code by sinking *all...
2009-08-06 John MosbyReg Scavenging generalization (Thumb support):
2009-08-06 Devang PatelFix comment.
2009-08-06 Daniel DunbarDon't search the entire type table just to delete a...
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-08-05 Daniel DunbarMake block and function count available via ProfileInfo.
2009-08-05 David GreeneFix some column padding bugs, reorganize things as...
2009-08-05 Chris Lattnerremove the 'DataSectionStartSuffix' and 'TextSectionSta...
2009-08-05 Dan GohmanFix FindExecutable to use sys::Path::GetMainExecutable...
2009-08-05 Dan GohmanAdd an explicit keyword.
2009-08-05 Dan GohmanDelete an obsolete sentance from a comment.
2009-08-05 Daniel DunbarRemove unnecessary ProfileInfoLoader methods.
2009-08-05 Daniel DunbarAdd StringRef::endswith
2009-08-05 Andrew Lenharthonly point to dest labels if the graph has them
next