aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-04-06enhance SMDiagnostic to also maintain a pointer to the SourceMgr.Chris Lattner
2010-04-06Avoid overflowing a signed integer which triggers undefined behaviour.Jakob Stoklund Olesen
2010-04-06propagate cookie management out one layer of function calls.Chris Lattner
2010-04-06Give MachineModuleInfo an actual Module*.Chris Lattner
2010-04-06give LLVMContext an inline asm diagnostic hook member.Chris Lattner
2010-04-06give the SourceMgr object a cookie.Chris Lattner
2010-04-06Give llvm::SourceMgr the ability to have a client-specifiedChris Lattner
2010-04-05Remove MaybeOwningPtr. We're going to use reference-counting instead.Douglas Gregor
2010-04-05Give AsmParser an option to control whether it finalizesChris Lattner
2010-04-05add a comment.Chris Lattner
2010-04-05stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner
2010-04-05Introduce MaybeOwningPtr, a smart pointer that may (or may not) haveDouglas Gregor
2010-04-05Add an isReachableFromEntry to MachineDominators, following the oneDan Gohman
2010-04-05trim some prototypes.Chris Lattner
2010-04-05remove the now-redundant MMI pointer in SelectionDAG.Chris Lattner
2010-04-05remove some redundant MMI arguments.Chris Lattner
2010-04-05unthread MMI from FastISelChris Lattner
2010-04-05remove the MMI pointer from MachineFrameInfo.Chris Lattner
2010-04-05enhance MachineFunction to have a MMI pointer.Chris Lattner
2010-04-05prune #includes.Chris Lattner
2010-04-05finally blast DwarfWriter away.Chris Lattner
2010-04-05change AsmPrinter to use DwarfDebug/DwarfException directlyChris Lattner
2010-04-05trim some spurious references to DwarfWriter. SDIsel really doesn'tChris Lattner
2010-04-05Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen
2010-04-05selection dag doesn't need DwarfWriter, remove some tendrils.Chris Lattner
2010-04-05fastisel doesn't need DwarfWriter, remove some tendricles.Chris Lattner
2010-04-051) make DIE take AsmPrinter instead of DwarfPrinter.Chris Lattner
2010-04-04Move EmitFrameMoves into AsmPrinter.Chris Lattner
2010-04-04missed a header :(Chris Lattner
2010-04-04eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner
2010-04-04isAbsoluteEHSectionOffsets always returns false, eliminate it Chris Lattner
2010-04-04move some more stuff to asmprinter.Chris Lattner
2010-04-04simplify some code.Chris Lattner
2010-04-04move gettemplabel and getdwlabel to AsmPrinter and renameChris Lattner
2010-04-04move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner
2010-04-04more interface cleanup make some helpers static functions.Chris Lattner
2010-04-04clean up the asmprinter header and privatize some stuff.Chris Lattner
2010-04-04split inline asm support out to its own .cpp file.Chris Lattner
2010-04-04inline processDebugLoc and simplify it.Chris Lattner
2010-04-04clean up the asmprinter interface a bit, rename a fewChris Lattner
2010-04-04remove TargetMachine.h #include, also, TRI isn't used frequently Chris Lattner
2010-04-04Switch SSEDomainFix to SpecificBumpPtrAllocator.Jakob Stoklund Olesen
2010-04-04lazily allocate the GCMetadataPrinters map and remove DenseMapChris Lattner
2010-04-04Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner
2010-04-04remove the raw_ostream from various dwarf printing things.Chris Lattner
2010-04-04mcize the gc metadata printing stuff.Chris Lattner
2010-04-04fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner
2010-04-04fix an ugly wart in the MCInstPrinter api where theChris Lattner
2010-04-04change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner
2010-04-04Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang