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
/
CodeGen
/
SelectionDAG
/
DAGCombiner.cpp
Age
Commit message (
Expand
)
Author
2012-11-03
Be careful not to optimize a SELECT_CC into a SETCC post-legalization if the ...
Owen Anderson
2012-11-01
Add a few more simple fast-math constant propagations and cancellations.
Owen Anderson
2012-10-29
In various places throughout the code generator, there were special
Ulrich Weigand
2012-10-24
Teach DAG combine to fold (buildvec (Xint2fp x)) to (Xint2fp (buildvec x))
Michael Liao
2012-10-24
Keep coding standard. Don't evaluate getNumOperands() every time.
Jakub Staszak
2012-10-23
Clean up code and put transformation on (build_vec (ext x)) into a helper func
Michael Liao
2012-10-19
Simplify condition checking as CONCAT assume all inputs of the same type.
Michael Liao
2012-10-18
In SimplifySelectOps we pulled two loads through a select node despite the fa...
Nadav Rotem
2012-10-17
Revert part of r166049 back and enable test case in r166125.
Michael Liao
2012-10-17
Revert r166049
Michael Liao
2012-10-17
Teach DAG combine to fold (extract_subvec (concat v1, ..) i) to v_i
Michael Liao
2012-10-16
Teach DAG combine to fold (trunc (fptoXi x)) to (fptoXi x)
Michael Liao
2012-10-08
Refactor the AddrMode class out of TLI to its own header file.
Nadav Rotem
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-05
Remove unused but set variable flagged by GCC.
Benjamin Kramer
2012-10-05
Simplify code, don't or a bool with an uint64_t.
Benjamin Kramer
2012-10-04
When merging connsecutive stores, use vectors to store the constant zero.
Nadav Rotem
2012-10-03
Fix a cycle in the DAG. In this code we replace multiple loads with a single ...
Nadav Rotem
2012-10-03
A DAGCombine optimization for mergeing consecutive stores to memory. The opti...
Nadav Rotem
2012-09-30
Revert r164910 because it causes failures to several phase2 builds.
Nadav Rotem
2012-09-30
A DAGCombine optimization for merging consecutive stores. This optimization i...
Nadav Rotem
2012-09-29
Speculatively revert commit 164885 (nadav) in the hope of ressurecting a pile of
Duncan Sands
2012-09-29
Tidy up to match coding standards. Remove 'else' after 'return' and moving op...
Craig Topper
2012-09-29
Replace a couple if/elses around similar calls with conditional operators on ...
Craig Topper
2012-09-29
A DAGCombine optimization for merging consecutive stores. This optimization i...
Nadav Rotem
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-20
Fix 80-col violations.
Nadav Rotem
2012-09-13
Fix a dagcombine optimization. The optimization attempts to optimize a bitcas...
Nadav Rotem
2012-09-11
Teach DAG combiner to constant fold FABS of a BUILD_VECTOR of ConstantFPs. Fa...
Craig Topper
2012-09-10
Fix an assertion failure when optimising a shufflevector incorrectly into con...
James Molloy
2012-09-09
Teach DAG combiner to constant fold fneg of a BUILD_VECTOR of constants.
Craig Topper
2012-09-05
Constify this properly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-05
Fixed the DAG combiner to better handle the folding of AND nodes for vector t...
Silviu Baranga
2012-09-01
Teach DAG combine a number of tricks to simplify FMA expressions in fast-math...
Owen Anderson
2012-09-01
Fix typo
Michael Liao
2012-08-30
Teach the DAG combiner to turn chains of FADDs (x+x+x+x+...) into FMULs by co...
Owen Anderson
2012-08-22
Rejected 169195. As Duncan commented, bitcasting to proper type is wrong appr...
Stepan Dyatkovskiy
2012-08-20
Fixed DAGCombiner bug (found and localized by James Malloy):
Stepan Dyatkovskiy
2012-08-13
Add a roundToIntegral method to APFloat, which can be parameterized over vari...
Owen Anderson
2012-08-01
Added FMA functionality to X86 target.
Elena Demikhovsky
2012-07-23
Fixed DAGCombine optimizations which generate select_cc for targets
Nadav Rotem
2012-07-19
Remove tabs.
Bill Wendling
2012-07-17
Back out r160101 and instead implement a dag combine to recover from instcomb...
Evan Cheng
2012-07-15
Refactor the code that checks that all operands of a node are UNDEFs.
Nadav Rotem
2012-07-14
Add a dagcombine optimization to convert concat_vectors of undefs into a sing...
Nadav Rotem
2012-07-11
Only apply the SETCC+SITOFP -> SELECTCC optimization when the SETCC returns a...
Owen Anderson
2012-07-10
Improve the loading of load-anyext vectors by allowing the codegen to load
Nadav Rotem
2012-07-09
Teach the DAG combiner to turn sitofp/uitofp from i1 into a conditional move,...
Owen Anderson
2012-06-26
Make sure type is not extended or untyped before create a constant of the typ...
Evan Cheng
[prev]
[next]