index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCAsmBackend.cpp
Age
Commit message (
Expand
)
Author
2011-07-25
Refactor PPC target to separate MC routines from Target routines.
Evan Cheng
2011-07-23
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-06-24
Refactor MachO relocation generaration into the Target directories.
Jim Grosbach
2011-04-19
ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()
Daniel Dunbar
2010-12-18
Remove the MCObjectFormat class.
Rafael Espindola
2010-12-17
MC/Target: Remove HasScatteredSymbols target hook variable, which has been
Daniel Dunbar
2010-12-16
MC/Mach-O: Lift some MachObjectWriter arguments into the target specific
Daniel Dunbar
2010-12-16
MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface.
Daniel Dunbar
2010-12-16
Fix indentation (per style guide).
Daniel Dunbar
2010-12-16
MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h.
Daniel Dunbar
2010-12-16
MC: Move target specific fixup info descriptors to TargetAsmBackend instead of
Daniel Dunbar
2010-12-06
Remove the instruction fragment to data fragment lowering since it was causing
Rafael Espindola
2010-11-27
MC/Mach-O: Switch to using MachOFormat.h.
Daniel Dunbar
2010-11-26
Remove the unused TheTarget member.
Rafael Espindola
2010-11-17
make isVirtualSection a virtual method on MCSection. Chris' suggestion.
Rafael Espindola
2010-11-15
Wire up primitive support in the assembler backend for writing .o files
Chris Lattner