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
Age
Commit message (
Expand
)
Author
2008-02-22
Start using GPR's to copy around mmx value instead of mmx regs.
Chris Lattner
2008-02-22
minor cleanups to LSBaseSDNode.
Chris Lattner
2008-02-22
Fix compiler warning.
Evan Cheng
2008-02-22
Fix a regression in 403.gcc and 186.crafty introduced in 47383. To test
Dan Gohman
2008-02-21
print getresult instruction.
Devang Patel
2008-02-21
Use isa<> instead of getTypeID() to check StructType.
Devang Patel
2008-02-21
A few minor updates, removing implemented stuff and adding a couple of
Eli Friedman
2008-02-21
Make the clobber analysis a bit more smart: we only are careful about
Chris Lattner
2008-02-21
Treat clobber operands like early clobbers: if we have
Chris Lattner
2008-02-21
Clear PhysRegPartUse for the sub register as well.
Bill Wendling
2008-02-21
Adjust the MaxAlignment for the special register scavenging spill slot.
Bill Wendling
2008-02-21
Help testing.
Evan Cheng
2008-02-21
Change a C-style cast to const_cast, to avoid a -Wcast-qual warning.
Dan Gohman
2008-02-21
Better names as per Evan's request
Andrew Lenharth
2008-02-21
Simplify this code, no functionality change.
Nick Lewycky
2008-02-21
GlobalValues are Constants, remove redundant code. Also fix typo in a comment.
Nick Lewycky
2008-02-21
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-02-21
Dan implemented one multiply issue. Replace it with another. :)
Chris Lattner
2008-02-21
Atomic op support. If any gcc test uses __sync builtins, it might start fail...
Andrew Lenharth
2008-02-21
Add support for matching mem operands. This fixes PR1133, patch by
Chris Lattner
2008-02-21
testcase for PR1133
Chris Lattner
2008-02-21
Fix a (harmless) but where vregs were added to the used reg lists for
Chris Lattner
2008-02-21
Let invoke return aggregate value.
Devang Patel
2008-02-21
Let function call return aggregate.
Devang Patel
2008-02-21
Add -disable-output option.
Devang Patel
2008-02-21
Clean up some spilling code using MachineRegisterInfo.
Evan Cheng
2008-02-20
XFAIL for now.
Devang Patel
2008-02-20
Now functions can return aggregate values.
Devang Patel
2008-02-20
regenerate.
Devang Patel
2008-02-20
Parse
Devang Patel
2008-02-20
What if functions can return aggregate values ?
Devang Patel
2008-02-20
Regenerated files.
Dale Johannesen
2008-02-20
Support alignment within ParamAttrs in the I/O handling.
Dale Johannesen
2008-02-20
Poorly named option.
Evan Cheng
2008-02-20
Remove one of the fixmes that I put in there. From Evan:
Bill Wendling
2008-02-20
Add convenient helper to get suffix of the file
Anton Korobeynikov
2008-02-20
getresult does not support nested aggregates.
Devang Patel
2008-02-20
Improve some comments explaining the "handle kills" stuff better.
Bill Wendling
2008-02-20
Verifier should use Assert1 instead of assert.
Devang Patel
2008-02-20
Remove inline keywords from in-class function definitions, for
Dan Gohman
2008-02-20
getresult type is the type of indexed aggregate element
Devang Patel
2008-02-20
Regenerate.
Devang Patel
2008-02-20
Specify GetResultInst index as an unsigned.
Devang Patel
2008-02-20
Fix comment.
Bill Wendling
2008-02-20
assert is more effective reminder then FIXME tag for unimplemented features.
Devang Patel
2008-02-20
Use isValidOperands() to verify GetResultInst.
Devang Patel
2008-02-20
Fix typo. Add const version of getAggregateValue() accessor member function.
Devang Patel
2008-02-20
Temporarily backing out r47337. It breaks a number of CBE tests.
Evan Cheng
2008-02-20
LegalizeTypes support for scalarizing a vector store
Duncan Sands
2008-02-20
Convert Legalize to use the APInt form of ComputeMaskedBits.
Dan Gohman
[next]