aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-07-18MC/AsmParser: Stop playing unsafe member function pointer calls, this isn'tDaniel Dunbar
2010-07-18MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary tokenDaniel Dunbar
2010-07-18MC/AsmParser: Fix TokError() to accept a Twine.Daniel Dunbar
2010-07-18MC/AsmParser: Hide the AsmParser implementation.Daniel Dunbar
2010-07-17Switched to array_pod_sort as per Chris's suggestion.Lang Hames
2010-07-17LoopSplitter - intended to split live intervals over loop boundaries.Lang Hames
2010-07-17MC/AsmParser: Lift Run() and TargetParser to base class.Daniel Dunbar
2010-07-17Propagate alloca alignment information via variable size object frameEric Christopher
2010-07-16Remove the isMoveInstr() hook.Jakob Stoklund Olesen
2010-07-16Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling
2010-07-16Remove remaining calls to TII::isMoveInstr.Jakob Stoklund Olesen
2010-07-16eliminate unlockedRefineAbstractTypeTo, types are all per-llvmcontext,Chris Lattner
2010-07-16Revert r108369, sorting llvm.dbg.declare information by source position,Dan Gohman
2010-07-16Remove extraneous semicolons after member functionsDouglas Gregor
2010-07-16eliminate CallInst::ArgOffsetGabor Greif
2010-07-16A few more minor additions to ELF.h.Eli Friedman
2010-07-16Add dump() to DominanceFrontierTobias Grosser
2010-07-15Split -enable-finite-only-fp-math to two options:Evan Cheng
2010-07-15remove some unneeded overloads that were causing Chris Lattner
2010-07-1580-col.Eric Christopher
2010-07-15add an accessor.Chris Lattner
2010-07-14Make the order in which variables are described in debug informationDan Gohman
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