pkgsrc/lang/clang/patches
adam 615078084b LLVM 2.9 includes several major new capabilities:
* Type Based Alias Analysis (TBAA) is now implemented and turned on by default
  in Clang. This allows substantially better load/store optimization in some
  cases. TBAA can be disabled by passing -fno-strict-aliasing.
* This release has seen a continued focus on quality of debug information. LLVM
  now generates much higher fidelity debug information, particularly when
  debugging optimized code.
* Inline assembly now supports multiple alternative constraints.
* A new backend for the NVIDIA PTX virtual ISA (used to target its GPUs) is
  under rapid development. It is not generally useful in 2.9, but is making
  rapid progress.
2011-04-07 09:26:33 +00:00
..
patch-ab LLVM 2.9 includes several major new capabilities: 2011-04-07 09:26:33 +00:00
patch-ac LLVM 2.9 includes several major new capabilities: 2011-04-07 09:26:33 +00:00
patch-ad Changes 2.8: 2010-10-21 13:52:15 +00:00