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
/
LegalizeDAG.cpp
Age
Commit message (
Expand
)
Author
2009-04-29
Fix infinite recursion in the C++ code which handles movddup by making it unn...
Nate Begeman
2009-04-29
Implement review feedback for vector shuffle work.
Nate Begeman
2009-04-29
Second attempt:
Bill Wendling
2009-04-28
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-04-27
Now that PR2957 is resolved, remove a bunch of
Duncan Sands
2009-04-27
2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.
Nate Begeman
2009-04-24
Revert 69952. Causes testsuite failures on linux x86-64.
Rafael Espindola
2009-04-24
PR2957
Nate Begeman
2009-04-18
Don't try to make BUILD_VECTOR operands have the same
Duncan Sands
2009-04-15
Generalize one of the SelectionDAG::ReplaceAllUsesWith overloads
Dan Gohman
2009-04-13
Change SelectionDAG type legalization to allow BUILD_VECTOR operands to be
Bob Wilson
2009-04-13
Refactor some code in SelectionDAGLegalize::ExpandBUILD_VECTOR.
Bob Wilson
2009-04-10
Clean up a bunch of whitespace issues and fix a comment typo.
Bob Wilson
2009-04-09
Remove the obsolete SelectionDAG::getNodeValueTypes and simplify
Dan Gohman
2009-04-03
Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused.
Dan Gohman
2009-04-02
To convert the StopPoint insn into an assembler directive by ISel, we need to...
Sanjiv Gupta
2009-03-20
For inline asm output operand that matches an input. Encode the input operand...
Evan Cheng
2009-03-13
Fix some significant problems with constant pools that resulted in unnecessar...
Evan Cheng
2009-03-13
Oops...I committed too much.
Bill Wendling
2009-03-13
Temporarily XFAIL this test.
Bill Wendling
2009-03-09
Pass in a std::string when getting the names of debugging things. This cuts down
Bill Wendling
2009-03-08
random cleanups.
Chris Lattner
2009-02-25
Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.
Evan Cheng
2009-02-25
Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob...
Evan Cheng
2009-02-24
- Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit
Bill Wendling
2009-02-22
Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR
Scott Michel
2009-02-17
Remove trailing whitespace to reduce later commit patch noise.
Scott Michel
2009-02-17
--- Merging (from foreign repository) r64714 into '.':
Bill Wendling
2009-02-13
Revert this. It was breaking stuff.
Bill Wendling
2009-02-13
Turn off the old way of handling debug information in the code generator. Use
Bill Wendling
2009-02-07
Use getDebugLoc forwarder instead of getNode()->getDebugLoc.
Dale Johannesen
2009-02-07
Get rid of the last non-DebugLoc versions of getNode!
Dale Johannesen
2009-02-06
Remove more non-DebugLoc getNode variants. Use
Dale Johannesen
2009-02-06
And one more file.
Dale Johannesen
2009-02-04
Remove non-DebugLoc versions of getLoad and getStore.
Dale Johannesen
2009-02-04
Avoids generating a legalization assert for the case where a vector type is l...
Mon P Wang
2009-02-04
Remove non-DebugLoc forms of the exotic forms
Dale Johannesen
2009-02-04
Fill in more omissions in DebugLog propagation.
Dale Johannesen
2009-02-03
Propagation in TargetLowering. Includes passing a DL
Dale Johannesen
2009-02-02
Last DebugLoc propagation for this file.
Dale Johannesen
2009-02-02
More DebugLoc propagation. This should be everything
Dale Johannesen
2009-02-02
DebugLoc propagation. ExpandOp and PromoteOp,
Dale Johannesen
2009-02-02
More DebugLoc propagation.
Dale Johannesen
2009-02-02
DebugLoc propagation for int<->fp conversions.
Dale Johannesen
2009-02-01
Fix PR3453 and probably a bunch of other potential
Duncan Sands
2009-01-31
Fix PR3401: when using large integers, the type
Duncan Sands
2009-01-30
Make LowerCallTo and LowerArguments take a DebugLoc
Dale Johannesen
2009-01-30
Get rid of the non-DebugLoc-ified getNOT() method.
Bill Wendling
2009-01-29
Explicitly add PseudoSourceValue information when lowering
Dan Gohman
[prev]
[next]