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
/
lib
/
Target
/
X86
Age
Commit message (
Expand
)
Author
2012-11-14
X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.
Jim Grosbach
2012-11-14
Factor out an overly replicated typecast. No functional change.
Craig Topper
2012-11-14
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-11-13
X86: when constructing VZEXT_LOAD from other loads, makes sure its output
Manman Ren
2012-11-12
Fix PR14314
Michael Liao
2012-11-11
Move some helper methods to being static functions in the implementation file.
Craig Topper
2012-11-10
Remove unnecessary subtraction and addition by 1 around a couple for loops.
Craig Topper
2012-11-10
Tidy up spacing. No functional change.
Craig Topper
2012-11-10
Removed unimplemented method declaration.
Craig Topper
2012-11-10
Simplify custom emitter code for pcmp(e/i)str(i/m) and make the helper functi...
Craig Topper
2012-11-10
Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.
Craig Topper
2012-11-09
Switch FreeBSD/i386 back to 4byte stack alignment. This partially
Roman Divacky
2012-11-09
indent
Nadav Rotem
2012-11-08
Add support of RTM from TSX extension
Michael Liao
2012-11-06
Simplify code. No functionality change.
Jakub Staszak
2012-11-06
Make the helper functions static. No functional change.
Nadav Rotem
2012-11-06
CostModel: add another known vector trunc optimization.
Nadav Rotem
2012-11-06
Cost Model: add tables for some avx type-conversion hacks.
Nadav Rotem
2012-11-06
Remove tailing whitespaces
Michael Liao
2012-11-05
Refactor the getTypeLegalizationCost interface. No functionality change.
Nadav Rotem
2012-11-05
CostModel: Add tables for the common x86 compares.
Nadav Rotem
2012-11-05
Suppress signed/unsigned comparison warning.
Richard Smith
2012-11-05
Cost Model: Normalize the insert/extract index when splitting types
Nadav Rotem
2012-11-05
Implement the cost of abnormal x86 instruction lowering as a table.
Nadav Rotem
2012-11-04
Remove alignments from folding tables for scalar FMA4 instructions.
Craig Topper
2012-11-03
X86 CostModel: Add support for a some of the common arithmetic instructions f...
Nadav Rotem
2012-11-02
Add a stub for the x86 cost model impl. Implement a basic cost rule for inser...
Nadav Rotem
2012-11-01
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
Cleanup another place redundant SP maintained
Michael Liao
2012-10-31
(For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization.
Shuxin Yang
2012-10-31
Add scalar forms of FMA4 VFNMSUB/VFNMADD to folding tables. Patch from Camero...
Craig Topper
2012-10-31
Clean up redundant SP register maintained in X86 TLI
Michael Liao
2012-10-30
X86 SSE: update rsqrtss and rcpss to use two source operands and
Manman Ren
2012-10-30
X86 MMX: optimize transfer from mmx to i32
Manman Ren
2012-10-30
Enable ELF machine type to be specified explicitly in X86 backend
Michael Liao
2012-10-30
Re-commit r166971. I reverted it to quickly, when buildbots didn't have a chance
Jakub Staszak
2012-10-29
Revert r166971. It causes buildbot failure. To be investigated.
Jakub Staszak
2012-10-29
Remove unused variable.
Jakub Staszak
2012-10-29
Simplify code. No functionality change.
Jakub Staszak
2012-10-29
Allow to fold vector load if there is more than one bitcast, so in the case:
Jakub Staszak
2012-10-29
[ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] is
Chad Rosier
2012-10-29
Fix PR14204
Michael Liao
2012-10-29
Fix typo
Joerg Sonnenberger
2012-10-29
Silence a GCC warning about comparing signed and unsigned types.
Duncan Sands
2012-10-28
Remove TargetELFWriterInfo.
Rafael Espindola
2012-10-26
[ms-inline asm] Add a comment.
Chad Rosier
2012-10-26
[ms-inline asm] Emit an error for unsupported SIZE and LENGTH directives.
Chad Rosier
2012-10-26
[ms-inline asm] Add support for the TYPE operator.
Chad Rosier
2012-10-26
[ms-inline asm] Have the target AsmParser create the asmrewrite for the offsetof
Chad Rosier
[next]