search for: 077715

Displaying 5 results from an estimated 5 matches for "077715".

Did you mean: 007715
2015 Jan 13
3
[LLVMdev] [RFC] First-class debug info IR: MDLocation (redux)
...#39;m finally back to the first step [1] of representing debug info more directly in IR [2]: `MDLocation`. [1]: http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-October/078173.html "First-class debug info IR: MDLocation" [2]: http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-October/077715.html "Less memory and greater maintainability for debug info IR" I've attached two patches which are both essentially commit-ready (just missing LangRef update, AFAIK), although they just add the class and assembly/bitcode support. Once it's in tree, I'll move it int...
2015 Jan 13
2
[LLVMdev] [RFC] First-class debug info IR: MDLocation (redux)
...; first step [1] of representing debug info more directly in IR [2]: > `MDLocation`. > > [1]: http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-October/078173.html > "First-class debug info IR: MDLocation" > [2]: http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-October/077715.html > "Less memory and greater maintainability for debug info IR" > > I've attached two patches which are both essentially commit-ready (just > missing LangRef update, AFAIK), although they just add the class and > assembly/bitcode support. Once it's in tr...
2015 Jan 13
2
[LLVMdev] [RFC] First-class debug info IR: MDLocation (redux)
...first step [1] of representing debug info more directly in IR [2]: > `MDLocation`. > > [1]: http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-October/078173.html > "First-class debug info IR: MDLocation" > [2]: http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-October/077715.html > "Less memory and greater maintainability for debug info IR" > > I've attached two patches which are both essentially commit-ready (just > missing LangRef update, AFAIK), although they just add the class and > assembly/bitcode support. Once it's in t...
2015 Jan 15
2
[LLVMdev] [RFC] First-class debug info IR: MDLocation (redux)
...nfo more directly in IR [2]: >>> `MDLocation`. >>> >>> [1]: http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-October/078173.html >>> "First-class debug info IR: MDLocation" >>> [2]: http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-October/077715.html >>> "Less memory and greater maintainability for debug info IR" >>> >>> I've attached two patches which are both essentially commit-ready (just >>> missing LangRef update, AFAIK), although they just add the class and >>> assemb...
2014 Oct 24
8
[LLVMdev] First-class debug info IR: MDLocation
...up to the RFC [1] last week. It's not commit-ready -- in particular, it squashes a bunch of commits together and doesn't pass `make check` -- but I think it's close enough to indicate the direction and work toward consensus. [1]: http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-October/077715.html IMO, the files to focus on are: include/llvm/IR/DebugInfo.h include/llvm/IR/DebugLoc.h include/llvm/IR/Metadata.h include/llvm/IR/Value.h lib/AsmParser/LLLexer.cpp lib/AsmParser/LLParser.cpp lib/AsmParser/LLParser.h lib/AsmParser/LLToken.h lib/Bitcode/Read...