- Jul 19, 2010
-
-
Dale Johannesen authored
llvm-svn: 108733
-
- Jun 23, 2010
-
-
Stuart Hastings authored
llvm-svn: 106611
-
- Jun 22, 2010
-
-
Bill Wendling authored
llvm-svn: 106569
-
- Jun 21, 2010
-
-
Devang Patel authored
llvm-svn: 106439
-
- Jun 11, 2010
-
-
Stuart Hastings authored
llvm-svn: 105828
-
- Jun 07, 2010
-
-
Stuart Hastings authored
llvm-svn: 105559
-
- Jun 05, 2010
-
-
Stuart Hastings authored
llvm-svn: 105511
-
Stuart Hastings authored
llvm-svn: 105492
-
- May 28, 2010
-
-
Stuart Hastings authored
llvm-svn: 104953
-
- May 27, 2010
-
-
Stuart Hastings authored
llvm-svn: 104841
-
- May 20, 2010
-
-
Bill Wendling authored
llvm-svn: 104196
-
Bill Wendling authored
llvm-svn: 104182
-
- May 12, 2010
-
-
Devang Patel authored
llvm-svn: 103634
-
Dale Johannesen authored
llvm-svn: 103574
-
- May 10, 2010
-
-
Devang Patel authored
llvm-svn: 103415
-
- May 03, 2010
-
-
Bill Wendling authored
llvm-svn: 102964
-
Bill Wendling authored
llvm-svn: 102948
-
- Apr 30, 2010
-
-
Devang Patel authored
llvm-svn: 102746
-
Dan Gohman authored
llvm-svn: 102722
-
- Apr 06, 2010
-
-
Stuart Hastings authored
llvm-svn: 100563
-
Stuart Hastings authored
A certain GDB testsuite case (local.cc) has a function nested inside a class nested inside another function. GCC presents the innermost function to llvm-convert first. Heretofore, the debug info mistakenly placed the inner function at module scope. This patch walks the GCC context links and instantiates the outer class and function so the debug info is properly nested. Radar 7426545. llvm-svn: 100530
-
- Mar 23, 2010
-
-
Stuart Hastings authored
llvm-svn: 99306
-
- Mar 16, 2010
-
-
Duncan Sands authored
general. llvm-svn: 98649
-
Duncan Sands authored
llvm-svn: 98627
-
- Mar 09, 2010
-
-
Devang Patel authored
This patch updates LLVMDebugVersion to 8. Debug info descriptors encoded using LLVMDebugVersion 7 is supported. Corresponding llvmgcc and clang FE commits are required. llvm-svn: 98020
-
- Feb 18, 2010
-
-
Devang Patel authored
llvm-svn: 96604
-
Devang Patel authored
llvm-svn: 96544
-
- Feb 17, 2010
-
-
Eric Christopher authored
r95605 | dpatel | 2010-02-08 15:27:46 -0800 (Mon, 08 Feb 2010) | 2 lines test case for r95604. Which was the testcase for the patch reverted from llvm-gcc. llvm-svn: 96474
-
- Feb 09, 2010
-
-
Devang Patel authored
llvm-svn: 95605
-
- Feb 03, 2010
-
-
Dale Johannesen authored
these tests (they pass). llvm-svn: 95263
-
- Jan 24, 2010
-
-
Chris Lattner authored
back to green. llvm-svn: 94371
-
- Dec 24, 2009
-
-
Dale Johannesen authored
llvm-svn: 92110
-
- Dec 21, 2009
-
-
Daniel Dunbar authored
XFAIL these tests on powerpc, under the assumption that no one cares. If you care, feel free to fix. llvm-svn: 91826
-
- Dec 05, 2009
-
-
Dan Gohman authored
Don't print "SrcLine"; just print the filename and line number, which is obvious enough and more informative. llvm-svn: 90631
-
Dan Gohman authored
llvm-svn: 90626
-
Bill Wendling authored
llvm-svn: 90623
-
- Nov 30, 2009
-
-
Bill Wendling authored
llvm-svn: 90160
-
- Nov 26, 2009
-
-
Dale Johannesen authored
llvm-svn: 89899
-
- Nov 18, 2009
-
-
Bill Wendling authored
llvm-svn: 89250
-
- Nov 13, 2009
-
-
David Greene authored
Move DebugInfo checks into EmitComments and remove them from target-specific AsmPrinters. Not all comments need DebugInfo. Re-enable the line numbers comment test. llvm-svn: 88697
-