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
/
PPCMCAsmInfo.cpp
Age
Commit message (
Expand
)
Author
2010-04-04
eliminate the magic AbsoluteDebugSectionOffsets MAI hook,
Chris Lattner
2010-04-04
don't reset the default.
Chris Lattner
2010-02-06
Fix alignment on ppc linux. This fixes the build of crtend.o
Rafael Espindola
2010-01-26
Eliminate SetDirective, and replace it with HasSetDirective.
Chris Lattner
2010-01-24
linux/ppc does use alignment in bytes, not pow-2. This fixes PR6129.
Chris Lattner
2010-01-23
mcize lcomm, simplify .comm, extend both to support 64-bit sizes.
Chris Lattner
2010-01-23
remove unneeded directive set.
Chris Lattner
2010-01-20
revert 93934, removing the MCAsmInfo endianness bit. I can't
Chris Lattner
2010-01-19
give MCAsmInfo a 'has little endian' bit. This is unfortunate, but
Chris Lattner
2010-01-06
Reenable debug info on PPC. Works well enough to
Dale Johannesen
2009-11-25
Revert r89803.
Devang Patel
2009-11-24
Enable debug info for ppc-darwin.
Devang Patel
2009-09-16
Big change #1 for personality function references:
Chris Lattner
2009-09-16
eliminate the PPC backend's implementation of EmitExternalGlobal
Chris Lattner
2009-08-22
rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.
Chris Lattner
2009-08-22
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner