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-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
2007-02-04
eliminate a bunch of duplicate ctors and helper functions.
Chris Lattner
2007-02-04
move MorphNode to out of line and merge setNodeOperands into it. There is
Chris Lattner
2007-02-04
simplify MorphNodeTo to take a VTList operand.
Chris Lattner
2007-02-04
eliminate some extraneous methods in SDNode
Chris Lattner
2007-02-04
Give each selectiondag node class a home for it's vtable and rtti info
Chris Lattner
2007-01-29
Finish off bug 680, allowing targets to custom lower frame and return
Nate Begeman
2007-01-28
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-26
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
Jim Laskey
2007-01-26
Make LABEL a builtin opcode.
Jim Laskey
2006-12-16
Typo.
Evan Cheng
2006-11-09
Rename ISD::MemOpAddrMode to ISD::MemIndexedMode
Evan Cheng
2006-11-03
Fix comments.
Evan Cheng
2006-11-03
Add isPredecessor to check whether a node is another's predecessor.
Evan Cheng
2006-10-30
Added a new SDNode type: BR_JT for jumptable branch.
Evan Cheng
2006-10-28
Editorial clean up.
Jim Laskey
2006-10-27
Switch over from SelectionNodeCSEMap to FoldingSet.
Jim Laskey
2006-10-26
Indexed load / store changes.
Evan Cheng
2006-10-17
Split PRE_INDEXED to PRE_INC / PRE_DEC and similarly for POST_INDEXED.
Evan Cheng
2006-10-13
Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.
Evan Cheng
2006-10-11
Naming consistency.
Evan Cheng
2006-10-11
Jimptables working again on alpha.
Andrew Lenharth
2006-10-10
Comments; getChain(), getBasePtr(), etc. should return a SDOperand by value.
Evan Cheng
2006-10-09
Merging ISD::LOAD and ISD::LOADX. Added LoadSDNode to represent load nodes.
Evan Cheng
2006-10-04
Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an
Evan Cheng
2006-09-24
Add support for other relocation bases to jump tables, as well as custom asm ...
Andrew Lenharth
2006-09-14
The top bit is used to determine whether it's a MachineConstantPoolValue.
Evan Cheng
2006-09-12
Added support for machine specific constantpool values. These are useful for
Evan Cheng
2006-09-09
Implement new fpowi node
Chris Lattner
2006-08-27
Eliminate SelectNodeTo() and getTargetNode() variants which take more than
Evan Cheng
2006-08-16
Change the use_list to be a smallvector instead of a vector. This reduces
Chris Lattner
2006-08-15
Start using SDVTList more consistently
Chris Lattner
2006-08-14
Add a new getNode() method that takes a pointer to an already-intern'd list
Chris Lattner
[next]