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
/
PPCMCAsmInfo.cpp
Age
Commit message (
Expand
)
Author
2011-07-14
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-05-05
Move PPC Linux to CFI.
Rafael Espindola
2011-05-02
Add 130690 back.
Rafael Espindola
2011-05-02
Revert while I debug the tests that use march but not mtriple.
Rafael Espindola
2011-05-02
Move ppc OS X to cfi too. I am building it on an old ppc mini, but it will ta...
Rafael Espindola
2011-01-14
Add a possibility to switch between CFI directives- and table-based frame des...
Anton Korobeynikov
2010-12-06
Second try at making direct object emission produce the same results
Rafael Espindola
2010-12-04
There are two reasons why we might want to use
Rafael Espindola
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