Removing dependency on third party library for Intel JIT event support.
[oota-llvm.git] / lib / CodeGen / ExpandPostRAPseudos.cpp
2012-08-22 David BlaikieTidy up a few more uses of MF.getFunction()->getName().
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-07-27 Jakob Stoklund OlesenAdd <imp-def> of super-register when lowering SUBREG_TO...
2012-02-08 Andrew TrickCodegen pass definition cleanup. No functionality.
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-10-10 Jakob Stoklund OlesenGive targets a chance to expand even standard pseudos.
2011-09-25 Jakob Stoklund OlesenAdd target hook for pseudo instruction expansion.
2011-09-25 Jakob Stoklund OlesenClean up code after renaming LowerSubregs -> ExpandPost...
2011-09-25 Jakob Stoklund OlesenRename LowerSubregs to ExpandPostRAPseudos.