Allow double defs after tail duplication.
[oota-llvm.git] / lib / CodeGen /
2010-01-06 Jakob Stoklund OlesenAllow double defs after tail duplication.
2010-01-06 Jakob Stoklund OlesenAdd Target hook to duplicate machine instructions.
2010-01-06 Jim GrosbachAnti-dependency breaking needs to be careful regarding...
2010-01-06 Evan ChengComment.
2010-01-06 Evan ChengTeach dag combine to fold the following transformation...
2010-01-06 Jim Grosbach80 column and whitespace cleanup
2010-01-06 Lang HamesFixed malformed -*- lines in PBQP headers.
2010-01-06 Jakob Stoklund OlesenAdd <imp-def> and <imp-kill> operands when replacing...
2010-01-06 Bill WendlingThe previous code could potentially cause a cycle....
2010-01-06 Bill WendlingOnly check the ordering if there is an ordering for...
2010-01-05 Bill WendlingAdd a semi-primitive form of scheduling via the "SDNode...
2010-01-05 Bill WendlingDon't assign the shift the same type as the variable...
2010-01-05 Dan GohmanDon't use the ISD::NodeType enum for SDNode opcodes...
2010-01-05 Dan GohmanRestore dump() methods to Loop and MachineLoop.
2010-01-05 Benjamin KramerMove remaining stuff to the isInteger predicate.
2010-01-05 Jakob Stoklund OlesenRemove livein checks from machine code verifier.
2010-01-05 Devang PatelIf a scope has only one instruction then first instruct...
2010-01-05 Benjamin KramerAvoid going through the LLVMContext for type equality...
2010-01-05 Devang PatelDelete renaming use of dead dbg intrinsics.
2010-01-05 Devang PatelUse StringRef.startswith().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 Devang PatelFix debug_inlined section entries for routines whose...
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 Dan GohmanUse a pointer type rather than MVT::Other for the Exter...
2010-01-04 Devang PatelFix begin and end markers for nested scopes.
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-04 David GreeneChange errs() to dbgs().
2010-01-03 Chris Lattnerfix PR5930, allowing the asmprinter to emit difference...
2010-01-02 Chris LattnerTeach codegen to handle:
2010-01-01 Chris Lattnerwhitespace cleanup
2010-01-01 Mikhail GlushenkovFix a warning on gcc 4.4.
2010-01-01 Mikhail GlushenkovTrailing whitespace, 80-col violations.
2010-01-01 Chris LattnerTeach codegen to lower llvm.powi to an efficient (but...
2009-12-29 Chris Lattnerremove a bunch of unneeded functions.
2009-12-29 Chris LattnerFinal step in the metadata API restructuring: move the
2009-12-28 Chris LattnerThis is a major cleanup of the instruction metadata...
2009-12-28 Chris Lattnerrename getMDKind -> getMDKindID, make it autoinsert...
2009-12-28 Chris Lattnersnip one more #include from Metadata.h
2009-12-28 Chris Lattnermove these out of their own timer groups into the ...
2009-12-28 Sanjiv GuptaAllow targets to specify the return type of libcalls...
2009-12-28 Bill WendlingRemove dead store.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead store.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-25 Bill WendlingRemove dead store.
2009-12-25 Bill WendlingRemove dead store from copy-pasto.
2009-12-25 Bill WendlingRemove dead store.
next