[llvm-commits] [llvm] r144414 - in /llvm/trunk/lib/Target/Mips: MCTargetDesc/MipsAsmBackend.cpp MCTargetDesc/MipsBaseInfo.h MCTargetDesc/MipsMCCodeEmitter.cpp MCTargetDesc/MipsMCTargetDesc.cpp MCTargetDesc/MipsMCTargetDesc.h Makefile MipsAsmPrint

Tobias Grosser tobias at grosser.es
Fri Nov 11 16:13:25 PST 2011


On 11/12/2011 01:11 AM, Eli Friedman wrote:
> On Fri, Nov 11, 2011 at 3:54 PM, Tobias Grosser<tobias at grosser.es>  wrote:
>> On 11/11/2011 11:58 PM, Bruno Cardoso Lopes wrote:
>>> Author: bruno
>>> Date: Fri Nov 11 16:58:42 2011
>>> New Revision: 144414
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=144414&view=rev
>>> Log:
>>> Mips MC object code emission improvements:
>>>
>>> "With this patch we can now generate runnable Mips code through LLVM
>>> direct object emission. We have run numerous simple programs, both C
>>> and C++ and with -O0 and -O3 from the output. The code is not production
>>> ready, but quite useful for experimentation." Patch and message by
>>> Jack Carter
>>
>> This triggers a break in the Polly builder that does not seem to be
>> Polly related. To me it seems it just breaks the general cmake build.
>
> The Polly builder seems to be okay now.

Yes, Daniel fixed cmake.

Thanks
Tobi




More information about the llvm-commits mailing list