- Feb 04, 2013
-
-
Jyotsna Verma authored
llvm-svn: 174331
-
- May 15, 2012
-
-
Sirish Pande authored
llvm-svn: 156824
-
- Apr 12, 2012
-
-
Sirish Pande authored
There is an assert at line 558 in ScheduleDAGInstrs::buildSchedGraph(AliasAnalysis *AA). This assert needs to addressed for post RA scheduler. Until that assert is addressed, any passes that uses post ra scheduler will fail. So, I am temporarily disabling the hexagon tests until that fix is in. The assert is as follows: assert(!MI->isTerminator() && !MI->isLabel() && "Cannot schedule terminators or labels!"); llvm-svn: 154617
-
- Dec 16, 2011
-
-
Benjamin Kramer authored
Reenable the tests. llvm-svn: 146750
-
- Dec 13, 2011
-
-
Tony Linthicum authored
llvm-svn: 146455
-
- Dec 12, 2011
-
-
Tony Linthicum authored
llvm-svn: 146412
-