| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
| |
the target triple & subtarget info. woo.
llvm-svn: 28835
|
| |
|
|
| |
llvm-svn: 26742
|
| |
|
|
|
|
|
|
|
|
| |
include static, pic,
dynamic-no-pic, and default.
PPC and x86 default is dynamic-no-pic for Darwin, pic for others.
- Removed options -enable-pic and -ppc-static.
llvm-svn: 26315
|
| |
|
|
| |
llvm-svn: 26272
|
| |
|
|
|
|
| |
you to ride off into the sunset.
llvm-svn: 25236
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
gcc -static produces on PPC. This is used for building kexts and other things.
With this, materializing the address of a global looks like:
lis r2, ha16(L_H$non_lazy_ptr)
la r3, lo16(L_H$non_lazy_ptr)(r2)
we're still emitting stubs for functions, which is wrong. That is next.
llvm-svn: 24399
|
| |
|
|
|
|
| |
purely mechanical.
llvm-svn: 23778
|
| |
|
|
| |
llvm-svn: 23743
|
| |
|
|
|
|
|
|
| |
Support single-fp incoming args.
Support single-fp outgoing args ('call' operands).
Support double-fp return values.
llvm-svn: 14880
|
|
|
llvm-svn: 14283
|