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
Age
Commit message (
Expand
)
Author
2012-09-19
Small structs for PPC64 SVR4 must be passed right-justified in registers.
Bill Schmidt
2012-09-18
Fix the isLocalCall() by checking for linker weakness as well.
Roman Divacky
2012-09-18
Avoid symbol name clash when filling TOC.
Roman Divacky
2012-09-18
On PPC64 emit the environment pointer. Patch by Adhemerval Zanella.
Roman Divacky
2012-09-18
Optimize local func calls to not emit nop for TOC restoration.
Roman Divacky
2012-09-18
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-16
Change unsigned to uint32_t to match base class declaration and other targets.
Craig Topper
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-12
Fix PR11985
Michael Liao
2012-09-12
Enable exceptions handling on PPC64 now that cr misaligned spilling
Roman Divacky
2012-09-12
This patch corrects logic in PPCFrameLowering for save and restore of ...
Roman Divacky
2012-09-07
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-09-05
Move the PPC TOC defs into the PPC64 InstrInfo file.
Hal Finkel
2012-09-03
Remove always true checks. Noticed by Adhemerval Zanella.
Roman Divacky
2012-08-30
PPCISelLowering.cpp: Fix r162725.
NAKAMURA Takumi
2012-08-30
PPCISelLowering.cpp: Whitespace.
NAKAMURA Takumi
2012-08-29
Reserve space for the mandatory traceback fields on PPC64.
Hal Finkel
2012-08-28
Emit word of zeroes after the last instruction as a start of the mandatory
Roman Divacky
2012-08-28
Add PPC Freescale e500mc and e5500 subtargets.
Hal Finkel
2012-08-28
Split several PPC instruction classes.
Hal Finkel
2012-08-28
Allow remat of LI on PPC.
Hal Finkel
2012-08-28
Eliminate redundant CR moves on PPC32.
Hal Finkel
2012-08-28
Optimize zext on PPC64.
Hal Finkel
2012-08-24
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
Lower constant pools and jump tables via TOC on PPC64/SVR4.
Roman Divacky
2012-08-24
Add missing SDNPSideEffect flags.
Jakob Stoklund Olesen
2012-08-16
Revert r162034, r162035 and r162037.
Roman Divacky
2012-08-16
Define and handle additional fixup kinds. By Adhemerval Zanella.
Roman Divacky
2012-08-16
Fix typo and grammar. By Adhemerval Zanella.
Roman Divacky
2012-08-08
Don't use getNextOperandForReg().
Jakob Stoklund Olesen
2012-08-07
Add a comment about mftb vs. mfspr on PPC.
Hal Finkel
2012-08-06
MFTB on PPC64 should really be encoded using MFSPR.
Hal Finkel
2012-08-04
Add readcyclecounter lowering on PPC64.
Hal Finkel
2012-08-03
allow 'make CPPFLAGS=<something>' work again
Gabor Greif
2012-07-13
Remove variable_ops from call instructions in most targets.
Jakob Stoklund Olesen
2012-07-02
Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...
Evan Cheng
2012-07-02
Add all codegen passes to the PassManager via TargetPassConfig.
Bob Wilson
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-26
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-23
Silence an unused variable warning on release builds.
Craig Topper
2012-06-22
Add support for the PPC isel instruction.
Hal Finkel
2012-06-22
Convert the PPC backend to use the new FMA infrastructure.
Hal Finkel
2012-06-21
Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc s...
Hal Finkel
2012-06-20
Add support for generating reg+reg (indexed) pre-inc loads on PPC.
Hal Finkel
2012-06-19
Add DAG-combines for aggressive FMA formation.
Lang Hames
2012-06-19
Implement PPCInstrInfo::isCoalescableExtInstr().
Jakob Stoklund Olesen
2012-06-19
Mark most PPC register classes to avoid write-after-write.
Hal Finkel
2012-06-19
Add support for generating reg+reg preinc stores on PPC.
Hal Finkel
2012-06-16
Cleanup trip-count finding for PPC CTR loops (and some bug fixes).
Hal Finkel
[next]