--- Reverse-merging r79555 into '.':
[oota-llvm.git] / include / llvm / CodeGen /
2009-08-20 Erick TryzelaarRename FirstExtendedValueType to INVALID_SIMPLE_VALUE_TYPE
2009-08-19 David GreeneRemove an unnecessary include. Now we won't have circu...
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing header.
2009-08-19 Dan GohmanAdd an x86 peep that narrows TEST instructions to forms...
2009-08-19 David GoodwinUse the schedule itinerary operand use/def cycle inform...
2009-08-19 Chris LattnerExuberantAsm is no more.
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-19 Erick TryzelaarFix gcc-4.4/fedora 11 by adding a sentinel value to...
2009-08-18 Jakob Stoklund OlesenSimplify RegScavenger::FindUnusedReg.
2009-08-18 David GreeneMake various changes suggested by Chris.
2009-08-18 Chris LattnerMake AsmStreamer maintain a notion of the current secti...
2009-08-17 Jim GrosbachRemove a bit more cruft from the sjlj moving to a backe...
2009-08-17 Jim GrosbachMove the sjlj exception handling conversions to a back...
2009-08-16 Jakob Stoklund OlesenReplace RegScavenger::DistanceMap with a simpler local...
2009-08-16 Jakob Stoklund OlesenClean up the public interface of RegScavenger.
2009-08-14 Daniel DunbarAdd virtual printMCInst method to AsmPrinter, as a...
2009-08-13 Jakob Stoklund OlesenAdd MachineFrameInfo::getPristineRegisters(MBB) method.
2009-08-13 David GoodwinAdd callback to allow target to adjust latency of sched...
2009-08-12 Owen AndersonAdd contexts to some of the MVT APIs. No functionality...
2009-08-11 Owen AndersonFix warnings.
2009-08-11 Owen Andersonstruct -> class
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
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 Jakob Stoklund OlesenRebuild RegScavenger::DistanceMap each time it is needed.
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 David GreeneAdd support for printing loop structure information...
2009-08-10 David GoodwinPost RA scheduler changes. Introduce a hazard recognize...
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 Chris Lattnerremove a bunch of now-dead crud from the asmprinter...
2009-08-06 Jakob Stoklund OlesenGet rid of RegScavenger::backwards() before the bitrot...
2009-08-06 John MosbyReg Scavenging generalization (Thumb support):
2009-08-05 David GreeneFix some column padding bugs, reorganize things 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 Owen AndersonFactor some of the constants+context related code out...
2009-08-03 Chris Lattnereliminate CurrentSection, rename CurrentSection_ -...
2009-08-03 Chris LattnerKill off SwitchToDataSection and SwitchToTextSection...
2009-08-03 David GreeneRe-apply LiveInterval index dumping patch, with fixes...
2009-08-03 Chris Lattnermake getObjFileLowering() return a non-const reference.
2009-08-03 Anton KorobeynikovAdd 'Indirect' LocInfo class and use to pass __m128...
2009-08-03 Daniel DunbarFix some comments referring to std::cerr.
2009-08-02 Jakob Stoklund OlesenScavenger asserts.
2009-08-01 Dan GohmanGive MachineFunctionAnalysis a destructor so it can...
2009-07-31 David GreeneSimplify operand padding by keying off tabs in the...
2009-07-31 Dan GohmanDelete spurious semicolons.
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-31 Dan GohmanMachineFunction no longer needs Annotation.
2009-07-31 Dan GohmanReapply r77654 with a fix: MachineFunctionPass's getAna...
2009-07-31 Daniel DunbarRevert r77654, it appears to be causing llvm-gcc bootst...
2009-07-31 Dan GohmanManage MachineFunctions with an analysis Pass instead...
2009-07-30 Lang HamesRemoved the BigBlock register allocator.
2009-07-30 Sanjiv GuptaAllow targets to define libcall names for mem(cpy,set...
2009-07-30 Evan ChengI've changed the semantics of MERGE_VALUES a bit. It...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Chris Lattnerhoist MCContext/MCStreamer up to AsmPrinter since we...
2009-07-27 Chris Lattnersimplify #includes.
2009-07-24 Daniel DunbarMove more to raw_ostream, provide support for writing...
2009-07-24 Chris Lattnermake Constant::getRelocationInfo return an enum, as...
2009-07-22 David GreeneConstify the key in Mi2IndexMap.
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 Owen AndersonGet rid of the Pass+Context magic.
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 Chris Lattnerrevert r76602, 76603, and r76615, pending design discus...
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-20 Chris Lattnerimplement a new magic global "llvm.compiler.used" which...
2009-07-17 Chris Lattnerremove AsmPrinter::findGlobalValue, just use Value...
2009-07-17 Chris LattnerUntangle a snarl that I discovered when updating the...
2009-07-16 Jeffrey YasskinAdd line numbers to OProfile. To do this, I added a...
2009-07-16 Dan GohmanTidy up #includes.
2009-07-15 Daniel DunbarRemove mismatched and unnecessary declaration.
2009-07-15 David GreeneGet rid of postInstructionAction and call EmitComments...
2009-07-15 Duncan SandsRemove the v3i32 and v3f32 value types: they are not
2009-07-15 Chris Lattnerremove printSuffixedName.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Bob WilsonRemove some tabs and fix other whitespace. No function...
2009-07-14 Bob WilsonFix a comment.
2009-07-14 Lang HamesNew VNInfo alignment patch by Ryan Flynn.
2009-07-14 Lang HamesUnbroke LiveInterval.
2009-07-14 Lang HamesTidy up VNInfo alignment code. Patch contributed by...
2009-07-14 Devang PatelDo not use Mangler to remove '1' from linkage name.
2009-07-14 Bob WilsonRevert 75308.
2009-07-13 Dan GohmanMove isLCSSAForm, isLoopInvariant, getCanonicalInductio...
2009-07-13 Dan GohmanMake Loop and MachineLoop be subclasses of LoopBase...
2009-07-13 Devang PatelUse AsmPrinter's Mangler to remove leading '1' from...
2009-07-13 David GreeneAdd infrastructure to allow post instruction printing...
next