- Feb 24, 2014
-
-
Nico Rieck authored
llvm-svn: 202078
-
- Aug 31, 2013
-
-
Shankar Easwaran authored
* Renames few tests which had extension objtxt to test * created core directory that contains all the core tests llvm-svn: 189720
-
- Aug 23, 2013
-
-
Tim Northover authored
The debug flag being checked for seems to be controlled by whether the build is asserts/non-asserts rather than debug/non-debug. Mostly these correlate, but not necessarily. As far as I can tell with various combinations of debug/assetions this change makes no difference on autotools builds, but fixes a check-all failure with CMake. llvm-svn: 189147
-
- Jul 29, 2013
-
-
Rui Ueyama authored
llvm-svn: 187381
-
- Jul 04, 2013
-
-
Rui Ueyama authored
This is a follow-up patch for r185524. Being assert enabled does not mean that DEBUG() is enabled, so we need to check the existence of DEBUG() itself. llvm-svn: 185619
-
- Jul 03, 2013
-
-
Rui Ueyama authored
llvm-svn: 185524
-
- Jun 07, 2013
-
-
Rui Ueyama authored
Found that having a method to check the strucutre of the followon graph makes it easy to debug file readers. The method checks if there's no wrong edge in followOnNexts and followOnRoots. It is called only when debuggging is enabled for LayoutPass. Reviewers: shankarke CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D922 llvm-svn: 183553
-