- Jun 26, 2009
-
-
Devang Patel authored
Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms and llvm.dbg.global_variables. llvm-svn: 74251
-
Devang Patel authored
llvm-svn: 74215
-
- Jun 25, 2009
-
-
Owen Anderson authored
llvm-svn: 74134
-
- Jun 19, 2009
-
-
Chris Lattner authored
llvm-svn: 73736
-
- Jun 16, 2009
-
-
Devang Patel authored
llvm-svn: 73457
-
- Jun 15, 2009
-
-
Devang Patel authored
llvm-svn: 73426
-
- Jun 13, 2009
-
-
Devang Patel authored
llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block in a function. If that happens then any basic block that follows (lexically) the block with regin.end will not have scope info available. LexicalScopeStack relies on processing basic block in CFG order, but this processing order is not guaranteed. Things get complicated when the optimizer gets a chance to optimizer IR with dbg intrinsics. Apply defensive patch to preserve at least one lexical scope till the end of function. llvm-svn: 73282
-
- Jun 12, 2009
-
-
Devang Patel authored
llvm-svn: 73244
-
- Jun 05, 2009
-
-
Dan Gohman authored
llvm-svn: 72948
-
- Jun 01, 2009
-
-
Bill Wendling authored
llvm-svn: 72699
-
- May 30, 2009
-
-
Bill Wendling authored
llvm-svn: 72604
-
- May 21, 2009
-
-
Bill Wendling authored
llvm-svn: 72198
-
Bill Wendling authored
llvm-svn: 72197
-
Bill Wendling authored
llvm-svn: 72196
-
Bill Wendling authored
llvm-svn: 72195
-
Bill Wendling authored
llvm-svn: 72194
-
Bill Wendling authored
llvm-svn: 72193
-
Bill Wendling authored
the 'constract function dbg thingy'. Rename some methods to make them consistent with the rest of the methods. Move the 'Emit' methods to the end of the file. llvm-svn: 72192
-
- May 19, 2009
-
-
Bill Wendling authored
llvm-svn: 72064
-
Bill Wendling authored
llvm-svn: 72057
-
Bill Wendling authored
function, this could be many, many times. We don't want to re-add variables to that DIE for each time. We just want to add them once. Check to make sure that we haven't added them already. llvm-svn: 72047
-
- May 15, 2009
-
-
Bill Wendling authored
Again, no intendtional functionality change. llvm-svn: 71854
-