Displaying 1 result from an estimated 1 matches for "pr448".
Did you mean:
pr408
2005 Feb 14
0
LLVM February Status Update
...the X86 backend to emit Cygwin-compatible .s files.
18. The tblgen backend that autogenerates target-specific asm writers
generates much more compact and efficient asmwriters. This works
around the "g++ hits swap compiling asmwriters in optimized builds"
problem. See LLVM PR448 for more information.
19. The LLVM makefiles have been improved to avoid regenerating all of the
targets whenever tblgen is rebuilt.
20. The code generator now can take advantage of commutative instructions
when coallescing live ranges for 2-address instructions.
21. Andrew added support...