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
2007-04-03
The PPC64 ELF ABI is "intended to use the same structure layout and calling c...
Nicolas Geoffray
2007-04-03
Addition to the previous commit for getCalleeSavedRegClasses:
Nicolas Geoffray
2007-04-03
The ELF ABI specifies F1-F8 registers as argument registers for double, not
Nicolas Geoffray
2007-04-03
Prepare for Subversion migration by implementing a -usesvn to tell the
Reid Spencer
2007-04-03
Reverting back to 1.723. The last two commits broke JM (and possibily others)...
Evan Cheng
2007-04-03
Inverted logic.
Evan Cheng
2007-04-03
Bad bad bug. findRegisterUseOperand() returns -1 if a use if not found.
Evan Cheng
2007-04-03
Changed to new MMX_ recipes.
Bill Wendling
2007-04-03
Add FEMMS and ADDQ. Renamed MMX recipes to prepend the MMX_ to them.
Bill Wendling
2007-04-03
split some code out into a helper function
Chris Lattner
2007-04-03
Split a whole ton of code out of visitICmpInst into visitICmpInstWithInstAndI...
Chris Lattner
2007-04-03
add missing operator
Chris Lattner
2007-04-03
Fix PR1253 and xor2.ll:test[01]
Chris Lattner
2007-04-03
new testcase for PR1253
Chris Lattner
2007-04-03
add a helper function to constantint.
Chris Lattner
2007-04-03
Arm supports negative strides as well, add them. This lets us compile:
Chris Lattner
2007-04-03
new testcase, where we should use a negative stride
Chris Lattner
2007-04-02
allow -1 strides to reuse "1" strides.
Chris Lattner
2007-04-02
Add a regtest for cases we now recognize as rotates, thanks to Scott Michel's
Chris Lattner
2007-04-02
1. Insert custom lowering hooks for ISD::ROTR and ISD::ROTL.
Scott Michel
2007-04-02
fix this testcase so it passes
Chris Lattner
2007-04-02
fix this testcase on ppc hosts
Chris Lattner
2007-04-02
fix off by 1 error in displacement computation
Dale Johannesen
2007-04-02
fix the CodeGen/ARM/2007-03-13-InstrSched.ll regression: allow IV's with scales
Chris Lattner
2007-04-02
Ugh. Copy coalescer does not update register numbers.
Evan Cheng
2007-04-02
New test case.
Evan Cheng
2007-04-02
add support for the 'w' inline asm register class.
Chris Lattner
2007-04-02
Update example notes to clarify system linker's role.
Devang Patel
2007-04-02
Regenerate.
Reid Spencer
2007-04-02
Check for .svn directories too to determine if a debug build is appropriate.
Reid Spencer
2007-04-02
1. Make use of APInt operation instead of using ConstantExpr::getXXX.
Zhou Sheng
2007-04-02
Use uint32_t for bitwidth instead of unsigned.
Zhou Sheng
2007-04-02
Pass the type of the store access, not the type of the store, into the
Chris Lattner
2007-04-02
new testcase.
Chris Lattner
2007-04-02
Fix a bug which caused us to never be able to use signed comparisons for
Chris Lattner
2007-04-02
new testcase
Chris Lattner
2007-04-02
Wrap long line
Chris Lattner
2007-04-02
use more obvious function name.
Chris Lattner
2007-04-02
Treat xor of signbit like an add.
Chris Lattner
2007-04-02
add a helper function.
Chris Lattner
2007-04-02
simplify (x+c)^signbit as (x+c+signbit), pointed out by PR1288. This implements
Chris Lattner
2007-04-02
creative way to add one.
Chris Lattner
2007-04-02
my patch fixed the fixme.
Chris Lattner
2007-04-02
Fix illegal assembly syntax.
Reid Spencer
2007-04-02
bwsap -> bswap
Reid Spencer
2007-04-02
Regenerate
Reid Spencer
2007-04-02
Upgrade the bit count intrinsics to have an i32 result.
Reid Spencer
2007-04-02
Add a test case to make sure that constant folding of the bit counting
Reid Spencer
2007-04-02
reduce use of std::set
Chris Lattner
2007-04-02
Various passes before isel split edges and do other CFG-restructuring changes.
Chris Lattner
[next]