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-06-12
Fix a bug in the calculation of the vectorTypeBreakdown into registers. Odd
Nadav Rotem
2011-06-12
Improve the generated code by getCopyFromPartsVector for promoted integer types.
Nadav Rotem
2011-06-11
Revert r132871.
Chad Rosier
2011-06-11
Typo.
Chad Rosier
2011-06-10
80-col cleanups.
Eric Christopher
2011-06-09
Change this DAGCombine to build AND of SHR instead of SHR of AND; this matche...
Eli Friedman
2011-06-08
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-06-08
Remove a temporary test case probe in CheckForLiveRegDef.
Andrew Trick
2011-06-07
Fix a merge bug in preRAsched for handling physreg aliases.
Andrew Trick
2011-06-06
Add methods to support the integer-promotion of vector types. Methods to
Nadav Rotem
2011-06-06
Avoid FGETSIGN of 80-bit types. Fixes PR10085.
Stuart Hastings
2011-06-06
PR10077: fix fast-isel of extractvalue of aggregate constants.
Eli Friedman
2011-06-04
TypeLegalizer: Add support for passing of vector-promoted types in registers ...
Nadav Rotem
2011-06-04
TypeLegalizer: Fix a bug in the promotion of elements of integer vectors.
Nadav Rotem
2011-06-03
Add a TODO about memory operands.
Eric Christopher
2011-06-02
Have LowerOperandForConstraint handle multiple character constraints.
Eric Christopher
2011-06-02
Revert 132424 to fix PR10068.
Rafael Espindola
2011-06-02
Use TRI::has{Sub,Super}ClassEq() where possible.
Jakob Stoklund Olesen
2011-06-01
Recommit 132404 with fixes. rdar://problem/5993888
Stuart Hastings
2011-06-01
Allow bitcasts between valid types of the same size and vector
Eric Christopher
2011-06-01
Refactor LegalizeTypes: Erase LegalizeAction and make the type legalizer use
Nadav Rotem
2011-06-01
Fix double FGETSIGN to work on x86_32; followup to 132396.
Stuart Hastings
2011-06-01
Turn on FGETSIGN for x86. Followup to 132388. rdar://problem/5660695
Stuart Hastings
2011-06-01
This patch is another step in the direction of adding vector select. In this
Nadav Rotem
2011-05-28
Refactor the type legalizer. Switch TargetLowering to a new enum - LegalizeTy...
Nadav Rotem
2011-05-27
Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'
Nadav Rotem
2011-05-25
Rewrite fast-isel integer cast handling to handle more cases, and to be simpl...
Eli Friedman
2011-05-25
Remove unused statistical counter.
Devang Patel
2011-05-24
Remove dead code.
Devang Patel
2011-05-24
- Teach SelectionDAG::isKnownNeverZero to return true (op x, c) when c is
Evan Cheng
2011-05-23
Revert 121907 (it causes llc crash) and apply original patch from PR9817.
Devang Patel
2011-05-23
Preserve debug info during iSel by keeping DanglingDebugInfoMap live until en...
Devang Patel
2011-05-23
While replacing all uses of a SDValue with another value, do not forget to tr...
Devang Patel
2011-05-22
Eliminate some temporary variables, and don't call getByValTypeAlignment
Chris Lattner
2011-05-21
Implement mulo x, 2 -> addo x, x in DAGCombiner.
Benjamin Kramer
2011-05-19
Fix PR9955 by only attaching load memory operands to load instructions and
Cameron Zwarich
2011-05-19
Update some currently-disabled code, preparing for eventual use.
Stuart Hastings
2011-05-18
Revert commit 131534 since it seems to have broken several buildbots.
Duncan Sands
2011-05-18
Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'
Nadav Rotem
2011-05-17
Make fast-isel miss counting in -stats and -fast-isel-verbose take terminator...
Eli Friedman
2011-05-17
Misc. code cleanups.
Dan Gohman
2011-05-17
Misc. code cleanups.
Dan Gohman
2011-05-16
Delete unused variables.
Dan Gohman
2011-05-16
Trim #includes.
Dan Gohman
2011-05-16
Fix whitespace and 80-column violations.
Dan Gohman
2011-05-16
Track how many insns fast-isel successfully selects as well as how many it
Jim Grosbach
2011-05-16
Preserve debug info for unused zero extended boolean argument.
Devang Patel
2011-05-16
Make fast-isel work correctly s/uadd.with.overflow intrinsics.
Eli Friedman
2011-05-16
Fix silly typo.
Eli Friedman
2011-05-16
Basic fast-isel of extractvalue. Not too helpful on its own, given the IR cl...
Eli Friedman
[prev]
[next]