aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/MBlazeAsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the MCObjectFormat class.Rafael Espindola2010-12-181-8/+0
* Move some data to the TargetWriter.Rafael Espindola2010-12-181-6/+5
* Stub out explicit MCELFObjectTargetWriter interface.Rafael Espindola2010-12-171-1/+7
* Move createELFObjectWriter to its own header.Rafael Espindola2010-12-171-0/+1
* MC/Target: Remove HasScatteredSymbols target hook variable, which has beenDaniel Dunbar2010-12-171-3/+1
* MC: Move target specific fixup info descriptors to TargetAsmBackend instead ofDaniel Dunbar2010-12-161-0/+4
* The ADD and ADDK (and all variants) instructions where flip-flopped in the MB...Wesley Peck2010-12-121-1/+1
* Remove the instruction fragment to data fragment lowering since it was causingRafael Espindola2010-12-061-5/+5
* Define generic 1, 2 and 4 byte pc relative relocations. They are commonRafael Espindola2010-11-281-3/+2
* Remove the unused TheTarget member.Rafael Espindola2010-11-261-1/+1
* Implement ELF object file writing support for the MBlaze backend. Its not per...Wesley Peck2010-11-211-6/+24
* make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola2010-11-171-5/+0
* MC: Simplify Mach-O and ELF object writer implementations.Daniel Dunbar2010-11-131-6/+4
* Adding working version of assembly parser for the MBlaze backendWesley Peck2010-11-081-7/+7
* Making the e_machine configurable by the target backend in ELFObjectWriter.Wesley Peck2010-10-221-1/+2
* Recommit 116986 with capitalization typo fixed.Wesley Peck2010-10-211-0/+152
* Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t...Wesley Peck2010-10-211-152/+0
* Major update of the MicroBlaze backend. The new features are:Wesley Peck2010-10-211-0/+152