Remove target triple from this test, it fails on x86-64 with
[oota-llvm.git] / lib / CodeGen /
2009-08-25 Bill Wendling- Rename EmitCommonInformationEntry to EmitCIE.
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-25 Bill Wendling- Emit new line after each FDE.
2009-08-25 Bill WendlingRename functions to something more descriptive. At...
2009-08-24 Chris Lattnerprune the #includes in raw_ostream.h by moving a
2009-08-23 Chris Lattnerremove the last uses of Config/alloca.h
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-23 Jim GrosbachSJLJ pass needs to punt if there's no personality funct...
2009-08-23 Jakob Stoklund OlesenFix PR4753.
2009-08-23 Benjamin KramerKill off more cerr/cout uses and prune includes a bit.
2009-08-23 Daniel DunbarFix some refactos for iostream changes (in -Asserts...
2009-08-23 Chris Lattnerremove some uses of llvm/Support/Streams.h
2009-08-23 Chris Lattnerconvert LoopInfo.h and GraphWriter.h to use raw_ostream
2009-08-23 Chris Lattnereliminate uses of cerr()
2009-08-23 Chris Lattnerremove a few DOUTs here and there.
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 Lattnereliminate the "Value" printing methods that print to...
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 some DOUTs
2009-08-23 Chris Lattnerremove std::ostream versions of printing stuff for...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-08-23 Chris Lattnerconvert some stuff to work on raw_ostreams instead...
2009-08-23 Chris Lattnerfix a gone file.
2009-08-23 Chris Lattnerremove some dead print method variants.
2009-08-23 Chris Lattnerconvert the DIE printing stuff to use raw_ostream inste...
2009-08-23 Chris Lattnerrandom code cleanups.
2009-08-23 Chris Lattnerremove some random indentation stuff, yay for efficiency.
2009-08-23 Chris Lattnerremove dead PrefixPrinter class.
2009-08-23 Chris Lattnerremove a dead class.
2009-08-23 Chris Lattnerrandom cleanups.
2009-08-23 Eli FriedmanAdd check for completeness. Note that this doesn't...
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingNormalize how the 'namespace llvm {' is used in this...
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Devang PatelRecord variable debug info at ISel time directly.
2009-08-22 Owen AndersonReapply r79708 with the appropriate fix for the case...
2009-08-22 Chris Lattnerrevert r79708 + r79711
2009-08-22 Eric ChristopherActually remove unused static. Previous commit removed...
2009-08-22 Eric ChristopherRemove unused static.
2009-08-22 Owen AndersonEase contention on this lock by noticing that all write...
2009-08-21 Bill WendlingFix typo. Should check both values of RangeUse for...
2009-08-20 Bill WendlingAttempt to comment this code more.
2009-08-20 Daniel DunbarSuppress build warning in -Asserts
2009-08-20 Jim GrosbachCheck for shared landing pads when assigning call site...
2009-08-19 David GreeneAdd missing forward declaration.
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 includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 Daniel DunbarSwitch to SmallString::str from SmallString::c_str...
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 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...
next