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
/
MCTargetDesc
/
PPCAsmBackend.cpp
Age
Commit message (
Expand
)
Author
2012-03-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-18
Tidy up. 80 columns.
Jim Grosbach
2012-01-18
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2011-12-22
Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo...
Rafael Espindola
2011-12-21
Reduce the exposure of Triple::OSType in the ELF object writer. This will
Rafael Espindola
2011-12-06
MipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts build to appease msvc.
NAKAMURA Takumi
2011-12-06
Move target-specific logic out of generic MCAssembler.
Jim Grosbach
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-02
Sketch out PowerPC ELF writer. This is enough to get clang -integrated-as
Roman Divacky
2011-07-25
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
Refactor PPC target to separate MC routines from Target routines.
Evan Cheng