Displaying 1 result from an estimated 1 matches for "rl198313".
Did you mean:
rl198310
2014 Jan 06
5
[LLVMdev] LLVM Weekly - #1, Jan 6th 2014
...<http://llvm-reviews.chandlerc.com/rL198557>
* ARM: For compatibility with GNU as, aliases for old (deprecated) FP
mnemonics were added <http://llvm-reviews.chandlerc.com/rL198172>.
Additionally, softvfp was added to the list of supported FPU names
<http://llvm-reviews.chandlerc.com/rL198313>
* The LLVM mangler, used to determin the symbol name of a GlobalValue no
longer requires linking with Target. This means the DataLayout now contains a
specification for the name mangling behaviour.
<http://llvm-reviews.chandlerc.com/rL198438>
* tryInstructionSplit() has been made less a...