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
/
X86
Age
Commit message (
Expand
)
Author
2013-03-20
Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...
David Blaikie
2013-03-20
Propagate DAG node ordering during type legalization and instruction selection
Justin Holewinski
2013-03-19
Move the DIFile operand to DITypes from the 4th operand to the 2nd.
David Blaikie
2013-03-19
Optimize sext <4 x i8> and <4 x i16> to <4 x i64>.
Nadav Rotem
2013-03-18
Remove unnecessary leading comment characters in lit-only file
David Blaikie
2013-03-18
Include '.test' suffix in target specific lit configs that need it
David Blaikie
2013-03-17
Split out filename & directory from DIFile to start generalizing over DIScopes
David Blaikie
2013-03-16
Add X86 code emitter support AVX encoded MRMDestReg instructions.
Craig Topper
2013-03-15
Add a triple to the test.
Nadav Rotem
2013-03-14
Unaligned loads should use the VMOVUPS opcode.
Nadav Rotem
2013-03-14
[fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handle
Chad Rosier
2013-03-14
Fix PR15309
Michael Liao
2013-03-13
Simplify file/directory name handling in DILexicalBlock
David Blaikie
2013-03-13
Remove the unused 4th operand for DIFile debug info metadata
David Blaikie
2013-03-13
Refactor filename/directory in DICompileUnit into a DIFile
David Blaikie
2013-03-12
Remove unused "isMain" field from DICompileUnit
David Blaikie
2013-03-12
Update debug info test cases with empty SplitDebugFilename field.
David Blaikie
2013-03-12
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
Jan Wen Voung
2013-03-11
Upgrading debug info test cases to be (more) compatible with the current debu...
David Blaikie
2013-03-11
Remove duplicate test contents.
David Blaikie
2013-03-11
Fix a crasher newly introduced in r176659/r176649, where fast-isel tries to
Nick Lewycky
2013-03-11
llvm/test/CodeGen/X86/handle-move.ll: Mark it as XFAIL:cygming. Investigating.
NAKAMURA Takumi
2013-03-11
Suppress atomic(32|64).ll as XFAIL on win32 codegen. Investigating.
NAKAMURA Takumi
2013-03-09
Test case hygiene.
Benjamin Kramer
2013-03-08
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-08
Rewrite the physreg part of findLastUseBefore().
Jakob Stoklund Olesen
2013-03-08
Another test fix for r176671.
David Blaikie
2013-03-08
Couple of test fixes for r176671.
David Blaikie
2013-03-08
Upgrade tests to the latest debug info format.
David Blaikie
2013-03-07
Move testcase, this is testing extraction not inserting.
Benjamin Kramer
2013-03-07
X86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into a smaller BUILD_VECTOR.
Benjamin Kramer
2013-03-07
Fix two remaining issue after fixing PR15355 when CMOV is not available
Michael Liao
2013-03-06
Fix PR15355
Michael Liao
2013-03-04
Bypass Slow Divides
Preston Gurd
2013-03-01
Add regression tests (WORKSFORME)
Michael Liao
2013-03-01
Fix PR10475
Michael Liao
2013-02-26
Add a test case for r176066.
Chad Rosier
2013-02-26
Remove a few unused arguments.
Chad Rosier
2013-02-26
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-25
Fix PR10499
Michael Liao
2013-02-25
Remove extraneous attribute number.
Chad Rosier
2013-02-25
[fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 or
Chad Rosier
2013-02-25
pre-RA-sched fix: only reevaluate physreg interferences when necessary.
Andrew Trick
2013-02-25
Fix the root cause of PR15348 by correctly handling alignment 0 on
Chandler Carruth
2013-02-24
Revert r169638 because it broke Mesa llvmpipe tests.
Nadav Rotem
2013-02-23
X86: Disable cmov-memory patterns on subtargets without cmov.
Benjamin Kramer
2013-02-22
Fix test by matching movaps instead of AVX-only vmovaps
Peter Collingbourne
2013-02-22
x86_64: designate most general purpose and SSE registers as callee save under...
Peter Collingbourne
2013-02-22
Remove unused CHECK lines copied from another test
Pete Cooper
2013-02-22
Fix isa<> check which could never be true.
Pete Cooper
[next]