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-04-01
Merge load/store sequences with adresses: base + index + offset
Arnold Schwaighofer
2013-03-31
X86: Promote sitofp <8 x i16> to <8 x i32> when AVX is available.
Benjamin Kramer
2013-03-30
DAGCombine: visitXOR can replace a node without returning it, bail out in tha...
Benjamin Kramer
2013-03-30
Change '@SECREL' suffix to GAS-compatible '@SECREL32'.
Benjamin Kramer
2013-03-29
Exclude the X86/complex-fca.ll test at it probably wasn't supposed to work on...
Timur Iskhodzhanov
2013-03-29
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-28
Add support of RDSEED defined in AVX2 extension
Michael Liao
2013-03-28
Enhance boolean simplification to handle 16-/64-bit RDRAND
Michael Liao
2013-03-28
Make Win32 put the SRet address into EAX, fixes PR15556
Timur Iskhodzhanov
2013-03-28
Revert "Adding DIImportedModules to DIScopes."
David Blaikie
2013-03-27
This patch follows is a follow up to r178171, which uses the register
Preston Gurd
2013-03-27
For the current Atom processor, the fastest way to handle a call
Preston Gurd
2013-03-27
Adding DIImportedModules to DIScopes.
David Blaikie
2013-03-26
Add XTEST codegen support
Michael Liao
2013-03-26
Enable SandyBridgeModel for all modern Intel P6 descendants.
Jakob Stoklund Olesen
2013-03-26
Fix PRFCHW test on non-x86 builds
Michael Liao
2013-03-26
Add PREFETCHW codegen support
Michael Liao
2013-03-25
Revise alignment checking/calculation on 256-bit unaligned memory access
Michael Liao
2013-03-25
Enhance folding of (extract_subvec (insert_subvec V1, V2, IIdx), EIdx)
Michael Liao
2013-03-25
Add an -mcpu option to a test that is apparently scheduler-sensitive.
Jakob Stoklund Olesen
2013-03-25
Disable some unsafe-fp-math DAG-combine transformation after legalization.
Shuxin Yang
2013-03-25
llvm/test/CodeGen/X86/atomic{32|64}.ll: Unmark them out of XFAIL:win32.
NAKAMURA Takumi
2013-03-25
Remove unnecessary attributes from test case.
Chad Rosier
2013-03-25
Add a GC plugin for Erlang
Yiannis Tsiouris
2013-03-23
Remove the type legality check from the SelectionDAGBuilder when it lowers @l...
Owen Anderson
2013-03-22
Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...
David Blaikie
2013-03-22
Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...
David Blaikie
2013-03-21
Move the DIFile in DISubprogram to the beginning to be a common prefix along ...
David Blaikie
2013-03-21
Remove unused field in DISubprogram
David Blaikie
2013-03-20
Debug info: refactor the first field of DICompileUnit to be a raw file/direct...
David Blaikie
2013-03-20
Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...
David Blaikie
2013-03-20
Remove unused field in DICompileUnit
David Blaikie
2013-03-20
Fix PR15296
Michael Liao
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
[next]