Appears on
Articles4
Bitwise conversion of doubles using only FP multiplication and addition (2020)
Article URL: https://dougallj.wordpress.com/2020/05/10/bitwise-conversion-of-doubles-using-only-floating-point-multiplication-and-addition/ Comments URL: https://news.ycombinator.com/item?id=46754522 Points: 6 # Comments: 0
dougallj.wordpress.com4mo ago
Technical Analysis of LLVM IR Design Issues and Current Fixes
The article is a technical critique of LLVM's design issues, building on a previous blog post. The author notes that some previously identified problems have been addressed (opaque pointers migration, constant expression removal, ptradd migration), but now aims to discuss additional design flaws in LLVM IR. The content focuses on technical implementation pro
Insight
npopov.com4mo ago
Clang AST Optimizations Reduce Compile Times for C++ Codebases
Insight
Proposal for a Hardening Mode in Clang Frontend to Improve C/C++ Program Security
News
discourse.llvm.org10mo ago
