Add support for a user supplied pointer argument to llvm_install_error_handler.
[oota-llvm.git] / include /
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
2009-08-05 Benjamin KramerRemove unused forward decls.
2009-08-05 Bruno Cardoso Lopes- Remove custom handling of jumptables by the elf writt...
2009-08-05 Andreas BolkaZIV tester for LDA.
2009-08-05 Chris Lattnerexpose SectionKindForGlobal to curious clients, named as
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-05 Bruno Cardoso Lopes1) Proper emit displacements for x86, using absolute...
2009-08-04 Chris Lattnerrevert r78048, it isn't worth using assertingvh here.
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-08-04 Owen AndersonPrivatize the last bit of Constant-creation state.
2009-08-04 Chris Lattnerrip out SectionEndDirectiveSuffix support, only uses by
2009-08-04 Douglas GregorAdd some type traits that are used for Clang's statical...
2009-08-04 Chris Lattnerenhance codegen to put 16-bit character strings into the
2009-08-04 Chris Lattnerfix a fixme: don't create an explicit "CStringSection...
2009-08-04 Chris Lattnermake MergeableCString be a SectionKind "abstract class...
2009-08-04 Chris Lattnerswitch ValueMap to using AssertingVH. This is an old...
2009-08-04 Daniel DunbarRemove unused function.
2009-08-04 Daniel DunbarRemove now unused Module argument to createTargetMachine.
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.
next