- Apr 28, 2010
-
-
Devang Patel authored
llvm-svn: 102481
-
Devang Patel authored
llvm-svn: 102470
-
- Apr 27, 2010
-
-
Devang Patel authored
llvm-svn: 102468
-
Devang Patel authored
llvm-svn: 102463
-
Devang Patel authored
Identify when a lexical scope is split in to multiple instruction ranges. Emit such ranges using DW_AT_ranges. This patch fixes bug (PR6894) introduced by previous version of this patch. llvm-svn: 102454
-
Devang Patel authored
llvm-svn: 102394
-
- Apr 23, 2010
-
-
Dan Gohman authored
because 102004 causes codegen to emit invalid assembly on at least x86_64-unknown-gnu-linux. llvm-svn: 102155
-
- Apr 22, 2010
-
-
Devang Patel authored
llvm-svn: 102127
-
Devang Patel authored
llvm-svn: 102106
-
Devang Patel authored
llvm-svn: 102104
-
Devang Patel authored
llvm-svn: 102102
-
- Apr 21, 2010
-
-
Devang Patel authored
Add command line option to disable debug info printing in .s file. This option does not impact debug info generation and preservation through earlier compile starges. llvm-svn: 102012
-
Devang Patel authored
Identify when a lexical scope is split in to multiple instruction ranges. Emit such ranges using DW_AT_ranges. llvm-svn: 102004
-
Evan Cheng authored
optimization for non-leaf functions. This will be hooked up to gcc's -momit-leaf-frame-pointer option. rdar://7886181 llvm-svn: 101984
-
- Apr 20, 2010
-
-
Dan Gohman authored
responsible for figuring out what that's supposed to be on its own. llvm-svn: 101844
-
- Apr 19, 2010
-
-
Devang Patel authored
llvm-svn: 101805
-
- Apr 17, 2010
-
-
Dan Gohman authored
llvm-svn: 101639
-
Devang Patel authored
llvm-svn: 101575
-
- Apr 15, 2010
-
-
Dan Gohman authored
llvm-svn: 101376
-
Devang Patel authored
llvm-svn: 101315
-
- Apr 14, 2010
-
-
Devang Patel authored
llvm-svn: 101202
-
- Apr 13, 2010
-
-
Devang Patel authored
llvm-svn: 101171
-
- Apr 09, 2010
-
-
Devang Patel authored
llvm-svn: 100867
-
- Apr 08, 2010
-
-
Devang Patel authored
llvm-svn: 100797
-
Devang Patel authored
There is no need to remember labels identifying regions marked by such instructions in each scope. llvm-svn: 100781
-
Devang Patel authored
llvm-svn: 100771
-
Devang Patel authored
llvm-svn: 100769
-
Devang Patel authored
llvm-svn: 100768
-
- Apr 07, 2010
-
-
Benjamin Kramer authored
llvm-svn: 100620
-
Torok Edwin authored
TimePassesIsEnabled. This should allow make check to pass. llvm-svn: 100618
-
Bill Wendling authored
llvm-svn: 100616
-
Devang Patel authored
Do not emit specification DIE with DW_AT_specification attribute for member functions of a funcation local class. This trips gdb's partial scan of DIEs at load time. Fixes Radar 7833483. llvm-svn: 100586
-
John McCall authored
solution. The only reason these don't fire with gcc-4.2 is that gcc turns off part of -Wsign-compare in C++ on accident. llvm-svn: 100581
-
- 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
-
Bill Wendling authored
the FP encoding directly as a hex representation. llvm-svn: 100487
-
- Apr 05, 2010
-
-
Chris Lattner authored
llvm-svn: 100407
-
Chris Lattner authored
instead of going through DwarfWriter. llvm-svn: 100405
-
Chris Lattner authored
need it anymore, so don't addRequire it. llvm-svn: 100400
-
Chris Lattner authored
llvm-svn: 100386
-