Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P10
lld hello world (custom libc)
Active
Public
Actions
Authored by
Bigcheese
on Dec 8 2012, 12:46 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
michael@michael-VirtualBox:~/test$ clang a.cpp b.cpp start.cpp puts.cpp -c -m32 -O3
michael@michael-VirtualBox:~/test$ lld -flavor ld -target i686-linux a.o b.o start.o puts.o -o lld.out
michael@michael-VirtualBox:~/test$ ./lld.out
Hello, World!
Event Timeline
Bigcheese
edited the content of this paste.
(Show Details)
Dec 8 2012, 12:46 AM
stefanp
mentioned this in
D80020: [PowerPC] Add support for -mcpu=pwr10 in both clang and llvm
.
May 19 2020, 12:47 PM
saghir
mentioned this in
D80758: [PowerPC] Add -m[no-]power10-vector clang and llvm option
.
Jun 2 2020, 6:25 AM
anil9
mentioned this in
D80970: [PowerPC][Power10] Implement centrifuge, vector gather every nth bit, vector evaluate Builtins in LLVM/Clang
.
Jun 11 2020, 11:20 PM
sfertile
mentioned this in
D81126: [PowerPC] Fix for PC Relative call protocol
.
Jun 29 2020, 8:50 AM
steven.zhang
mentioned this in
D82774: [Power10] Implement Vector Blend Builtins in LLVM/Clang
.
Jun 29 2020, 6:09 PM
steven.zhang
mentioned this in
D86865: [Power10] Enable the heuristic for Power10 and switch the sched model with P9 Model
.
Aug 31 2020, 3:07 AM
steven.zhang
mentioned this in
rG0680a3d56d8b: [Power10] Enable the heuristic for Power10 and switch the sched model
.
Sep 11 2020, 7:52 PM
nemanjai
mentioned this in
D87394: [PowerPC][Power10] Implementation of 128-bit Binary Vector Mod and Sign Extend builtins
.
Sep 21 2020, 3:54 AM
lei
mentioned this in
D87705: [PowerPC] Implement Set Boolean Condition Instructions
.
Oct 22 2020, 6:16 AM
bsaleil
mentioned this in
rG170e45ae186b: [PowerPC] Prevent the use of MMA with P9 and earlier
.
Nov 12 2020, 8:37 AM
shchenz
mentioned this in
D92393: [PowerPC] prepare more dq form for P10 pair load/store
.
Dec 1 2020, 7:27 AM
Esme
mentioned this in
rG28fdeea9522f: [PowerPC] Add support for intrinsics dcbfps and dcbstps in P10.
.
Dec 6 2020, 9:20 PM
shchenz
mentioned this in
rG66a03d10220a: [PowerPC] prepare more dq form for P10 pair load/store
.
Dec 8 2020, 6:10 PM
amyk
mentioned this in
D93370: [PowerPC] Add new infrastructure to select load/store instructions, update P8/P9 load/store patterns.
.
Dec 16 2020, 5:17 PM
nemanjai
mentioned this in
D91053: [PowerPC] Lump the constants to save one addis for each constant access
.
Dec 22 2020, 2:46 AM
nemanjai
mentioned this in
D94113: [PowerPC] Fix issue where vsrq is given incorrect shift vector
.
Jan 5 2021, 2:41 PM
bsaleil
mentioned this in
D94454: [PowerPC] Exploit the vinsw, vinsd, and vins[wd][lr]x instructions on P10
.
Jan 11 2021, 2:36 PM
MaskRay
mentioned this in
D94627: [PowerPC][PC Rel] Implement option to omit Power10 instructions from stubs
.
Jan 27 2021, 5:14 PM
amyk
mentioned this in
D95116: [PowerPC] Update PC-Relative Load/Store Patterns to use the refactored Load/Store Implementation
.
Feb 15 2021, 6:06 PM
amyk
mentioned this in
D96512: [PowerPC] Add option for ROP Protection
.
Feb 16 2021, 1:38 PM
amyk
mentioned this in
rG34dc1ccb9606: [PowerPC] Exploit the vinsw, vinsd, and vins[wd][lr]x instructions on P10
.
Feb 18 2021, 6:18 AM
Conanap
mentioned this in
rG9b6ac9e999e7: [P10] [Power PC] Exploiting new load rightmost vector element instructions.
.
Mar 9 2021, 1:08 PM
ZarkoCA
mentioned this in
D101383: [PowerPC] Enable safe for 32bit vins* P10 instructions
.
Apr 27 2021, 10:56 AM
amyk
mentioned this in
rG64d951be61aa: [PowerPC] Add new infrastructure to select load/store instructions, update…
.
Apr 30 2021, 7:53 AM
nemanjai
mentioned this in
D96075: [PowerPC] Exploit Prefixed Load/Stores using the refactored Load/Store Implementation
.
May 10 2021, 4:35 AM
ZarkoCA
mentioned this in
rG0c41f77857fc: [PowerPC] Enable safe for 32bit vins* P10 instructions
.
May 10 2021, 7:13 AM
bmahjour
mentioned this in
rGef906573a127: [PowerPC] Fix vec_add for 64-bit on pre-Power7 subtargets
.
Jun 25 2021, 8:49 AM
bmahjour
mentioned this in
D106091: [PowerPC] Improve error message on MASSV pass
.
Jul 15 2021, 2:11 PM
masoud.ataei
mentioned this in
D106678: [PowerPC] Add pwr7 and pwr10 support to IBM MASSV pass on AIX
.
Jul 23 2021, 9:17 AM
masoud.ataei
mentioned this in
rG45951ad3231c: [PowerPC] Add pwr7 and pwr10 support to IBM MASSV pass on AIX
.
Jul 26 2021, 4:23 PM
NeHuang
mentioned this in
rG2e5c17d19e37: [PowerPC][NFC] Rename P10 builtins vec_clrl, vec_clrr to vec_clr_first and…
.
Aug 30 2021, 7:53 AM
amyk
mentioned this in
D109652: [PowerPC] Restrict various P10 options to P10 only.
.
Sep 11 2021, 3:05 PM
quinnp
mentioned this in
D109920: [PowerPC] Fix td pattern for P10 VSLDBI and VSRDBI
.
Sep 16 2021, 1:33 PM
quinnp
mentioned this in
rGf9912fe4eac9: [PowerPC] Add range checks for P10 Vector Builtins
.
Sep 23 2021, 9:06 AM
quinnp
mentioned this in
rG682e15f371db: [PowerPC] Fix td pattern for P10 VSLDBI and VSRDBI
.
Sep 27 2021, 10:36 AM
amyk
mentioned this in
rG5eaf5b916146: [PowerPC] Restrict various P10 options to P10 only.
.
Oct 19 2021, 7:05 AM
stefanp
mentioned this in
D113801: [PowerPC][NFC] Add a series of codegen tests for vector reductions.
.
Nov 19 2021, 12:08 PM
amyk
mentioned this in
rGc27734c18370: [PowerPC] Fix load/store selection infrastructure when load/store intrinsics…
.
Dec 2 2021, 2:00 PM
amyk
mentioned this in
D114978: [PowerPC] Fix load/store selection infrastructure when load/store intrinsics are used on P10.
.
Dec 2 2021, 2:02 PM
amyk
mentioned this in
D115691: [PowerPC] Update P10 vector insert patterns to use refactored load/stores, and update handling of v4f32 vector insert.
.
Dec 13 2021, 6:40 PM
tingwang
mentioned this in
D117006: [PowerPC] Add custom lowering for SELECT_CC fp128 using xsmaxcqp
.
Jan 11 2022, 5:06 PM
amyk
mentioned this in
rG0d6e64755acf: [PowerPC] Update P10 vector insert patterns to use refactored load/stores, and…
.
Feb 1 2022, 6:48 AM
amyk
mentioned this in
D118753: [PowerPC] Fix __builtin_pdepd and __builtin_pextd to be 64-bit and P10 only.
.
Feb 1 2022, 8:51 PM
amyk
mentioned this in
rG5dc0a1657be1: [PowerPC] Fix __builtin_pdepd and __builtin_pextd to be 64-bit and P10 only.
.
Feb 15 2022, 10:31 AM
stefanp
mentioned this in
rG0625aed2fcfb: [PowerPC][NFC] Split out the MMA instructions from the P10 instructions.
.
Feb 25 2022, 9:41 AM
jsji
mentioned this in
D119407: [PowerPC] [Clang] Add SSE4 and BMI compatible intrinsics implementation for PowerPC
.
Feb 28 2022, 10:28 AM
stefanp
mentioned this in
rG78406ac8985b: [PowerPC][P10] Add Vector pair calling convention
.
Mar 15 2022, 12:08 PM
Log In to Comment