Displaying 1 result from an estimated 1 matches for "pr645".
Did you mean:
pr640
2007 Feb 21
0
LLVM 2.0 Progress Report
...s simplifies LLVM internals, allowing significant
speedups. See http://llvm.org/PR411 for more information.
5. Global variables and functions in .ll files are now prefixed with
@ instead of %. This fixes some long-standing ambiguity problems
with some cases. See http://llvm.org/PR645 for more details.
New Features:
6. Devang implemented support for Precompiled Headers (PCH) in
llvm-gcc.
7. Anton contributed support for external weak linkage and hidden
visibility.
8. Andrew contributed support for packed structure types, which allows
LLVM to express una...