Fix a few places where PointerIntPair was using PointerLikeTypeTraits<PointerTy>
[oota-llvm.git] / include / llvm / CodeGen /
2009-09-17 Jim Grosbachgrammar
2009-09-17 Evan ChengRemove simple regalloc. It has bit rotted.
2009-09-16 Chris Lattnermove FnStubs/GVSTubs/HiddenGVStub handling out of the...
2009-09-16 Chris Lattneradd a new MachineModuleInfoMachO class, which is the...
2009-09-16 Chris Lattnerthe pointer MMI keeps will start out with object-file...
2009-09-16 Chris Lattnerremove the AsmPrinter::printMCInst hook hack now that
2009-09-16 Chris Lattnerinline AsmPrinter::getCurrentFunctionEHName into its...
2009-09-16 Chris Lattnerremove a dead bool.
2009-09-16 Chris LattnerEliminate AsmPrinter::EmitExternalGlobal, inlining...
2009-09-16 Chris Lattnereliminate the horrid AsmPrinter::getGlobalLinkName...
2009-09-15 Chris Lattneradd hooks to hang target-specific goop off MachineModul...
2009-09-15 Nate BegemanBetter solution for tracking both the original alignmen...
2009-09-15 Jim GrosbachCorrect comment pasto
2009-09-15 Dan GohmanFix apostrophos.
2009-09-15 Evan ChengForgot this.
2009-09-15 Nate BegemanAdd an "original alignment" field to load and store...
2009-09-14 Evan ChengAdd early coalescing to liveintervals. This is work...
2009-09-14 Dan GohmanUpdate a comment to match the source. PseudoSourceValue...
2009-09-14 Chris LattnerPIC16 does allow colon after MBB labels, simplify EmitB...
2009-09-13 Chris Lattnerreplace printBasicBlockLabel with EmitBasicBlockStart,
2009-09-12 Chris Lattnerdevirtualize AsmPrinter::printBasicBlockLabel since...
2009-09-12 Lang HamesWhoops. Committed the headers for r81605 - 'Moved some...
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-09 Lang HamesRemoved static qualifier from a few index related metho...
2009-09-06 Duncan SandsMark more constants unsigned, as warned about by icc...
2009-09-05 Bob WilsonStabilize the order of live intervals in the priority_q...
2009-09-04 Lang HamesRemoved yet another std::ostream reference.
2009-09-04 Lang HamesRemoved some junk and a std::ostream operator that...
2009-09-04 Lang HamesReplaces uses of unsigned for indexes in LiveInterval...
2009-09-03 Dan GohmanLLVM currently represents floating-point negation as...
2009-09-03 Dan GohmanRecognize more opportunities to use SSE min and max...
2009-09-03 Chris Lattnerimprove comments.
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-09-01 Daniel DunbarRemove Offset from ExternalSybmol MachineOperands,...
2009-09-01 Jim GrosbachClean up LSDA name generation and use for SJLJ exceptio...
2009-08-30 Bill WendlingNuke moribund "std::string" version of EOL(..., Encoding).
2009-08-29 Bill WendlingAdd a form of EOL which emits the text version of a...
2009-08-28 Devang PatelReapply 79977.
2009-08-27 Gabor Greifeliminate all 80-col violations that I have introduced...
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2009-08-27 Bill WendlingRevert accidental commit.
2009-08-27 Bill Wendling--- Reverse-merging r80147 into '.':
2009-08-26 Gabor GreifRemove all the LLVM_COMPACTIFY_SENTINELS-related macro...
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Gabor Greifre-committing yesterday's r79938.
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-25 Bill Wendling--- Reverse-merging r79938 into '.':
2009-08-24 Gabor GreifResubmit an earlier patch of mine:
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Chris Lattnereliminate the std::ostream form of WriteAsOperand and...
2009-08-23 Chris Lattnershoot a few more std::ostream print methods in the...
2009-08-23 Chris Lattnerremove various std::ostream version of printing methods...
2009-08-23 Chris Lattnerremove std::ostream versions of printing stuff for...
2009-08-23 Chris LattnerThis was supposed to go with r79803
2009-08-23 Chris Lattnerconvert some stuff to work on raw_ostreams instead...
2009-08-23 Chris Lattnerremove some dead print method variants.
2009-08-23 Chris Lattnerremove dead PrefixPrinter class.
2009-08-23 Chris Lattnerremove a dead class.
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-22 Devang PatelRecord variable debug info at ISel time directly.
2009-08-21 Reid KlecknerFix a bug where the DWARF emitter in the JIT was not...
2009-08-21 Bob WilsonFix a comment.
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...
next