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
Commit message (
Expand
)
Author
Age
Files
Lines
*
test/CodeGen/X86/fp-fast.ll: Add +avx.
NAKAMURA Takumi
2012-11-01
1
-1
/
+1
*
Add a few more simple fast-math constant propagations and cancellations.
Owen Anderson
2012-11-01
1
-0
/
+20
*
(For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization.
Shuxin Yang
2012-10-31
2
-1
/
+13
*
[mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enables
Akira Hatanaka
2012-10-31
1
-0
/
+26
*
Test case for r167039. Check that tail-call optimization is disabled for
Akira Hatanaka
2012-10-31
1
-0
/
+23
*
Implement ADJCALLSTACKUP and ADJCALLSTACKDOWN
Reed Kotler
2012-10-31
1
-26
/
+58
*
This patch addresses an ABI compatibility issue with empty aggregate
Bill Schmidt
2012-10-31
1
-0
/
+51
*
X86 SSE: update rsqrtss and rcpss to use two source operands and
Manman Ren
2012-10-30
1
-0
/
+36
*
X86 MMX: optimize transfer from mmx to i32
Manman Ren
2012-10-30
1
-0
/
+14
*
[mips] Allow tail-call optimization for vararg functions and functions which
Akira Hatanaka
2012-10-30
1
-1
/
+65
*
PowerPC: Expand FSRQT for vector types
Adhemerval Zanella
2012-10-30
1
-0
/
+71
*
Change ForceSizeOpt attribute into MinSize attribute
Quentin Colombet
2012-10-30
1
-2
/
+2
*
PowerPC: More support for Altivec compare operations
Adhemerval Zanella
2012-10-30
1
-14
/
+350
*
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-30
1
-84
/
+0
*
Change mips16 delay slot jumps to non delay slot forms by default.
Reed Kotler
2012-10-30
2
-3
/
+3
*
Re-commit r166971. I reverted it to quickly, when buildbots didn't have a chance
Jakub Staszak
2012-10-30
1
-5
/
+9
*
Revert r166971. It causes buildbot failure. To be investigated.
Jakub Staszak
2012-10-29
1
-9
/
+5
*
llvm/test/CodeGen/X86/vec_shuffle-30.ll: Try to unbreak builds - assuming +avx.
NAKAMURA Takumi
2012-10-29
1
-1
/
+1
*
Allow to fold vector load if there is more than one bitcast, so in the case:
Jakub Staszak
2012-10-29
1
-5
/
+9
*
This patch solves a problem with passing varargs parameters under the PPC64
Bill Schmidt
2012-10-29
1
-0
/
+23
*
Implement patterns for extloadi8 and extloadi16
Reed Kotler
2012-10-29
1
-0
/
+69
*
In various places throughout the code generator, there were special
Ulrich Weigand
2012-10-29
1
-1
/
+2
*
Remove redundant test case from r166949, per Eli's suggestion.
Chad Rosier
2012-10-29
1
-107
/
+0
*
[ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] is
Chad Rosier
2012-10-29
1
-0
/
+107
*
Fix PR14204
Michael Liao
2012-10-29
1
-0
/
+15
*
Completely disallow partial copies in adjustCopiesBackFrom().
Jakob Stoklund Olesen
2012-10-29
1
-0
/
+28
*
Allow i32/i64 for 'f' constraint on PowerPC.
Ulrich Weigand
2012-10-29
1
-0
/
+14
*
Expand all atomic ops for mips16.
Reed Kotler
2012-10-29
1
-0
/
+40
*
This patch addresses a problem with the Post RA scheduler generating an
Preston Gurd
2012-10-29
1
-0
/
+13
*
This patch adds alignment information for long double to the 64-bit PowerPC
Bill Schmidt
2012-10-29
1
-0
/
+26
*
Implement brind operator for mips16.
Reed Kotler
2012-10-28
1
-0
/
+40
*
This patch is for the implementation of mips16 complex pattern addr16.
Reed Kotler
2012-10-28
2
-0
/
+133
*
Never attempt to join an early-clobber def with a regular kill.
Jakob Stoklund Olesen
2012-10-27
1
-0
/
+9
*
[code size][ARM] Emit regular call instructions instead of the move, branch s...
Quentin Colombet
2012-10-27
1
-0
/
+34
*
Implement MipsHi for mips16
Reed Kotler
2012-10-27
1
-0
/
+15
*
[mips] Do not tail-call optimize vararg functions or functions with byval
Akira Hatanaka
2012-10-27
1
-0
/
+58
*
[mips] Make sure FuncArg doesn't advance when OrigArgIndex is the same as in the
Akira Hatanaka
2012-10-27
1
-0
/
+10
*
Revert r163298 "Optimize codegen for VSETLNi{8,16,32} operating on Q registers."
Jakob Stoklund Olesen
2012-10-26
2
-2
/
+2
*
implement mips16 tls global addr
Reed Kotler
2012-10-26
1
-0
/
+13
*
Add GPRPair Register class to ARM.
Jakob Stoklund Olesen
2012-10-26
1
-2
/
+2
*
Implement carry for subtract/add for mips16
Reed Kotler
2012-10-26
1
-0
/
+51
*
implement large (>16 bit) constant loading.
Reed Kotler
2012-10-26
1
-0
/
+17
*
fix test setgek.ll so that it will not give false "make check"
Reed Kotler
2012-10-26
1
-2
/
+2
*
implement mips16 patterns for select nodes
Reed Kotler
2012-10-25
1
-0
/
+350
*
Add test for ATOM ISA SSSE3
Michael Liao
2012-10-25
3
-4
/
+13
*
This patch addresses a PPC64 ELF issue with passing parameters consisting of
Bill Schmidt
2012-10-25
2
-7
/
+51
*
The test avx-intel-ocl.ll failed. I can't reproduce on any of my machines. I ...
Elena Demikhovsky
2012-10-25
1
-4
/
+4
*
[ms-inline asm] Add back-end test case for r166632. Make sure we emit the
Chad Rosier
2012-10-24
1
-0
/
+23
*
Fix a miscompilation caused by a typo. When turning a adde with negative value
Evan Cheng
2012-10-24
2
-0
/
+26
*
Special calling conventions for Intel OpenCL built-in library.
Elena Demikhovsky
2012-10-24
2
-0
/
+200
[next]