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-11-11
In ScheduleDAGRRList::CopyAndMoveSuccessors, create the SUnit for the load
Dan Gohman
2008-11-11
Avoid relying on the SelectionDAG for initializing the MachineFunction and
Dan Gohman
2008-11-11
Change the scheduler accessor methods to accept an explicit TargetMachine
Dan Gohman
2008-11-11
Fix for PR3040:
Bill Wendling
2008-11-11
Cleaned up and fix bugs in convert_rndsat node
Mon P Wang
2008-11-10
Temporarily revert r58979 and related patch. It's causing a failure in X86 bo...
Bill Wendling
2008-11-10
Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode to
Mon P Wang
2008-11-10
Fix PR2667: add soft float support for sint_to_fp/uint_to_fp
Duncan Sands
2008-11-10
Tweak some comments.
Duncan Sands
2008-11-10
Small cleanups. No functionality change intended!
Duncan Sands
2008-11-10
When promoting the result of fp_to_uint/fp_to_sint,
Duncan Sands
2008-11-10
Really fix testb optimization on big-endian.
Dale Johannesen
2008-11-10
Added support for the following definition of shufflevector
Mon P Wang
2008-11-09
Temporarily revert 58825, which breaks PPC bootstrap.
Dale Johannesen
2008-11-08
Try to produce better code when scalarizing VSETCC.
Duncan Sands
2008-11-08
Make testb optimization work on big-endian targets.
Dale Johannesen
2008-11-07
Make FP tests requiring two compares work on PPC (PR 642).
Dale Johannesen
2008-11-07
Sign-extend rather than zero-extend when promoting
Duncan Sands
2008-11-07
Fix unsigned->ppcf128 conversion.
Dale Johannesen
2008-11-07
When we're doing a compare of load-AND-constant to 0
Dale Johannesen
2008-11-07
- Modify the stack protector algorithm so that the stack slot is allocated in
Bill Wendling
2008-11-06
Fixed scalarizing an extract subvector and prevent an infinite loop
Mon P Wang
2008-11-06
Emit label for llvm.dbg.func.start of the inlined function.
Devang Patel
2008-11-06
Formating/comment changes - no functionality change.
Duncan Sands
2008-11-06
- Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}.
Bill Wendling
2008-11-06
Widening cleanup
Mon P Wang
2008-11-06
Implement the stack protector stack accesses via intrinsics:
Bill Wendling
2008-11-06
Emit label for llvm.dbg.func.start of the inlined function.
Devang Patel
2008-11-05
Fix thinko in ppcf128 expansion of truncating store.
Duncan Sands
2008-11-05
Type of shuffle mask has changed.
Evan Cheng
2008-11-04
80 columns
Dale Johannesen
2008-11-04
Fix PR3011: LegalizeTypes support for scalarizing
Duncan Sands
2008-11-03
Fix some ppcf128 regressions: make ExpandFloatRes_LOAD
Dale Johannesen
2008-11-03
Make VAARG promotion work correctly with large funky
Duncan Sands
2008-11-03
Make VAARG work with x86 long double (which is
Duncan Sands
2008-11-01
Added interface to allow clients to create a MemIntrinsicNode for
Mon P Wang
2008-10-31
Remove some unused virtual function bodies.
Dan Gohman
2008-10-31
Add a bunch of libcalls for ppcf128 that were somehow
Duncan Sands
2008-10-30
Fix PR2986: do not use a potentially illegal
Duncan Sands
2008-10-30
Add missing vsetcc expansion for widening
Mon P Wang
2008-10-30
Add initial support for vector widening. Logic is set to widen for X86.
Mon P Wang
2008-10-29
Uniformize capitalization of NodeId.
Duncan Sands
2008-10-29
Fix PR2977: LegalizeTypes support for expanding
Duncan Sands
2008-10-29
Add sanity checking for BUILD_PAIR (I noticed the
Duncan Sands
2008-10-29
Fix a FIXME: in ReplaceNodeWith, if the new node
Duncan Sands
2008-10-29
Fix 80 column violations.
Duncan Sands
2008-10-29
Fix 80 column violations.
Duncan Sands
2008-10-28
Take Chris' suggestion and define EnableFastISelVerbose and
Dan Gohman
2008-10-28
Protect the code for fast-isel debugging with #ifndef NDEBUG.
Dan Gohman
2008-10-28
Fix darwin ppc llvm-gcc build breakage: intercept
Duncan Sands
[next]