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
*
PPC: Add base-pointer support to builtin setjmp/longjmp
Hal Finkel
2013-07-17
2
-11
/
+58
*
Add the tests that I forgot to 'svn add' with my previous commit (r186504).
Joey Gouly
2013-07-17
1
-0
/
+42
*
[XCore] Ensure implicit operands aren't lost on the return instruction.
Richard Osborne
2013-07-17
1
-1
/
+16
*
Make x86 fast-isel correctly choose between aligned and unaligned operations ...
Craig Topper
2013-07-17
3
-19
/
+49
*
PPC: Add CTR-register clobber to builtin setjmp
Hal Finkel
2013-07-17
1
-0
/
+50
*
PPC: Implement base pointer and stack realignment
Hal Finkel
2013-07-17
1
-0
/
+151
*
llvm/test/CodeGen/X86/vec_setcc.ll: Add explicit -mtriple=x86_64-unknown-unkn...
NAKAMURA Takumi
2013-07-17
1
-3
/
+3
*
Finally, force the target for this test. Should unbreak non-x86 buildbots.
Benjamin Kramer
2013-07-16
1
-3
/
+3
*
Label names also differ between platforms. Use a relaxed regex.
Benjamin Kramer
2013-07-16
1
-4
/
+4
*
Fix test not to fail when the target doesn't use leading underscores on symbols.
Benjamin Kramer
2013-07-16
1
-18
/
+18
*
Cleanup testing case by using a shorter name for types.
Manman Ren
2013-07-16
1
-39
/
+39
*
[X86] Use min/max to optimze unsigend vector comparison on X86
Juergen Ributzka
2013-07-16
1
-0
/
+126
*
[APFloat] PR16573: Avoid losing mantissa bits in ppc_fp128 to double truncation
Ulrich Weigand
2013-07-16
1
-0
/
+11
*
[XCore] Fix printing of inline asm operands.
Richard Osborne
2013-07-16
1
-0
/
+32
*
[SystemZ] Use ROSBG and non-zero form of RISBG for OR nodes
Richard Sandiford
2013-07-16
2
-0
/
+203
*
[SystemZ] Use RISBG for (shift (and ...))
Richard Sandiford
2013-07-16
1
-1
/
+153
*
ARM: implement ldrex, strex and clrex intrinsics
Tim Northover
2013-07-16
2
-33
/
+139
*
ARM EABI divmod support
Renato Golin
2013-07-16
1
-0
/
+202
*
PEI: Support for non-zero SPAdj at beginning of a basic block.
Manman Ren
2013-07-15
2
-0
/
+254
*
Fix register subclass handling in PPCInstrInfo::insertSelect
Hal Finkel
2013-07-15
1
-0
/
+50
*
R600/SI: Add support for 64-bit loads
Tom Stellard
2013-07-15
2
-0
/
+56
*
Remove invalid assert in DAGTypeLegalizer::RemapValue
Hal Finkel
2013-07-15
1
-0
/
+57
*
Use conventional syntax for branches.
Anton Korobeynikov
2013-07-14
2
-2
/
+2
*
Properly lower jump tables on MSP430. Patch by Job Noorman!
Anton Korobeynikov
2013-07-14
1
-5
/
+5
*
Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...
Stephen Lin
2013-07-14
937
-8028
/
+8028
*
Convert Windows to Unix line endings, no functionality change.
Stephen Lin
2013-07-13
2
-45
/
+45
*
Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....
Stephen Lin
2013-07-13
255
-1492
/
+1492
*
Convert a couple of grep tests to FileCheck.
Benjamin Kramer
2013-07-13
6
-31
/
+109
*
[mips] Remove trailing whitespace.
Akira Hatanaka
2013-07-12
1
-4
/
+4
*
[mips] Implement MipsTargetMachine::getInstrItineraryData().
Akira Hatanaka
2013-07-12
8
-84
/
+89
*
Fix ARM paired GPR COPY lowering
JF Bastien
2013-07-12
1
-0
/
+17
*
R600: Reapply testcase from r186178, the big endian issue should be fixed by ...
Benjamin Kramer
2013-07-12
1
-0
/
+12
*
R600: Remove the fpconst64.ll test which was failing on non-x86 buildbots
Tom Stellard
2013-07-12
1
-12
/
+0
*
R600/SI: Add support for f64 kernel arguments
Tom Stellard
2013-07-12
1
-0
/
+9
*
R600/SI: Implement select and compares for SI
Tom Stellard
2013-07-12
1
-0
/
+79
*
R600/SI: Add fsqrt pattern for SI
Tom Stellard
2013-07-12
1
-0
/
+24
*
R600/SI: Add double precision fsub pattern for SI
Tom Stellard
2013-07-12
1
-0
/
+13
*
R600/SI: SI support for 64bit ConstantFP
Tom Stellard
2013-07-12
1
-0
/
+12
*
R600/SI: Add initial double precision support for SI
Tom Stellard
2013-07-12
4
-0
/
+60
*
X86: Shrink certain forms of movsx.
Benjamin Kramer
2013-07-12
4
-6
/
+27
*
X86: fold SSE2/AVX2 logical shift by immediate amount into zero vector when p...
Stephen Lin
2013-07-12
2
-0
/
+494
*
Start using CHECK-LABEL in some tests.
Stephen Lin
2013-07-12
11
-105
/
+106
*
[SystemZ] Add test missing from r186148
Richard Sandiford
2013-07-12
1
-0
/
+82
*
[SystemZ] Optimize sign-extends of vector setccs
Richard Sandiford
2013-07-12
1
-0
/
+70
*
[SystemZ] Improve spilling of LGDR and LDGR
Richard Sandiford
2013-07-12
1
-0
/
+288
*
Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.
Charles Davis
2013-07-12
2
-0
/
+38
*
PPC: Add some missing V_SET0 patterns
Hal Finkel
2013-07-11
1
-0
/
+18
*
PPCDAGToDAGISel::isRunOfOnes should return false on zero
Hal Finkel
2013-07-11
1
-0
/
+27
*
[SystemZ] Add testcase missing from r186073
Richard Sandiford
2013-07-11
1
-0
/
+266
*
[SystemZ] Use zeroing form of RISBG for shift-and-AND sequences
Richard Sandiford
2013-07-11
1
-2
/
+2
[next]