Displaying 1 result from an estimated 1 matches for "rl198167".
2014 Jan 06
5
[LLVMdev] LLVM Weekly - #1, Jan 6th 2014
...which
would result in a long stream of errors covering the rest of the input file.
It now recognises this error and presents a single error
<http://llvm-reviews.chandlerc.com/rL198540>.
## Other project commits
* Building libclc with LLVM 3.5 was fixed
<http://llvm-reviews.chandlerc.com/rL198167>
* In libcxx, the clz/ctz family of functions are now implemented for when
building with Visual C++ on Win32 or Win64.
<http://llvm-reviews.chandlerc.com/rL198481>
* The PollyCananicalizePass was introduced. This is a ModulePass that
schedules the Polly canonicalization passes.
<http:...