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
Age
Commit message (
Expand
)
Author
2012-09-01
Revert "Take account of boolean vector contents when promoting a build vector...
Pete Cooper
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-31
Add MachineInstr::tieOperands, remove setIsTied().
Jakob Stoklund Olesen
2012-08-31
Don't enforce ordered inline asm operands.
Jakob Stoklund Olesen
2012-08-30
Take account of boolean vector contents when promoting a build vector from i1...
Pete Cooper
2012-08-30
Teach the DAG combiner to turn chains of FADDs (x+x+x+x+...) into FMULs by co...
Owen Anderson
2012-08-30
Currently targets that do not support selects with scalar conditions and vect...
Nadav Rotem
2012-08-30
Add FMA to switch statement in VectorLegalizer::LegalizeOp so that it can be ...
Craig Topper
2012-08-30
Add support for FMA to WidenVectorResult.
Craig Topper
2012-08-29
Verify the order of tied operands in inline asm.
Jakob Stoklund Olesen
2012-08-29
Set the isTied flags when building INLINEASM MachineInstrs.
Jakob Stoklund Olesen
2012-08-28
Remove extra MayLoad/MayStore flags from atomic_load/store.
Jakob Stoklund Olesen
2012-08-28
Fix bug 13532.
Akira Hatanaka
2012-08-24
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
Remove llvm.nacl.tp.alignment intrinsic
Derek Schuff
2012-08-24
Avoid including explicit uses when counting SDNode imp-uses.
Jakob Stoklund Olesen
2012-08-24
BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle
Manman Ren
2012-08-23
Remove the llvm.nacl.thread.stack.padding intrinsic
Mark Seaborn
2012-08-22
Rejected 169195. As Duncan commented, bitcasting to proper type is wrong appr...
Stepan Dyatkovskiy
2012-08-22
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
Initialize SelectionDAGBuilder's Context in 'init', not in its constructor. The
Richard Smith
2012-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-20
Don't add CFG edges for redundant conditional branches.
Jakob Stoklund Olesen
2012-08-20
Fixed DAGCombiner bug (found and localized by James Malloy):
Stepan Dyatkovskiy
2012-08-17
Make atomic load and store of pointers work. Tighten verification of atomic ...
Eli Friedman
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-08-17
TargetLowering: Use the large shift amount during legalize types. The legaliz...
Benjamin Kramer
2012-08-13
Add a roundToIntegral method to APFloat, which can be parameterized over vari...
Owen Anderson
2012-08-09
Fix the legalization of ExtLoad on ARM. ExpandUnalignedLoad did not properly
Nadav Rotem
2012-08-07
Add SelectionDAG::getTargetIndex.
Jakob Stoklund Olesen
2012-08-03
Refactor and check "onlyReadsMemory" before optimizing builtins.
Bob Wilson
2012-08-03
Try to reduce the compile time impact of r161232.
Bob Wilson
2012-08-03
Fix memcmp code-gen to honor -fno-builtin.
Bob Wilson
2012-08-03
Fall back to selection DAG isel for calls to builtin functions.
Bob Wilson
2012-08-01
Added FMA functionality to X86 target.
Elena Demikhovsky
2012-07-31
Conform to LLVM coding style.
Micah Villmow
2012-07-31
Don't generate ordered or unordered comparison operations if it is not legal ...
Micah Villmow
2012-07-30
Consider address spaces for hashing and CSEing DAG nodes. Otherwise two load...
Pete Cooper
2012-07-26
Add a floor intrinsic.
Dan Gohman
2012-07-24
Change llvm_unreachable in SplitVectorOperand to report_fatal_error. Keeps re...
Craig Topper
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
Fixed DAGCombine optimizations which generate select_cc for targets
Nadav Rotem
2012-07-23
Tidy up. Fix indentation and remove trailing whitespace.
Craig Topper
2012-07-23
Change llvm_unreachable in SplitVectorResult to report_fatal_error. Keeps rel...
Craig Topper
2012-07-19
Replace some explicit compare loops with std::equal.
Benjamin Kramer
2012-07-19
Fixed few warnings.
Galina Kistanova
2012-07-19
Remove tabs.
Bill Wendling
2012-07-18
ignore 'invoke @llvm.donothing', but still keep the edge to the continuation BB
Nuno Lopes
2012-07-17
Back out r160101 and instead implement a dag combine to recover from instcomb...
Evan Cheng
[prev]
[next]