Switch raw_svector_ostream to use the vector as the ostream buffer.
[oota-llvm.git] / lib / CodeGen /
2009-08-19 David GoodwinUse the schedule itinerary operand use/def cycle inform...
2009-08-19 Eli FriedmanPR4737: Fix a nasty bug in load narrowing with non...
2009-08-19 Chris Lattnerswitch asmprinter to emit alignments through OutStreamer.
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-19 Lang HamesAdded an option to have the PBQP allocator attempt...
2009-08-18 Dan GohmanBe tidy and use a break to exit from a switch block...
2009-08-18 Dan GohmanLegalize the shift amount operand of SRL_PARTS, SHL_PAR...
2009-08-18 Lang HamesChanges DOUT references in the PBQP allocator to use...
2009-08-18 Jakob Stoklund OlesenSimplify RegScavenger::FindUnusedReg.
2009-08-18 David GreeneMake various changes suggested by Chris.
2009-08-18 Chris Lattnerfix COFF targets (mingw/cygwin) to provide ehframe...
2009-08-18 Dan GohmanMake tail merging handle blocks with repeated predecess...
2009-08-18 Chris LattnerMake AsmStreamer maintain a notion of the current secti...
2009-08-18 Chris Lattneradd a horrible hack to the dwarf printer. It looks...
2009-08-18 Chris Lattnerfix another bozo bug
2009-08-18 Chris Lattnerfix accidentally inverted conditional and add comment.
2009-08-18 Chris Lattnerturn this conditional into something humans might actually
2009-08-17 Jim Grosbachcleanups per review. Mostly cosmetic, plus use SmallVec...
2009-08-17 Jim GrosbachRemove a bit more cruft from the sjlj moving to a backe...
2009-08-17 Benjamin KramerUpdate CMakeLists.
2009-08-17 Daniel DunbarFix build warning.
2009-08-17 Jim GrosbachMove the sjlj exception handling conversions to a back...
2009-08-17 David GoodwinExtend the instruction itinerary model to include the...
2009-08-17 Chris Lattnerthe MinPad argument to PadToColumn only really makes...
2009-08-17 Chris Lattnerchange AsmPrinter to switch sections using AsmStreamer...
2009-08-17 Chris Lattnergive MCAsmStreamer a TargetAsmInfo.
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-16 Jakob Stoklund OlesenBe more clever about regclasses in ScheduleDAGSDNodes...
2009-08-15 Evan ChengNeeds to check whether unaligned load / store of i64...
2009-08-15 Bill WendlingRemove <iostream>.
2009-08-15 Benjamin KramerUnbreak build. Evan, please make sure my changes are...
2009-08-15 Jakob Stoklund OlesenRefine EarlyClobber assert in register scavenger.
2009-08-15 Jakob Stoklund OlesenDon't setCalleeSavedInfoValid() until spills are interted.
2009-08-15 Jakob Stoklund OlesenAllow double defs in the machine code verifier after...
2009-08-15 Jakob Stoklund OlesenUpdate LocalRewriter::DistanceMap when inserting stack...
2009-08-15 Evan Cheng80 col violations.
2009-08-15 Dan GohmanSimplify this code to not depend as much on CurMBB.
2009-08-14 Devang PatelDo not completely skip subrange info for a zero sized...
2009-08-14 Anton KorobeynikovAllow targets to specify their choice of calling conven...
2009-08-14 Bruno Cardoso Lopes*try* to use a better name to describe how common symbo...
2009-08-14 Daniel DunbarAdd virtual printMCInst method to AsmPrinter, as a...
2009-08-14 Evan ChengIndentation change.
2009-08-13 Daniel DunbarTargetRegistry: Change AsmPrinter constructor to be...
2009-08-13 Owen AndersonActually privatize a IntegerTypes, and fix a few bugs...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Bruno Cardoso LopesRemove hack used to strip unwanted chars from section...
2009-08-13 Daniel DunbarTargetRegistry: Reorganize AsmPrinter construction...
2009-08-13 Jakob Stoklund OlesenTrack pristine registers as if they were live-in in...
2009-08-13 Jakob Stoklund OlesenUse pristine register info in machine code verifier.
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-13 Bruno Cardoso LopesChange MCSectionELF to represent a section semantically...
2009-08-13 Dan GohmanVarious AsmWriter output cleanups. Use WriteAsOperand...
2009-08-12 David GoodwinFix counting of Post-RA scheduling stalls. Improve...
2009-08-12 Lang HamesAdded RegisterCoalescer to required passes for PBQP.
2009-08-12 Dan GohmanUse WriteAsOperand to print BasicBlock names.
2009-08-12 Dan GohmanFix a few more places to use PadToColumn instead of...
2009-08-12 Dan GohmanUse PadToColumn instead of tabs for aligning comments...
2009-08-12 David GoodwinEnhance the InstrStage object to enable the specificati...
2009-08-12 Jim GrosbachAdd catch block handling to SjLj exception handling.
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-12 Dan GohmanThis logic was accidentally inverted in r78767.
2009-08-12 Dan GohmanFactor out the code for finding an available register...
2009-08-12 Owen AndersonAdd contexts to some of the MVT APIs. No functionality...
2009-08-11 Chris LattnerChange the asmprinter to print the comment character...
2009-08-11 David GoodwinAllow a zero cycle stage to reserve/require a FU withou...
2009-08-11 Owen AndersonFix warnings.
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-11 Chris Lattner"TAI::JumpTableDirective" is always null for current...
2009-08-11 David GoodwinUse DEBUG macro for debug output.
2009-08-11 David GoodwinAdd some debug output.
2009-08-11 Dan GohmanTidy #includes.
2009-08-11 Dan GohmanRemove unnecessary throw() specifications; LLVM doesn...
2009-08-11 Dan GohmanRemove unnecessary casts.
2009-08-11 Dan GohmanAdd const qualifiers.
2009-08-11 Jakob Stoklund OlesenRebuild RegScavenger::DistanceMap each time it is needed.
2009-08-11 Daniel DunbarFix a -Asserts warning.
2009-08-11 David GoodwinReplace DOUT.
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 Dan GohmanFix a bug in the DAGCombiner's handling of multiple...
2009-08-10 Dan GohmanFix a bug where DAGCombine was producing an illegal...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-10 Owen AndersonRemove a bunch of debugging code that was slowing PBQP...
2009-08-10 Owen AndersonStart moving TargetLowering away from using full MVTs...
2009-08-10 Dan GohmanMake this comment more closely reflect the code.
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 Bruno Cardoso LopesMove ConstantExpr handling to ResolveConstantExpr metho...
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 Lattnereliminate TargetLoweringObjectFileSparc in favor of...
2009-08-08 Jakob Stoklund OlesenDon't build illegal ops in DAGCombiner::SimplifyBinOpWi...
2009-08-08 Bruno Cardoso LopesELF improvements:
2009-08-08 Jakob Stoklund OlesenClean out per-function data after the machine code...
2009-08-08 Jakob Stoklund OlesenUpdate the machine code verifier to keep up with the...
2009-08-08 Jakob Stoklund OlesenRemove RegisterScavenger::isSuperRegUsed(). This comple...
2009-08-08 Jakob Stoklund OlesenSimplify RegScavenger::forward a bit more.
2009-08-08 Daniel DunbarFix some -Asserts unused variable warnings.
next