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
/
include
/
llvm
/
CodeGen
/
SelectionDAGNodes.h
Age
Commit message (
Expand
)
Author
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-22
Add a new FGETSIGN operation, which defaults to expand on all
Chris Lattner
2007-12-12
Cosmetic change.
Evan Cheng
2007-11-19
Fix a typo in a comment.
Dan Gohman
2007-11-15
Implement necessary bits for flt_rounds gcc builtin.
Anton Korobeynikov
2007-10-25
Fix comment typos.
Duncan Sands
2007-10-19
Add support for byval function whose argument is not 32 bit aligned.
Rafael Espindola
2007-10-15
remove dead enum, make setNodeId public.
Chris Lattner
2007-10-11
Add an ISD::FPOW node type.
Dan Gohman
2007-10-06
Oops. Forgot this.
Evan Cheng
2007-10-05
Define target-indepenent SDNode types for multiply and divide that
Dan Gohman
2007-10-05
Fix typo in comment.
Duncan Sands
2007-09-17
Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
Chris Lattner
2007-09-17
Add a utility function to SDOperand for testing if a value is unused.
Dan Gohman
2007-09-11
Fold the adjust_trampoline intrinsic into
Duncan Sands
2007-08-31
Add mod, copysign, abs operations to APFloat.
Dale Johannesen
2007-08-30
Change LegalFPImmediates to use APFloat.
Dale Johannesen
2007-08-26
Revise per review comments.
Dale Johannesen
2007-08-25
Add APFloat interface to ConstantFPSDNode. Change
Dale Johannesen
2007-08-24
Use APFloat internally for ConstantFPSDNode.
Dale Johannesen
2007-08-10
propagate struct size and alignment of byval arguments to the DAG
Rafael Espindola
2007-08-02
Do not emit copies for physical register output if it's not used.
Evan Cheng
2007-07-27
Support for trampolines, except for X86 codegen which is
Duncan Sands
2007-07-26
Add selection DAG nodes for subreg insert/extract. PR1350
Christopher Lamb
2007-07-14
Long live the exception handling!
Anton Korobeynikov
2007-07-10
Move DenseMapKeyInfo<SDOperand> from LegalizeDAG.cpp to SelectionDAGNodes.h
Evan Cheng
2007-07-06
Fix a comment so that the element numbering match the actual element
Dan Gohman
2007-07-06
Add the byval attribute
Rafael Espindola
2007-06-28
Add new TargetLowering code to provide the final register type that an
Dan Gohman
2007-06-25
Generalize MVT::ValueType and associated functions to be able to represent
Dan Gohman
2007-06-13
Introduce new SelectionDAG node opcodes VEXTRACT_SUBVECTOR and
Dan Gohman
2007-05-24
Minor comment cleanups.
Dan Gohman
2007-05-15
Correct a comment.
Dan Gohman
2007-04-22
PR400 phase 2. Propagate attributed load/store information through DAGs.
Christopher Lamb
2007-04-21
X86 TLS: Implement review feedback.
Lauro Ramos Venancio
2007-04-21
Revert Christopher Lamb's load/store alignment changes.
Reid Spencer
2007-04-21
add support for alignment attributes on load/store instructions
Christopher Lamb
2007-04-20
Implement "general dynamic", "initial exec" and "local exec" TLS models for
Lauro Ramos Venancio
2007-04-17
Implemented correct stack probing on mingw/cygwin for dynamic alloca's.
Anton Korobeynikov
2007-04-01
For PR1297:
Reid Spencer
2007-03-23
Add the 'explicit' keyword to several constructors that accept one
Dan Gohman
2007-03-07
Refactoring of formal parameter flags. Enable properly use of
Anton Korobeynikov
2007-03-07
Add a utility function to test whether a load is unindexed.
Evan Cheng
2007-03-04
add a new node
Chris Lattner
2007-02-21
Add new instructions for handling data passed into eh landing pad.
Jim Laskey
2007-02-15
For PR1195:
Reid Spencer
2007-02-13
Add comment about original function argument alignment.
Lauro Ramos Venancio
2007-02-04
Introduce new UnarySDNode/BinarySDNode/TernarySDNode nodes, which coallocate
Chris Lattner
2007-02-04
Add a new SDNode ctor and InitOperands method. This allows the operands for
Chris Lattner
2007-02-04
eliminate the SDNode::setValueTypes method.
Chris Lattner
[next]