index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86ISelLowering.h
Age
Commit message (
Expand
)
Author
2013-10-11
Cherry-pick LLVM 187787 to prevent tail calls on x86-32 when not appropriate.
Jan Voung
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-04-05
Use the target options specified on a function to reset the back-end.
Bill Wendling
2013-03-28
Add support of RDSEED defined in AVX2 extension
Michael Liao
2013-03-26
Add XTEST codegen support
Michael Liao
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-03-01
Fix PR10475
Michael Liao
2013-02-14
The operand listing is very much outdated.
Eli Bendersky
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-29
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-28
Fix inconsistent usage of PALIGN and PALIGNR when referring to the same instr...
Craig Topper
2013-01-21
Make helper method static.
Craig Topper
2013-01-20
Capitalize lowerTRUNCATE so that it matches the other lower functions in this...
Craig Topper
2013-01-20
Make LowerVSETCC a static function and use MVT instead of EVT.
Craig Topper
2013-01-20
Make some helper methods static.
Craig Topper
2013-01-19
Capitalize LowerVectorIntExtend to be consistent with all the other lower fun...
Craig Topper
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-09
Efficient lowering of vector sdiv when the divisor is a splatted power of two...
Nadav Rotem
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-04
LoopVectorizer:
Nadav Rotem
2013-01-03
Add a subtype parameter to VTTI::getShuffleCost
Hal Finkel
2012-12-28
CostModel: initial checkin for code that estimates the cost of special shuffles.
Nadav Rotem
2012-12-28
AVX: Move the ZEXT/ANYEXT DAGCo optimizations to the lowering of these optimi...
Nadav Rotem
2012-12-27
AVX/AVX2: Move the SEXT lowering code from a target specific DAGco to a lower...
Nadav Rotem
2012-12-21
X86: Match the SSE/AVX min/max vector ops using a custom node instead of intr...
Benjamin Kramer
2012-12-21
Add a missing "virtual" keyword.
Nadav Rotem
2012-12-21
Improve the X86 cost model for loads and stores.
Nadav Rotem
2012-12-19
Change TargetLowering::getTypeForExtArgOrReturn to take and return
Patrik Hagglund
2012-12-19
Change TargetLowering::findRepresentativeClass to take an MVT, instead
Patrik Hagglund
2012-12-17
Simplify BMI ANDN matching to use patterns instead of a DAG combine. Also add...
Craig Topper
2012-12-15
X86: Add a couple of target-specific dag combines that turn VSELECTS into psu...
Benjamin Kramer
2012-12-12
Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I
Evan Cheng
2012-12-12
- Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.
Evan Cheng
2012-12-12
Avoid using lossy load / stores for memcpy / memset expansion. e.g.
Evan Cheng
2012-12-11
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
Change TargetLowering::getTypeForExtArgOrReturn to take and return
Patrik Hagglund
2012-12-11
Change TargetLowering::findRepresentativeClass to take an MVT, instead
Patrik Hagglund
2012-12-10
Some enhancements for memcpy / memset inline expansion.
Evan Cheng
2012-12-09
- Re-enable population count loop idiom recognization
Shuxin Yang
2012-12-08
Revert the patches adding a popcount loop idiom recognition pass.
Chandler Carruth
2012-12-06
Replace r169459 with something safer. Rather than having computeMaskedBits to
Evan Cheng
2012-12-06
Let targets provide hooks that compute known zero and ones for any_extend
Evan Cheng
2012-12-05
Simplified BLEND pattern matching for shuffles.
Elena Demikhovsky
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-11-29
rdar://12100355 (part 1)
Shuxin Yang
2012-11-15
Merge commit '08e9cb46feb0c8e08e3d309a0f9fd75a04ca54fb'
Derek Schuff
2012-11-14
Fix nacl.read.tp() intrinsic to not generate "addl %gs:0, %REG"
Mark Seaborn
2012-11-13
Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'
Derek Schuff
2012-11-11
Move some helper methods to being static functions in the implementation file.
Craig Topper
2012-11-10
Removed unimplemented method declaration.
Craig Topper
[next]