[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

Bruno Cardoso Lopes bruno.cardoso at gmail.com
Fri Nov 11 16:26:44 PST 2011


Yep. Daniel fixed in r144423

On Fri, Nov 11, 2011 at 9: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.
>
> Tobi
>



-- 
Bruno Cardoso Lopes
http://www.brunocardoso.cc



More information about the llvm-commits mailing list