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
/
X86ISelDAGToDAG.cpp
Age
Commit message (
Expand
)
Author
2013-03-28
Skip moving call address loading into callseq when targets prefer register in...
Michael Liao
2013-02-19
Add obvious constantness.
Jakub Staszak
2013-01-13
Fix typo in comment.
Nick Lewycky
2013-01-06
Fix for PR14739. It's not safe to fold a load into a call across a store. Tha...
Evan Cheng
2013-01-04
Move 'break' to the right place to prevent fallthru. There is no test-case
Jakub Staszak
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-30
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-14
Remove unneeded #includes.
Jakub Staszak
2012-11-10
Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.
Craig Topper
2012-10-15
Add __builtin_setjmp/_longjmp supprt in X86 backend
Michael Liao
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-05
Follow up to r165072. Try a different approach: only move the load when it's ...
Evan Cheng
2012-10-02
Fix a serious X86 instruction selection bug. In
Evan Cheng
2012-09-28
X86: when replacing SUB with TEST in ISelDAGToDAG, only replace uses of the
Manman Ren
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-26
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
Add MULX code generation support
Michael Liao
2012-09-25
Add missing i64 max/min/umax/umin on 32-bit target
Michael Liao
2012-09-19
Unify the logic in SelectAtomicLoadAdd and SelectAtomicLoadArith
Michael Liao
2012-09-13
Revert r163761 "Don't fold indexed loads into TCRETURNmi64."
Jakob Stoklund Olesen
2012-09-13
Don't fold indexed loads into TCRETURNmi64.
Jakob Stoklund Olesen
2012-09-12
Fix PR11985
Michael Liao
2012-09-11
Release build: guard dump functions with
Manman Ren
2012-09-06
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-08-24
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-11
Add a couple default: llvm_unreachable() to some switch statements. Fix a bad...
Craig Topper
2012-08-08
X86: enable CSE between CMP and SUB
Manman Ren
2012-08-06
Implement proper handling for pcmpistri/pcmpestri intrinsics. Requires custom...
Craig Topper
2012-08-01
Whitespace.
Chad Rosier
2012-07-24
ELF does not imply GNU/Linux. Do not assume GNU conventions just because we
David Chisnall
2012-07-12
Update GATHER instructions to support 2 read-write operands. Patch from mysel...
Craig Topper
2012-07-01
Reduce code size by using a second switch statement to avoid extra calls to S...
Craig Topper
2012-07-01
Add a break to the end of case statement missed in r159501.
Craig Topper
2012-07-01
Fix a crash on release builds if gather intrinsics are passed a non-constant ...
Craig Topper
2012-07-01
Use a second switch statement to reduce number of calls to SelectGather in co...
Craig Topper
2012-06-29
X86: add more GATHER intrinsics in LLVM
Manman Ren
2012-06-26
X86: add GATHER intrinsics (AVX2) in LLVM
Manman Ren
2012-05-23
Tidy up spacing.
Craig Topper
2012-05-16
Avoid creating a cycle when folding load / op with flag / store. PR11451474. ...
Evan Cheng
2012-04-12
Generalize r153635 to deal with TokenFactor chains; also clean up the logic a...
Evan Cheng
2012-04-09
Cleanup and relax a restriction on the matching of global offsets into
Chandler Carruth
2012-04-04
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-03-29
Replace assert(0) with llvm_unreachable to avoid warnings about dropping off ...
Benjamin Kramer
2012-03-29
For X86, change load/dec-or-inc/store into dec-or-inc, respectively.
Joel Jones
2012-03-29
Reverted to revision 153616 to unblock build
Joel Jones
2012-03-29
For X86, change load/dec-or-inc/store into dec-or-inc, respectively.
Joel Jones
2012-03-27
Prune some includes
Craig Topper
[next]