index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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
2008-02-04
I don't see how NodeUpdated can be called with a
Duncan Sands
2008-02-03
Fix typo
Chris Lattner
2008-02-03
handle the case where a node can become ready to process
Chris Lattner
2008-02-03
Use the new infrastructure for listening to node updates to
Chris Lattner
2008-02-03
the world doesn't need my debugging code.
Chris Lattner
2008-02-03
Change the 'global modification' APIs in SelectionDAG to take a new
Chris Lattner
2008-02-03
Generalize the SDOperand->SDOperand form of
Chris Lattner
2008-02-03
add a -view-legalize-types-dags option, for viewing the dags going into legal...
Chris Lattner
2008-02-02
SDIsel processes llvm.dbg.declare by recording the variable debug information...
Evan Cheng
2008-02-01
Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star...
Evan Cheng
2008-02-01
Rename RecordLabel to RecordSourceLine because that's what it is doing.
Evan Cheng
2008-01-31
Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...
Evan Cheng
2008-01-31
Add a comment for a nasty short term hack.
Evan Cheng
2008-01-31
Add an extra operand to LABEL nodes which distinguishes between debug, EH, or...
Evan Cheng
2008-01-31
Add more thorough error checking for NULL register classes.
Christopher Lamb
2008-01-31
Rename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid conflicting
Dan Gohman
2008-01-31
Create a new class, MemOperand, for describing memory references
Dan Gohman
2008-01-30
Treat the label for the first @llvm.dbg.stoppoint the same way as the dbg_fun...
Evan Cheng
2008-01-30
A semi-gross fix for a debug info issue. When inserting the "function start" ...
Evan Cheng
2008-01-30
Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope...
Evan Cheng
2008-01-30
Factor the addressing mode and the load/store VT out of LoadSDNode
Dan Gohman
2008-01-29
When expanding an operand, it's not the result value
Duncan Sands
2008-01-29
Use empty() instead of comparing size() with zero.
Dan Gohman
2008-01-29
Fix a typo in a comment.
Dan Gohman
2008-01-29
Fix a typo in a comment.
Dan Gohman
2008-01-29
Properly expand extract-element for non-power-of-2 codegen
Nate Begeman
2008-01-29
Handle 'X' constraint in asm's better.
Dale Johannesen
2008-01-27
Fix PowerPC/./2007-10-18-PtrArithmetic.ll
Chris Lattner
2008-01-27
fix a crash on CodeGen/X86/vector-rem.ll
Chris Lattner
2008-01-27
Implement some dag combines that allow doing fneg/fabs/fcopysign in integer
Chris Lattner
2008-01-26
Infer alignment of loads and increase their alignment when we can tell they are
Chris Lattner
2008-01-26
Fix some bugs in SimplifyNodeWithTwoResults where it would call deletenode to
Chris Lattner
2008-01-26
don't bother making x&-1 only to simplify it in dag combine. This commonly o...
Chris Lattner
2008-01-25
reduce indentation
Chris Lattner
2008-01-25
fix long lines.
Chris Lattner
2008-01-25
Add skeletal code to increase the alignment of loads and stores when
Chris Lattner
2008-01-25
include alignment and volatility information in -view-*-dags output
Chris Lattner
2008-01-24
clarify a comment, thanks Duncan.
Chris Lattner
2008-01-24
Fix this buggy transformation. Two observations:
Chris Lattner
2008-01-24
The dag combiner is missing revisiting nodes that it really should, and thus ...
Chris Lattner
2008-01-24
fold fp_round(fp_round(x)) -> fp_round(x).
Chris Lattner
2008-01-24
Forgot these.
Evan Cheng
2008-01-23
The last pieces needed for loading arbitrary
Duncan Sands
2008-01-22
Simplify SelectionDAG::getNode so that a big switch stmt is not #ifndef
Chris Lattner
2008-01-22
The final piece needed for storing arbitrary precision
Duncan Sands
2008-01-21
Move DAG-changing code out of #ifndef NDEBUG.
Dale Johannesen
2008-01-20
Do not generate a FP_ROUND of f64 to f64.
Dale Johannesen
2008-01-18
remove extraneous &'s.
Chris Lattner
2008-01-17
This commit changes:
Chris Lattner
2008-01-17
code cleanups, no functionality change.
Chris Lattner
[prev]
[next]