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
*
Fix FileCheck --check-prefix lines.
Tim Northover
2013-08-12
7
-31
/
+31
*
[SystemZ] Use CLC and IPM to implement memcmp
Richard Sandiford
2013-08-12
1
-0
/
+134
*
Allow compatible extension attributes for tail calls
Tim Northover
2013-08-12
2
-3
/
+59
*
Don't generate floating point stubs for mips16 code if the function
Reed Kotler
2013-08-11
1
-0
/
+25
*
AVX-512: Added more tests for BROADCAST
Elena Demikhovsky
2013-08-11
1
-0
/
+16
*
AVX-512: Added VPERM* instructons and MOV* zmm-to-zmm instructions.
Elena Demikhovsky
2013-08-11
1
-0
/
+66
*
R600/SI: FMA is faster than fmul and fadd for f64
Niels Ole Salscheider
2013-08-10
1
-0
/
+31
*
R600/SI: Add FMA pattern
Niels Ole Salscheider
2013-08-10
1
-0
/
+31
*
Add another intrinsic that LLVM gives an incorrect prototype to.
Reed Kotler
2013-08-09
1
-0
/
+18
*
[stackprotector] Simplify SP Pass so that we emit different fail basic blocks...
Michael Gottesman
2013-08-09
1
-0
/
+4
*
CHECK-LABEL-ify tests
Stephen Lin
2013-08-09
3
-11
/
+11
*
Add missing 'v' prefix in front of palignr on one of checks.
Craig Topper
2013-08-09
1
-1
/
+1
*
Set ISD::FROUND to Expand by default for all types
Hal Finkel
2013-08-09
1
-0
/
+22
*
Revert "Reapply r185872 now that the address sanitizer has been changed to su...
Arnold Schwaighofer
2013-08-08
1
-3
/
+4
*
initial draft of PPCMachObjectWriter.cpp
David Fang
2013-08-08
1
-0
/
+84
*
R600/SI: Implement fp32<->fp64 conversions
Niels Ole Salscheider
2013-08-08
2
-0
/
+18
*
R600/SI: Implement sint<->fp64 conversions
Niels Ole Salscheider
2013-08-08
2
-0
/
+18
*
test commit.
Andrea Di Biagio
2013-08-08
1
-1
/
+1
*
Make sure that if we're going to attempt to add a type to a DIE that
Eric Christopher
2013-08-08
1
-5
/
+5
*
PPC: Map frin to round() not nearbyint() and rint()
Hal Finkel
2013-08-08
1
-69
/
+6
*
Reapply r185872 now that the address sanitizer has been changed to support this.
Bill Wendling
2013-08-07
1
-4
/
+3
*
AVX-512 set: Added BROADCAST instructions
Elena Demikhovsky
2013-08-07
1
-0
/
+37
*
[SystemZ] Optimize floating-point comparisons with zero
Richard Sandiford
2013-08-07
1
-0
/
+348
*
[SystemZ] Add floating-point load-and-test instructions
Richard Sandiford
2013-08-07
3
-0
/
+39
*
Create a pattern for the "trap" instruction.
Reed Kotler
2013-08-07
1
-0
/
+13
*
R600/SI: Use VSrc_* register classes as the default classes for types
Tom Stellard
2013-08-06
1
-0
/
+84
*
R600/SI: Add more special cases for opcodes to ensureSRegLimit()
Tom Stellard
2013-08-06
6
-45
/
+45
*
Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
2013-08-06
4
-7
/
+8
*
Add PPC64 mulli pattern
Hal Finkel
2013-08-06
1
-0
/
+16
*
[NVPTX] Add missing patterns for i1 [s,u]int_to_fp
Justin Holewinski
2013-08-06
1
-0
/
+37
*
[NVPTX] Fix bug in stack code generation causes by MC conversion
Justin Holewinski
2013-08-06
1
-0
/
+18
*
[NVPTX] Start conversion to MC infrastructure
Justin Holewinski
2013-08-06
1
-0
/
+18
*
ARM: implement allowTruncateForTailCall
Tim Northover
2013-08-06
1
-0
/
+111
*
Refactor isInTailCallPosition handling
Tim Northover
2013-08-06
3
-0
/
+157
*
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
2013-08-06
2
-0
/
+115
*
R600/SI: Add missing test for r187749
Tom Stellard
2013-08-05
1
-0
/
+48
*
[SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequences
Richard Sandiford
2013-08-05
3
-1
/
+237
*
[SystemZ] Use LOAD AND TEST to eliminate comparisons against zero
Richard Sandiford
2013-08-05
1
-0
/
+223
*
AVX-512 set: added mask operations, lowering BUILD_VECTOR for i1 vector types.
Elena Demikhovsky
2013-08-05
1
-0
/
+58
*
Add the saving of S2. This is needed for some of the floating point
Reed Kotler
2013-08-04
5
-16
/
+17
*
X86: Turn fp selects into mask operations.
Benjamin Kramer
2013-08-04
3
-48
/
+290
*
AVX-512 set: added VEXTRACTPS instruction
Elena Demikhovsky
2013-08-04
1
-1
/
+20
*
X86: specify CPU on new test to fix atom buildbot
Tim Northover
2013-08-04
1
-1
/
+1
*
X86: correct tail return address calculation
Tim Northover
2013-08-04
1
-0
/
+19
*
Clean up code for Mips16 large frame handling.
Reed Kotler
2013-08-04
1
-12
/
+25
*
Fix PPC64 64-bit GPR inline asm constraint matching
Hal Finkel
2013-08-03
1
-0
/
+65
*
[mips] Expand vector truncating stores and extending loads.
Akira Hatanaka
2013-08-02
1
-0
/
+11
*
Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached to
Eric Christopher
2013-08-02
4
-8
/
+7
*
Use function attributes to indicate that we don't want to realign the stack.
Bill Wendling
2013-08-01
4
-25
/
+702
*
Fix some issues with Mips16 floating when certain intrinsics are present.
Reed Kotler
2013-08-01
1
-0
/
+368
[next]