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-06-05
Add new function attribute - noimplicitfloat
Devang Patel
2009-06-05
Adapt the x86 build_vector dagcombine to the current state of the legalizer.
Nate Begeman
2009-06-05
Allow libcalls for i16 sdiv/udiv/rem operations.
Sanjiv Gupta
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-06-04
Fix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This was
Dale Johannesen
2009-06-04
Don't do the X * 0.0 -> 0.0 transformation in instcombine, because
Dan Gohman
2009-06-04
Fix comments.
Dan Gohman
2009-06-02
Revert 72707 and 72709, for the moment.
Dale Johannesen
2009-06-01
Make the implicit inputs and outputs of target-independent
Dale Johannesen
2009-05-31
Rename CustomLowerResults to CustomLowerNode, since
Duncan Sands
2009-05-30
Untabification.
Bill Wendling
2009-05-28
Do not try to create a MVT type of width 0.
Evan Cheng
2009-05-28
Re-commit r72514 and r72516 with a fixed version of BR_CC lowering.
Eli Friedman
2009-05-28
Incorporate patch feedbacks.
Evan Cheng
2009-05-28
Temporarily revert r72514 (and dependent patch r72516). It was causing this
Bill Wendling
2009-05-28
Remove a couple of useless functions.
Eli Friedman
2009-05-28
Remove special cases for more opcodes.
Eli Friedman
2009-05-28
Remove special case for SETCC opcode; add some comments explaining why
Eli Friedman
2009-05-28
Some minor cleanups.
Eli Friedman
2009-05-28
Added optimization that narrow load / op / store and the 'op' is a bit twiddl...
Evan Cheng
2009-05-27
Minor cleanups; add a better explanation for the issue with
Eli Friedman
2009-05-27
Remove more special cases for opcodes.
Eli Friedman
2009-05-27
Remove special cases for more opcodes.
Eli Friedman
2009-05-27
Removing more special cases from LegalizeDAG.
Eli Friedman
2009-05-27
Eliminate more special cases for opcodes.
Eli Friedman
2009-05-27
Remove more special cases from LegalizeDAG.
Eli Friedman
2009-05-27
Remove unused argument.
Eli Friedman
2009-05-27
Remove more opcode special cases.
Eli Friedman
2009-05-27
Start of refactoring LegalizeDAG so that we don't need specialized
Eli Friedman
2009-05-26
Delete a bunch of dead code from LegalizeDAG.
Eli Friedman
2009-05-24
Add a comment which should hopefully make the purpose of this method a
Eli Friedman
2009-05-24
Minor improvement to FCOPYSIGN to use BIT_CONVERT in cases where the
Eli Friedman
2009-05-24
Rewrite ISD::FCOPYSIGN lowering to never use i64. Not really ideal, but
Eli Friedman
2009-05-24
Update for CMakeLists; untested, so tell me if there are issues.
Eli Friedman
2009-05-24
Remove checks of getTypeAction from LegalizeOp; we already assert that
Eli Friedman
2009-05-24
Disable type legalization in LegalizeDAG.
Eli Friedman
2009-05-23
Fix a bug in the expansion of EXTRACT_SUBVECTOR in
Eli Friedman
2009-05-23
Add a proper implementation of EXTRACT_SUBVECTOR legalization that
Eli Friedman
2009-05-23
Fix PR4254.
Torok Edwin
2009-05-23
Add a new step to legalization to legalize vector math operations. This
Eli Friedman
2009-05-22
Add a new codegen pass that normalizes dwarf exception handling
Duncan Sands
2009-05-21
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-21
Temporarily revert r72191. It was causing an assert during llvm-gcc
Bill Wendling
2009-05-20
Introduce DebugScope which gets embedded into the machine instructions' Debug...
Argyrios Kyrtzidis
2009-05-20
Fix for PR4235: to build a floating-point value from integer parts,
Eli Friedman
2009-05-19
Remove the #ifndef NDEBUG from the FastISel debugging options. This
Dan Gohman
2009-05-18
Revert last commit. It was wrong.
Bill Wendling
2009-05-18
Don't call RegionInlinedFnEnd if our optimization level isn't -O0.
Bill Wendling
2009-05-18
Silence Release-Asserts warnings.
Daniel Dunbar
2009-05-16
Put back a bit of expensive checking logic that
Duncan Sands
[prev]
[next]