This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-11-04 06:09:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
23b9b19b1a
llvm-6502
/
test
/
DebugInfo
History
Devang Patel
bd262cc441
upgrade
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@74016
91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-23 22:11:37 +00:00
..
2008-10-17-C++DebugCrash.ll
2008-11-05-InlinedFuncStart.ll
2008-11-06-Mem2Reg.ll
2008-11-19-InstCombine.ll
2009-01-15-dbg_declare.ll
2009-01-15-member.ll
2009-01-15-RecordVariableCrash.ll
Fix broken logic in DominatorTreeBase::Split. Part of PR4238.
2009-05-21 21:47:54 +00:00
2009-01-28-ArrayType.ll
2009-01-29-HeaderLocation.ll
Restore minor deletion.
2009-05-04 18:40:41 +00:00
2009-01-29-MethodDeclaration.ll
2009-01-30-Method.ll
2009-02-18-DefaultScope-Crash.ll
2009-02-23-InstCombine.ll
2009-02-27-licm.ll
2009-03-02-sink.ll
2009-03-03-cheapdse.ll
2009-03-03-deadstore.ll
2009-03-03-store-to-load-forward.ll
2009-03-05-gvn.ll
2009-06-12-Inline.ll
Clear AbstractInstanceRootMap at the end of the function.
2009-06-12 19:24:05 +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
dataOnly.ll
deaddebuglabel.ll
dg.exp
forwardDecl.ll
funccall.ll
globalGetElementPtr.ll
printdbginfo2.ll
printdbginfo.ll
upgrade
2009-06-23 22:11:37 +00:00