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
*
convert cmp to use a multipattern
Chris Lattner
2010-10-07
2
-8
/
+8
*
Canonicalize X86ISD::MOVDDUP nodes to v2f64 to make sure all cases match. Als...
Evan Cheng
2010-10-07
1
-1
/
+16
*
Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.
Jim Grosbach
2010-10-07
1
-2
/
+2
*
- Add TargetInstrInfo::getOperandLatency() to compute operand latencies. This
Evan Cheng
2010-10-06
2
-3
/
+3
*
PSHUFW is in SSE, not SSSE3.
Bill Wendling
2010-10-05
1
-2
/
+2
*
Use a more efficient lowering of uint64_t --> float that can take advantage o...
Owen Anderson
2010-10-05
1
-0
/
+21
*
test/CodeGen/X86/atomic_op.ll: Rename @main to @func. Extra sequences will be...
NAKAMURA Takumi
2010-10-05
1
-1
/
+1
*
va_args support for Win64.
Anton Korobeynikov
2010-10-03
1
-0
/
+20
*
Properly emit stack probe on win64 (for non-mingw targets).
Anton Korobeynikov
2010-10-03
1
-2
/
+3
*
unbreak buildbot
Chris Lattner
2010-10-03
1
-2
/
+2
*
Add test to make sure that the MMX intrinsic calls make it out the other end in
Bill Wendling
2010-10-03
1
-0
/
+1324
*
Need to specify SSE4 for machines which don't have SSE4. The code checked for...
Bill Wendling
2010-10-01
2
-6
/
+6
*
We must check for something.
Bill Wendling
2010-10-01
2
-1
/
+3
*
Disable tests until I can figure out why they're failing on just two machines...
Bill Wendling
2010-10-01
2
-4
/
+4
*
Try adding an mtriple.
Bill Wendling
2010-10-01
1
-2
/
+2
*
Zap some redundant 'ori $?, $?, 0' from SPU.
Kalle Raiskila
2010-10-01
1
-0
/
+1
*
FileCheck-ize this test.
Bill Wendling
2010-10-01
1
-1
/
+3
*
FileCheck-ize this test.
Bill Wendling
2010-10-01
1
-2
/
+4
*
fix rdar://8494845 + PR8244 - a miscompile exposed by my patch in r101350
Chris Lattner
2010-10-01
2
-3
/
+17
*
One more +sse2.
Dale Johannesen
2010-10-01
1
-1
/
+1
*
Mark all these as needing SSE2. Should fix PPC and
Dale Johannesen
2010-10-01
7
-10
/
+10
*
Disable these tests for now; it's not obvious why they fail on Linux.
Dale Johannesen
2010-10-01
2
-3
/
+3
*
Make test not sensitive to register choice.
Dale Johannesen
2010-10-01
1
-2
/
+2
*
Massive rewrite of MMX:
Dale Johannesen
2010-09-30
23
-213
/
+539
*
test/CodeGen/X86/sibcall.ll: Add explicit triplets and remove XFAIL: apple-da...
NAKAMURA Takumi
2010-09-30
1
-4
/
+2
*
Try again to disable critical edge splitting in CodeGenPrepare.
Jakob Stoklund Olesen
2010-09-30
9
-22
/
+19
*
When isel is emitting instructions for an x86 target without CMOV, the CFG is
Jakob Stoklund Olesen
2010-09-30
1
-0
/
+71
*
Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()
Jason W Kim
2010-09-30
1
-0
/
+13
*
Increase ARM APCS preferred alignment for i64 and f64 from 32 bits to 64 bits.
Bob Wilson
2010-09-29
1
-2
/
+2
*
do not compare actual branch labels; this may fix llvm-gcc-x86_64-darwin10-cr...
Gabor Greif
2010-09-29
1
-3
/
+3
*
improve heuristics to find the 'and' corresponding to 'tst' to also catch opp...
Gabor Greif
2010-09-29
1
-8
/
+12
*
And remove r114997's test.
Bill Wendling
2010-09-28
1
-26
/
+0
*
Revert r114997. It was causing a failure on darwin10-selfhost.
Bill Wendling
2010-09-28
1
-0
/
+2
*
Fix a FIXME. _foo.eh symbols are currently always exported so that the linker
Bill Wendling
2010-09-28
1
-0
/
+24
*
Add a subtarget hook for reporting the misprediction penalty. Use this to pro...
Owen Anderson
2010-09-28
1
-1
/
+1
*
User proper libcall names & condcodes while compiling for ARM EABI.
Anton Korobeynikov
2010-09-28
1
-1
/
+1
*
Part one of switching to using a more sane heuristic for determining if-conve...
Owen Anderson
2010-09-28
1
-2
/
+1
*
Add a command line option "-arm-strict-align" to disallow unaligned memory
Bob Wilson
2010-09-28
1
-0
/
+1
*
Revert "Disable codegen prepare critical edge splitting. Machine instruction ...
Jakob Stoklund Olesen
2010-09-27
9
-20
/
+23
*
Explicitly disable CGP critical edge splitting for this test so it won't break
Jakob Stoklund Olesen
2010-09-27
1
-1
/
+1
*
Don't depend on basic block numbering.
Jakob Stoklund Olesen
2010-09-27
1
-7
/
+8
*
the latest assembler that runs on powerpc 10.4 machines doesn't
Chris Lattner
2010-09-27
1
-0
/
+4
*
Add test case for PTX ret instruction
Che-Liang Chiou
2010-09-25
1
-0
/
+6
*
Add ret instruction to PTX backend
Che-Liang Chiou
2010-09-25
1
-1
/
+1
*
Enable code placement optimization pass for ARM.
Evan Cheng
2010-09-24
2
-3
/
+52
*
Set alignment operand for NEON VST instructions.
Bob Wilson
2010-09-23
5
-42
/
+64
*
Set alignment operand for NEON VLD instructions.
Bob Wilson
2010-09-23
4
-36
/
+53
*
Disable codegen prepare critical edge splitting. Machine instruction passes now
Evan Cheng
2010-09-23
10
-24
/
+23
*
A select between a constant and zero, when fed by a bit test, can be efficiently
Owen Anderson
2010-09-22
1
-0
/
+13
*
Fix PR8201: Update the code to call via X86::CALL64pcrel32 in the 64-bit case.
Cameron Esfahani
2010-09-22
1
-2
/
+2
[next]