aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Post regalloc LICM. Work in progress.Evan Cheng2010-04-071-1/+1
* Make this hack more specific to the Apple gcc 4.2 non-LLVM compiler.Bill Wendling2010-04-061-1/+1
* this accessor doesn't need to copy the string.Chris Lattner2010-04-061-1/+1
* enhance SMDiagnostic to also maintain a pointer to the SourceMgr.Chris Lattner2010-04-062-11/+20
* Avoid overflowing a signed integer which triggers undefined behaviour.Jakob Stoklund Olesen2010-04-061-4/+4
* propagate cookie management out one layer of function calls.Chris Lattner2010-04-061-1/+1
* Give MachineModuleInfo an actual Module*.Chris Lattner2010-04-062-1/+7
* give LLVMContext an inline asm diagnostic hook member.Chris Lattner2010-04-061-0/+18
* give the SourceMgr object a cookie.Chris Lattner2010-04-061-3/+7
* Give llvm::SourceMgr the ability to have a client-specifiedChris Lattner2010-04-062-7/+34
* Remove MaybeOwningPtr. We're going to use reference-counting instead.Douglas Gregor2010-04-051-93/+0
* Give AsmParser an option to control whether it finalizesChris Lattner2010-04-051-1/+1
* add a comment.Chris Lattner2010-04-051-0/+2
* stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner2010-04-051-2/+2
* Introduce MaybeOwningPtr, a smart pointer that may (or may not) haveDouglas Gregor2010-04-051-0/+92
* Add an isReachableFromEntry to MachineDominators, following the oneDan Gohman2010-04-051-2/+7
* trim some prototypes.Chris Lattner2010-04-052-2/+0
* remove the now-redundant MMI pointer in SelectionDAG.Chris Lattner2010-04-051-4/+1
* remove some redundant MMI arguments.Chris Lattner2010-04-052-3/+1
* unthread MMI from FastISelChris Lattner2010-04-052-4/+1
* remove the MMI pointer from MachineFrameInfo.Chris Lattner2010-04-051-17/+0
* enhance MachineFunction to have a MMI pointer.Chris Lattner2010-04-051-6/+8
* prune #includes.Chris Lattner2010-04-051-9/+2
* finally blast DwarfWriter away.Chris Lattner2010-04-051-95/+0
* change AsmPrinter to use DwarfDebug/DwarfException directlyChris Lattner2010-04-051-6/+10
* trim some spurious references to DwarfWriter. SDIsel really doesn'tChris Lattner2010-04-052-4/+4
* Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen2010-04-051-8/+4
* selection dag doesn't need DwarfWriter, remove some tendrils.Chris Lattner2010-04-051-4/+1
* fastisel doesn't need DwarfWriter, remove some tendricles.Chris Lattner2010-04-053-8/+1
* 1) make DIE take AsmPrinter instead of DwarfPrinter.Chris Lattner2010-04-051-6/+11
* Move EmitFrameMoves into AsmPrinter.Chris Lattner2010-04-041-1/+11
* missed a header :(Chris Lattner2010-04-041-0/+10
* eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner2010-04-043-7/+13
* isAbsoluteEHSectionOffsets always returns false, eliminate it Chris Lattner2010-04-041-7/+0
* move some more stuff to asmprinter.Chris Lattner2010-04-041-0/+9
* simplify some code.Chris Lattner2010-04-041-0/+9
* move gettemplabel and getdwlabel to AsmPrinter and renameChris Lattner2010-04-041-31/+41
* move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner2010-04-041-0/+10
* more interface cleanup make some helpers static functions.Chris Lattner2010-04-041-40/+30
* clean up the asmprinter header and privatize some stuff.Chris Lattner2010-04-041-57/+75
* split inline asm support out to its own .cpp file.Chris Lattner2010-04-041-43/+51
* inline processDebugLoc and simplify it.Chris Lattner2010-04-041-5/+1
* clean up the asmprinter interface a bit, rename a fewChris Lattner2010-04-041-21/+12
* remove TargetMachine.h #include, also, TRI isn't used frequently Chris Lattner2010-04-041-5/+0
* Switch SSEDomainFix to SpecificBumpPtrAllocator.Jakob Stoklund Olesen2010-04-041-1/+1
* lazily allocate the GCMetadataPrinters map and remove DenseMapChris Lattner2010-04-041-6/+5
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-042-16/+6
* remove the raw_ostream from various dwarf printing things.Chris Lattner2010-04-041-2/+1
* mcize the gc metadata printing stuff.Chris Lattner2010-04-041-6/+2
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-041-4/+5