aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-07-14Don't pass StringRef by reference.Benjamin Kramer
2010-07-14Merge lib/Target/X86/X86COFF.h into include/llvm/Support/COFF.h,Chris Lattner
2010-07-14Delete fast-isel's trivial load optimization; it breaks debugging becauseDan Gohman
2010-07-14Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...Evan Cheng
2010-07-14Don't propagate debug locations to instructions for materializingDan Gohman
2010-07-13Remove vestigial decl.Jakob Stoklund Olesen
2010-07-13Update comment.Evan Cheng
2010-07-13rotate CallInst operandsGabor Greif
2010-07-13use a typedef instead of its expansion, patch by Michael SpencerChris Lattner
2010-07-1380-columnsEric Christopher
2010-07-13Bring ELF64 on par with ELF32, add a few magic constants and support ".dynamic"Stephen Wilson
2010-07-12Simple format/style fixes.Stephen Wilson
2010-07-12Test commit.Stephen Wilson
2010-07-12Add convenience method FoldingSetImpl::InsertNode(Node *N) that asserts if th...Argyrios Kyrtzidis
2010-07-12MC/AsmParser: Move .section parsing to Darwin specific parser.Daniel Dunbar
2010-07-12MC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer.Daniel Dunbar
2010-07-12getOrInsertLeaderValue cannot be const because it calls insert.Bill Wendling
2010-07-12MC/AsmParser: Move special section directive parsing to Darwin specific parser.Daniel Dunbar
2010-07-12MC/AsmParser: Inline AsmParser::CreateSymbol into callers.Daniel Dunbar
2010-07-12MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.Daniel Dunbar
2010-07-12MC/AsmParser: Move .desc parsing to Darwin specific parser.Daniel Dunbar
2010-07-12MC/AsmParser: Move .lsym parsing to Darwin specific parser.Daniel Dunbar
2010-07-12MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser.Daniel Dunbar
2010-07-12MCAsmParser: Add getSourceManager().Daniel Dunbar
2010-07-12MC/AsmParser: Add a DarwinAsmParser extension.Daniel Dunbar
2010-07-12Fix a typo and fit in 80 columns. Found by Bob Wilson.Rafael Espindola
2010-07-12MCAsmParser: Pull some directive handling out into a helper class, and changeDaniel Dunbar
2010-07-12MC: Add MCAsmParserExtension, a base class for all the target/object specificDaniel Dunbar
2010-07-12MC: Move AsmParser::TokError to MCAsmParser().Daniel Dunbar
2010-07-12MC: Move getLoc() to MCAsmLexer().Daniel Dunbar
2010-07-12Convert some tab stops into spaces.Duncan Sands
2010-07-12Remove tab characters and 80-col.Eric Christopher
2010-07-1280 columns.Eric Christopher
2010-07-12Path::isRootDirectory is unimplemented on Unix and not used,Chris Lattner
2010-07-12Convert the last use of getPhysicalRegisterRegClass and remove it.Rafael Espindola
2010-07-12make the prototypes for CreateMalloc and CreateFree more consistent. PatchChris Lattner
2010-07-11introduce WinCOFFObjectWriter, patch by Michael Spencer!Chris Lattner
2010-07-11introduce WinCOFFStreamer.cpp, patch by Michael Spencer!Chris Lattner
2010-07-11Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen
2010-07-11Make getPhysicalRegisterRegClass non-virtual. Should be able to remove it soon.Rafael Espindola
2010-07-11Remove copyRegToReg from TargetInstrInfo so it is not longer accesible.Jakob Stoklund Olesen
2010-07-11Fix va_arg for doubles. With this patch VAARG nodes always contain theRafael Espindola
2010-07-10Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman
2010-07-09Automatically fold COPY instructions into stack load/store.Jakob Stoklund Olesen
2010-07-09Change TII::foldMemoryOperand API to require the machine instruction to beJakob Stoklund Olesen
2010-07-09--- Reverse-merging r107947 into '.':Bob Wilson
2010-07-09fix clang selfhost issue (shadowing)Gabor Greif
2010-07-09refactor type expressions and cache operator*'s resultGabor Greif
2010-07-09two more cases of reuse result of operator*, found by inspectionGabor Greif
2010-07-09another case of reuse result of operator*, it is expensive to recomputeGabor Greif