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
/
SelectionDAGBuilder.cpp
Age
Commit message (
Expand
)
Author
2009-12-22
Assign ordering to SDNodes in PromoteNode. Also fixing a subtle bug where BSWAP
Bill Wendling
2009-12-22
Allow 0 as an order number. Don't assign an order to formal arguments.
Bill Wendling
2009-12-22
Report an error for bad inline assembly, where the value passed for an
Bob Wilson
2009-12-22
Add more plumbing. This time in the LowerArguments and "get" functions which
Bill Wendling
2009-12-22
Add SDNode ordering to inlined asm and VA functions.
Bill Wendling
2009-12-22
Adding more assignment of ordering to SDNodes. This time in the "call" and
Bill Wendling
2009-12-22
Add ordering of SDNodes to LowerCallTo.
Bill Wendling
2009-12-22
Now add ordering to SDNodes created by the massive intrinsic lowering function.
Bill Wendling
2009-12-22
To make things interesting, I added MORE code to set the ordering of
Bill Wendling
2009-12-21
Add more plumbing to assign ordering to SDNodes. Have the "getValue" method
Bill Wendling
2009-12-21
More ordering plumbing. This time for GEP. I need to remember to assign
Bill Wendling
2009-12-21
Another incremental check-in for assigning ordering to SDNodes. This time for
Bill Wendling
2009-12-21
Assign ordering to more instructions. Incremental check-in.
Bill Wendling
2009-12-21
- Add a bit more plumbing assigning an order to SDNodes.
Bill Wendling
2009-12-21
First wave of plumbing for assigning an ordering to SDNodes. This takes care of
Bill Wendling
2009-12-18
Changes from review:
Bill Wendling
2009-12-18
Handle ARM inline asm "w" constraints with 64-bit ("d") registers.
Bob Wilson
2009-12-17
Fix a comment grammaro.
Bob Wilson
2009-12-16
Reapply r91392, it was only unmasking the bug, and since TOT is still broken ...
Daniel Dunbar
2009-12-16
Revert "Initial work on disabling the scheduler. This is a work in progress, and
Daniel Dunbar
2009-12-15
Initial work on disabling the scheduler. This is a work in progress, and this
Bill Wendling
2009-12-11
Fix the result type of SELECT nodes lowered from Select instructions with
Dan Gohman
2009-11-23
Rename SelectionDAGLowering to SelectionDAGBuilder, and rename
Dan Gohman
[prev]