aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Generalize IVUsers to track arbitrary expressions rather than expressionsDan Gohman2010-04-073-54/+119
* Remove late ARM codegen optimization pass committed by accident.Anton Korobeynikov2010-04-071-9/+4
* Since tblgen bug was fixed (thanks Jakob!) we don't need InstrStage2 hack any...Anton Korobeynikov2010-04-071-8/+5
* Make use of new reserved/required scheduling stuff: introduce VFP and NEON lo...Anton Korobeynikov2010-04-071-5/+10
* Initial support for different kinds of FU reservation.Anton Korobeynikov2010-04-072-2/+29
* Add hook to insert late LLVM=>LLVM passes just before iselAnton Korobeynikov2010-04-071-4/+9
* Three changes:Chris Lattner2010-04-073-4/+76
* 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