.. |
2008-10-17-C++DebugCrash.ll
|
The Dwarf writer was comparing mangled and unmangled names for C++ code when we
|
2008-10-17 18:48:57 +00:00 |
2008-11-05-InlinedFuncStart.ll
|
Second attempt:
|
2009-04-29 00:15:41 +00:00 |
2009-01-15-dbg_declare.ll
|
This is passing for PPC on Mac OS X.
|
2009-08-27 05:49:50 +00:00 |
2009-01-15-member.ll
|
Remove obsolete -f flags.
|
2009-08-25 15:38:29 +00:00 |
2009-01-15-RecordVariableCrash.ll
|
Remove obsolete -f flags.
|
2009-08-25 15:38:29 +00:00 |
2009-02-18-DefaultScope-Crash.ll
|
Remove obsolete -f flags.
|
2009-08-25 15:38:29 +00:00 |
2009-02-27-licm.ll
|
Ignore the debug info intrinsics when adding instructions into alias sets.
|
2009-03-03 06:02:04 +00:00 |
2009-03-03-cheapdse.ll
|
Make my earlier patch to skip debug intrinsics
|
2009-03-04 01:20:34 +00:00 |
2009-03-03-deadstore.ll
|
When removing a store to an alloca that has only one
|
2009-03-03 21:26:39 +00:00 |
2009-03-03-store-to-load-forward.ll
|
Instruction counters must skip the bitcasts that
|
2009-03-03 22:36:47 +00:00 |
2009-03-05-gvn.ll
|
Ignore the debug info intrinsics when looking for dependency through basic block.
|
2009-03-05 01:45:43 +00:00 |
2009-06-12-Inline.ll
|
Remove obsolete -f flags.
|
2009-08-25 15:38:29 +00:00 |
2009-06-12-InlineFuncStart.ll
|
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.
|
2009-06-13 02:16:18 +00:00 |
2009-06-15-abstract_origin.ll
|
Use MainCU if it is available.
|
2009-06-16 02:09:30 +00:00 |
2009-06-15-InlineFuncStart.ll
|
Gracefully handle imbalanced inline function begin and end markers.
|
2009-06-15 21:45:50 +00:00 |
deaddebuglabel.ll
|
Second attempt:
|
2009-04-29 00:15:41 +00:00 |
dg.exp
|
sabre brings to my attention that the 'tr' suffix is also obsolete
|
2008-05-20 21:00:03 +00:00 |
funccall.ll
|
|
|
globalGetElementPtr.ll
|
Need compile unit to find location.
|
2009-01-20 22:26:11 +00:00 |