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
2007-02-01
Emit a better assertion message for PR1133
Chris Lattner
2007-01-31
Allow the target to override the ISD::CondCode that's to be used to test the
Evan Cheng
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-29
add initial support for handling inline asms with multiple constraints.
Chris Lattner
2007-01-29
Finish off bug 680, allowing targets to custom lower frame and return
Nate Begeman
2007-01-28
Arguments are counting from 1. not from 0. Maybe we should change
Anton Korobeynikov
2007-01-28
More cleanup
Anton Korobeynikov
2007-01-28
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-26
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
Jim Laskey
2007-01-26
Make LABEL a builtin opcode.
Jim Laskey
2007-01-24
Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().
Evan Cheng
2007-01-22
Remove the DoubleTy special case.
Evan Cheng
2007-01-21
For PR970:
Reid Spencer
2007-01-20
Teach TargetData to handle 'preferred' alignment for each target, and use
Chris Lattner
2007-01-20
Fix for PR1108: type of insert_vector_elt index operand is PtrVT, not MVT::i32.
Evan Cheng
2007-01-19
For PR1043:
Reid Spencer
2007-01-19
Remove this xform:
Evan Cheng
2007-01-16
Fix PR1114 and CodeGen/Generic/2007-01-15-LoadSelectCycle.ll by being
Chris Lattner
2007-01-16
add options to view the dags before the first or second pass of dag combine.
Chris Lattner
2007-01-12
Compensate for loss of DerivedTypes.h in TargetLowering.h
Reid Spencer
2007-01-12
Move a function out of line.
Reid Spencer
2007-01-12
Minor fix.
Evan Cheng
2007-01-12
Store default libgcc routine names and allow them to be redefined by target.
Evan Cheng
2007-01-11
For PR1043:
Zhou Sheng
2007-01-08
Naming consistency.
Evan Cheng
2007-01-08
Fix for PR1075: bottom-up register-reduction scheduling actually increases re...
Evan Cheng
2007-01-08
Implement some trivial FP foldings when -enable-unsafe-fp-math is specified.
Chris Lattner
2007-01-07
remove support for llvm.isunordered
Chris Lattner
2007-01-05
Expand fcopysign to the bitwise sequence if select is marked as expensive.
Evan Cheng
2007-01-05
Bug in ExpandFCOPYSIGNToBitwiseOps(). Clear the old sign bit of operand 0
Evan Cheng
2007-01-05
CopyToReg source operand can be a register as well. e.g. Copy from GlobalBase...
Evan Cheng
2007-01-05
GEP subscript is interpreted as a signed value.
Evan Cheng
2007-01-04
fix PowerPC/2007-01-04-ArgExtension.ll, a bug handling K&R prototypes with
Chris Lattner
2007-01-04
Expand fcopysign to a series of bitwise of operations when it's profitable to
Evan Cheng
2007-01-03
Legalizer doesn't do an ANY_EXTEND if we don't ask for one so make sure
Reid Spencer
2007-01-03
Restore previous behavior of defaulting to ZEXT. This works around two
Reid Spencer
2007-01-03
Two changes:
Reid Spencer
2007-01-03
Clean up from recent changes. Comment the new parameter to ExpandLibCall.
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-20
getLoad() and getStore() calls missed SVOffset operand. Thanks to Dan Gohman
Evan Cheng
2006-12-19
Eliminate static ctors from Statistics
Chris Lattner
2006-12-19
May need to promote the operand (either sign_extend_inreg or and) before
Evan Cheng
2006-12-18
LegalizeSetCCOperands() may end up inserting libcalls. They need to be
Evan Cheng
2006-12-17
Fixed so that it dereferences the ostream pointer.
Bill Wendling
2006-12-17
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-16
Fix PR1049 and CodeGen/Generic/2006-12-16-InlineAsmCrash.ll
Chris Lattner
2006-12-16
Cannot combine an indexed load / store any further.
Evan Cheng
2006-12-16
Expand FP undef
Evan Cheng
2006-12-16
Allow promoted FP_TO_UINT / FP_TO_SINT to expand operand.
Evan Cheng
[prev]
[next]