index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
3
-4
/
+4
*
Specify MachinePointerInfo as refering to the argument value and offset of the
Roman Divacky
2012-09-24
1
-3
/
+5
*
Small structs for PPC64 SVR4 must be passed right-justified in registers.
Bill Schmidt
2012-09-19
2
-61
/
+143
*
Fix the isLocalCall() by checking for linker weakness as well.
Roman Divacky
2012-09-18
1
-1
/
+2
*
Avoid symbol name clash when filling TOC.
Roman Divacky
2012-09-18
1
-3
/
+8
*
On PPC64 emit the environment pointer. Patch by Adhemerval Zanella.
Roman Divacky
2012-09-18
1
-0
/
+2
*
Optimize local func calls to not emit nop for TOC restoration.
Roman Divacky
2012-09-18
1
-2
/
+10
*
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-18
2
-2
/
+2
*
Change unsigned to uint32_t to match base class declaration and other targets.
Craig Topper
2012-09-16
2
-2
/
+2
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
1
-3
/
+3
*
Fix PR11985
Michael Liao
2012-09-12
1
-2
/
+2
*
Enable exceptions handling on PPC64 now that cr misaligned spilling
Roman Divacky
2012-09-12
1
-2
/
+1
*
This patch corrects logic in PPCFrameLowering for save and restore of ...
Roman Divacky
2012-09-12
4
-74
/
+277
*
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-09-07
1
-1
/
+0
*
Move the PPC TOC defs into the PPC64 InstrInfo file.
Hal Finkel
2012-09-05
2
-3
/
+3
*
Remove always true checks. Noticed by Adhemerval Zanella.
Roman Divacky
2012-09-03
1
-2
/
+2
*
PPCISelLowering.cpp: Fix r162725.
NAKAMURA Takumi
2012-08-30
1
-1
/
+5
*
PPCISelLowering.cpp: Whitespace.
NAKAMURA Takumi
2012-08-30
1
-1
/
+1
*
Reserve space for the mandatory traceback fields on PPC64.
Hal Finkel
2012-08-29
1
-4
/
+8
*
Emit word of zeroes after the last instruction as a start of the mandatory
Roman Divacky
2012-08-28
1
-0
/
+15
*
Add PPC Freescale e500mc and e5500 subtargets.
Hal Finkel
2012-08-28
8
-2
/
+609
*
Split several PPC instruction classes.
Hal Finkel
2012-08-28
9
-102
/
+269
*
Allow remat of LI on PPC.
Hal Finkel
2012-08-28
2
-1
/
+3
*
Eliminate redundant CR moves on PPC32.
Hal Finkel
2012-08-28
3
-8
/
+34
*
Optimize zext on PPC64.
Hal Finkel
2012-08-28
1
-0
/
+9
*
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
2
-9
/
+8
*
Lower constant pools and jump tables via TOC on PPC64/SVR4.
Roman Divacky
2012-08-24
3
-7
/
+40
*
Add missing SDNPSideEffect flags.
Jakob Stoklund Olesen
2012-08-24
1
-2
/
+4
*
Revert r162034, r162035 and r162037.
Roman Divacky
2012-08-16
2
-20
/
+1
*
Define and handle additional fixup kinds. By Adhemerval Zanella.
Roman Divacky
2012-08-16
2
-1
/
+20
*
Fix typo and grammar. By Adhemerval Zanella.
Roman Divacky
2012-08-16
1
-1
/
+1
*
Don't use getNextOperandForReg().
Jakob Stoklund Olesen
2012-08-08
1
-1
/
+4
*
Add a comment about mftb vs. mfspr on PPC.
Hal Finkel
2012-08-07
1
-0
/
+4
*
MFTB on PPC64 should really be encoded using MFSPR.
Hal Finkel
2012-08-06
1
-2
/
+2
*
Add readcyclecounter lowering on PPC64.
Hal Finkel
2012-08-04
2
-1
/
+8
*
allow 'make CPPFLAGS=<something>' work again
Gabor Greif
2012-08-03
1
-1
/
+1
*
Remove variable_ops from call instructions in most targets.
Jakob Stoklund Olesen
2012-07-13
2
-20
/
+20
*
Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...
Evan Cheng
2012-07-02
2
-16
/
+17
*
Add all codegen passes to the PassManager via TargetPassConfig.
Bob Wilson
2012-07-02
1
-3
/
+3
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-1
/
+1
*
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-26
1
-1
/
+3
*
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
1
-0
/
+2
*
Silence an unused variable warning on release builds.
Craig Topper
2012-06-23
1
-2
/
+2
*
Add support for the PPC isel instruction.
Hal Finkel
2012-06-22
8
-14
/
+84
*
Convert the PPC backend to use the new FMA infrastructure.
Hal Finkel
2012-06-22
4
-42
/
+48
*
Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc s...
Hal Finkel
2012-06-21
1
-1
/
+6
*
Add support for generating reg+reg (indexed) pre-inc loads on PPC.
Hal Finkel
2012-06-20
4
-10
/
+106
*
Add DAG-combines for aggressive FMA formation.
Lang Hames
2012-06-19
1
-1
/
+1
[next]