This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-02-02 02:14:23 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
test
/
DebugInfo
History
Devang Patel
13317bfc64
upgrade
...
llvm-svn: 74016
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
…
2009-01-28-ArrayType.ll
…
2009-01-29-HeaderLocation.ll
…
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