Rework getPersonalityIndex slightly - 0 is now a valid and not-NULL
[oota-llvm.git] / lib / CodeGen /
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.
2009-08-07 Chris Lattnercode cleanup
2009-08-07 Chris Lattnerremove a bunch of now-dead crud from the asmprinter...
2009-08-07 Evan ChengBack out some of recent register scavenger change by...
2009-08-07 Chris Lattnertidy up
2009-08-07 Dale JohannesenRewrite previous patch to follow Chris' stylistic
2009-08-07 Evan ChengAnother coalescer bug. When a dead copy is eliminated...
2009-08-07 Daniel DunbarUpdate CMake.
2009-08-07 Dan GohmanFix a bunch of namespace pollution.
2009-08-07 Dan GohmanFix a typo in a comment.
2009-08-07 Evan ChengCode clean up.
2009-08-07 Lang HamesAdded legal stuff, fixed some formatting issues. Remove...
2009-08-06 Lang HamesNew C++ PBQP solver. Currently about as fast (read...
2009-08-06 Dale JohannesenFix PR 4626, a crash in branch folding after OptimizeBlock
2009-08-06 Dale JohannesenUse stripPointerCasts instead of partially rewriting it.
2009-08-06 Jakob Stoklund OlesenGet rid of RegScavenger::backwards() before the bitrot...
2009-08-06 John MosbyReg Scavenging generalization (Thumb support):
2009-08-06 Dan GohmanAdd assertion checks after the calls to LowerFormalArgu...
2009-08-06 Dan GohmanRemove an over-aggressive assert. Functions with empty...
2009-08-06 Dan GohmanFix a few places in DAGCombiner that were creating...
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
next