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
/
PPCInstr64Bit.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement 32 & 64 bit versions of PPC atomic
Dale Johannesen
2008-08-25
1
-1
/
+22
*
Remove PPC-specific lowering for atomics; the
Dale Johannesen
2008-08-25
1
-8
/
+6
*
Rewrite ppc code generated for __sync_{bool|val}_compare_and_swap
Dale Johannesen
2008-08-22
1
-4
/
+7
*
Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by Gary Benson!
Evan Cheng
2008-07-12
1
-16
/
+27
*
Tail call optimization improvements:
Arnold Schwaighofer
2008-04-30
1
-1
/
+47
*
64-bit atomic operations.
Evan Cheng
2008-04-19
1
-0
/
+19
*
Replace all target specific implicit def instructions with a target independe...
Evan Cheng
2008-03-15
1
-8
/
+0
*
Add support for ppc64 shifts with 7-bit (oversized) shift amount (e.g. PPCshl).
Chris Lattner
2008-03-07
1
-3
/
+13
*
rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.
Chris Lattner
2008-01-06
1
-3
/
+3
*
rename isStore -> mayStore to more accurately reflect what it captures.
Chris Lattner
2008-01-06
1
-1
/
+1
*
Change the 'isStore' inferrer to look for 'SDNPMayStore'
Chris Lattner
2008-01-06
1
-5
/
+1
*
remove some isStore flags that are now inferred automatically.
Chris Lattner
2008-01-06
1
-2
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Temporary solution: added a different set of BCTRL_Macho / BCTRL_ELF with rig...
Evan Cheng
2007-10-23
1
-3
/
+9
*
Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.
Evan Cheng
2007-09-11
1
-2
/
+2
*
Fix for PR1613: added 64-bit rotate left PPC instructions and patterns.
Evan Cheng
2007-09-04
1
-0
/
+10
*
Some out operands were incorrectly specified as input operands.
Evan Cheng
2007-08-01
1
-9
/
+9
*
No more noResults.
Evan Cheng
2007-07-21
1
-4
/
+4
*
Oops. These stores actually produce results.
Evan Cheng
2007-07-20
1
-4
/
+4
*
Change instruction description to split OperandList into OutOperandList and
Evan Cheng
2007-07-19
1
-99
/
+103
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+590