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
2009-02-22
Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR
Scott Michel
2009-02-21
bug 3610: Floating point vaarg not softened.
Richard Pennington
2009-02-20
Fix a bug that David Greene found in the DAGCombiner's logic
Dan Gohman
2009-02-19
Temporarily revert r65065. It was causing test failures.
Bill Wendling
2009-02-19
Check for -fast here too.
Bill Wendling
2009-02-19
Generate these labels when we're in "fast" mode, not simply when we're no in
Bill Wendling
2009-02-17
Remove trailing whitespace to reduce later commit patch noise.
Scott Michel
2009-02-17
--- Merging (from foreign repository) r64714 into '.':
Bill Wendling
2009-02-15
Don't assume that a left-shift of a value with one bit set will have
Dan Gohman
2009-02-14
Unbreak the build on win32.
Cedric Venet
2009-02-13
Revert this. It was breaking stuff.
Bill Wendling
2009-02-13
Turn off the old way of handling debug information in the code generator. Use
Bill Wendling
2009-02-12
Arrange to print constants that match "n" and "i" constraints
Dale Johannesen
2009-02-12
make fast isel fall back to selectiondags for VLA llvm.declare intrinsics.
Chris Lattner
2009-02-12
Oops. Last second clean up messed things up.
Evan Cheng
2009-02-12
Replace one of burr scheduling heuristic with something more sensible. Now ca...
Evan Cheng
2009-02-11
Fix a comment.
Dan Gohman
2009-02-11
Don't use special heuristics for nodes with no data predecessors
Dan Gohman
2009-02-11
Delete the heuristic for non-livein CopyFromReg nodes. Non-liveinness
Dan Gohman
2009-02-11
Make a transformation added in 63266 a bit less aggressive.
Dale Johannesen
2009-02-11
When scheduling a block in parts, keep track of the overall
Dan Gohman
2009-02-10
Factor out more code for computing register live-range informationfor
Dan Gohman
2009-02-10
Fix PR3457: Ignore control successors when looking for closest scheduled succ...
Evan Cheng
2009-02-09
If the target cannot issue a copy for the given source and dest registers, ab...
Evan Cheng
2009-02-09
Simplify code.
Evan Cheng
2009-02-09
Make sure constant subscript is truncated to ptr size if it may not fit.
Evan Cheng
2009-02-07
Use getDebugLoc forwarder instead of getNode()->getDebugLoc.
Dale Johannesen
2009-02-07
Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing
Dan Gohman
2009-02-07
Make SDNode constructors take a DebugLoc always.
Dale Johannesen
2009-02-07
Remove now-unused constructors.
Dale Johannesen
2009-02-07
Get rid of the last non-DebugLoc versions of getNode!
Dale Johannesen
2009-02-06
Remove more non-DebugLoc getNode variants. Use
Dale Johannesen
2009-02-06
And one more file.
Dale Johannesen
2009-02-06
Remove more non-DebugLoc versions of getNode.
Dale Johannesen
2009-02-06
Clear out the CurDebugLoc info when doing a 'clear' on the SDL object.
Bill Wendling
2009-02-06
Eliminate remaining non-DebugLoc version of getTargetNode.
Dale Johannesen
2009-02-06
Rename SelectionDAGISel::Schedule to
Dan Gohman
2009-02-06
Delete an unused member function.
Dan Gohman
2009-02-06
Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.
Evan Cheng
2009-02-06
Move ScheduleDAGSDNodes.h to be a private header. Front-ends
Dan Gohman
2009-02-06
get rid of some non-DebugLoc getTargetNode variants.
Dale Johannesen
2009-02-06
Get rid of one more non-DebugLoc getNode and
Dale Johannesen
2009-02-05
Remove a non-DebugLoc version of getNode.
Dale Johannesen
2009-02-05
Remove 3 non-DebugLoc variants of getNode.
Dale Johannesen
2009-02-05
Fix a bug where we were not emitting a cvt rnd sat node for converting
Mon P Wang
2009-02-05
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-05
Get rid of 3 non-DebugLoc getNode variants.
Dale Johannesen
2009-02-05
Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg.
Dale Johannesen
2009-02-04
Remove non-DebugLoc forms of CopyToReg and CopyFromReg.
Dale Johannesen
2009-02-04
Reverting 63765. This broke the build of both clang
Dale Johannesen
[prev]
[next]