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
/
test
/
CodeGen
/
PowerPC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Need to convert to LLVM code and not C.
Bill Wendling
2008-01-26
1
-5
/
+4
*
Rename the .c to .ll
Bill Wendling
2008-01-26
1
-0
/
+0
*
Move testcase to the code gen directory.
Bill Wendling
2008-01-26
1
-0
/
+7
*
Implement flt_rounds for PowerPC.
Dale Johannesen
2008-01-18
1
-0
/
+19
*
Fix a latent bug exposed by my truncstore patch. We compiled stfiwx-2.ll to:
Chris Lattner
2008-01-18
1
-0
/
+11
*
add testcase for regression
Chris Lattner
2008-01-16
1
-0
/
+9
*
remove darwin/i386 t-t
Chris Lattner
2008-01-08
1
-3
/
+0
*
Finally implement correct ordered comparisons for PPC, even though
Chris Lattner
2008-01-08
1
-0
/
+27
*
Fix a significant code quality regression I introduced on PPC64 quite
Chris Lattner
2007-12-08
1
-0
/
+1
*
implement __builtin_return_addr(0) on ppc.
Chris Lattner
2007-12-08
1
-0
/
+14
*
Fix a crash on invalid code due to memcpy lowering.
Chris Lattner
2007-11-27
1
-0
/
+20
*
Testcase for PR1811
Chris Lattner
2007-11-19
1
-0
/
+16
*
Testcase from PR 1508 (although its's somewhat
Dale Johannesen
2007-11-16
1
-0
/
+133
*
Skip over deleted val#'s.
Evan Cheng
2007-11-05
1
-0
/
+148
*
On second thought. Remove this as it should never be generated in the first
Bill Wendling
2007-10-26
1
-14
/
+0
*
- Remove the hacky code that forces a memcpy. Alignment is taken care of in the
Bill Wendling
2007-10-26
1
-0
/
+1
*
If there's an unaligned memcpy to/from the stack, don't lower it. Just call the
Bill Wendling
2007-10-23
1
-0
/
+13
*
Temporary solution: added a different set of BCTRL_Macho / BCTRL_ELF with rig...
Evan Cheng
2007-10-23
1
-0
/
+25
*
Use ptr type in the immediate field of a BxA instruction so we don't end up s...
Evan Cheng
2007-10-22
1
-0
/
+27
*
Pointer arithmetic should be done with the index the same size as the pointer.
Bill Wendling
2007-10-18
1
-0
/
+22
*
Fix a bug handling frame references in ppc inline asm when the frame offset
Chris Lattner
2007-10-16
1
-0
/
+14
*
First round of ppc long double. call/return and
Dale Johannesen
2007-10-05
2
-0
/
+121
*
Add explicit triples to avoid default behavior that varies by host.
Dan Gohman
2007-09-14
1
-1
/
+1
*
Fixed a typo that's causing a missing kill marker.
Evan Cheng
2007-09-12
1
-0
/
+15
*
Sometimes a MI can define a register as well as defining a super-register at the
Evan Cheng
2007-09-11
1
-0
/
+9
*
this is not infinite recursion.
Chris Lattner
2007-09-10
1
-0
/
+7
*
Implement misaligned FP loads and stores.
Dale Johannesen
2007-09-08
1
-0
/
+53
*
Add missing index versions of instructions to the map.
Bill Wendling
2007-09-07
1
-0
/
+16
*
Change all floating constants that are not exactly
Dale Johannesen
2007-09-05
1
-1
/
+1
*
Add the 64-bit versions of the DS* Altivec instructions.
Bill Wendling
2007-09-05
1
-0
/
+15
*
Fix for PR1613: added 64-bit rotate left PPC instructions and patterns.
Evan Cheng
2007-09-04
1
-0
/
+20
*
update test to check that codegen works with llvm.used in llvm.metadata section
Andrew Lenharth
2007-08-22
1
-1
/
+1
*
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-08-15
28
-63
/
+63
*
Test case for PR1596.
Evan Cheng
2007-08-14
1
-0
/
+28
*
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-04
1
-2
/
+3
*
new testcase
Chris Lattner
2007-07-31
1
-0
/
+8
*
Fix a bug in getCopyFromParts turned up in the testcase for PR1132.
Dan Gohman
2007-07-30
1
-0
/
+23
*
New test case.
Evan Cheng
2007-07-30
1
-0
/
+8
*
For PR1553:
Reid Spencer
2007-07-19
4
-10
/
+10
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
134
-0
/
+5485