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
/
PPCTargetAsmInfo.cpp
Age
Commit message (
Expand
)
Author
2007-09-27
TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets
Dan Gohman
2007-09-11
Enable indirect encoding for the personality function
Bill Wendling
2007-08-24
Disable EH generation until PPC works 100%.
Chris Lattner
2007-07-25
Fix debug info and globals filled with zeros.
Nick Lewycky
2007-03-08
For Darwin, put constant data into .const, .const_data, .literal{4|8|16}
Evan Cheng
2007-02-21
Add TAI field for exception table section.
Jim Laskey
2007-02-01
Support for non-landing pad exception handling.
Jim Laskey
2007-01-30
Darwin -static should codegen static ctors / dtors to .constructor / .destruc...
Evan Cheng
2007-01-29
Landing pad-less eh for PPC.
Jim Laskey
2007-01-18
Modify emission of jump tables on darwin to emit an extra "l" label that
Chris Lattner
2007-01-16
Instead of yet another enum indicating the "assembly language flavor",
Bill Wendling
2007-01-16
Fix for PR1095:
Bill Wendling
2007-01-14
add support for hidden visibility to darwin/ppc and linux/ppc targets
Chris Lattner
2006-12-21
Changes from Nick Lewycky with a simplified PPCTargetAsmInfo.
Jim Laskey
2006-12-01
Add weak reference directive.
Evan Cheng
2006-10-26
Place cstrings in .cstring section.
Evan Cheng
2006-10-17
Use S_debug for dwarf info.
Jim Laskey
2006-10-05
Don't bother setting JumpTableTextSection, it is about to disappear
Chris Lattner
2006-10-05
Move getSectionForFunction to AsmPrinter, change it to return a string.
Chris Lattner
2006-10-05
implement DarwinTargetAsmInfo::getSectionForFunction, use it when outputting
Chris Lattner
2006-09-26
Compile:
Chris Lattner
2006-09-08
Missing tab
Jim Laskey
2006-09-07
Break out target asm info into separate files.
Jim Laskey