[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 MipsAsmPrinter.cpp MipsCodeEmitter.cpp MipsFrameLowering.cpp MipsISelLowering.cpp MipsInstrInfo.h MipsInstrInfo.td MipsMCInstLower.cpp

Tobias Grosser tobias at grosser.es
Fri Nov 11 15:54:22 PST 2011


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



More information about the llvm-commits mailing list