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
2011-04-13
During post-legalization DAG combining, be careful to only create shifts wher...
Owen Anderson
2011-04-13
Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat...
Andrew Trick
2011-04-12
Revert 129383. It causes some targets to hit a scheduler assert.
Andrew Trick
2011-04-12
PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency.
Andrew Trick
2011-04-11
Don't include Operator.h from InstrTypes.h.
Jay Foad
2011-04-09
Avoid excess precision issues that lead to generating host-compiler-specific ...
Chris Lattner
2011-04-09
have dag combine zap "store undef", which can be formed during call lowering
Chris Lattner
2011-04-08
Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is...
Evan Cheng
2011-04-07
Added a check in the preRA scheduler for potential interference on a
Andrew Trick
2011-04-05
Revamp the SjLj "dispatch setup" intrinsic.
Bill Wendling
2011-04-05
Revert 123704; it broke threaded LLVM.
Stuart Hastings
2011-04-02
Add a RemoveFromWorklist method to DCI. This is needed to do some complicated
Cameron Zwarich
2011-04-01
Add comments.
Evan Cheng
2011-04-01
Assign node order numbers to results of call instruction lowering. This shoul...
Evan Cheng
2011-04-01
Issue libcalls __udivmod*i4 / __divmod*i4 for div / rem pairs.
Evan Cheng
2011-03-26
Turn SelectionDAGBuilder::GetRegistersForValue into a local function.
Benjamin Kramer
2011-03-25
Fix for -pre-RA-sched=source.
Andrew Trick
2011-03-23
PR9535: add support for splitting and scalarizing vector ISD::FP_ROUND.
Eli Friedman
2011-03-23
Ensure that def-side physreg copies are scheduled above any other uses
Andrew Trick
2011-03-23
whitespace
Andrew Trick
2011-03-23
Added block number and name to isel debug output.
Andrew Trick
2011-03-21
Grammar-o.
Eric Christopher
2011-03-19
Add support for legalizing UINT_TO_FP of vectors on platforms which do
Nadav Rotem
2011-03-17
BuildUDIV: If the divisor is even we can simplify the fixup of the multiplied...
Benjamin Kramer
2011-03-17
Move more logic into getTypeForExtArgOrReturn.
Cameron Zwarich
2011-03-17
Rename getTypeForExtendedInteger() to getTypeForExtArgOrReturn().
Cameron Zwarich
2011-03-16
The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byte
Cameron Zwarich
2011-03-16
Don't recompute something that we already have in a local variable.
Cameron Zwarich
2011-03-15
sext(undef) = 0, because the top bits will all be the same.
Evan Cheng
2011-03-14
BIT_CONVERT has been renamed to BITCAST.
Evan Cheng
2011-03-14
Minor optimization. sign-ext/anyext of undef is still undef.
Evan Cheng
2011-03-11
Teach FastISel to support register-immediate-immediate instructions.
Owen Anderson
2011-03-11
Replace -dag-chain-limit flag with constant. It has survived a release cycle ...
Andrew Trick
2011-03-11
Avoid replacing the value of a directly stored load with the stored value if ...
Evan Cheng
2011-03-10
Re-commit 127368 and 127371. They are exonerated.
Evan Cheng
2011-03-09
Revert 127368 and 127371 for now.
Evan Cheng
2011-03-09
Change the definition of TargetRegisterInfo::getCrossCopyRegClass to be more
Evan Cheng
2011-03-09
Improve pre-RA-sched register pressure tracking for duplicate operands.
Andrew Trick
2011-03-09
Fix typo, make helper static.
Benjamin Kramer
2011-03-08
Fix some latent bugs if the nodes are unschedulable. We'd gotten away
Eric Christopher
2011-03-08
Further improvements to pre-RA-sched=list-ilp.
Andrew Trick
2011-03-07
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-03-07
Use the correct LHS type when determining the legalization of a shift's RHS t...
Owen Anderson
2011-03-06
Typo.
Eric Christopher
2011-03-06
Disable a couple of experimental heuristics to get the best results from the ...
Andrew Trick
2011-03-05
Be explicit with abs(). Visual Studio workaround.
Andrew Trick
2011-03-05
Fix for -sched-high-latency-cycles in sched=list-ilp mode.
Andrew Trick
2011-03-05
Missing comment.
Andrew Trick
2011-03-05
Increased the register pressure limit on x86_64 from 8 to 12
Andrew Trick
2011-03-04
Revert commit 126684 "Use the correct shift amount type". It is only the cor...
Duncan Sands
[prev]
[next]