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
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
54
-182
/
+949
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
287
-3330
/
+4623
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
123
-804
/
+7323
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
85
-1374
/
+3906
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
26
-82
/
+1217
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
22
-8
/
+400
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
67
-245
/
+2047
*
Merging r197089:
Bill Wendling
2013-12-12
1
-0
/
+65
*
Merging r195504:
Manman Ren
2013-12-09
3
-2
/
+6
*
Merging r195272:
Bill Wendling
2013-11-21
1
-0
/
+16
*
Avoid illegal integer promotion in fastisel
Bob Wilson
2013-11-15
1
-0
/
+17
*
Error if we see an alias to a declaration.
Rafael Espindola
2013-11-14
1
-2
/
+1
*
Add PPC option for full register names in asm
Hal Finkel
2013-11-11
1
-0
/
+17
*
Convert another llc -filetype=obj test.
Rafael Espindola
2013-10-28
1
-29
/
+0
*
Convert another llc -filetype=obj test.
Rafael Espindola
2013-10-28
1
-34
/
+0
*
Convert another llc -filetype=obj test.
Rafael Espindola
2013-10-28
1
-31
/
+0
*
Update PPC loop tests after SCEV non-unit-stride checkin r193015.
Andrew Trick
2013-10-19
2
-24
/
+12
*
[PATCH] Fix PR17168 (DAG scheduler inserts DBG_VALUE before PHI with fast-isel)
Bill Schmidt
2013-10-18
1
-0
/
+520
*
Replace sra with srl if a single sign bit is required
Richard Sandiford
2013-10-17
1
-5
/
+4
*
TBAA: update tbaa format from scalar format to struct-path aware format.
Manman Ren
2013-09-30
1
-6
/
+8
*
TBAA: remove !tbaa from testing cases when they are not needed.
Manman Ren
2013-09-30
3
-29
/
+17
*
Fix spelling intruction -> instruction.
Robert Wilhelm
2013-09-28
1
-1
/
+1
*
[PowerPC] Fix PR17354: Generate nop after local calls for PIC code.
Bill Schmidt
2013-09-26
1
-0
/
+39
*
[PowerPC] Fix problems with large code model (PR17169).
Bill Schmidt
2013-09-17
3
-8
/
+12
*
PPC: Don't restrict lvsl generation to after type legalization
Hal Finkel
2013-09-15
1
-0
/
+166
*
Revert r190764: PPC: Don't restrict lvsl generation to after type legalization
Hal Finkel
2013-09-15
1
-154
/
+0
*
PPC: Don't restrict lvsl generation to after type legalization
Hal Finkel
2013-09-15
1
-0
/
+154
*
Prevent assert in CombinerGlobalAA with null values
Hal Finkel
2013-09-15
1
-0
/
+137
*
Remove unnecessary TBAA metadata from r190636's test case
Hal Finkel
2013-09-12
1
-13
/
+9
*
Fix PPC ABI for ByVal structs with vector members
Hal Finkel
2013-09-12
1
-0
/
+64
*
Make the PPC fast-math sqrt expansion safe at 0
Hal Finkel
2013-09-12
1
-1
/
+4
*
PPC: Enable aggressive anti-dependency breaking
Hal Finkel
2013-09-12
2
-14
/
+15
*
Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.
Manman Ren
2013-09-06
2
-2
/
+2
*
[PowerPC] Call support for fast-isel.
Bill Schmidt
2013-08-30
2
-0
/
+166
*
[PowerPC] Add handling for conversions to fast-isel.
Bill Schmidt
2013-08-30
1
-0
/
+305
*
[PowerPC] Handle selection of compare instructions in fast-isel.
Bill Schmidt
2013-08-30
1
-0
/
+289
*
[PowerPC] Miscellaneous fast-isel test cases.
Bill Schmidt
2013-08-30
4
-0
/
+131
*
[PowerPC] Add loads, stores, and related things to fast-isel.
Bill Schmidt
2013-08-30
3
-0
/
+434
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
2
-2
/
+2
*
[PowerPC] More fast-isel chunks (returns and integer extends)
Bill Schmidt
2013-08-26
2
-0
/
+217
*
[PowerPC] Add fast-isel branch and compare selection.
Bill Schmidt
2013-08-25
2
-0
/
+58
*
Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...
Bill Wendling
2013-08-22
12
-14
/
+14
*
TBAA: remove !tbaa from testing cases when they are not needed.
Manman Ren
2013-08-21
4
-99
/
+70
*
Don't form PPC CTR-based loops around a copysignl call
Hal Finkel
2013-08-19
1
-0
/
+28
*
Add ExpandFloatOp_FCOPYSIGN to handle ppcf128-related expansions
Hal Finkel
2013-08-19
1
-0
/
+67
*
Add the PPC fcpsgn instruction
Hal Finkel
2013-08-19
1
-0
/
+52
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-2
/
+0
*
Actually fix PPC64 64-bit GPR inline asm constraint matching
Hal Finkel
2013-08-14
1
-0
/
+43
*
Fix FileCheck --check-prefix lines.
Tim Northover
2013-08-12
2
-8
/
+8
*
initial draft of PPCMachObjectWriter.cpp
David Fang
2013-08-08
1
-0
/
+84
[next]