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
*
Byebye llvm-upgrade!
Tanya Lattner
2008-03-25
43
-637
/
+582
*
lastRegisterUse() should ignore identity copies. Those will be erased.
Evan Cheng
2008-03-25
1
-0
/
+30
*
Use the bit size of the operand instead of the hard-coded 32 to generate the
Bill Wendling
2008-03-24
1
-0
/
+25
*
New testcase.
Bill Wendling
2008-03-22
1
-0
/
+10
*
Add support for multiple return values for the PPC target by
Dan Gohman
2008-03-19
1
-0
/
+17
*
Fix live variables issues:
Evan Cheng
2008-03-19
1
-0
/
+6
*
Make conversions of i8/i16 to ppcf128 work.
Dale Johannesen
2008-03-18
1
-0
/
+32
*
Rewrite code that propagate isDead information after a dead copy is coalesced...
Evan Cheng
2008-03-18
1
-0
/
+31
*
More APInt-ification.
Dan Gohman
2008-03-13
1
-0
/
+14
*
The feature this is testing did not work in the general case,
Dale Johannesen
2008-03-11
1
-17
/
+0
*
Learn how to xfail a test.
Evan Cheng
2008-03-11
1
-1
/
+1
*
XFAIL due to Dale's change.
Evan Cheng
2008-03-11
1
-0
/
+1
*
Generalize ExpandIntToFP to handle the case where the operand is legal
Dan Gohman
2008-03-11
2
-0
/
+11
*
Implement more support for fp-to-i128 and i128-to-fp conversions.
Dan Gohman
2008-03-10
2
-0
/
+31
*
Update llc flags for PPC register scavenger.
Bill Wendling
2008-03-10
3
-4
/
+4
*
upgrade this test
Chris Lattner
2008-03-09
1
-4
/
+4
*
Add support for calls with i128 return values on ppc64.
Dan Gohman
2008-03-08
1
-0
/
+36
*
Add support for lowering 128-bit shifts on ppc64.
Dan Gohman
2008-03-07
1
-0
/
+14
*
Add testcase.
Bill Wendling
2008-03-06
1
-0
/
+21
*
Fix a coalescer bug wrt how dead copy interval is shortened.
Evan Cheng
2008-03-05
1
-0
/
+18
*
Use -enable-ppc-regscavenger flag for these checks
Bill Wendling
2008-03-04
1
-2
/
+2
*
This is the initial check-in for adding register scavenging to PPC. (Currently,
Bill Wendling
2008-03-03
1
-2
/
+2
*
Evan implemented this.
Chris Lattner
2008-03-02
1
-0
/
+8
*
New test for misaligned Altivec laod/store.
Dale Johannesen
2008-02-27
1
-0
/
+37
*
Don't hard-code the mask size to be 32, which is incorrect on ppc64
Dan Gohman
2008-02-27
1
-0
/
+27
*
Upgrade testcase.
Bill Wendling
2008-02-26
1
-38
/
+20
*
Really feed llvm-as with the testcase, do not let it read from stdin. This fi...
Gabor Greif
2008-02-26
1
-1
/
+1
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-02-19
51
-1306
/
+1302
*
Add testcase for recent legalizer change
Nate Begeman
2008-02-13
1
-0
/
+8
*
Determine whether a spill kills the register it's spilling before insertion r...
Evan Cheng
2008-02-11
1
-0
/
+10
*
If a vr is already marked alive in a bb, then it has PHI uses that are visite...
Evan Cheng
2008-02-05
1
-0
/
+67
*
Add target triples to these so they don't fail on linux.
Chris Lattner
2008-01-29
1
-0
/
+2
*
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
[next]