summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCAsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-251-123/+0
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-1/+1
* Refactor MachO relocation generaration into the Target directories.Jim Grosbach2011-06-241-0/+6
* ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()Daniel Dunbar2011-04-191-5/+3
* Remove the MCObjectFormat class.Rafael Espindola2010-12-181-6/+0
* MC/Target: Remove HasScatteredSymbols target hook variable, which has beenDaniel Dunbar2010-12-171-3/+1
* MC/Mach-O: Lift some MachObjectWriter arguments into the target specificDaniel Dunbar2010-12-161-6/+10
* MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface.Daniel Dunbar2010-12-161-1/+5
* Fix indentation (per style guide).Daniel Dunbar2010-12-161-49/+49
* MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h.Daniel Dunbar2010-12-161-0/+1
* MC: Move target specific fixup info descriptors to TargetAsmBackend instead ofDaniel Dunbar2010-12-161-0/+20
* Remove the instruction fragment to data fragment lowering since it was causingRafael Espindola2010-12-061-1/+1
* MC/Mach-O: Switch to using MachOFormat.h.Daniel Dunbar2010-11-271-4/+4
* Remove the unused TheTarget member.Rafael Espindola2010-11-261-1/+2
* make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola2010-11-171-7/+0
* Wire up primitive support in the assembler backend for writing .o filesChris Lattner2010-11-151-0/+104
OpenPOWER on IntegriCloud