index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
SelectionDAGNodes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
Chris Lattner
2007-09-17
1
-2
/
+5
*
Add a utility function to SDOperand for testing if a value is unused.
Dan Gohman
2007-09-17
1
-0
/
+7
*
Fold the adjust_trampoline intrinsic into
Duncan Sands
2007-09-11
1
-5
/
+2
*
Add mod, copysign, abs operations to APFloat.
Dale Johannesen
2007-08-31
1
-13
/
+6
*
Change LegalFPImmediates to use APFloat.
Dale Johannesen
2007-08-30
1
-0
/
+2
*
Revise per review comments.
Dale Johannesen
2007-08-26
1
-3
/
+3
*
Add APFloat interface to ConstantFPSDNode. Change
Dale Johannesen
2007-08-25
1
-3
/
+22
*
Use APFloat internally for ConstantFPSDNode.
Dale Johannesen
2007-08-24
1
-3
/
+4
*
propagate struct size and alignment of byval arguments to the DAG
Rafael Espindola
2007-08-10
1
-0
/
+8
*
Do not emit copies for physical register output if it's not used.
Evan Cheng
2007-08-02
1
-0
/
+4
*
Support for trampolines, except for X86 codegen which is
Duncan Sands
2007-07-27
1
-1
/
+15
*
Add selection DAG nodes for subreg insert/extract. PR1350
Christopher Lamb
2007-07-26
1
-0
/
+9
*
Long live the exception handling!
Anton Korobeynikov
2007-07-14
1
-0
/
+11
*
Move DenseMapKeyInfo<SDOperand> from LegalizeDAG.cpp to SelectionDAGNodes.h
Evan Cheng
2007-07-10
1
-0
/
+11
*
Fix a comment so that the element numbering match the actual element
Dan Gohman
2007-07-06
1
-1
/
+1
*
Add the byval attribute
Rafael Espindola
2007-07-06
1
-0
/
+2
*
Add new TargetLowering code to provide the final register type that an
Dan Gohman
2007-06-28
1
-1
/
+1
*
Generalize MVT::ValueType and associated functions to be able to represent
Dan Gohman
2007-06-25
1
-73
/
+12
*
Introduce new SelectionDAG node opcodes VEXTRACT_SUBVECTOR and
Dan Gohman
2007-06-13
1
-0
/
+13
*
Minor comment cleanups.
Dan Gohman
2007-05-24
1
-1
/
+1
*
Correct a comment.
Dan Gohman
2007-05-15
1
-1
/
+1
*
PR400 phase 2. Propagate attributed load/store information through DAGs.
Christopher Lamb
2007-04-22
1
-1
/
+3
*
X86 TLS: Implement review feedback.
Lauro Ramos Venancio
2007-04-21
1
-11
/
+1
*
Revert Christopher Lamb's load/store alignment changes.
Reid Spencer
2007-04-21
1
-3
/
+1
*
add support for alignment attributes on load/store instructions
Christopher Lamb
2007-04-21
1
-1
/
+3
*
Implement "general dynamic", "initial exec" and "local exec" TLS models for
Lauro Ramos Venancio
2007-04-20
1
-4
/
+13
*
Implemented correct stack probing on mingw/cygwin for dynamic alloca's.
Anton Korobeynikov
2007-04-17
1
-4
/
+5
*
For PR1297:
Reid Spencer
2007-04-01
1
-1
/
+1
*
Add the 'explicit' keyword to several constructors that accept one
Dan Gohman
2007-03-23
1
-5
/
+5
*
Refactoring of formal parameter flags. Enable properly use of
Anton Korobeynikov
2007-03-07
1
-1
/
+16
*
Add a utility function to test whether a load is unindexed.
Evan Cheng
2007-03-07
1
-0
/
+7
*
add a new node
Chris Lattner
2007-03-04
1
-0
/
+4
*
Add new instructions for handling data passed into eh landing pad.
Jim Laskey
2007-02-21
1
-1
/
+9
*
For PR1195:
Reid Spencer
2007-02-15
1
-1
/
+1
*
Add comment about original function argument alignment.
Lauro Ramos Venancio
2007-02-13
1
-0
/
+2
*
Introduce new UnarySDNode/BinarySDNode/TernarySDNode nodes, which coallocate
Chris Lattner
2007-02-04
1
-0
/
+43
*
Add a new SDNode ctor and InitOperands method. This allows the operands for
Chris Lattner
2007-02-04
1
-37
/
+69
*
eliminate the SDNode::setValueTypes method.
Chris Lattner
2007-02-04
1
-53
/
+37
*
eliminate a bunch of duplicate ctors and helper functions.
Chris Lattner
2007-02-04
1
-83
/
+60
*
move MorphNode to out of line and merge setNodeOperands into it. There is
Chris Lattner
2007-02-04
1
-28
/
+5
*
simplify MorphNodeTo to take a VTList operand.
Chris Lattner
2007-02-04
1
-7
/
+4
*
eliminate some extraneous methods in SDNode
Chris Lattner
2007-02-04
1
-25
/
+0
*
Give each selectiondag node class a home for it's vtable and rtti info
Chris Lattner
2007-02-04
1
-0
/
+18
*
Finish off bug 680, allowing targets to custom lower frame and return
Nate Begeman
2007-01-29
1
-0
/
+7
*
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-28
1
-9
/
+14
*
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
Jim Laskey
2007-01-26
1
-1
/
+1
*
Make LABEL a builtin opcode.
Jim Laskey
2007-01-26
1
-6
/
+7
*
Typo.
Evan Cheng
2006-12-16
1
-1
/
+1
*
Rename ISD::MemOpAddrMode to ISD::MemIndexedMode
Evan Cheng
2006-11-09
1
-11
/
+12
*
Fix comments.
Evan Cheng
2006-11-03
1
-3
/
+8
[next]