oota-llvm.git
2010-04-06 Owen AndersonUse a ManagedCleanup to prevent leaking the PassRegistr...
2010-04-06 Jakob Stoklund... Avoid overflowing a signed integer which triggers undef...
2010-04-06 Dan GohmanAdd a const qualifier.
2010-04-06 Chris Lattnerpropagate cookie management out one layer of function...
2010-04-06 Chris Lattnerreport errors through LLVMContext's inline asm handler...
2010-04-06 Chris LattnerGive MachineModuleInfo an actual Module*.
2010-04-06 Chris Lattnergive LLVMContext an inline asm diagnostic hook member.
2010-04-06 Devang PatelRemove unnecessary include.
2010-04-06 Chris Lattnergive the SourceMgr object a cookie.
2010-04-06 Chris LattnerGive llvm::SourceMgr the ability to have a client-specified
2010-04-05 Douglas GregorRemove MaybeOwningPtr. We're going to use reference...
2010-04-05 Jakob Stoklund... Properly enable load clustering.
2010-04-05 Evan ChengFix an obvious copy-n-paste bug. It's not known to...
2010-04-05 Chris LattnerGive AsmParser an option to control whether it finalizes
2010-04-05 Chris Lattneradd .o file writing for inline asm in llc. Here's...
2010-04-05 Chris Lattneradd a comment.
2010-04-05 Chris Lattnertidy #includes.
2010-04-05 Bill WendlingOutput floating point representations in DWARF format...
2010-04-05 Chris Lattnerupdate unit test for api change.
2010-04-05 Chris Lattnerstringref-ize the MemoryBuffer::get apis. This requires
2010-04-05 Evan ChengAdd nounwind.
2010-04-05 Evan ChengFix ADD32rr_alt instruction encoding bug. Patch by...
2010-04-05 Chris Lattnerfix a really nasty bug that Evan was tracking in SCCP...
2010-04-05 Chris Lattnersome code cleanups, use SwitchInst::findCaseValue,...
2010-04-05 Evan ChengCode clean up.
2010-04-05 Eric ChristopherRemove FIXME.
2010-04-05 Douglas GregorIntroduce MaybeOwningPtr, a smart pointer that may...
2010-04-05 Jeffrey YasskinFix OProfileJITEventListener build for new DebugLoc.
2010-04-05 Dan GohmanAdd a comment.
2010-04-05 Chris Lattnerlowering a volatile llvm.memcpy to a libc memcpy is ok.
2010-04-05 Dan GohmanDon't do code sinking on unreachable blocks. It's unpro...
2010-04-05 Dan GohmanAdd an isReachableFromEntry to MachineDominators, follo...
2010-04-05 Tanya LattnerUpdate to note that clang has a baseline now. Dropping...
2010-04-05 Chris Lattnerdon't use emitlabel in the arm asm printer yet, the...
2010-04-05 Owen AndersonPush const through the regex engine. Fixes some of...
2010-04-05 Chris Lattnerfix a couple problems I introduced handling symbols
2010-04-05 Benjamin KramerDisambiguate else.
2010-04-05 Chris Lattnertrim some prototypes.
2010-04-05 Chris Lattnerremove the now-redundant MMI pointer in SelectionDAG.
2010-04-05 Chris Lattnerhopefully sate the clang self host build, which is...
2010-04-05 Chris Lattnerremove some redundant MMI arguments.
2010-04-05 Chris Lattnerunthread MMI from FastISel
2010-04-05 Chris Lattnerremove the MMI pointer from MachineFrameInfo.
2010-04-05 Chris Lattnerenhance MachineFunction to have a MMI pointer.
2010-04-05 Nick LewyckyAdd MC and LTO, two terms I just had to explain on...
2010-04-05 Chris Lattnersimplify code.
2010-04-05 Chris Lattnerprune #includes.
2010-04-05 Chris Lattnerprivatize more stuff, eliminate vtables.
2010-04-05 Chris Lattnerreprivatize now that DwarfWriter is gone.
2010-04-05 Chris Lattnerprune #includes, MMI can never be null
2010-04-05 Chris Lattnerprune #includes, realize the MMI can never be null.
2010-04-05 Chris Lattnerfinally blast DwarfWriter away.
2010-04-05 Chris Lattnerchange AsmPrinter to use DwarfDebug/DwarfException...
2010-04-05 Johnny ChenGet rid of traling whitespaces. No functionality change.
2010-04-05 Johnny ChenThe disassembler impl. of MCDisassembler::getInstructio...
2010-04-05 Chris Lattnerimplement EmitFunctionEntryLabel to emit the .cc_top...
2010-04-05 Chris Lattnerdon't reference DwarfWriter
2010-04-05 Chris Lattnertrim some spurious references to DwarfWriter. SDIsel...
2010-04-05 Chris Lattnerprune some #includes.
2010-04-05 Chris Lattnereliminate DwarfDebug::shouldEmit, which is the same...
2010-04-05 Chris Lattnerfix a regression on 2009-08-17-DebugInfo.m
2010-04-05 Jakob Stoklund... Replace TSFlagsFields and TSFlagsShifts with a simpler...
2010-04-05 Chris Lattnerselection dag doesn't need DwarfWriter, remove some...
2010-04-05 Chris Lattnerfastisel doesn't need DwarfWriter, remove some tendricles.
2010-04-05 Evan ChengTemporarily remove to disable building of ARM disassembler.
2010-04-05 Evan ChengRe-apply 100265 but instead disable building of ARM...
2010-04-05 Evan ChengReverting 100265 to try to get buildbots green again...
2010-04-05 Chris Lattnerjust have all targets create the DwarfWriter.
2010-04-05 Chris Lattnersimplify various getAnalysisUsage implementations.
2010-04-05 Chris Lattnernuke DwarfPrinter
2010-04-05 Chris Lattnermake DwarfException not inherit from DwarfPrinter.
2010-04-05 Chris Lattnerchange SizeOf to take AsmPrinter instead of TargetData,
2010-04-05 Chris Lattner1) make DIE take AsmPrinter instead of DwarfPrinter.
2010-04-04 Chris LattnerMove EmitFrameMoves into AsmPrinter.
2010-04-04 Chris Lattnermissed a header :(
2010-04-04 Chris Lattnersimplify code and reduce indentation.
2010-04-04 Chris Lattnernow that the magic is dispelled, move EmitSectionOffset...
2010-04-04 Chris Lattnereliminate the magic AbsoluteDebugSectionOffsets MAI...
2010-04-04 Chris Lattneronly emit section labels if we have debug info, fixing...
2010-04-04 Chris LattnerI was wrong, ocaml isn't referencing 'Ldata_begin'...
2010-04-04 Chris Lattneradd some assertions to EmitSectionOffset.
2010-04-04 Chris Lattnerstop emitting some dead L labels.
2010-04-04 Chris LattnerStore an use the symbols emitted at the start of the...
2010-04-04 Chris Lattnerremove the didInitial ivar, rename emitInitial to be...
2010-04-04 Chris Lattnersimplify EmitSectionOffset a little bit, improve comments.
2010-04-04 Chris Lattnerrevert my patch, need to reconsider this and figure...
2010-04-04 Chris Lattnerfix pasto, this is the wrong setting for arm elf.
2010-04-04 Chris LattnerThe "IsSmall" argument to EmitSectionOffset is always...
2010-04-04 Chris Lattnereliminate the "isEH" argument to EmitSectionOffset.
2010-04-04 Chris LattnerisAbsoluteEHSectionOffsets always returns false, elimin...
2010-04-04 Jakob Stoklund... Clean up SSEDomainFix pass.
2010-04-04 Chris Lattnerdon't reset the default.
2010-04-04 Chris Lattnermove some more stuff to asmprinter.
2010-04-04 Chris Lattnersimplify some code.
2010-04-04 Chris Lattnermove EmitEncodingByte to AsmPrinter.
2010-04-04 Chris Lattnermove EmitCFAByte to AsmPrinter.
2010-04-04 Chris Lattnerinline EmitDifference away.
2010-04-04 Chris Lattnerresolve a fixme.
2010-04-04 Chris Lattnermove gettemplabel and getdwlabel to AsmPrinter and...
2010-04-04 Chris Lattnermove uleb/sleb printing into AsmPrinter from DwarfPrinter.
next