Age | Commit message (Expand) | Author |
2010-07-18 | MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't | Daniel Dunbar |
2010-07-18 | MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary token | Daniel Dunbar |
2010-07-18 | MC/AsmParser: Fix TokError() to accept a Twine. | Daniel Dunbar |
2010-07-18 | MC/AsmParser: Hide the AsmParser implementation. | Daniel Dunbar |
2010-07-17 | Switched to array_pod_sort as per Chris's suggestion. | Lang Hames |
2010-07-17 | LoopSplitter - intended to split live intervals over loop boundaries. | Lang Hames |
2010-07-17 | MC/AsmParser: Lift Run() and TargetParser to base class. | Daniel Dunbar |
2010-07-17 | Propagate alloca alignment information via variable size object frame | Eric Christopher |
2010-07-16 | Remove the isMoveInstr() hook. | Jakob Stoklund Olesen |
2010-07-16 | Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and | Bill Wendling |
2010-07-16 | Remove remaining calls to TII::isMoveInstr. | Jakob Stoklund Olesen |
2010-07-16 | eliminate unlockedRefineAbstractTypeTo, types are all per-llvmcontext, | Chris Lattner |
2010-07-16 | Revert r108369, sorting llvm.dbg.declare information by source position, | Dan Gohman |
2010-07-16 | Remove extraneous semicolons after member functions | Douglas Gregor |
2010-07-16 | eliminate CallInst::ArgOffset | Gabor Greif |
2010-07-16 | A few more minor additions to ELF.h. | Eli Friedman |
2010-07-16 | Add dump() to DominanceFrontier | Tobias Grosser |
2010-07-15 | Split -enable-finite-only-fp-math to two options: | Evan Cheng |
2010-07-15 | remove some unneeded overloads that were causing | Chris Lattner |
2010-07-15 | 80-col. | Eric Christopher |
2010-07-15 | add an accessor. | Chris Lattner |
2010-07-14 | Make the order in which variables are described in debug information | Dan Gohman |
2010-07-14 | Don't pass StringRef by reference. | Benjamin Kramer |
2010-07-14 | Merge lib/Target/X86/X86COFF.h into include/llvm/Support/COFF.h, | Chris Lattner |
2010-07-14 | Delete fast-isel's trivial load optimization; it breaks debugging because | Dan Gohman |
2010-07-14 | Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D... | Evan Cheng |
2010-07-14 | Don't propagate debug locations to instructions for materializing | Dan Gohman |
2010-07-13 | Remove vestigial decl. | Jakob Stoklund Olesen |
2010-07-13 | Update comment. | Evan Cheng |
2010-07-13 | rotate CallInst operands | Gabor Greif |
2010-07-13 | use a typedef instead of its expansion, patch by Michael Spencer | Chris Lattner |
2010-07-13 | 80-columns | Eric Christopher |
2010-07-13 | Bring ELF64 on par with ELF32, add a few magic constants and support ".dynamic" | Stephen Wilson |
2010-07-12 | Simple format/style fixes. | Stephen Wilson |
2010-07-12 | Test commit. | Stephen Wilson |
2010-07-12 | Add convenience method FoldingSetImpl::InsertNode(Node *N) that asserts if th... | Argyrios Kyrtzidis |
2010-07-12 | MC/AsmParser: Move .section parsing to Darwin specific parser. | Daniel Dunbar |
2010-07-12 | MC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer. | Daniel Dunbar |
2010-07-12 | getOrInsertLeaderValue cannot be const because it calls insert. | Bill Wendling |
2010-07-12 | MC/AsmParser: Move special section directive parsing to Darwin specific parser. | Daniel Dunbar |
2010-07-12 | MC/AsmParser: Inline AsmParser::CreateSymbol into callers. | Daniel Dunbar |
2010-07-12 | MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser. | Daniel Dunbar |
2010-07-12 | MC/AsmParser: Move .desc parsing to Darwin specific parser. | Daniel Dunbar |
2010-07-12 | MC/AsmParser: Move .lsym parsing to Darwin specific parser. | Daniel Dunbar |
2010-07-12 | MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser. | Daniel Dunbar |
2010-07-12 | MCAsmParser: Add getSourceManager(). | Daniel Dunbar |
2010-07-12 | MC/AsmParser: Add a DarwinAsmParser extension. | Daniel Dunbar |
2010-07-12 | Fix a typo and fit in 80 columns. Found by Bob Wilson. | Rafael Espindola |
2010-07-12 | MCAsmParser: Pull some directive handling out into a helper class, and change | Daniel Dunbar |
2010-07-12 | MC: Add MCAsmParserExtension, a base class for all the target/object specific | Daniel Dunbar |