index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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