index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
Age
Commit message (
Expand
)
Author
2010-10-08
Change register allocation order for ARM VFP and NEON registers to put the
Bob Wilson
2010-10-08
testcase that goes with r116053
Chris Lattner
2010-10-08
rename test
Chris Lattner
2010-10-08
merge tests
Chris Lattner
2010-10-08
filecheckize.
Chris Lattner
2010-10-08
reapply: Use the new TB_NOT_REVERSABLE flag instead of special
Chris Lattner
2010-10-08
Revert "reimplement the second half of the or/add optimization. We should now",
Daniel Dunbar
2010-10-08
reimplement the second half of the or/add optimization. We should now
Chris Lattner
2010-10-07
convert cmp to use a multipattern
Chris Lattner
2010-10-07
Canonicalize X86ISD::MOVDDUP nodes to v2f64 to make sure all cases match. Als...
Evan Cheng
2010-10-07
Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.
Jim Grosbach
2010-10-06
- Add TargetInstrInfo::getOperandLatency() to compute operand latencies. This
Evan Cheng
2010-10-05
PSHUFW is in SSE, not SSSE3.
Bill Wendling
2010-10-05
Use a more efficient lowering of uint64_t --> float that can take advantage o...
Owen Anderson
2010-10-05
test/CodeGen/X86/atomic_op.ll: Rename @main to @func. Extra sequences will be...
NAKAMURA Takumi
2010-10-03
va_args support for Win64.
Anton Korobeynikov
2010-10-03
Properly emit stack probe on win64 (for non-mingw targets).
Anton Korobeynikov
2010-10-03
unbreak buildbot
Chris Lattner
2010-10-03
Add test to make sure that the MMX intrinsic calls make it out the other end in
Bill Wendling
2010-10-01
Need to specify SSE4 for machines which don't have SSE4. The code checked for...
Bill Wendling
2010-10-01
We must check for something.
Bill Wendling
2010-10-01
Disable tests until I can figure out why they're failing on just two machines...
Bill Wendling
2010-10-01
Try adding an mtriple.
Bill Wendling
2010-10-01
Zap some redundant 'ori $?, $?, 0' from SPU.
Kalle Raiskila
2010-10-01
FileCheck-ize this test.
Bill Wendling
2010-10-01
FileCheck-ize this test.
Bill Wendling
2010-10-01
fix rdar://8494845 + PR8244 - a miscompile exposed by my patch in r101350
Chris Lattner
2010-10-01
One more +sse2.
Dale Johannesen
2010-10-01
Mark all these as needing SSE2. Should fix PPC and
Dale Johannesen
2010-10-01
Disable these tests for now; it's not obvious why they fail on Linux.
Dale Johannesen
2010-10-01
Make test not sensitive to register choice.
Dale Johannesen
2010-09-30
Massive rewrite of MMX:
Dale Johannesen
2010-09-30
test/CodeGen/X86/sibcall.ll: Add explicit triplets and remove XFAIL: apple-da...
NAKAMURA Takumi
2010-09-30
Try again to disable critical edge splitting in CodeGenPrepare.
Jakob Stoklund Olesen
2010-09-30
When isel is emitting instructions for an x86 target without CMOV, the CFG is
Jakob Stoklund Olesen
2010-09-30
Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()
Jason W Kim
2010-09-29
Increase ARM APCS preferred alignment for i64 and f64 from 32 bits to 64 bits.
Bob Wilson
2010-09-29
do not compare actual branch labels; this may fix llvm-gcc-x86_64-darwin10-cr...
Gabor Greif
2010-09-29
improve heuristics to find the 'and' corresponding to 'tst' to also catch opp...
Gabor Greif
2010-09-28
And remove r114997's test.
Bill Wendling
2010-09-28
Revert r114997. It was causing a failure on darwin10-selfhost.
Bill Wendling
2010-09-28
Fix a FIXME. _foo.eh symbols are currently always exported so that the linker
Bill Wendling
2010-09-28
Add a subtarget hook for reporting the misprediction penalty. Use this to pro...
Owen Anderson
2010-09-28
User proper libcall names & condcodes while compiling for ARM EABI.
Anton Korobeynikov
2010-09-28
Part one of switching to using a more sane heuristic for determining if-conve...
Owen Anderson
2010-09-28
Add a command line option "-arm-strict-align" to disallow unaligned memory
Bob Wilson
2010-09-27
Revert "Disable codegen prepare critical edge splitting. Machine instruction ...
Jakob Stoklund Olesen
2010-09-27
Explicitly disable CGP critical edge splitting for this test so it won't break
Jakob Stoklund Olesen
2010-09-27
Don't depend on basic block numbering.
Jakob Stoklund Olesen
2010-09-27
the latest assembler that runs on powerpc 10.4 machines doesn't
Chris Lattner
[prev]
[next]